@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration:none;
}
*{
	box-sizing: border-box;
}
.fullwidth{
	width: 100%;
}

.prelative{
	position: relative;
}
.pabsolute{
	position:absolute;
}
.maincontainer{
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.mgnT40{margin-top: 40px}
.my_popup_close {
    border: none;
    color: #333;
    float: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #FFF;
    font-size: 23px;
    margin-top: -15px;
    margin-right: -15px;
    line-height: 30px;
    border-radius: 50%;
}
.my_popup_close:hover {
    background: #ddd;
	color:#000;
}
.bgwhite{
	background: white;
}
a{
       color: #2eb1dc;
       transition: all .2s;
}
/*a:hover{
       color: #ee8900;
}*/
button{
       white-space: nowrap;
}
input, img, select, button, a{
	outline:none;
}
button::-moz-focus-inner, a::-moz-focus-inner, input::-moz-focus-inner  {
  border: 0;
}
input:focus, select:focus, button:focus{
	outline: none;
}
*:focus, input:focus, textarea:focus, select:focus
{
       outline: none!important;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}
input::-moz-focus-inner {
  border: 0;
}
object, embed {
  outline: 0;
}
@-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #000 !important;
       background-image: none !important;
       border:0;
    }
}
a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:focus, *:focus {
    noFocusLine: expression(this.onFocus=this.blur());
}


button::-moz-focus-inner {
  border: 0;
}


@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.boxsizing{
		box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

}

.right{
	float:right;
}
.left{
	float:left;
}
.rtll{
	direction:rtl;
}
.main_pading{
	padding:0 20px;
}
.clear{
	clear:both;
}
.mandtryred{
	color: red;
}



.redbtn, .acount_fdetails .acount_li input[type="submit"] {
  border: 1px solid #e13a48;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #f84350;
  background-image: -webkit-linear-gradient(top,#f84350,#e93f4e);
  background-image: -moz-linear-gradient(top,#f84350,#e93f4e);
  background-image: -ms-linear-gradient(top,#f84350,#e93f4e);
  background-image: -o-linear-gradient(top,#f84350,#e93f4e);
  background-image: linear-gradient(top,#f84350,#e93f4e);
  	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
    display: inline-block;
	line-height:28px;
	cursor:pointer;

    padding: 0 12px;
	font-weight:bold;
	font-size:13px;
  }
  .redbtn:hover, .acount_fdetails .acount_li input[type="submit"]:hover {
  border: 1px solid #d4323f;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#f84350,#d83744);
  background-image: -moz-linear-gradient(top,#f84350,#d83744);
  background-image: -ms-linear-gradient(top,#f84350,#d83744);
  background-image: -o-linear-gradient(top,#f84350,#d83744);
  background-image: linear-gradient(top,#f84350,#d83744);
  }

  .upvote{
   background-color: #DCDCDC;
   border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
	  border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
    display: inline-block;
	line-height:28px;
	height:28px;
	cursor:pointer;
    padding: 0 12px;
	font-weight:bold;
	font-size:13px;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
  }
 .mainwraper {
    float: left;
    width: 100%;
}
 .topheader{
	 padding:10px 0;
	 position:relative;
	 width:100%;
	 float:left;
/*	 background:#F2F2F2;
	 border-bottom: 1px solid #e4e4e4;
*/
}
.header_fmenu {
    float: left;
	margin-right:10px;
	margin-top:6px;

}

 .moremenu {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
	position:relative;
	margin-top:7px;
}
.header_fmenuul {
    float: left;
}
.header_fmenuli{
	float:left;
	padding:5px 10px;
}

.topheader .header_fmenuli a,.topheader .loginname {
	color: #333;
	/*text-shadow: rgba(255, 255, 255,0.8) 1px 0px 0px, rgba(255, 255, 255,0.8) 0.533333px 0.833333px 0px, rgba(255, 255, 255,0.8) -0.416667px 0.916667px 0px, rgba(255, 255, 255,0.8) -0.983333px 0.133333px 0px, rgba(255, 255, 255,0.8) -0.65px -0.75px 0px, rgba(255, 255, 255,0.8) 0.283333px -0.966667px 0px, rgba(255, 255, 255,0.8) 0.966667px -0.283333px 0px;*/
}

.sprite_img{
	background:url(../images/more_fbtn.png) no-repeat;
}
 .morebtna{
	 width:16px;
	 height:16px;
	 background-position: 0 0;
	 opacity:.7;
	 display:block;
	 cursor:pointer;
 }
.morebtna:hover{
	  opacity:1;
}
.more_dropdown{
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	width: 320px;
	 position:absolute;
	 right:-20px;

	 box-sizing:border-box;
	 -moz-box-sizing:border-box;
	 -webkit-box-sizing:border-box;
	 display:none;
	 top:31px;
	 background:#FFFFFF;
	 z-index:100;
}
.more_dropdown ul{
	padding: 10px;
	overflow: auto;
		 max-height: 320px;

}
.more_dropdown:before{
	content:"";
	border-color: transparent transparent rgba(0, 0, 0, 0.2);
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    height: 0;
    right: 17px;
    position: absolute;
    top: -9px;

}
.more_dropdown:after{
	content:"";
border-color: transparent transparent #FFFFFF;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    height: 0;
    right: 17px;
    position: absolute;
    top: -8px;

}
.icon_li{
		width:50%;
		margin:10px 0;
		float:left;
		position:relative;

}
.icons_a {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    color: #404040;
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%;

}
.icons_a.active:before {
    border-bottom: 10px solid transparent;
    border-right: 15px solid #EEEEEE;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}
.dropdownicons{
	padding:3px;
	width:30px;
 	font-size: 18px !important;
    height: 30px;
    /*line-height: 22px !important;*/	color:#F26824;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 2px solid #67a2b9!important;
	background: transparent!important;

}
.dropdownicons img {
    width: 20px;
    height: 20px;
	vertical-align: top;
}
.icon_li:nth-child(4n+1) .dropdownicons{
	background:#dd4b39;
}
.icon_li:nth-child(4n+2) .dropdownicons{
	background:#3079f0;
}
.icon_li:nth-child(4n+3) .dropdownicons{
	background:#FF9334
}
.icon_li:nth-child(4n+4) .dropdownicons{
	background:#0CA860;
}

/*.fa-puzzle-piece.dropdownicons, .fa-user.dropdownicons{
	background:#3079f0;
}
.fa-bookmark.dropdownicons, .fa-lock.dropdownicons{
	background:#FF9334
}
.fa-plus-square.dropdownicons{
	background:#0CA860;
}
*/
.middlesection{
	width:100%;
	float:left;
	margin-bottom:15px;
}
.indexengine_wraper {
    float: left;
    width: 100%;
}
.logogoogle {
    display: block;
    height: 80px;
	height: 44px;
    max-width: 300px;
    text-align: center;
}
.logogoogle img {
    max-width: 100%;
	max-height: 100%;
}
.comonengine {
    float: left;
    width: 100%;
}


.commonbutton{
	height: 30px;
    min-width: 54px;
	padding: 0 8px;
    text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	  border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444 ;
	 margin: 0 8px;
	 font: bold 11px/27px Arial,sans-serif !important;
    vertical-align: top;
	background: rgba(244,244,244,1);
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(241,241,241,1)));
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1', GradientType=0 );
}
.commonbutton:hover{
	box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	outline:none;
}
.livesearch{
	position:absolute;
	left:0;
	right:0;
		box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
	border: 1px solid #C5C5C5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	 position:absolute;
	 box-sizing:border-box;
	 -moz-box-sizing:border-box;
	 -webkit-box-sizing:border-box;
/*	 display:none;*/
	 top:46px;
	 background:#FFFFFF;
	 z-index:100;
	border-radius: 20px;

}
.livesearchli {
    display: block;
    font-size: 13px;
    padding: 6px;
}
.indexengine_wraper .engineinput{
	max-width:640px;
	max-width:700px;
	margin:0 auto;
	position:relative;
}

.indexengine_wraper .searchinput{
	width:100%;
	float:left;
       border-radius: 10px!important;
}
.indexengine_wraper .engineinputwraper{
	width:100%;
	float:left;
}
.indexengine_wraper .comonbutondivwraper {
    float: left;
    width: 100%;
	margin-top:16px;
	margin-bottom:16px;
}
.indexengine_wraper .comon_butondiv{
	display:table;
	margin:0 auto;
}
.indexengine_wraper .language_wraper {
    float: left;
    width: 100%;
	margin:15% 0 10px;
}
.languageul {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.languageul li{
	float:left;
	color: #222;
	font-size:13px;
}
.languageul li a{
	color: #12c;
	padding:0 3px;
	 float: left;
    margin-top: 4px;
}
.lheading{
	margin-top: 4px;
}
.languageul li a:hover{
	text-decoration:underline;
}
.morelanguageselect{
	display:none;
}
.languageselectspan{
	float:left;
	height:25px;
	padding-left:5px;
}
.m_languageli{
	height:25px;
}
.footerwrpaer{
	width:100%;
	float:left;
	background:#F2F2F2;
	line-height:40px;
	font-size:13px;
	border-top: 1px solid #e4e4e4;
}
.footerwrpaer a{
	color: #777;
}
.footer_a{
	padding:0 25px 0 0;
	cursor:pointer;
}
.footer_a:hover{
	text-decoration:underline;
}
.f_left{
	position:relative;
}
.settings_f{
	position:absolute;
	right:0;
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    bottom: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px ;
    position: absolute;
    text-align: left;
    z-index: 100;
	display:none;
}



.result_wraper .engineinput{
	max-width:572px;
	position:relative;
}

.result_wraper .searchinput{
	width:100%;
	float:left;
}
.result_wraper .engineinputwraper {
}
.result_wraper .comonbutondivwraper {
    float: left;
}
.result_wraper .comon_butondiv{
	float:left;
}
.result_wraper .language_wraper {
    float: left;
    width: 100%;
	margin:50px 0;
}
.topheader2{
	width:100%;
	float:left;
	padding:15px 0;
	background:#FFF;
	transition: all ease 0.5s;
}
.result_wraper .commonbutton{
	margin-left:0;

}
.resulsearchtbtn{
	height:30px;
	 border: 1px solid transparent;
	width:60px;
	color:#FFFFFF;
	background: rgba(67,135,252,1);
background: -moz-linear-gradient(top, rgba(67,135,252,1) 0%, rgba(69,130,235,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,135,252,1)), color-stop(100%, rgba(69,130,235,1)));
background: -webkit-linear-gradient(top, rgba(67,135,252,1) 0%, rgba(69,130,235,1) 100%);
background: -o-linear-gradient(top, rgba(67,135,252,1) 0%, rgba(69,130,235,1) 100%);
background: -ms-linear-gradient(top, rgba(67,135,252,1) 0%, rgba(69,130,235,1) 100%);
background: linear-gradient(to bottom, rgba(67,135,252,1) 0%, rgba(69,130,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4387fc', endColorstr='#4582eb', GradientType=0 );
-webkit-border-top-right-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.inerresultwrpaer {
	display:table-cell;
	max-width:700px;

}
.ineracountwrpaer {
	display:table-cell;

}
.result_logo{
    width: 15%;
    /*width: 90px;*/
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    height: 40px !important;
}
.result_logo_inner
{
       height: 40px;
       /*height: 27px;*/
}
.result_logo_inner img{
	max-width:100%;
	max-height:100%;
}
.result_logo >  img{
	max-width:100%;
	max-height:100%;
}

.result_engines{
    width: 100%;
    float: left;
    border-bottom: 1px solid #DDD;
	/*height: 45px;*/
	border-top: 1px solid #DDD;
position: relative;
    z-index: 0;

}
.catagories_list2.slabe {
    width: 100%;
    margin: 0 auto;
    /*max-width: 1200px;*/
margin-left: 80px;
}
.catagories_list2.slabe .slabein {
  margin-left: 0px;
  width: 100%;
  padding-bottom: 10px;
  display: block;
  overflow-x: scroll;
  overflow-y: clip;
  position: relative;
  white-space: nowrap;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-overflow-scrolling: touch;
}
/*.catagories_list2.slabe .slabein {
    margin-left:0px;
	width: 100%;
	float: left;
	overflow: auto;
	white-space: nowrap;
padding-bottom: 10px;
}*/
.catagories_listli2 {
	color:#333333;
	font-size:13px;
	line-height: 35px;
	display: table-cell;


}
/*.catagories_listli2 a {*/
/*	display:block;*/
/*	color:#777777;*/
/*	 margin: 0 8px;*/
/*    padding: 0 8px;*/
/*	cursor: pointer;*/
/*}*/
.catagories_listli2 a {
  display: block;
  color: #777;
  /*margin: 0 5px;*/
  margin: 0 10px 0 0;
  padding: 0 14px;
  cursor: pointer;
  border: 1px solid #ee8900;
  border-radius: 21px;
  display: flex;
  align-items: center;
  color: #ee8900;
}
.catagories_listli2 a:hover {

	color:#222222;
}
.catagories_listul2.nsla {
  margin-top: 10px;
}
.mores{
	display:none;
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 0 2px 4px #d6d6d6;
	-webkit-box-shadow: 0 2px 4px #d6d6d6;
	-moz-box-shadow: 0 2px 4px #d6d6d6;
    color: #333;
    line-height: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
    position: absolute;
    z-index: 103;
	right:-40px;
	top:50px;
	max-height: 200px;
    min-width: 130px;
    overflow: auto;
}
.mores .catagories_listli2 {
	display:block;
	float:none;
	line-height:normal;
}
.mores .catagories_listli2 a{
	padding:5px 10px;
	height:auto !important;
}
.catagories_listli2 .cat_active{
	border-bottom: 1px solid #ee8900;
	/*font-weight:600;*/
	color:#fff;
	background: #ee8900;
}
.slabein {
    margin-left: 100px;
}
.catagories_listul2.nsla {
    display: table;
}
.slamore {
    color: #777;
    float: left;
    font-size: 13px;
    height: 60px;
    line-height: 57px;
    margin-left: 20px;
	position:relative;
	cursor:pointer;
	padding-right:20px;
}

.mn-dwn-arw {
    border-color: #909090 transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    margin-left: -2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
	right:2px;
}

.s_right{
	position:relative;
}
.settingsresult{

	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	  border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444 ;
	background: rgba(244,244,244,1);
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(241,241,241,1)));
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1', GradientType=0 );
padding: 5px 25px;
float: right;
    margin-top: 14px;
	cursor:pointer;

}
.settingsresult:hover{
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	outline:none;
}

.settingsresult .fa{
	font-size:20px;
}
.right_settingslist{
		position:absolute;
	right:0;
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #cccccc;
    top: 45px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    text-align: left;
    z-index: 100;
	display:none;
}
.right_settingslist a{
	  line-height: 1.2;
	   font-size: 13px;
    white-space: nowrap;
	display: block;
    padding: 8px 25px 8px 25px;
	color:#333333;
	cursor:pointer;
}
.right_settingslist a:hover{
	background:#eeeeee;
}
.boxshdinset{
	 box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
	 -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
	 -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
}
.showing_resultcountwraper{
	width:100%;
	float:left;
}
.r_count{
	font-size:13px;
	color: #808080;
	margin-left:100px;
	padding:20px 0;
	float:left;

}
.result_display{
	width:100%;
	float:left;
}
.result_display_left{
	/*width:70%;*/
	float:left;
	margin-top: 10px;
    width:50%;
}
.result_display_leftinside{
	margin-left:100px;
}
.result_display_rightad{
	width:30%;
	float:left;
	text-align:right;
}
.result_ul{
	width:100%;
	float:left;
}
.reult_li{
	width:100%;
	/* float:left; */
	padding:10px 0;
}


.rthumb_img {
	padding-right:10px;
    margin: 0 0px 10px 0;
    width: 100px;
	max-width:100px;
	min-width:100px;
	display: table-cell;
}
.rthumb_img img{
	max-width:100%;
}
.r_text{
	display:table-cell;
	width:100%;
	vertical-align:top;

}
.r_textp{
	color:#1a0dab;/*#545454;*/
	line-height: 1.4;
    word-wrap: break-word;
	font-size:13px;
	padding:0 5px;
}
.fav_thumbli .videotitle{
	padding:0 5px;
	width:100%;
		box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.fav_thumbli .videoduration{
		padding:0 5px;
		color: green;
    display: block;
    font-size: 12px;
	float:left;
	margin:5px 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.bottom_a:hover{
	text-decoration:underline;
}
.related_search{
	width:100%;
	float:left;
	margin:10px 0;
	padding:20px 0;
	border: 1px solid #ededed;
}
.related_searchh2{
	font-size: 18px;
    line-height: 18px;
	color: #808080;
	padding-bottom:5px;
}
.relatedp a{
	font-size: 15px;
    line-height: 20px;
	  padding-top: 5px;
	   color: #1a0dab;
	   padding-right:5px;
}
.relatedp a:hover{
	text-decoration:underline;
}
.relatedp{
	width:50%;
	margin:5px 0;
	float:left;
}
.r_pagina {
    float: left;
    width: 100%;
	margin:10px 0;
}
.r_paginul {
    display: table;
    margin: 0 auto;
}
.paginationli {
    float: left;
}
.pagnation_a {
   color: #1a0dab;
   font-size:13px;
       padding: 0 5px;
	   cursor: pointer;
	   margin:0 5px;

}
.pagnation_a:hover{
	text-decoration:underline;
}
.pagnation_a.pag_prev {
	color: #1a0dab;
    font-size: 13px;
    font-weight: bold;
	margin:0 30px;
	cursor:pointer;
}
.pagnation_a.active{
	color:#333333;
	font-weight:bold;
}
.pagina_logo{
	width:100%;
	text-align:center;
	margin:10px 0 20px;
	float:left;
}
.pagina_logo img{
	max-width:100%;
}
.searchtool {
    float: left;
	    margin-top: 12px;
padding: 10px 15px;
border: 1px solid #FFFFFF;
    color: #777777;
	font-size:13px;
	margin-left:10px;


}
.searchtool:hover {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	  border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(244,244,244,1);
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(241,241,241,1)));
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1', GradientType=0 );
	cursor:pointer;
}
.searchtool.active {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	  border: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(244,244,244,1);
background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(241,241,241,1)));
background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f1f1f1', GradientType=0 );
	cursor:pointer;
}

.searchtooldropdown{
	position:absolute;
	right:0;
	border:1px solid #ebebeb;
	 right: 0px;
    top: 60px;
	min-width: 350px;
	padding:10px;
	background:#FFFFFF;
	display:none;
}
.s_toolselect{
	height:30px;
	padding:0 5px;
}
.s_toolwroaer{
	position:relative;
	float:left;
	margin: 20px 0 0 92px;
}
.inner_selectli{
	float:left;
	margin:0 8px;
}
.job_inputwrpaer {
    display: table-cell;
    min-width: inherit !important;
    width: 25%;
}
.jobwraper {
    display: table;
    width: 100%;
	margin-bottom: 5px;
}
.result_wraper .jobwraper .comonbutondivwraper{
	float:none;
	display:table-cell;

}
.jobwraper .engineinput{
	margin-right:1px;

}
.midlesection_acount{
	background:#f1f1f1;
}
.account_wraper{
	max-width:1000px;
	margin:80px auto 0;
}
.half_page{
	width:50%;
}

.acount_fheader{
	padding:10px;
	background:#f7f6f6;
	width:100%;
	float:left;
	 font-size: 17px;
    padding: 20px 10px;
}
.acount_haf {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	   margin: 0 5px 0;
}


.acount_fdetails{

		padding:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float:left;
	 width: 100%;
}
.acount_fdetailscatag{
	max-height:400px;
	overflow:auto;
}
.acount_drow{
	width:100%;
	display:block;
}
.acount_table{
	width:100%;
}
.acountlistrow{
	font-size:13px;
	color:#262626;
}
.acntBold{
	font-weight:bold;
}
.acount_li {
    color: #333333;
    float: left;
    font-size: 13px;
    line-height: 27px;
}
.acount_li a {
color: #777777;
    cursor: pointer;
    display: block;
    height: 27px;
    margin: 0 6px;
    padding: 0 6px;
}
.acount_li a:hover {
	color:#222222;
}
.acount_li a.active {
	border-bottom: 3px solid #427fed;
    color: #222222;
    font-weight: bold;
	margin:0px 3px;
}
.acount_haf_paswrd{
    display: block;
    margin: 0 5px;
    overflow: hidden;


}
.acn_pasrd_p{
	color:#222222;
	font-size:13px;
	line-height:20px;
	margin-top:20px;
}
.acnt_paswrdhead {
  font-size: 20px;
  color:#dd4b39;
  line-height: 1;

}
.c_p_email{
	font-weight:bold;
}
.acount_input {
  border:1px  solid #ebeaea;
  background: #f7f5f5;
  width: 100%;
  height: 30px;
  padding:0 5px;
  transition:all .3s linear .0s;
	-webkit-transition:all .3s linear .0s;
	-moz-transition:all .3s linear .0s;

}
.acount_input:focus {
  border:1px  solid #427FED;
  background:#FFFFFF;
}
.quarter_page{
	width:25%;
}
.pint_page{
	width:75%;
	margin-bottom:10px;
}
.a_viemore{
	padding:5px 10px;
	margin:5px 0;
	height:auto;
	float:left;
}
.fav_thumbli{
	width:33.33%;
	float:left;
	margin-bottom:10px;
}
.favthumba{
	margin:5px;
	padding:5px;
	border:1px solid #EEEEEE;
	max-height: 110px;
	min-height: 110px;
	display:block;
	text-align:center;
}

.favthumba img{
	max-width:100%;
	max-height:100%;
}
.fav_cat_li{
	display:block;
	border-bottom:1px solid #EEEEEE;
		background:url(../images/cat_tip.png) no-repeat left center;
		transition:all .2s ease-in .0s;
		-moz-transition:all .2s ease-in .0s;
		-webkit-transition:all .2s ease-in .0s;

}
.fav_cat_li:hover{
	background-position: 5px center;

}
.fav_cat_li:last-child{
	border-bottom:none;
}
.fav_cat_li a {
    color: #222222;
    font-size: 13px;
	padding: 15px 0 15px 15px;
	transition:all .2s ease-in .0s;
	-moz-transition:all .2s ease-in .0s;
	-webkit-transition:all .2s ease-in .0s;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;


}
.fav_cat_li  a:hover {
	color:#427FED;
}

.fixedsiderwrpaer{
	position:relative;
}

.fix_sidebar {
    width:100%;
    height: 300px;
    position: absolute;
}
.fix_sidebar.fixed {
    position: fixed;
    top: 0;
}
.indexengine_wraper .comonbutondivwraperf{
	display:none;
}
.livesearch_lucky{
	display: table;
	margin:10px auto;
}
.mob_engine{
	position:fixed;
	width:240px;
	background:#222222;
	height:100%;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:none;
}

.mobile_m_btn{
	width:22px;
	height:16px;
	background-position: 0 -33px;
	display:none;
	cursor:pointer;
}
.mob_btnf{
	margin-top:7px;
	margin-right:10px;
}
.mob_engineli{
	padding:30px 0;
	display:block;
}
.mob_engineul .icon_li{
	width:100%;
}
.mob_engineul .iconname {
    color: #ffffff;
    float: left;
    margin-top: 5px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 158px;
	height:20px;
	font-size:13px;
}
.mob_engineul .dropdownicons{
	float:left;
	margin-right:5px;
	width:20px;
	height:20px;
	line-height:20px !important;

}

.advnceheading {
    color:#397EEC;
    display: block;
    font-family: "Arial";
    font-size: 20px;
    font-weight: normal;
    padding: 30px 0 10px;
    text-align: center;
    width: 100%;
}
.p_hlogo {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
}
.p_hlogo img {
    max-width: 100%;
}
.advcesearchoptions {
    float: left;
    width: 100%;
}
.advance_row {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.advncebox25 {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    float: left;
    margin: 4px 0;
    padding: 0 10px;
    width: 25%;
}
.advnceboxfp {
    color: #222222;
    display: table-cell;
    font-family: "Arial";
    font-size: 12px;
    height: 38px;
    vertical-align: middle;
}
.advncep {
    color: rgb(63, 63, 63);
    font-family: "Arial";
    font-size: 13px;
    font-weight: bold;
    line-height: 1.923;
    text-align: center;
}
.advncesearchinput {
    border: 1px solid #ddd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    display: block;
    padding: 10px;
    width: 100%;
	background:#F7F5F5;
	transition:all .3s linear .0s;
	-webkit-transition:all .3s linear .0s;
	-moz-transition:all .3s linear .0s;
}
.advncesearchinput:focus{
	 border:1px solid #427fed;
	 background:#FFFFFF;
}
.advncebox {
    float: left;
    margin: 4px 0;
    width: 50%;
}
.advnceboxsp {
    color: #6f6f6f;
    display: table-cell;
    font-family: "Arial";
    font-size: 12px;
    height: 38px;
    vertical-align: middle;
}
.advnceboxlast {
    width: 75%;
}
.adv_bluebtn{
	float:right;
}
.p_headerlogoadvnce {
    border-bottom: 1px solid #edebeb;
    display: block;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
.advnsearch_wraper{
	margin-top:10px;

}
.advnsearch_wraperin{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.mainwraper_acount{
	background:#F1F1F1 !important;
}
.mob_engineul {
    margin-top: 50px;
}
.iconname {
    display: block;
    font-size: 13px;
    width: 100%;
	margin-top:5px;
}
.icons_a:hover .iconname{
	color:#444444;
}
.login_registerwrpaer {
    text-align: center;
    width: 100%;
}

.login_logo {
    margin: 30px auto 15px;
    max-width: 300px;
}
.login_logo img{
	max-width:100%;
}

.login_heading {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0 20px;
    text-align: center;
}
.signin_card label {
    font-size: 13px;
    padding: 10px 0;
    float: left;
    width: 100%;
    color: #666;
}
.signin_card {
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 2px
    rgba(0, 0, 0, 0.3);
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 350px;
}
.lo_nn{
	margin-top:20px;
}
.signin_card .profile_img {

    display: block;
    border-radius: 50%;
    margin-bottom: 20px;
    width: 130px;
	overflow:hidden;
	margin-left: 50%;
	transform: translateX(-50%);
}
.profile_img img {
    max-width: 100%;
}
.sign_input{
	height:44px;
	width: 100%;
	 font-size: 16px;
	 border: 1px solid ;
	 border-color: #c0c0c0 #d9d9d9 #d9d9d9;
    color: #404040;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	 border-radius: 1px;
	  margin-top: -1px;
	    padding: 0 8px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		position:relative;

}
.sign_input:focus{
	border: 1px solid #4d90fe;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	z-index:3;
}
.sign_btn{
	width:100%;
	margin-top:15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:36px;
	line-height: 33px!important;

}
.forg_paswrd{color: #666666;
    cursor: pointer;
    text-decoration: none;
	  font-size: 13px;
	  margin-top:10px;
	  text-align:left;
	  display:block;
	text-decoration:underline;
	color: #F26824;
}
.link_signup{
	font-size:14px;
	color: #666666;
    cursor: pointer;
}
.link_signup:hover{
	text-decoration:underline;
	color: #F26824;
}

.register_wraper{
	max-width:600px;
	margin:0 auto;
	text-align:left;
}
.login_registerwrpaer_iner{
	padding: 25px;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;

}
.registerrow{
	width:100%;
	display:block;
}
.registerinput{
	width:100%;
	height:35px;
	padding:0 8px;
	 color: #404040;
	 font-size:13px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid;
	border-color:#d9d9d9;

}
.registerinput:focus{
	border: 1px solid #4d90fe;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	z-index:3;
}
.registerhalf{
	width:50%;
	float:left;
}
.registerhalfiner_se{
		margin-left:5px;

}
.registerhalfiner_f{
	margin-right:5px;
}

.full_registerrow {
    display: block;
    margin-bottom: 14px;
    width: 100%;
	float:left;
}
.iner_full_registerrow {
    float: left;
    width: 100%;
}
.registerrowheading {
    display: block;
    margin-bottom: 8px;
    width: 100%;
}
.registerrowheading label{
	font-weight:bold;
	font-size:13px;
	color:#222222;
}
.randomwraper{
	width: 290px;
	padding-left: 10px;
}
.randomwraper img {
    max-width: 100%;
}
.index_countrys{
	width:100%;
	float:left;
	margin:20px 0 0;
}
.index_countrys .country_section{
	width:100%;
	float: left;
}

.index_countrys .country_section .country_ul {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.index_countrys .country_section .country_ul .country_li {
    float: left;
    font-size: 12px;
    padding: 0 5px;
}


.inerresultwrpaer .country_section{
	float: left;
	display:block;
}

.inerresultwrpaer .country_section .country_ul {
    margin: 8px 0 0;
    text-align: center;
}
.inerresultwrpaer .country_section .country_ul .country_li {
    float: left;
    font-size: 12px;
    padding-right:  10px;
}




.rightlogind{
	position:relative;
}

.login_details{
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	min-width: 250px;
	 max-height: 260px;
	 position:absolute;
	 right:0px;
	 box-sizing:border-box;
	 -moz-box-sizing:border-box;
	 -webkit-box-sizing:border-box;
	 top:38px;
	 background:#FFFFFF;
	 z-index:110;
	 display:none;
}
.login_details:before{
	content:"";
border-color: transparent transparent rgba(0, 0, 0, 0.2);
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    height: 0;
    right: 10px;
    position: absolute;
    top: -9px;

}
.login_details:after{
	content:"";
border-color: transparent transparent #FFFFFF;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    height: 0;
    right: 10px;
    position: absolute;
    top: -8px;

}
.lo_fo {
  background: none repeat scroll 0 0 #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: table;
    padding: 10px ;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    width: 100%;
	}
.lo_de_li a{
background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    display: inline-block;
    line-height: 28px;
	color: #666;
	font-size:13px;
    padding: 0 12px;
}
.loginname {
    color: #777;
    display: block;
    font-size: 12px;
    max-width: 100px;
    overflow: hidden;
	padding-right:15px;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height:28px;
	font-weight:bold;
}
.topheader2 .loginname {
	line-height:16px;
}
.topheader2 .loginname:after{
	top:5px;
}
.loginname:after{
	content: "";
    position: absolute;
width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	border-top: 5px solid #777;
	right:0;
	top:12px;
}
.lo_ind {
    font-size: 13px;
    padding: 20px;
	color:#666666;
}
.email_d {
	padding:5px 0;
	display:block;
}
.email_d b{
	font-size:15px;
	color:#000000;
	font-weight:bold;
}
/*.rightlogind .bluebtn{
	background:none;
	padding:0;
	line-height:inherit;
	color:#777777;
	outline:none;
	border:none;
}

*/

.noresulttablegc{
	max-width:1000px;
	margin:0 auto;
}

.noresulttd{
	padding-top:40px;
}
.no_sh {
    display: block;
    padding: 20px 0;
}
.no_rl {
    list-style: inside none disc;
    padding: 8px 0;
}
.noresulttext {
    font-size: 18px;
    font-weight: bold;
}
.joblogo {
    font-size: 14px;
    padding: 20px 0 10px;
	font-weight:bold;
	text-transform:capitalize;
    color: #333333;
}
.joblogo a{
    color: #333333;

}
.diidyoumens{
	width:100%;
	float:left;
}
.spelchkleft{
	margin-left:100px;
	margin-top:20px;
	font-weight:bold;
	font-size:14px;
}
.spelllink{
	 color: green;
}
.imageresultsinwebtd {
    float: left;
    width: 20%;
	height:90px;
}
.imageresultsinwebtd a {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    display: block;
    height: 100%;
    padding: 5px;
}
.imageresultinweb {
    max-width: 100%;
	max-height:100%;
}
.viwmimge {
    float: left;
}
.imageresultinwebviewmorelink {
    font-size: 14px;
    margin: 5px 0;
}
.imageresultinwebviewmorelinktd {
    float: left;
    width: 100%;
}
/* ...................................... Comment Section ..............................

..................................................................................................
*/
.paddingin {
    padding: 10px;
}
.comment_btn {
	background: #ecf0f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	margin-top: 10px;
	padding: 10px;
}
.comnt_counter {

	font-size: 12px;
	color: #545454;
}
.comnt_counter a{
color: #545454;
	}
.cmntdivb {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}
  .notloogeddivb {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    color: #686868;font-style: italic;
    font-size: 12px;font-family:Verdana, Helvetica, sans-serif;
}







.post_cmntbtn{
	padding: 5px;
}
.viewmrecmnt{
	color: #133460;
    float: left;
    font-style: italic;
    padding: 10px;
	}
.cmntifrmeclass {
	border: none;
	min-height: 500px;
	width:100%;
	}
.c_areawraper {
	width: 100%;
}
.comnt_txtarea {
	border: #C3C3C3 1px solid;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 70px 0 10px;
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow: -moz-hidden-unscrollable;
	height: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.post_cmntli {
    float: left;
    padding-left: 10px;
    color: #333333;
    font-size: 12px;
	line-height: 22px;
}
.post_cmntul{
	float: left;
	list-style: none;
}

.post_cmntli input {
    vertical-align: top;
}
.details_cmtns {
	float: left;
	width: 100%;
	display: table;
}
.prfil_name {
	font-size: 12px;
	font-weight: bold;
	color: rgba(19,52,96,1.00);
	cursor: pointer;
	float: left;
}
.c_time {
    color: #828282;
    float: right;
    font-size: 12px;
}
.old_cmntul {
	list-style: none;
	width: 100%;
	float: left;
	padding: 0 0 2px 0;
	margin: 0;
}
.coment_areagc {
	position: relative;
	float: left;
	width: 100%;
}

.s_btngc {
	position: absolute;
	right: 20px;
	top: 14px;
	border: none;
	color: #FFFFFF;
	background: rgba(20,183,241,1.00);
	padding: 5px 10px;
	cursor: pointer;
}
.s_btngc:hover {
	background: #0e9ed1;
}
.old_cmtns {
	width: 100%;
	float: left;
}

.old_cmntsli {
	width: 100%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 4px;
	background: #F2F3F4;
}
.cimage {
	float: left;
	width: 50px;
}
.cimage img {
	max-width: 100%;
}
.prf_details {
	box-sizing: border-box;
	float: left;
	padding-left: 10px;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.prfil_name:hover {
	text-decoration: underline;
}
.prflecmnttxt {
 width:100%;
 float:left;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0;
	padding: 5px 0;
}


.c_span {
	font-size: 12px;
	color: #2F2F2F;
}
.butn1 {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
    display: inline-block;
	line-height:28px;
	cursor:pointer;
    padding: 0 12px;
	font-weight:bold;
	font-size:13px;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
.post_cmntbtn{
	padding: 5px;
}

.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: none;
	margin: 1em;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -o-border-radius: 4px;
	min-height: 20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: all .2s ease-out .0s;
}
.comment .page td:first-child{
	color: #333333;
	}
.comment .page td{

    color: #11AAD6;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}
.comment .page td a{
	   color: #333333;
    font-size: 12px;
	}
.comment .page input {
    border: 1px solid #888888;
    height: 25px !important;
    margin-right: 10px;
    width: 40px !important;
}
.headshare {
    border-bottom: 1px solid #DDDDDD;
    color: #133460;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
position: relative;
}

.pop_closebtn{
position: absolute;
right:-1px;
top:-1px;
padding: 12px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
/*background: #12AED8;*/
cursor: pointer;

}
.pop_closebtn .fa{
/*color: #ffffff;*/
font-size:16px;
}

/*for result page web*/
.arithmeticdiv {
margin-bottom: 12px;
font-size: 18px;
margin-left: 100px
}
.sourcestatusdisplay {
color: #647F91;
}
/*resultpage web*/
/* .............................. image styles ..............................  */

.result_display {
	width: 100%;
	float: left;
}
.vmsnryitem {
    width: 19%;
    float: left;
    margin: 5px;
}
.og_grid_box
{
       cursor: pointer;
       outline: none;
       border: none;
       display: block;
       position: relative;
       z-index: 10;
       cursor: default;
}
.og_grid_box img
{
       width: 100%;
       max-height: 100%;
}
.og_grid_image img {
    max-height: 100%;
   width: 100%;
}
.og_grid_image
{
    position: relative;
}
.og_grid_box .boost_btn
{
    position: absolute;
    right: 0px;
    bottom:2px; 
    height: 24px;
    line-height: 20px;   
    border-radius: 7px 0px 0px 0px;
    opacity: .6;
       z-index: 100;
} 
.og_grid_box:hover .boost_btn
{
    opacity: 1;
}
.og_grid_box .boost_btn span
{
    font-size: 11px;  
}
.og_grid_box .boost_btn i
{
    font-size: 12px;
    margin-right: 1px;
}
.og_grid_box .lrazy:empty + .boost_btn
{
       display: none;
}

.result_showingnew:before{
content:"";
	height: 10px;
	width: 10px;
	position: absolute;
	top: -10px;
	left: 10px;
	border-bottom: 10px solid #222222;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	}
.result_showingnew {
	background: none repeat scroll 0 0 #222222;
	left: 0;
	position: relative;
	width: 100%;
	z-index: 2;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 10px 0;
	display: none;
	float: left;
        z-index:2000;
}
.inside_result_showing {
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
}
.resltarrow {
	border-bottom: 10px solid #222222;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	height: 0;
	position: absolute;
	top: -10px;
	width: 0;
}
.closebtn {
	cursor: pointer;
	height: 20px;
	padding: 7px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	z-index: 1;
	background: url(../images/closebtn.gif) no-repeat center center;
}
.fullresult {
	float: left;
	width: 100%;
}
.full_imagenew {
	width: 50%;
	float: left;
	text-align: center;
}
.dispfullimg {
    max-width: 100%;
}
.linereslt {
	background: none repeat scroll 0 0 #121212;
	box-shadow: 1px 0 #2A2A2A;
	-moz-box-shadow: 1px 0 #2A2A2A;
	-o-box-shadow: 1px 0 #2A2A2A;
	-webkit-box-shadow: 1px 0 #2A2A2A;
	-ms-box-shadow: 1px 0 #2A2A2A;
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 1px;
	margin-left: 10px;
}
.fullheadingnew {
	float: left;
	width: 40%;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.result_names {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	float: left;

	text-align: left;
}
.result_names a {
	color: #545454;
	font-size: 20px;
}
.result_namesnew a {
	color: #D6D6D6;
	line-height: 17px;
}
.result_image_details {
	width: 100%;
	float: left;
}
.d1:first-child:before {
	content: " ";
	margin: 0 5px 0 0;
}
.d1:before {
	content: " - ";
	font-size: 12px;
	color: #888888;
	margin: 0 4px;
}


.d1 {
	float: left;
	font-size: 12px;
	color: #888888;
	padding-top: 5px;
}
.d1 a {
	color: #888888;
}
.d1 a:hover {
	text-decoration: underline;
}
.full_links {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.imfbtns{
	width: 100%;
	float: left;
}
.bu1 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	float: left;

	display: inline-table;
        padding: 0px 2px 1px 2px;
}
/*.butn1 {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #17CAE6), color-stop(1, #11A6D4) );
	background: -o-linear-gradient(bottom, #17CAE6 0%, #11A6D4 100%);
	background: -moz-linear-gradient(bottom, #17CAE6 0%, #11A6D4 100%);
	background: -webkit-linear-gradient(bottom, #17CAE6 0%, #11A6D4 100%);
	background: -ms-linear-gradient(bottom, #17CAE6 0%, #11A6D4 100%);
	background: linear-gradient(to bottom, #17CAE6 0%, #11A6D4 100%);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	color: #FFFFFF;
	float: left;
	padding: 10px;
	transition: all .2s ease-in .0s;
	border: inset 1px solid #18cee8;
	font-size: 12px;
	cursor: pointer;
}*/
.imcounter_outer{
	width: 100%;
	float: left;
}
.comment_btn {
	background: #ecf0f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	float: left;
	margin-top: 10px;
	padding: 10px;
}
.comnt_counter {

	font-size: 12px;
	color: #545454;
}
.comnt_counter a{
color: #545454;
	}
.cmntdivb {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    float: left;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}

textarea.postcomment
{
    width: 100%;
    max-width: 100%;
}
.postcommentimg{
        min-height:60px;
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin-top: 10px;
}

.post_cmntbtn{
	padding: 5px;
}
.im_source{
color: #888888;
font-size: 12px;
margin: 5px 0;
float: left;
	}
	.thickbox {
    font-size: 12px;

    border: none;
}
/* ............................................... Video Style ------------------------------- */

.video_inside {
	width: 100%;
	float: left;
}
.video_listing_inside {
    border: 1px solid #EEEEEE;
    display: inline-block;
   width:100%;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
    max-width: 100%;
    padding: 5px;
}
.v_image {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.staringv{
	float: left;
	z-index: 200;
padding: 0 2px;
}
.plybtnv{
    color: #FFFFFF;
    font-size: 39px;
    left: 40%;
    position: absolute;
    top: 40%;
    opacity: 0;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    ms-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
}
.v_image:hover .plybtnv{
	opacity: 1;
	}
.v_image img {
	max-width: 100%;
	width: 100%;
	transition: all .2s ease-in .0s;
	-moz-transition: all .2s ease-in .0s;
	-webkit-transition: all .2s ease-in .0s;
	-ms-transition: all .2s ease-in .0s;
}
.v_image:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.video_discrptn {
	width: 100%;
	float: left;
	margin: 10px 0 5px;
}
.videotitle {
	width: 52%;
	float: left;
	font-size: 12px;
	/*margin: 0 0 0 10px;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.video_duration {
	font-size: 12px;
	display: block;
	color: green;
	width: 34%;
	float: right;
	text-align: right;
}
.comment_video a {
	float: right;
	font-size: 12px;
	background: none;
	padding-left: 5px;
	color: #333333;
}
.comment_video a:hover {
	text-decoration: underline;
}
.vsource {
    display: table-cell;
    float: left;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;

}
.inlinediv {
    float: left;
    width: 100%;
     margin: 8px 0;
     	display: table;
}

.comment_video {
    display: table-cell;
    width: 40%;
}
/*                                      Comment section ENDS
...........................................................................................................................

 */

.lo_right{
	float:right;
	width:40%;
}
 .lo_left {
    float: left;
    text-align: left;
    width: 60%;
}
 .lo_leftin {
    margin: 20px 10px 0 100px;
}
 .lo_leftin h4 {
    color: #333;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lo_p {
    color: #555;
    font-size: 13px;
    margin-bottom: 5px;
}
.lo_ul {
    color: #333;
    font-size: 13px;
    list-style: inside none disc;
    margin-bottom: 10px;
}
.lo_li {
    margin: 15px 0;
}
.erormsgss {
    font-size: 13px;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float:left;
	font-weight:bold;
	width:100%;
	text-align:center;
}
.erormsgss #mandatory{
	font-size:12px;
}
.rightlogind .bluebtn{
	float:right;
}
.acountlogo {
    display: table-cell;
    max-width: 300px;
    padding-right: 10px;
}
.acountlogo img {
    max-width: 100%;
}
.b_filterli {
    float: left;
    font-size: 12px;
    margin-right: 10px;
}
.b_filterli:last-child
{
       margin-right: 0px;
}
.reult_li input[type="checkbox"] {
    display: table-cell;
    float: left;
}
.acount_fdetails .acount_li{
	margin:0 4px;
}

.acount_li > select {
    margin-top: 8px;
}
.acount_fdetails .acount_li a{
	margin:5px 0 0;
	padding:0;
}
.fixedin {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	   margin: 0 5px 0;
	   position:absolute;
	   width:230px;
}
.acount_hafleft{
	display:none;
}
.fixedleftwraper{
	position:relative;
	width:100%;
}
.fixedin.fixed {
    position: fixed;
    top: 0;
	margin-top:10px;
	transition:all .2s ease-in .0s;
	-moz-transition:all .2s ease-in .0s;
	-webkit-transition:all .2s ease-in .0s;
}
.livesearch div{
    font-size: 14px;
    padding: 10px;
    font-weight: 100;
    line-height: 22px;
    cursor: pointer;
}
.livesearch div:hover{
	background:#EEEEEE;

	}
.r_paginul.joblogo {
    clear: both;
}
.c50ul.contrfullul {
    -moz-column-count: 3;
 	-webkit-column-count:3;
	column-count:3;

}
.advnceboxnew{
	width:100%;
}
.plshead {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}
.topheader2 .moremenu {
    margin-top: 0;
}
.result_display_rightadinside {
    padding-right: 20px;
}
.mores .catagories_listul2.nsla {
    width: 100%;
}
.evenmorebtn {
    background: none repeat scroll 0 0 #eee;
    margin: 0 0 -2px !important;
    padding: 5px 5px 5px 17px !important;
	-moz-text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
    text-shadow: 1px 1px 0 #fff;
}
.arangetd{
	 float: left;
    width: 33.333%;
	list-style:none;
	margin: 11px 0 0.2em;

}
.advncep {
    color: #333;
    font-family: "Arial";
    font-size: 13px;
    font-weight: bold;
    line-height: 1.923;
    text-align: center;
}


.languageul li{
	color: #888888;
	font-weight: 900;
}
.languageul li a{
	color: #67A2B9;
}
.leftpading{
	padding-left: 84px;
}
.sidenavbar{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 84px;
	background-color: black;
	background-image: url(../images/navbg.jpg);

}
.sidenav-in{
	height: 100%;
	width: 84px;
	background-color: rgba(0,0,0,0.69);
	overflow: auto;
	position: relative;
}
.sidenav-a{
	height: 50px;
	background-size: 32px;
	background-position: top center;
	width: 100%;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer;
}
.slidenavtxt{
color: white;
font-size: 12px;
padding-top: 43px;
display: block;
width: 100%;
text-align: center;
}
.absolutebtns{
	position: absolute;
	right: 0px;
	top: 3px;
}


.crb {
  position: absolute;
  visibility: hidden;
  display: none;
}

.clb {
  color: gray;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 20px 5px 25px;
	/*background:url(../images/bullet/lightblue_unchecked.png);*/
	background-position: left center;
	background-repeat: no-repeat;
}

.crb:checked + .clb{
  color:#67A2B9;
  /*background:url(../images/bullet/lightblue.png);*/
	background-position: left center;
	background-repeat: no-repeat;
}

/*.clb + .crb + .clb {
  border-left:3px solid  #2F70C9;
}*/
.radio-group {

  display: inline-block;

  margin: 15px 0;
  overflow: hidden;
}

.engineinput.prelative{
	/*margin-top: 20px!important;*/
}

.commonpadding{
	max-width: 1200px;
	margin: 0 auto;
}
.homeheading {
    padding: 5px;
    padding-left: 40px;
    background-size: contain;
	background-repeat: no-repeat;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.homewraper-body{
	width: 100%;
	float: left;
}
.feedbox{
	width: 25%;
	float: left;
	padding: 5px;
}
.feedbox-in{
	padding: 30%;
	background-size: cover;
	min-height: 180px;
	position: relative;
	background-position: center;
	transition: all 3s ease 0s;
}
.fedbox-txt {
    min-height: 55px;
    padding: 5px 0;
    background-repeat: no-repeat;
    color: #2f2f2f;
    line-height: 30px;
    text-transform: capitalize;
}
.fedbox-txt div {
    white-space: nowrap;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.fedbox-txt .feedcat {
    display: block;
    font-size: 12px;
    float: left;
    line-height: 16px;
    font-family: 'Poppins', sans-serif;
    color: #666;
}
.feedsection{
	padding: 50px 0 10%;
	float: left;
	width: 100%;
	position: relative;
}
.bgtransparentwhite{
	background: rgba(255,255,255,1);
	background-image: url(../images/kgbackground.png);
}
.featsction{
	width: 100%;
	float: left;
}
.featsction-in{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding:5% 20px;
	padding:7% 20px;
	display: table;

}
.feat-image{
	display: table-cell;
	width: 40%;
}

.feat-text{
	display: table-cell;
	width: 60%;
	vertical-align: top;
	padding-left: 40px;
}
.feat-text.left{
	padding-right: 40px;
	padding-left: 0;
}

.feat-text.left .feath3{
	text-align: right;
}
.feat-text.left .feath3:after{
	right: 0;
	left: auto;
}
.feat-text.left .feath3-sub{
	text-align: right;
}
.featbtnbox {
    margin: 20px 0;
    text-align: left;
}
.feat-text.left .featbtnbox{
	text-align: right;
}

.featbtn.thmbtn ,.featbtn.negbtn:hover{
	border: 1px solid #F26824;
	background: #F26824;
	color: white;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 400;
}
.featbtn.negbtn , .featbtn.thmbtn:hover{
	color: #F26824;
	background: white;
	border: 1px solid #F26824;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 400;
}
.featbtn_inner
{
    white-space: normal;
    line-height: 1.5;
}
.featbtn
{
       height: auto!important;
       min-height: 70px!important;
       overflow: hidden;
    display: inline-flex!important;
    align-items: center;
}
.featimg{
	width: 100%;
}
.customdrop{
	float: left;
padding: 4px;
width: 100%;
font-size: 14px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
	padding-right: 30px;
	background-image: url(../images/dropdown.png);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size: 8px;
	background-color: transparent;
	border: 1px solid #CBCBCB;
height: 30px;
	border-radius: 2px;
	margin-top: 10px;
		cursor: pointer;
	color: #777777;
}
.customdrop:hover{
	color: #222222;
}
.slectwrpr{
	display: block;
	width: 150px;
	vertical-align: top;
	float: right;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 1px 1px;
}
.result_display_leftinside .r_count{
	margin-left: 0!important;
}
.subsbtn{
	position: fixed;
	right: 0;
	top: 40%;
	display: none;

}
.left.lan-setings {
    padding: 8px 10px 5px 0;
	position: relative;
	margin-top: 5px;
}
.setbtn.us {
    background-image: url(../images/flags.png);
    background-position: -48px 22px;
}
.setbtn {
    float: left;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
}
.setbtn img{
	width: 20px;
}
.settingsdropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   display: none;
    top: 38px;
    background: #FFFFFF;
    z-index: 100;

}
.settingsdropdown::before {
    content: "";
    border-color: transparent transparent rgba(0, 0, 0, 0.2);
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    height: 0;
    right: 17px;
    position: absolute;
    top: -9px;
}
.settingsdropdown::after {
    content: "";
    border-color: transparent transparent #FFFFFF;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    height: 0;
    right: 17px;
    position: absolute;
    top: -8px;
}
.lang-select{
	padding: 5px 20px 5px 10px;
	text-align: left;
	width: 120px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #777;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	border: none;
	background-image: url(../images/downnavigate.png);
	background-position: 100px 10px;
	background-size: 10px;
	background-repeat: no-repeat;
}
.resmenu{
	display: none;
}
.resmenu .header_fmenuli{
	width: 100%;
	padding: 5px 10px;
}
.successmsgwrpr{
		width: 100%;
	}
	.s-msgbox{
		max-width: 580px;
		width: 100%;
		margin: 5% auto;
		background: #fff;
		border-radius: 10px;
		height: auto;
		box-shadow: 0px 0 7px 0px rgba(0,0,0,0.1);
		padding: 20px;
		text-align: center;
	}
	.s-msgbox .smsg-h3{
		text-align: center;
		font-size: 24px;
	}

	.checkico{
		font-size: 54px;
		color: darkgreen;
		text-align: center;
		margin: 20px 5px;
	}
	.checkico.checkerror{
		color: darkred;
	}
	.s-msgbox .bluebtn{
		margin: 15px auto 5px;
		/*margin-left: 50%;*/
		/*transform: translateX(-50%);*/

	}

.ad-wrpr-in {
    width: auto;
   float: left;

    /*margin-top: 10px;*/
	width: 100%;


 margin-top: 20px;



}


.ad-wrpr-in iframe {

    border: 1px solid #DDD;
    padding: 0 10px;
    border-radius: 10px;

}
.ad-wrpr{
	width: 70%;
}
.musiccontainer-in{
	margin-top: 30px;
	float: left;
	width: 100%;
	padding:0 15px;
}
.headersearch-in {
    max-width: 500px;
}


.mgenreslider ,.martstslider {
	width: 100%;
	float: left;
}
.mgen-box{
	background-size: cover;
	background-repeat: no-repeat;

}
.mgen-txt{
	padding: 45% 10px;
	text-align: center;
	color: white;
	background-color: rgba(0,0,0,0.30);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mgen-txt:hover{
	background-color: rgba(0,0,0,0.50);
}
.mgensl{
	padding: 0 5px;
}
.mgns-arw {
    float: right;
    width: 50px;
	margin-top: 18px;
}
.mgns-arrow {
    width: 50%;
    float: left;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
}
.ranking-wrpr {
    max-width: 850px;
    float: left;
    width: 100%;
}
.ranking-wrpr .r-h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #666;
    margin: 10px 0 20px;
}
.ranking-wrpr .r-h3 .fa{
	color: #999;
}
.rankingwrpr-box{
	margin-bottom: 10px;
	height: 80px;
}
.rankingwrpr-box .r-pstn {
    width: 50px;
    float: left;
    font-size: 55px;
    overflow: hidden;
    height: 80px;
    background:#ccc;
    text-align: center;
    line-height: 80px;
    font-weight: 600;
	color: white;
}
.rankingwrpr-box .track-cover {
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
    float: left;
}
.rankingwrpr-box .track-info {
    padding-left: 145px;
}
.rankingwrpr-box .trck-h4 {
    font-weight: 300;
    color:#333333;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}
.trck-p {
    color: #999;
    padding: 5px 0;
}
.rankingwrpr-in {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.rankingwrpr-in.has_border_left{
	border-right: 1px solid #E1E1E1;
}
.slick-dots {
    padding: 10px 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots .slick-active button {
	color: #F26824!important;
	background: #F26824!important;
}

.slick-dots li button {

    border: none;
    color: #ccc;
    background: #ccc;
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    border-radius: 3px;
    cursor: pointer;

}
.artst-box {
    width: 100%;
    padding: 50%;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}
.martstslider .trck-p{
	text-align: center;
	margin-bottom: 15px;
	color: #666666;
}
.subscriptionpopup {
    overflow: hidden;
    position: absolute;
    right: 20px;
    background: white;
    box-shadow: 0 0px 8.2px 1.8px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: all 0.4s linear 0.1s;
    width: 100%;
    top: 60px;
    max-width: 360px;
    border-radius: 10px;
	display: none;
}
.subscriptionpopup.static {
    position: static!important;
    box-shadow: 0 0px 8.2px 1px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    margin-bottom: 10px;
	display: none;
}
.subscriptionpopup.static .subsclose{
	padding: 0px 15px 4px;
	bottom: auto;
}
.subscription-head {
    font-size: 18px;
    padding: 10px 15px;
   /* border-bottom: 1px solid #dedede;*/
    text-align: center;
	background: #98d4e2;
	color: white;
}
.subscription-in {
    position: relative;
    float: left;
    width: 100%;
}
.subscribtion-text {
    float: left;
}
.subsclose {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 5px 20px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    display: block;
    line-height: 40px;
    text-decoration: none !important;
}
.subscribtion-text .feath3-sub {
    padding: 15px;
    margin: 0;
    text-align: left;
    float: left;
    width: 100%;
}
.subscribtion-text .feath3-head {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 40px 0 20px;
    color: #222;
    margin: 0;
    text-align: left;
    float: left;
    width: 100%;
	font-weight: 500;
}
.subscribtion-text .btn-group {
    text-align: center;
    padding: 10px 15px 20px;
    right: 60px;
    width: 100%;
    display: block;
}
.subscribtion-text .feath3-sub li {
    text-align: left;
    padding-left: 25px;
    position: relative;
    font-size: 12px;
}
.subscribtion-text .feath3-sub li::before {
    position: absolute;
    content: "o";
    color: #E19027;
    left: 8px;
    font-size: 16px;
}
.subscription-image {
    width: 50px;
    height: 100%;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #98d4e2;
    position: absolute;
    top: 0;
    bottom: 0;
	display: none;
}
.main_tab {
    margin-right: 10px;
    border: 1px solid #ccc;
	border-radius: 20px;
	display: block;
	color:#333;
    cursor: pointer;
    text-transform: uppercase;
}
.main_tab:hover ,.main_tab.active{
    background: #6fc7e4;
    border-color: #6fc7e4;
    color: #FFFFFF;
}
.main_tab:hover a, .main_tab.active a {
    color: white;
}
.main_tab a{
    color: #333;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
}
.subtab-wrpr.fullwidth.left {
    margin-top: 20px;
}
.subtab-wrpr li {
    display: inline-block;
}
.subtab-a {
    padding: 10px;
    display: block;
    color: #999;
    border-bottom: 3px solid transparent;
	cursor: pointer;
}
.subtab-a:hover{
	color: #666;border-color: #666;
}
.subtab-a.active{
	color: #F26824;
	border-color: #F26824;
}
.bandbanner {
    max-width: 420px;
    width: 100%;
    float: left;
    display: table;
}
.bandimg {
    width: 40%;
    display: table-cell;
}
.band-text {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px 10px 20px;
}
.band-text .trck-p {
    color: #999;
    padding: 5px 0;
    font-size: 14px;
}
.band-text .r-h3 {
    font-size: 18px;
    font-weight: 600;
}
.bandimg .artst-box{margin: 0;}
.album-title {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.album-title .r-h3 {
    font-size: 20px;
    color: #333;
}
.semor-link.right {
    color: #666;
    font-size: 12px;
    cursor: pointer;
	margin-top: 6px;
}
.albumlisting ,.artistlisting {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.artistlisting .track-cover {
    border-radius: 50%;
}
.albumlisting .track-info , .artistlisting .track-info {
    padding-left: 95px;
}
.list-count{
	font-weight: 300;
}
.tracklisting{
	padding: 0 10px;
}
.track-list-th td {
    padding: 15px 5px;
    color: #333;
    font-weight: 300;
}


.track-list-tb tr,.track-list-th  {
    border-bottom: 1px solid #ddd;
	line-height: 25px;
}
.track-list-tb tr:hover{
	background-color: #EEEEEE;
}
.track-list-tb td a{
    padding: 15px 5px;
    color: #666;
	display: block;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
.th-no {
    width: 30px;
	text-align: center;
	font-weight: 900;
	color: #CCCCCC;
}
.th-duration {
    text-align: right;
}
.artist-wrpr{
	width: 25%;
	float: left;
	padding: 10px;
}
.artistwrpr-in .trck-p{
	text-align: center;
	margin-bottom: 15px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.albumwrpr-in  .artst-box{
	border-radius: 1px;
}
.albumwrpr-in .trck-p{
	margin-bottom: 0px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.albm-band{
	font-size: 12px;
	margin-bottom: 15px;
	color: #999999;
}
.music-tab{
	display: none;
}
.music-tab.active{
	display: block;
}
	/* .................. Subscription .................. */



.subscribtion-banner{
	width: 100%;
	min-height: 480px;
	background-size: cover;
	background-position: center ;
	position: relative;
}
.banner-text {
    max-width: 720px;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
}
	.banner-h2 {
    margin: 20px;
    font-size: 45px;
    font-weight: 900;
	text-shadow: 0 0 8px rgba(255,255,255,0.5);

}
	.banner-p {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(255,255,255,0.5);
		margin-bottom: 20px;
}
	.banner-btn {
    margin: 20px;
    display: inline-block;
    padding: 10px 20px;
    background: #F26824;
    color: white;
    border-radius: 20px;
    text-transform: uppercase;
	transition: all ease 0.5s;
}
.subcribtion-section .feath3{
	text-align: center;
}
.subcribtion-section .feath3::after{
	left: 50%;
	width: 70px;
	transform: translateX(-50%);
}
.why-wrpr{
    margin-top: 30px;
	float: left;
	width: 100%;
}
.whywrpr-box{
	width: 25%;
	padding: 0 10px;
	float: left;
}
.whywrpr-box-in {
    width: 100%;
    text-align: center;
    background: white;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.wrpr-icon {
    width: 100%;
    padding: 20px;
	height: 165px;
}
.wrpr-img {
    width: 100%;
    max-width: 120px;
}
.wrpr-text {
    width: 100%;
    padding: 0 10px 20px;
}
.wrpr-h4 {
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
    line-height: 20px;
}
.wrpr-p {
    font-size: 12px;
    color: #666;
    text-transform: capitalize;
	line-height: 18px;
	letter-spacing: 0.3px;
}
.plan_box {
    width: 33.33%;
    padding: 10px;
}
.planbox-in {
    text-align: center;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.planbox-h4 {
    padding: 10px 15px 0;
    background: #6fc7e4;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 39px;
    font-size: 16px;
    font-weight: 600;
}
.plantable-price {
    color: white;
    padding: 20px 15px 90px;;
    background-color:#6fc7e4;
	background-image: url(../images/planbg1.png);
	background-size: 103%;
	background-repeat: no-repeat;
	background-position: bottom;
}
.planbox-in .btn-orange {
    display: inline-block;
    margin: 10px 0 30px;
}
.pln-price {
    font-size: 45px;
    padding-left: 16px;
    font-weight: 300;
    position: relative;
}
.crncy {
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: 8px;
    left: 0;
}
.duration {
    font-size: 12px;
}
.plan-feat li.active {
    text-decoration: none;
    font-size: 14px;
    color: #666;
}
.plan-feat li{
	padding: 12px;
	color: #AAAAAA;
	text-decoration:line-through;
}
.orange-btn {
    display: inline-block;
    padding: 10px 15px;
    margin: 10px 0 25px;
    background: #F26824;
    color: white;
    border-radius: 4px;
    font-size: 14px;
}
.topheader2.bgwhite{
	background-color: white;
	box-shadow: 0 0 7px 0px rgba(0,0,0,0.2);
}
.slk-prev,.slk-next{
	color: #67a2b9;
	padding: 0 20px;
	cursor: pointer;
}
.paymentwraper{
	max-width: 420px;
	margin: 0 auto;
}
.payment-box{
	padding: 15px;
	margin-top: 10px;
	float: left;
	text-align: left;
}
.trial-info {
    font-size: 12px;
    padding: 5px 10px;
    display: block;
    width: 130px;
    color: white;
    background: #67a2b9;
    border-radius: 5px;
}
.payment-box .wrpr-p{
	margin: 10px 0;
}
.payment-box .wrpr-p a {
    text-decoration: underline;
    cursor: pointer;
}
.p-label.paypal{
	background-image: url(../images/paypal.png);
	width: 200px;
	height: 55px;
	background-repeat: no-repeat;
	background-size: 170px;
	background-position: right;

}
.payment-methode {
    padding: 15px 0;
}
.payment-box .orange-btn{
	margin-bottom: 5px;
}
/* ................. Custom Checkbox .................................... */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 2px solid #67a2b9;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F26824;
    position: absolute;
    top: 20px;
    top: 10px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + label::before, .country_ul [type="radio"]:not(:checked) + label::before
{
       top: 5px!important;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sub_lbl{
  position: relative;
  display: block;
  height: 20px;
  width: 44px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  transition: all .3s ease;
}
.sub_lbl::after{
	position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius :100px;
    background: #eee;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.02);
    content :'';
    transition :all .3s ease;
}
/*.sub_lbl:active::after{
	  transform: scale(1.15, .85);
}*/
.sub_cbx.active ~ label{
	background: #92c62f;
}
.sub_cbx.active ~ label::after{
	 left :25px;
    background :#FFF;
}

.subrow.press {
    display: block;
    margin: 5px 0;
    float: right;
    margin-right: 20%;
}
.sub_cbx.hidden{
  display: none;
}
.video_container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	width: 84px;
	overflow: hidden;
	z-index: -1;
}
.video_container .videobox{
	transform: translateX(-50%);
}

.main_video_container{
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	overflow: hidden;
	z-index: -1;
}
/*.main_video_container .videobox{
	transform: translateX(0%);
	min-width: 100%;
	min-height: 100%;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
}*/
.main_video_container .videobox {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.index-page-slider {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.indexslider-in {
    width: 100%;
    /*padding: 5%;*/
	position: fixed;
	top: 0;
	bottom: 0;
    background-size: cover !important;
	/*width: 1366px;*/
	min-height: 720px!important;
       height: 100%;
       height: 100vh;
       background-position: center 0px !important;

}
.slick-track .indexslider-in{
	position: static;
}
.ad-wrpr-btn {
    position: relative;
    display: inline-flex;
}
.tooltip-wrpr {
    position: absolute;
    left: 110%;
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    transition-duration: 0.2s;
	transition-property: all;
	transform-style: flat;
    display: none;
	white-space: nowrap;
}
.tooltip-wrpr::after {
content: "";
height: 0;
left: -5px;
position: absolute;
bottom: 6px;
border-top: 5px solid transparent;
border-right: 5px solid rgba(0,0,0,0.5);
border-bottom: 5px solid transparent;
}
.ad-wrpr-btn:hover  .tooltip-wrpr{
	display: block
}
.result-engine-wraper-in {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
	position: relative;
	z-index: 10
}
.result-engine-wraper-in.resultpage {
    /*max-width: 70%;*/
    padding-left: 100px;
    float: left;
    max-width: 50%;
}
.result-engine-wraper {
    float: left;
    width: 100%;
    background: transparent!important;
    padding: 10px 0;
    position: relative;
    background-position: center !important;
    display: none;
	background-attachment: fixed !important;
}
.resulengine-box {
    width: 100%;
    padding: 0 10px;
	float: left;
}
.resulengine-box .resultengine-title {
    color: #FFF;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 14px;
    float: left;
    width: 100%;
}
.resulengine-box .resultengine-title::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #FFF;
    bottom: 0;
    left: 0;
}
.resultengine-content h3 {
    font-size: 15px;
    color: #FFF;
    white-space: nowrap;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-bottom: 5px;
}
.resultengine-content .re-link {
    font-size: 13px;
    padding-bottom: 5px;
    color: #0ed10e;
}
.resultengine-content .re-desc {
    font-size: 13px;
    line-height: 18px;
    color: #ddd;
}
.resultengine-content .result-image {
    height: 100px;
    width: 100%;
    float: left;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 5px;
}
.re-slide-prev, .re-slide-next {
    position: absolute;
    background: rgba(255,255,255,0.6);
    width: 25px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px;
    cursor: pointer;
	display: none;
	transition: all 0.3s ease;
}
.re-slide-prev {
    left: 0;
}
.re-slide-next {
    right: 0;
}
.result-engine-wraper:hover .re-slide-prev,.result-engine-wraper:hover .re-slide-next {
	display: block;
}
.resultengine-dropdown label {
    float: left;
    font-size: 14px;
    padding: 16px 8px 5px;
}
.resultengine-content .rankingwrpr-box .track-cover {
    width: 100%;
    height: 120px;
}
.resultengine-content .trck-p {
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resultengine-content .web_rslt_txt {
    border: none !important;
	text-align: center;
}
.resultengine-content .web_result_title a {
    white-space: nowrap;
    display: block;
    font-size: 15px;
    color: #FFF;
}
.resultengine-content .web_rslt_txt img {
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
}

/*-------Style by Nandu-----*/
.p-3{
	padding: 15px;
}
.mr-2{
	margin-right: 8px;
}
.mt-3{
	margin-top: 15px;
}
.account-header {
    padding: 10px;
    height: 60px;
    background: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	position: fixed;
    top: 30px;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 100;
}
.account-header .page_logo {
    float: left;
}
.account-header .page_logo img {
    max-width: 150px;
    max-height: 40px;
}
.acount_navbar {
    background: #FFF;
    width: 280px;
    overflow: auto;
    float: left;
    position: fixed;
    left: 0;
    top: 90px;
    top: 100px;
    bottom: 0;
       padding-top: 10px;
       padding-bottom: 10px;
}

.acount_navbar .acount_li {
    float: left;
    width: 100%;
    list-style: none;
	padding:5px 3px;
}
.acount_navbar  .acount_li a {
    color: #333;
    padding: 7px 12px;
    height: auto;
	margin: 0;
	border-radius: 25px;
	order-radius: 25px;
    font-size: 15px;

}
.acount_navbar  .acount_li a .fa{
	opacity: 0;
	margin-right: 10px;
	float: right;
	margin-top: 7px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.acount_navbar  .acount_li a.active,.acount_navbar  .acount_li a:hover{
	background: rgba(0,0,0,0.1);
	color: #000000;
	border: none;
	font-weight: 400;
}
.acount_navbar  .acount_li a.active .fa,.acount_navbar  .acount_li a:hover .fa{
	opacity: 1;
	margin-right: 0;
}
.midlesection_acount {
    padding-left: 295px;
    width: 100%;
    float: left;
    padding-top: 105px;
    padding-top: 115px;
	padding-right: 15px;
}
.bluebtn {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #2eb1dc;
	color:#FFFFFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 2px;
	display: inline-block;
	background:#2eb1dc;
    line-height: 32px;
    height: 35px;
    cursor: pointer;
    padding: 0 12px;
    font-weight: normal;
    font-size: 14px;
}
.bluebtn:hover{
	background: #11A7D8;
	border-color:  #11A7D8;
}
.greybtn:hover{
       border-color: #555;
       background: #555;
}
.greenbtn{
	appearance: none;
    -webkit-appearance: none;
    border: 1px solid #b9d67a;
	color:#000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 2px;
	display: inline-block;
	background:#b9d67a;
    line-height: 32px;
    height: 35px;
    cursor: pointer;
    padding: 0 12px;
    font-weight: normal;
    font-size: 14px;
	}
.greenbtn:hover {
    background: #9ac572;
	border-color:#9ac572;
}
.graybtn {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #999;
	color:#fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 2px;
	display: inline-block;
	background:#999;
    line-height: 32px;
    height: 35px;
    cursor: pointer;
    padding: 0 12px;
    font-weight: normal;
    font-size: 14px;
}
.graybtn:hover{
	background: #777;
	border-color: #777;
}
.header-btn {
    padding: 8px;
    float: left;
    line-height: 20px;
    color: #151f27;
    opacity: 0.7;
}
.header-btn img {
    float: right;
    width: 20px;
    margin-left: 6px;
}
.header-btn:hover{
	opacity: 1;
}
.total-reward span {
    background:#EEE;
	color:#333333;
    padding: 2px 5px;
    border-radius: 5px;

}
.total-reward img {
    float: left;
    width: 22px;
    margin-right: 7px;
}
.total-reward {
    float: left;
    padding: 8px;
    line-height: 23px;
    font-size: 14px;
    color: #151f27;
}
.account_header {
    font-size: 24px;
    color:#555;
    padding: 15px 0 25px;

}
.btn-group {
    display: flex;
    border-radius: 5px;
}
.reult_li {
    width: 100%;
    float: left;
    padding: 10px;
    background: #FFF;
	margin-bottom: 5px;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.reult_li p {
    float: left;
    padding: 5px 0;
	color: #444444;
}
.btn-group .btns {
    padding: 6px;
    background: #ddd;
	position: relative;
	color:#333;
	cursor: pointer;
	line-height: 18px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: 2px;
	text-align: center;
}
.btn-group .btns span {
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: -30px;
    font-size: 13px;
    padding: 5px;
    background: rgba(0,0,0,0.8);
	color:#FFF;
    border-radius: 3px;
    display: none;
}
.btn-group .btns:hover span{
	display: block;
}
.btn.btn-gray {
    background: #CCC;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #111;
}
.btn.btn-gray:hover{
	 background: #DDD;
}
.btn-green {
    background:#75b308!important;
	color: #FFFFFF!important;
}
.btn-blue {
    background:#0278F5!important;
	color: #FFFFFF!important;
}
.btn-red {
    background: #fb5050!important;
	color:#FFF!important;
}
.account_section_in {
    padding: 15px;
    background: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.reult_li .title-h5 {
    color: #333;
    font-weight: 500;
    padding: 5px 0;
}
a.reult_li:hover{
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
.custom-table .table-header tr{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.custom-table .table-header th {
    background: #DDD;
	color:#333;
    padding: 15px;
    font-size: 14px;
    text-align: left;
	font-weight: 600;
	border-top: 1px solid #ccc;
}
.custom-table tbody td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.custom-table tbody td:first-child{
	border-left: 1px solid #ddd;
}
.custom-table tbody td:last-child{
	border-right: 1px solid #ddd;
}
.account-row {
    display: flex;
    margin-bottom: 10px;
}
.account-row-left {
    display: flow-root;
    width: 25%;
    color: #444;
    line-height: 30px;
	font-size: 14px;
}
.account-row-right {
    display: flow-root;
    width: 75%;
    line-height: 30px;
}
.form-input {
    line-height: 30px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px 14px;
    font-size: 14px;
	background: #eee;
}
.form-select {
       height: 36px;
    line-height: 30px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px 14px;
    font-size: 14px;
	background: #eee;
}
option.option-default
{
       color: #777!important;
}
/*Profile page*/
.profile_cover
{
    display: flex;
    width: 100%;
    margin: 15px auto;
    padding: 0px 100px;
    box-sizing: border-box;
}
.profile_left
{
    padding: 0px 15px;
    box-sizing: border-box;
    flex-basis: 270px;
    flex-shrink: 0;
    position: relative;
}
.profile_left_inner
{
    display: block;
    width: 100%;
    height: auto;
    position: sticky;
    top: 0px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.profile_right
{
    padding: 0px 15px;
    box-sizing: border-box;
    color: #444;
}
.user_card
{
    background: #ff9d1e;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #ff9d1e;
    border-radius: 5px;
    text-align: center;
  /*new*/
       display: flex;
       align-items: center;
       justify-content: flex-end;
       flex-direction: column;
       padding-top: 10px;
}
.user_card_img
{
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 15px auto;
    border-radius: 3px;
    text-align: center;
}
.user_card_img img
{
    display: block;
    width: 100%;
    max-height: 100%;

}
.user_card_name
{
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.user_rank_box
{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: #cfffab;
    border-radius: 3px;
    height: 30px;
    margin: 0px auto 10px;
    padding: 0px 15px;
}
.user_rank_title
{
    text-transform: uppercase;
    font-size: .8rem;
    color: #444;
    white-space: nowrap;
}
.user_rank
{
    white-space: nowrap;
    display: inline-flex;
    margin-left: 30px;
}
.user_rank span
{
    color: #3bc1ff;
    margin-right: 5px;
}
.user_rank_count
{
    font-weight: 500;
    color: #000;
}
.user_reward_level_box
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    background: #fff;
    color: #444;
      /*new*/
       width: 100%;
}
.small_txt
{
       font-size: .8rem;
}
.user_reward_level_box b
{
    font-weight: 500;
}
.rewards_details_cover
{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}
.reward_details_box
{
    display: flex;
    width: 100%;
    height: auto;
    padding: 15px;
    flex-direction: column;
    box-sizing: border-box;
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 10px auto;
}
.reward_details_title
{
    font-size: 1rem;
    margin-bottom: 5px;
    color: #777;
}
.reward_details_value
{
    font-weight: 600;
    margin-top: 5px;
    color: #444;
}
.profile_title
{
    display: block;
    margin: 0px 0px 25px;
    font-weight: 500;
    font-size: 1.8rem;
    color: #444;
}
.profile_mobile_title
{
    display: none;
}
.simple_row
{
       display: block;
       width: 100%;
       height: auto;
       position: relative;
}
.simple_row:after
{
       content: "";
       width: 100%;
       display: table;
}
.profile_row
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px 0px 15px;
}
.profile_card
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    margin-bottom: 15px;
}
.profile_card_title
{
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 1.2rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 7px;
}
.profile_card_content
{
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height:1.5;
}
.profile_flex_row
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.profile_video_colm
{
    position: relative;
    align-content: stretch;
    align-self: stretch;
      flex: 1 auto;
}
.profile_video_box, .profile_video_box img
{
       max-width: 100%;
}
.profile_domain_colm
{
    width: 100%;
       flex-shrink: 0;
    align-self: stretch;
     align-content: stretch;
}
.profile_video_colm + .profile_domain_colm
{
       flex-basis: 240px;
    margin-left: 30px;
}
.profile_flex_row .profile_card
{
       width: inherit;
    height: 100%;
}
.profile_domain_colm .profile_card_content
{
     height: 84%;
     max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}
.profile_domains_list
{
    display: block;
    list-style: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.profile_domains_list li
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5px 0px 10px;
}
.profile_domain_link
{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    line-height: 1;
    color: #3bc1ff;
    transition: all .3s;

}
.profile_domain_link:hover{
    color: #ff9d1e;;
}
.profile_domain_link span
{
    display: inline-block;
    line-height: 1.1;

}
.profile_domain_link i
{
    margin-right: 10px;
    line-height: 1.1;
       color: #bbb;
}
.no_result
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px auto;
}
.no_result_icon
{
    font-size: 4rem;
    color: #ddd;
}
.no_result_title
{
    font-size: 1rem;
    color: #bbb;
    text-align: center;
}
.profile_tabs_cover
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.profile_tabs_header
{
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    align-items: center;
    padding: 0px 15px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.profile_tab_title
{
    display: flex;
    width: auto;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0px 0px;
    margin-right: 15px;
    padding: 0px 15px;
    border-bottom-width: 0px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    transition: all .3s;
}
.profile_tab_title.active_tab, .profile_tab_title.active_tab:hover{
    background: #ff9d1e;
    color: #fff;
    border-color: #ff9d1e;
    outline: none;
}
.profile_tab_title:hover{

    color: #ff9d1e;
}
.profile_tab_content
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.profile_tab
{
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .3s;
    opacity: 0;
}
.profile_tab.active_tab
{
    display: block;
}
.show_tab
{
  -webkit-animation:show_tab_anim .5s forwards;
  animation:show_tab_anim .5s forwards;
}
@-webkit-keyframes show_tab_anim
{
    to{
        opacity: 1;
    }
}@keyframes show_tab_anim
{
    to{
        opacity: 1;
    }
}
.account_tabs_cover
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.account_tabs_header
{
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    align-items: center;
    padding: 0px 15px 0px;
    box-sizing: border-box;
}
.account_tab_title
{
    display: inline-flex;
    width: auto;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0px 0px;
    margin-right:2%;
    padding: 10px 15px;
box-sizing: border-box;
       align-self: stretch;
       text-align: center;
    border-bottom-width: 0px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    transition: all .3s;
    color: #bbb;
    background: #eee;
}
.account_tab_title.active_tab, .account_tab_title.active_tab:hover{
    background: #ff9d1e;
    color: #fff;
    border-color: #ff9d1e;
    outline: none;
}
.account_tab_title:hover{

    color: #ff9d1e;
}
.account_tab_content
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #444;
}
.account_tab
{
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .3s;
    opacity: 0;
}
.account_tab.active_tab
{
    display: block;
    padding: 15px;
    box-sizing: border-box;
}
.show_tab
{
  -webkit-animation:show_tab_anim .5s forwards;
  animation:show_tab_anim .5s forwards;
}
.profile_tab_box
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding:25px 0px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.profile_tab_icon
{
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #bbb;
    color: #777;
   align-items: center;
    justify-content: center;
}
.profile_tab_icon .fa
{
    font-weight: 600;
}
.profile_questions .profile_tab_icon
{
     border: 1px solid #ff9d1e;
    color: #ff9d1e;
}
.profile_answers .profile_tab_icon
{
     border: 1px solid #86d749;
    color: #86d749;
}
.profile_tab_descp
{
    flex: 1;
    padding: 3px 15px 0px;
    box-sizing: border-box;
}
.profile_tab_box_link
{
    text-decoration: none;
    color: #444;
    line-height: 1.5;
    display: block;
}
.profile_tab_date
{
    padding-top: 5px;
    font-size: .8rem;
    color: #bbb;
    width: 75px;
}
.answers_count
{
    display: inline-block;
    margin: 3px 0px;
    background: #777;
    border-radius: 3px;
    color: #fff;
    padding: 3px 7px;
    font-size: .8rem;
    outline: none;
    transition: all .3s;
}
.answers_count:hover{
    outline: none;
    background:#ff9d1e;
}
.pagination
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0px;
}
.pagination_title
{
    font-weight: 500;
          flex-basis: 230px;
              flex-shrink: 0;
}
.pagination_links
{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.paging_link
{
    display: inline-flex;
    min-width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #444;
    margin: 0px 5px;
    font-size: .9rem;
    align-items: center;
    justify-content: center;
    padding: 0px 9px;
    transition: all .3s;
       margin-bottom: 5px;
}
.paging_link:hover{
    color: #ff9d1e;
}
.paging_link.active
{
    color: #ff9d1e;
    border-color: #ff9d1e;
}
.profile_answer
{
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 15px 0px;
    font-size: .9rem;
    line-height: 1.5;
    background: #fff;
    height: auto;
    overflow: hidden;
    color: #777;
}

/*Profile page*/
/*subscribe_banner*/
.subscribe_banner
{
    display: flex;
    margin: 15px 0px 30px;
    border: 2px solid #95e0f9;
    border: 2px solid #444;
    border-radius: 10px;
    padding: 30px 15px;
    box-sizing: border-box;
    background-image:url("../images/banner_bg.jpg");
background-color: #1f61e5;
background-position: center left;
  background-size: cover;
    position: relative;
    box-shadow: 0px 7px 30px -5px rgba(0,0,0,.3);
       overflow: hidden;
}

.subscribe_banner_img
{
    position: absolute;
    z-index: 10;
    left:5%;
  top: 20px;
    opacity: 1;
    height: 100%;
    width: auto;
    z-index: 10;
}
.subscribe_banner_right
{
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    padding: 3px 5px;
    box-sizing: border-box;
    border-radius: 0px;
      /*  background:-webkit-linear-gradient(to top, rgba(121,27,169,0.5),  rgba(25,174,221,0.5));
    background:linear-gradient(to top, rgba(121,27,169,0.5),  rgba(25,174,221,0.5));*/
       background: rgba(25,174,221,0.5);
    padding: 10px 10px 15px 10px;
    border-radius: 5px;
}
.subscribe_banner_title
{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
       color: #fff;
       text-shadow: 0px 7px 20px rgba(0,0,0,0.3);
}
.subscribe_banner_subtitle
{
    font-size: .9rem;

       color: #ff9d1e;
       color: #08d005;
       color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
       text-shadow: 0px 2px 7px  rgba(0,0,0,0.5);
}
.subscribe_banner_btn
{
    background: #ff9d1e;
    display: inline-flex;
    padding: 0px 20px;
    height: 36px;
    align-items: center;
       justify-content: center;
    color: #fff;
    font-weight: 500;
    width: 200px;
    border-radius: 5px;
    transition: all .3s;
    box-shadow: 0px 7px 20px -5px rgba(0,0,0,0.3);
}
.subscribe_banner_btn:hover{
    background: #00cfff;
}
/*subscribe_banner*/
/*old paid member*/
.paid_member_cover
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 100;
}
.paid_member_cover_bg
{
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #2665e1;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    background-image:url("../images/paid_member_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position:0px -30px;
}
.paid_member_cover_bg:after{
    content: "";
    width: 200%;
    height: 70%;
    display: block;
    position: absolute;
    z-index: 20;
    left: 0px;
    background: #fff;
    bottom: 0px;
    transform-origin: 0px 0px;
    transform: rotate(10deg);
}
.paid_member_starbg
{
    display: block;
    height: 150px;
    width: 100%;
    background: url("../images/stars_bg.png");
}
.paid_member_title_cover
{
    display: block;
    height: auto;
    position: relative;
    z-index: 100;
    text-align: center;
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: 100;
    padding: 30px 30px;
    box-sizing: border-box;
}
.paid_member_title
{
    display: block;
    font-size: 2.4rem;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
}
.paid_member_subtitle
{
    color: #fff;
    font-weight: normal;
}
.benefits_box_cover
{
    display: flex;
    width: 80%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.3);
    position: relative;
    z-index: 100;
    border-radius: 10px;
    margin-top: 140px;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}
.benefits_box_header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    background-color: #ff8d06;
    background-image: url("../images/stars_bg.png");
    padding: 0px 0px 0px 7%;
    height: 90px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.benefits_box_header_left
{
    width: auto;
    max-width: 100%;
    display: flex;
    position: relative;
    z-index: 50;
    flex-direction: column;
}
.benefits_title
{
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 10px;
    text-shadow: 0px 3px 10px rgba(0,0,0,0.3);
    color: #fff;
}
.benefits_subtitle
{
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 0px 3px 12px rgba(0,0,0,0.3);
}
.benefits_box_header_right
{
    position: absolute;
    bottom: -50px;
    right: 5%;
    z-index: 10;
}
.benefits_box_header_right img
{
    width: 100%;
}
.benefits_box_content
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:7%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 50;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin-top: 90px;
       border: 1px solid #ddd;
       border-top: 0px;
       border-radius: 0px 0px 10px 10px;
}
.benefits_features_box
{
    display: flex;
    flex-direction: column;
       padding: 0px 30px 0px 0px;
       box-sizing: border-box;
}
.benefits_feature_title
{
    margin-bottom: 15px;
    padding-left: 0px;
    font-weight: 600;
    padding-bottom: 10px;
text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}
.benefits_feature
{
    display: block;
    padding: 15px 10px 10px 50px;
    box-sizing: border-box;
    background:url("../images/tick.png");
    background-repeat: no-repeat;
    background-position: left 15px;
}
.benefits_feature span
{
    font-size: 1.1rem;
    font-weight: 500;
    color: #444;
}
.benefits_box_right
{
    display: block;
    height: auto;
    overflow: hidden;
}
.buy_features_box
{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 30px 0px;
    box-sizing: border-box;
    box-shadow: 0px 7px 20px -12px rgba(0,0,0,0.3);
}
.buy_features_box_left
{
    display: flex;
       padding: 15px;
       box-sizing: border-box;
    flex-direction: column;
}
.buy_features_box_title
{
    font-weight: 600;
    font-size: 1.2rem;
    color: #444;
}
.buy_features_box_price
{
    display: block;
    margin: 10px 0px;
    color: #62c42c;
}
.buy_features_box_price span
{
    font-weight: 500;
    margin-right: 5px;
}
.buy_features_box_descp
{
    font-size: .8rem;
    color: #777;
}
.buy_features_box_right
{
    display: inline-flex;
       align-items: center;
    padding: 15px;
       box-sizing: border-box;
    box-sizing: border-box;
       min-width: 195px;
}
.green_btn
{
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #62c42c;
    height: 36px;
    padding: 0px 25px;
    flex-shrink: 0;
    transition: all .3s;
}
.green_btn:hover{
    background: #70d937;
}
.price_value
{
       color: #62c42c;
       font-weight: 500;
}
/*old paid member ends*/

/*new paid member*/
.new_paid_member_cover
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 100;
       background-color: #ff8d06;
       background-image: url("../images/wave_bg.png");
       background-repeat: no-repeat;
       background-attachment: fixed;
       background-position:  center -230px;
}
.new_paid_member_cover_bg
{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    background-image:url("../images/paid_member_icons_bg.png");
    background-repeat: repeat-y;
    
    background-position:center -30px;
}

.new_paid_member_starbg
{
    display: block;
    height: 170px;
    width: 100%;
    background: url("../images/stars_bg.png");
}
.new_paid_member_title_cover
{
    display: block;
    height: auto;
    position: relative;
    z-index: 100;
    text-align: center;
    height: auto;
    width: 100%;
    z-index: 100;
    padding: 30px 30px;
    box-sizing: border-box;
       margin: 0px auto 10px;
}
.new_paid_member_title
{
    font-weight: bold;
    color: #000;
}
.new_paid_member_iconbox
{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: block;
    position: relative;
    float: none;
    margin: 10px auto;
    clear: both;
    z-index: 100;    
    border: none;
}
.circle_inner
{
       display: block;
       width: 100%;
       height: 100%;
       border-radius: 50%;
       overflow: hidden;
       position: relative;
       background: #2665e1;
       z-index: 100;
}
.new_paid_member_iconbox:after
{
       content: "";
       width: 120px;
       height: 82px;
       background:url("../images/dots_bg.png");
       display: block;
       position: absolute;
       top: -0px;
       left: -80px;
       z-index: 50;
}
.new_member_icon_img
{
   width: 180px;
    position: absolute;
    right: 27px;
    top: 15px;   
}
.new_paid_member_title
{
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 3px;
}
.new_paid_member_subtitle
{
    color: #fff;
       font-size: 1.1rem;
    font-weight: normal;
}
.new_benefits_box_cover
{
    display: flex;
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 34px -7px rgba(0,0,0,0.3);
    position: relative;
    z-index: 100;
    border-radius: 10px;
    margin-top: 70px;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}
.new_benefits_box_header
{
    display: block;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    padding: 0px 15px;
    height: 90px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.new_benefits_box_header_left
{
    width: auto;
    max-width: 100%;
    display: flex;
    position: relative;
    z-index: 50;
    flex-direction: column;
}
.new_benefits_title
{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;  
    color: #444;
}
.new_benefits_subtitle
{
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 0px 3px 12px rgba(0,0,0,0.3);
}
.new_benefits_box_header_right
{
   width: 100%;
       height: auto;
       overflow: hidden;
       
}
.new_benefits_box_header_icon
{
    display: block;
    align-items: center;
    position: relative;
    width: 70px;
    height: 70px;
    margin: -36px auto 15px;
}
.new_benefits_box_header_icon .fa-certificate
{
    font-size: 4.5em;
    color: #f7c32f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.new_benefits_box_header_icon .fa-trophy
{
    font-size: 1.8em;
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.new_benefits_box_header_right img
{
    width: 100%;
}
.new_benefits_box_content
{
    display: block;    
    padding:15px 30px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 50;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin-top: 90px;
       border: 1px solid #ddd;
       border-top: 0px;
       border-radius: 0px 0px 10px 10px;
}

.new_benefits_content_row
{
    display: flex;
    flex-wrap: nowrap;
       margin-bottom: 30px;
}
.new_benefits_content_row:nth-child(odd)
{
    flex-direction: row-reverse;
}
.new_benefits_content_txtbox
{
    width: 60%;
    padding-left:50px;
    position: relative;
    z-index: 100;
}
.new_benefits_content_txtbox .new_benefits_content_imgbox
{
       display: none;
}
.new_benefits_content_icon
{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border: 2px solid #62c42c;
    color: #444;
    text-align: center;
    line-height: 30px;
}
.new_benefits_content_icon i
{
    line-height: 26px;
    color: #444;
}
.new_benefits_content_imgbox
{
    width: 40%;
    flex-shrink: 0;
}
.new_benefits_content_imgbox img
{
       display: inline-block;
       max-width: 100%;
}
.new_benefits_content_title
{
    font-size: calc(1.4em + .3vw );
    font-weight: 600;
    color: #444;
    line-height: 1.2;
    word-break: break-word;
}
.new_benefits_content_desc
{
    margin-top: 30px;
    color: #777;
    line-height: 1.7;
    font-size: 90%;
    word-break: break-word;
}
.new_benefits_content_desc p
{
    word-break: break-word;
}
.new_benefits_content_desc p + p
{
    margin-top: 15px;
}

.new_benefits_features_box
{
    display: flex;
    flex-direction: column;
       padding: 0px 30px 0px 0px;
       box-sizing: border-box;
}
.new_benefits_feature_title
{
    margin-bottom: 15px;
    padding-left: 0px;
    font-weight: 600;
    padding-bottom: 10px;
text-transform: uppercase;
    border-bottom: 1px solid #ddd;
}
.new_benefits_feature
{
    display: block;
    padding: 15px 10px 10px 50px;
    box-sizing: border-box;
    background:url("../images/tick.png");
    background-repeat: no-repeat;
    background-position: left 15px;
}
.new_benefits_feature span
{
    font-size: 1.1rem;
    font-weight: 500;
    color: #444;
}
.new_benefits_box_right
{
    display: block;
    height: auto;
    overflow: hidden;
}
.new_buy_subscriptions_list_cover
{
       display: block;
       position: relative;
       z-index: 100;
       width:55%;
       margin: auto;
       height: auto;
       overflow: visible;
    margin: auto;
       background: #fff;
    margin-bottom: 60px;
}
.new_buy_subscriptions_list_cover:after{
       content: "";
       width: 120px;
       height: 82px;
       background:url("../images/blue_dots_bg.png");
       display: block;
       position: absolute;
       bottom: 5px;
       left: -40px;   
       z-index: 50;
}
.new_buy_subscriptions_list
{
    display: block;
    width: 100%;
       height: auto;
       overflow: hidden;
    position: relative;
    z-index: 100;       
}
.new_buy_features_box_left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.new_buy_features_box_icon
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border: 7px solid #36a8ff;
    border-radius: 50%;
    background: #fff;
    text-align: center;
}
.new_buy_features_box_icon i
{
    color: #f7c32f;
    font-size: 1.6rem;
}
.new_buy_features_box_left_content
{
    padding-left: 15px;box-sizing: border-box;
}
.new_buy_features_box
{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 30px 0px;
       padding: 15px 30px;
    box-sizing: border-box;
    box-shadow: 0px 7px 40px -12px rgba(0,0,0,0.2);
       position: relative;
       z-index: 100;
       background: #fff;
}
.new_buy_features_box.yearly_subscription
{
       background: #eaffff;
       border-color: #00a8ff;
}
.new_buy_features_box_left
{
    display: flex;
       padding: 0px;
       box-sizing: border-box;
    flex-wrap: nowrap;
}
.new_buy_features_box_title
{
    font-weight: 600;
    font-size: 1.4rem;
       margin-bottom: 10px;
    color: #444;
}
.new_buy_features_box_price
{
    display: block;
    margin: 10px 0px;
    color: #62c42c;
}
.new_buy_features_box_price span
{
    font-weight: 500;
    margin-right: 5px;
}
.new_buy_features_box_descp
{
    font-size: .8rem;
    color: #777;
}
.new_buy_features_box_right
{
    display: flex;
       align-items: center;
       justify-content: center;
       flex-direction: column;
    padding: 10px 15px;
       box-sizing: border-box;
    box-sizing: border-box;
       min-width: 195px;
}
.new_green_btn
{
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #62c42c;
    height: 42px;
    padding: 0px 25px;
    flex-shrink: 0;
    transition: all .3s;
       white-space: nowrap;
       text-align: center;
}
.new_green_btn:hover{
    background: #70d937;
}
.new_buy_features_box_price{
color: #162875;
       font-weight: 600;
       font-size: 1.4em;
}
/*new paid member 2*/
/*image result */
.image_result_box
{
    width: 100%;
    float: left;
}
.image_result
{
       display: none;
}
.image_result_box .r_text
{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    line-height: 30px;
}
.image_result_box .r_textp
{
    position: relative;
}
.image_result_left
{
    width: 30%;
    height: 150px;
    border-radius: 10px;
    margin: -35px 15px 0px 0px;
    background-repeat: no-repeat;
    background-origin: center;
    background-size: cover;
    display: inline-block;
    float: left;
}

.image_result_box .r_h_link
{
    float: left;
    padding-left: calc( 30% + 15px );
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 10px;
    white-space: nowrap;
    color: #035aca;
}
.image_result_box .r_site_name
{
    padding: 5px 10px 3px;
    color: #035aca;
    background: #FFF;
    border-radius: 16px;
    line-height: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

/*image result 2*/
/*image result details*/
.result_details_box
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}
.result_details_bigimage
{
    display: block;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    background: #ddd;
}
.result_details_bigimage .image_result
{
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 700px;
    margin: auto;
    border-radius: 0px;
}
.result_details_title
{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.image_result_details
{
       display: inline-block;
       max-width: 50%;
       margin: 15px 15px  10px 15px;
       float: left;
}
.result_details_content
{
    margin-bottom: 30px;
       line-height: 30px;
}
.result_title_cover
{

    display: flex;
       width: 100%;
       flex-direction: column;
       align-items: center;
    justify-content: center;
}
.search_title
{
       margin-top: 15px;
}
/*
.search_title
{
 -ms-flex-preferred-size:320px;
    flex-basis:320px;
       margin: 15px 0px;
       font-size: 1.4rem;
       font-weight: 500;
}*/
.search_title .help-tooltip span
{
       right: auto;
       left: 0px;
}
.result_filters
{
       display: flex;
       align-items: center;
       justify-content: center;
       width: 100%;
       height: auto;
       margin-top: 15px;
       margin-bottom: 15px;
       position: relative;
}
.result_filters form
{
       display: inline-block;
       float: right;
       margin: 10px 5px;
}
.result_filters form:first-child
{
      /* margin-right: 5px;*/
}
.result_filters > .resultengine-dropdown
{
       margin: 5px;
}
.result_filters .customdrop, .header_select .customdrop
{
background-image: url(../images/dropdown.png)!important;
}
.account_header .customdrop
{
       width: auto!important;
}
 .account_header_cover
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-center;
    -ms-flex-align: flex-center;
    align-items: flex-center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.view_btn
{
    display: inline-block;
    color: #11A7D8;
    border: 1px solid #11A7D8;
    height: 36px;
    line-height: 36px;
    padding: 0px 15px;
    border-radius: 7px;
    background: #fff;
    transition: all .3s;
    white-space: nowrap;
}
.view_btn .fa
{
    margin-right: 5px;
}
.view_btn:hover{
    background: #11A7D8;
    color: #fff;
}
.view_btn span
{
    white-space: nowrap;
}
.account_header_left
{
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
vertical-align: center;
    color: #555;
}
.details_card
{
    display: inline-block;
    width: 60%;
    max-width: 100%;
    margin: 15px 0px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.3);
}
.single_line_txt
{
       white-space: nowrap;
}
.display_block
{
       display: block;
       height: auto;
       width: 100%;
       position: relative;
}
.display_block:after
{
       content: "";
       width: 100%;
       display: table;
}
.display_block .b_filterli
{
       margin-bottom: 10px;
}
.mgnT15
{
       margin-top: 15px;
}
.mgnTB15
{
       margin-top: 15px;
       margin-bottom: 15px;
}
.mgnTB30
{
       margin-top: 30px;
       margin-bottom: 30px;
}
.mgnTB45
{
       margin-top: 45px;
       margin-bottom: 45px;
}
.mgnTB50
{
       margin-top: 50px;
       margin-bottom: 50px;
}
.mgnB30
{
     
       margin-bottom: 30px;
}
.mgnB40
{
     
       margin-bottom: 40px;
}
.mgnB50
{
     
       margin-bottom: 50px;
}
.mgnB60
{
     
       margin-bottom: 60px;
}
.mgnTB60
{
       margin-top: 60px;
       margin-bottom: 60px;
}
.mgnTB10
{
       margin-top: 10px;
       margin-bottom: 10px;
}
.mgnT5
{
       margin-top: 5px;
}
.mgnT10
{
       margin-top: 10px;
}
.mgnB15
{
       margin-bottom: 15px;
}
.mgnB10
{
       margin-bottom: 10px;
}
.mgnB5
{
       margin-bottom: 5px;
}
.mgnT0
{
       margin-top: 0px!important;
}
.mgnL15
{
       margin-left: 15px;
}
.mgnL10
{
       margin-left: 10px;
}
.mgnR10
{
       margin-right: 10px;
}
.mgnR15
{
       margin-right: 15px;
}
.mgnLR10
{
       margin-left: 10px;
       margin-right: 10px;
}
.mgnT-10
{
       margin-top: -10px;
}
.pdgR10
{
       padding-right: 10px;
       box-sizing: border-box;
}
.pdgB10
{
       padding-bottom: 10px;
}
.pdgB15
{
       padding-bottom: 15px;
}.pdg15
{
       padding: 15px;
}
.center_div
{
       margin-left: 5px;
       margin-right: 5px;
}
.details_card_header
{
    display: block;
    width: 100%;
    padding: 5px 15px;
    background: #eee;
    color: #000;
    font-weight: 500;
    font-size: 1.1rem;
}
.details_card_content
{
      padding: 2px 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
}
.details_card_title
{
    font-weight: 500;
        color: #11A7D8;
       min-width: 40%;
}
.details_card_descp
{
    color: #777;
     min-width: 60%;
}
.text_center
{
       text-align: center;
}
.flex_table
{
    display: block;
       height: auto;
    width: 100%;
       border-top: 1px solid #ccc;
       position: relative;
}
.flex_table:after
{
       content: "";
       width: 100%;
       display: table;
}
.flex_table_row
{
       display: flex;
       align-items: stretch;

}
.flex_table_left_col
{
       width: 25%;
       height: auto;
       background: #ddd;
       border: 1px solid #ccc;
       border-top: 0px;
       padding: 15px;
       box-sizing: border-box;
       font-weight: 500;
       font-size: 14px;
       flex-shrink: 0;
}
.flex_table_right_col
{
       flex: 1;
       padding: 15px;
       background: #fff;
       border: 1px solid #ccc;
       border-top: 0px;
       border-left: 0px;
       font-size: .9rem;
       white-space: normal;
       word-break: break-all;
}
.flex_table_row.action_row > div
{

    background: #fff;
    border: none;

       margin-bottom: 20px;
}
.row
{
       width: 100%;
       height: auto;
       float: none;
       clear: both;
       position: relative;
}
.row:after
{
       content: "";
       width: 100%;
       display: table;
       height: 0px;
}
.row_70
{
       width: 65%;
       float: left;
       height: auto;
       position: relative;
       max-width: 65%;
       padding: 10px;
       box-sizing: border-box;
       border-radius: 5px;
       border: 1px solid #ddd;
}
.row_70 button
{
       margin-top: 15px;
}
.full_row
{
       width: 100%;
       height: auto;
       float: none;
       display: flex;
       align-items: flex-start;
       position: relative;
       flex-wrap: nowrap;
       margin-bottom: 15px;
}
.full_row button
{
       flex-shrink: 0;
       white-space: nowrap;
}
.flex_row
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2px 0px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.flex_row:last-child
{
       border-bottom: 0px;
}
.info_txt{
    color: #11A7D8;
    display: block;
    margin: 10px 0px;
}
 .renew_box
{
    display: block;
    margin: 30px auto;
    width: 80%;
    border: 1px solid #fa9018;
    border: 1px solid #f84350;
    border-radius: 10px;
    overflow: hidden;
}
.renew_box.success_box
{
       border-color: #59c636;
       box-shadow: 0px 12px 22px -5px rgba(0,0,0,0.2);
       margin-bottom: 30px;
}
.renew_box_title
{
    display: block;
    padding: 15px;
    box-sizing: border-box;
    background: #fa9018;
    background: #f84350;
    color: #fff;
    font-size: 1.4rem;
    box-sizing: border-box;
    text-align: center;
}
.renew_box.success_box .renew_box_title
{
       background: #59c636;
}
.renew_box_content
{
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
       background: #fff;
}
.renew_box_icon img
{
    max-width: 200px;
}

.renew_box_txt
{
    margin: 15px 0px;
    font-size: 1.1rem;
    line-height: 1.5;
}
.subscription_box
{
    display: block;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.subscription_box_left
{
   width: 100%;
    display: block;
   height: auto;
    overflow: hidden;
    margin: auto;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ddd;
    background-image: url("../images/stars_bg");
    background-size: contain;
}
.subscription_box.active_subscription
{
    border-color: #59c636;
}
.subscription_box.active_subscription .subscription_box_left
{
    background: #59c636;
}
.subscription_box.inactive_subscription
{
    border-color: #f56363;
    border-color: #f84350;
}
.subscription_box.inactive_subscription .subscription_box_left
{
    background: #f56363;
    background: #f84350;
}
.active_subscription .subscription_box_title, .inactive_subscription .subscription_box_title
{
       color: #fff;
}
.orangebtn
{
       border: 1px solid #e13a48;
  color: #fff;
       display: inline-block;
       height: 36px;
       line-height: 36px;
       border-radius: 40px;
       white-space: nowrap;
       padding: 0px 10px;
        background-color: #f84350;
       transition: all .3s;
}
.orangebtn:hover{
         border: 1px solid #28436f;
         background-color: #357ae8;
}
.redbtn1 {
  border: 1px solid #e13a48;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #f84350;
  background-image: -webkit-linear-gradient(top,#f84350,#e93f4e);
  background-image: -moz-linear-gradient(top,#f84350,#e93f4e);
  background-image: -ms-linear-gradient(top,#f84350,#e93f4e);
  background-image: -o-linear-gradient(top,#f84350,#e93f4e);
  background-image: linear-gradient(top,#f84350,#e93f4e);
  	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
    display: inline-block;
	line-height:28px;
	cursor:pointer;

    padding: 0 12px;
	font-weight:500;
	font-size:13px;
  }
  .redbtn1:hover {
  border: 1px solid #d4323f;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#f84350,#d83744);
  background-image: -moz-linear-gradient(top,#f84350,#d83744);
  background-image: -ms-linear-gradient(top,#f84350,#d83744);
  background-image: -o-linear-gradient(top,#f84350,#d83744);
  background-image: linear-gradient(top,#f84350,#d83744);
  }
.subscription_box_right
{
    flex: 1;
    padding: 15px;
    box-sizing: border-box;
}
.subscription_box_title
{
    font-weight: 600;
    color: #444;
    font-size: 1.1rem;
}
.subscription_box_descp
{
    color: #777;
    font-size: .9rem;
    margin-bottom: 0px!important;
}
/*image result details*/
.payment_box
{
    display: block;
    margin: 30px auto;
    width: 100%;
    border: 2px solid #5da6f3;
    border: 2px solid #1c316b;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 7px 12px -5px rgba(0,0,0,0.3);
    margin-bottom: 50px;

}
.payment_box_title
{
    display: block;
    padding: 15px;
    box-sizing: border-box;
    background: #fa9018;
    background: #1c316b;
    color: #fff;
    font-size: 1.4rem;
    box-sizing: border-box;
    text-align: center;
}
.payment_btn
{
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    background: #27bb19;
    line-height: 36px;
    color: #fff;
    padding: 0px 15px;
    border-radius: 30px;
    transition: all .3s;
}
.payment_btn:hover{
    background: #fa9018;
}
.payment_box_content
{
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
.payment_box .p-label.paypal
{
    background-position: left;
    background-position: center;
}
.registration_info
{
    background: #fff;
    width: 100%;
    margin: 15px auto;
    height: auto;
    overflow: hidden;
    border: 1px dashed #2eb1dc;
       color: #2eb1dc;
       line-height: 1.5;
       font-size: .9rem;
    padding: 7px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 5px 15px -9px rgba(0,0,0,0.3);
}
.curency
{
       color: #62c42c;
       font-weight: 600;
}
.text_center_row
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px 0px 15px;
}
.text_center_row_title
{
    font-size: 1rem;
    color: #444;
    margin-bottom: 3px;
}
.text_center_row_descp
{
    font-weight: 500;
    color: #2eb1dc;
    font-size: 1.1rem;
    margin: 5px 0px;
}
.steps_cover
{
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
    border: 1px solid #cfd8dd;
}
.steps_header
{
    display: block;
    padding: 15px;
    box-sizing: border-box;
    background: #cfd8dd;
       font-weight: 500;
}
.steps
{
    display: block;
    list-style: none;
    margin: 15px;
    padding: 0px;
    height: auto;
    overflow: hidden;
    counter-reset: li_no;
}
.steps li
{
    width: 100%;
    display: block;
    height: auto;
    min-height: 30px;
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
    font-size: .9rem;
       line-height: 30px;
    box-sizing: border-box;
}
.steps li:last-child
{
    margin-bottom: 0px;
}
.steps li b
{
    font-weight: 600;
}
.steps li:before
{
    counter-increment: li_no;
    content: counter(li_no);
    width: 24px;
    height:24px;
    background: #cfd8dd;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 3px;
    line-height: 24px;
    font-size: .8rem;
}
.info_icon_box
{
    display: flex;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    border:1px solid #bbb;
    margin: 0px 0px;
    background: #4d90fe;
    background: #cfd8dd;
    flex: 1;
       width: 100%;
       align-self: stretch;
}
.info_icon_left
{
    width: 40px;
    display: block;
   text-align: center;
    padding-top: 3px;
}
.info_icon_left .fa
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 30px;
    color: #bbb;
}
.info_icon_right
{
    padding: 0px 10px;
    box-sizing: border-box;
    line-height: 1.5;
    color: #444;
}
.info_icon_title
{
    font-weight: 500;
}
.info_icon_subtitle
{
    font-size: .8rem;
    font-weight: 400;
}
.download_link
{
    display: inline-block;
    width: auto;
    padding: 0px 15px;
    background: #fff;
    margin: 5px;
    color: #444;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    border-radius: 30px;
    transition: all .3s;
}
.download_link:hover{
    color: #2eb1dc;
    box-shadow: 0px 7px 22px -5px rgba(0,0,0,0.3);
}
.info_icon_title + .download_link
{
       margin: 10px 0px 5px;
}
.answer_count .text
{
       font-size: 12px!important;
}
.flex_column
{
       flex-direction: column;
}
.flex_btns
{
       display: inline-flex;
       align-items: center;
       justify-content: center;
       flex-wrap: nowrap;
}
.flex_wrap_btns
{
       max-width: 100%;
       display: inline-flex;
       align-items: center;
       justify-content: center;
       flex-wrap: wrap;
}
.flex_wrap_btns > *
{
       white-space: nowrap;
       margin: 5px 10px 5px 0px;
}
.flex_btns button
{
       margin: 0px 5px;
}
.greybtn
{
       appearance: none;
-webkit-appearance: none;
border: 2px solid #777;
color: #fff;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 20px;
-ms-border-radius: 2px;
display: inline-block;
background: #777;
line-height: 32px;
height: 35px;
cursor: pointer;
padding: 0 12px;
font-weight: normal;
font-size: 14px;
}
.text_info
{
    background: #fff;
    width: 100%;
    margin: 15px auto;
    height: auto;
    overflow: hidden;
    border: 1px dashed #ee8900;
       color: #ee8900;
       line-height: 1.5;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 5px 15px -9px rgba(0,0,0,0.3);
}
.info_note
{
    background: #fff;
    width: auto;
       display: inline-block;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
    border: 1px dashed #ee8900;
       color: #ee8900;
       font-size: .9rem;
       line-height: 1.5;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 0px 5px 15px -9px rgba(0,0,0,0.3);
}
 .user-account-dropdown .user-text.no_border
{
    border-bottom: 0px;
    margin-bottom: 0px;
}
.user_type_box
{
    display: block;
    height: auto;
    overflow: hidden;
       margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.user_type
{
    display: inline-block;
    margin: 0px auto 10px;
    border: 1px solid #8ccce0;
    padding: 0px;
    border-radius: 3px;
    height: 22px;
    overflow: hidden;
}
.user_type span
{
    padding: 0px 5px;
    background: #8ccce0;
    color: #fff;
    display: inline-block;
    height: 100%;
    line-height: 22px;
    font-size: .75rem;
    text-transform: uppercase;
}
.user_type b
{
    font-weight: 500;
    padding: 0px 10px;
    font-size: .9rem;
}
.place_search a
{
    white-space: nowrap;
}
.place_search i
{
    margin-right: 5px;
    color: #6fc7e4;
    color: #DD5737;
}
 /*rank icon*/
.rank_icon_box
{
    display: inline-block;
    border:0px solid  #9ab1b7;
    padding:7px 5px 7px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: visible;
    background: #fff;
    border-radius: 20px;
}
a.rank_user
{
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin-right: 0px;
    position: relative;
    overflow: visible;
       color: #035aca;
}
.rank_user_img
{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.rank_user_descp
{
    display:inline-block;
    padding-top: 2px;
    margin-right: 0px!important;
}
.rank_nametxt
{
    font-size: .8rem;
    color: #444;
    display: block;
    float: none;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 0px!important;
}
.rank_rewardtxt
{
    clear: both;
    font-size: .75rem;
    display: block;
    color: #444;
    margin-right: 0px!important;
}
.rank_count_cover
{
    display: inline-block;
    height: 34px;
    width: auto;
    min-width: 34px;
    padding: 0px;
    line-height: 34px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 0px;
    text-align: center;
    border: 1px solid #59a1b2;
}
.rank_count_cover .rank_count
{
    display: block;
    font-size: .9rem;
    font-weight: 600;
    background: #fff;
    text-align: center;
    width: auto;
    text-align: center;
    margin: 0px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    float: none;
}
.rank_count_title
{
    display: block;
    text-align: center;
    font-size: .7rem;
    width: 100%;
    padding: 3px;
    color: #fff;
    box-sizing: border-box;
    background: #59a1b2;
}
.user_rank_icon
{
    color: #035aca;
    color: #bbb;
       color: #6fc7e4;
}
.rank_user_txt
{
    font-size: 12px;
    font-weight: 500;
    padding-top: 2px;
    color: #777;
       color: #035aca;
}
.rank_user_cover
{
    display:none!important;
    height: auto;
    overflow: hidden;
    position: absolute;
    width: auto;
    min-width: 170px;
    left:-5px;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    bottom:25px;
}
a.rank_user:hover .rank_user_cover
{
    display: block!important;
}
.highlight_result .r_bottomlinks
{
    overflow: visible;
}
.middlesection
{
       min-height: 100vh;
}
.height50vh
{
       min-height: 50vh;
}
.height60vh
{
       min-height: 60vh;
}
.height70vh
{
       min-height: 70vh;
}
 /*rank icon*/
/*highlight result*/
.highlight_result
{
  /*  background: #f7e8ba;*/
    background: #f0f4f6;
}
.highlight_link
{
    background: #6fc7e4;
    padding:0px 15px;
    border-radius: 30px;
       margin-top: 5px;
       display: inline-block;
    color: #fff;
    box-shadow: 0px 5px 12px -9px rgba(0,0,0,0.3);
}
.highlight_link span
{
       color: #fff!important;
}
/*filter full*/
        .search_title
       {
              -webkit-box-flex: 1;
              -ms-flex: 1 auto;
              flex: 1 auto;
       }
 .result_title_cover
{
        -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
    flex-direction:column;
}
       .result_filters
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
       position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.result_filters form
{
    display: block;
    width: auto;
    height: auto;
    width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    position: relative;
}
.result_filters .resultengine-dropdown, .result_filters .slectwrpr
{
    width: 100%;
}
/*filter full*/
/*highlight result*/
/*place search*/
.place_search_toggler
{
    display: block;
    /*margin-bottom: 15px;*/
}
.place_search_toggler input
{
    display: none;
}
.place_label
{
    display: inline-block;
    padding-left: 43px;
    position: relative;
    white-space: nowrap;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    outline: none;
       line-height: 20px;
}
.place_label i
{
    color: #DD5737;
    margin-right: 5px;
}
.place_label:before{
    content: "";
    width: 35px;
    height: 18px;
    border-radius: 20px;
    background: #bbb;
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
    outline: none;
    border: 0px;
    transition: all .3s;
    padding-left: 3px;
    box-sizing: border-box;
    color: transparent;
    line-height: 2.4;
    font-size: .5rem;
    font-weight: normal;
    text-transform: uppercase;
}
.place_label:after{
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 1px;
    border-radius: 15px;
    top: 2px;
    outline: none;
    border: 0px;
    transition: all .3s;
}
.place_row input:checked + .place_label:before{
    background: #6fc7e4;
    content: "on";
    color: #fff;
}
.place_row input:checked + .place_label:after{

    left: 18px;
}
.place_loader
{
       display: none;
       text-align: center;
}
.show_loader
{
       display: block!important;
}
.places_result
{
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 15px;
    padding-right: 10px!important;
    box-sizing: border-box;
    display: block;
       height: auto;
}
.places_result .reult_li
{
    padding-top: 0px;
    padding-bottom: 5px;
    border-radius: 0px;
    margin-bottom: 5px;
    border-color: #ddd;
}
.places_result_cover
{
       display: block;
       width: 100%;
       height: 0px;
       overflow: hidden;
       transition: all .3s;
}
/* .show_places
{
    margin-bottom: 15px;
      height: 500px;
}*/
.places_result_cover.show_places
{
       height: auto;
}
.show_places .places_result
{

       margin-bottom: 15px;
}

.places_result .reult_li
{
    border-color: #ddd!important;
    border-radius: 0px!important;
    padding: 5px 15px!important;
    margin-bottom: -1px!important;
}
.places_result .r_textp
{
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
       font-size: .9rem!important;
    line-height: 1.5!important;
}
.places_result .r_site_name
{
    margin-top: 7px!important;
    margin-bottom:0px!important;
    /*color: #2eb1dc;
    color: #000; */
       color: #000!important;
    font-weight: 600!important;
}
.places_result .web_rslt_quicklink .bottom_a:first-child
{
    padding-left: 0px!important;
}
/*.places_result .web_rslt_quicklink .bottom_a
{
    color: #2eb1dc;
}*/


/*.places_result::-webkit-scrollbar
{
    width:7px;
}
.places_result::-webkit-scrollbar-track
{
    background: #eee;
}
.places_result::-webkit-scrollbar-thumb
{
    background: #bbb;
    width: 5px;
    border-radius: 20px;
    border: 2px solid #eee;
}
*/
/*place search*/
/*price table*/
.price_table_box
{
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    border: none;
    padding: 0px;
    border-radius: 10px;
}
.price_table_box_title
{
    color: #11A7D8;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    height: 40px;
    display: none;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.price_table_box_content
{
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
       justify-content: space-between;
       flex-wrap: wrap;
}
.price_table_list
{
    display: inline-flex;
    width: 23%;
    height: auto;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #fff;
    margin: 15px 0px 15px 0px;
}
.price_table_list:last-child
{
    border-bottom: 0px;
}
.price_table_list_title
{
    font-size: 1.8rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    display: none;
}
.price_table_list_descp
{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 300;
}
.price_table_list_descp span
{
    font-size: 1.4rem;
    display: block;
    font-weight: 600;
}
.price_table_list_info
{
    margin-top: 5px;
    font-size: 1.2rem;
    color: #fcff1c;
}
.price_table_list_left
{
    width: 100%;
    display: block;
    padding: 25px 15px;
    box-sizing: border-box;
}
.price_table_list_right
{
    display: block;
    width: 100%;
   height: auto;
    background: #fff;
    border: 2px dashed #bbb;
    padding: 20px 15px;
    position: relative;
    border-radius: 7px;
    box-sizing: border-box;

}
.price_table_list_right:before{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #bbb;
    position: absolute;
    left: -10px;
    top: -7px;
}
.price_table_list_right:after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #bbb;
    position: absolute;
    right: -10px;
    top: -7px;
}
.price_table_price
{
    font-size: 1.8rem;
    font-weight: 600;
    color: #62c42c;
    margin-bottom: 5px;
}
.price_table_price span:first-child
{
    margin-right: 5px;
}
.price_table_price_descp
{
    font-size: 1rem;
    display: inline-block;
    padding: 0px 10px;
    color: #777;
    border: 1px solid #eee;
    border-radius: 5px;
}
.price_table_price_descp .fa
{
    color: #bbb;
    margin-right: 5px;
}
.price_table_list .price_table_list_left
{
    background: #588bed;

}
.price_table_list:nth-child(odd) .price_table_list_left
{
    background: #68c448;
}
/*.price_table_list:nth-child(2)
{
    background: #588bed;
}

.price_table_list:nth-child(5)
{
    background: #a117f8;
}
.price_table_list:nth-child(4)
{
    background: #f81766;
}
.price_table_list:nth-child(6)
{
    background: #1fcaca;
}
.price_table_list:nth-child(3)
{
    background: #68c448;
}
.price_table_list:nth-child(7)
{
    background: linear-gradient(to top, #f81766,#a117f8);
}*/
/*price table*/
/*add_content*/
.add_content_row
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.add_content
{
    font-size: .9rem;
    color: #2eb1dc;
       color: #444;
    border: 1px solid #DD5737;
    padding: 7px 10px;
    border-radius: 10px;
       height: 47px;
    white-space: nowrap;
    display: flex;
       flex-wrap: nowrap;
    display: inline-block;
    margin-bottom: 15px;
       background: #fff;
       background: #FFE2DB;
}
.add_content
{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
       justify-content: center;
}
.add_content span
{
    padding-left: 5px;
    white-space: normal;
    line-height: 1.2;
   max-width: 100%;
   overflow: hidden;
   text-overflow: ellipsis;
}
.add_content .fa
{
    color: #DD5737;
    margin-right: 5px;
}
.add_content:hover
{
       background: #fff;
       color: #2eb1dc;
}
/*add_content*/
/*add_btn*/
.errorbtn {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e13a48;
	color:#FFFFFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 2px;
	display: inline-block;
	background:#f84350;
    line-height: 32px;
    height: 35px;
    cursor: pointer;
    padding: 0 12px;
    font-weight: normal;
    font-size: 14px;
}
.errorbtn:hover{
	background: #db3440;
	border-color:  #e13a48;
}
.title_with_btn
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.display_center
{
       display: block;
       width: 100%;
       float: none;
       clear: both;
       margin: 15px 0px;
       text-align: center;
}
.add_btn
{
    display: inline-block;
    white-space: nowrap;
    padding: 0px 15px;
    box-sizing: border-box;
    border-radius: 30px;
    height: 36px;
    line-height: 35px;
    color: #fff;
    background: #2eb1dc;
    background: #ee8900;
    margin-bottom: 15px;
       max-width: 100%;
}
.add_btn .fa
{
    margin-right: 10px;
}
.display_center .add_btn
{
       min-height: 36px;
       height: auto;
       overflow: hidden;
       line-height: 36px;
       display: inline;
       padding: 10px 15px;
       box-sizing: border-box;
}
.display_center .add_btn > span
{
       white-space: normal;
       line-height: 22px;
}
.flex_end_btn
{
       display: flex;
       justify-content: flex-end;
       text-align: right;
}
/*add_btn*/
/*voucher*/
       .vouchers_list
{
    display: block;
       width: 100%;
       height: auto;
       overflow: hidden;

}
.voucher
{
    display: inline-block;

   margin-right: 2%;

       margin-bottom: 2%;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #eee;
}
.voucher_title
{
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 10px;
    box-sizing: border-box;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
}
.voucher_code
{
    padding: 10px 10px 10px;
    white-space: nowrap;
       font-size: .9rem;
       color: #777;
}
/*voucher*/
/*new popup*/
 .new_popup_cover
{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}
.new_popup_cover.show_popup
{
       display: block;
}
.new_popup_bg
{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}
.new_popup
{
    display: inline-block;
    width: auto;
    min-width: 500px;
    max-width: 96%;
    height: auto;
    overflow: hidden;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.5;
    box-shadow: 0px 0px 22px -7px rgba(0,0,0,1);
    border: 2px solid #ddd;
    padding-top: 42px;
}
.new_popup_title
{
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.new_popup_txt
{
    color: #777;
    margin-bottom: 15px;
}
.popup_highlight
{
    color:#2eb1dc;
    font-weight: 500;
}
.new_popup_footer
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.new_popup_close
{
    display: block;
    width: 20px;
    height: 20px;
    background: none;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: all .3s;
}

.new_popup_close:after{
    content: "";
    width: 100%;
    height: 2px;
    background: #bbb;
    display: block;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transition: all .3s;
    transform:translate(-50%,-50%) rotate(-45deg);
}

.new_popup_close:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #bbb;
    display: block;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s;
    transform:translate(-50%,-50%) rotate(45deg);
}
.new_popup_close:hover:after, .new_popup_close:hover:before{
    background: #f15b5a;
}
.popup_icon
{
       display: inline-block;
       margin: 0px auto 15px auto;
       text-align: center;
}
.popup_icon img
{
       display: inline-block;
       max-width: 100px;
}
.popup_btn
{
    display: inline-block;
    height: 36px;
    min-width: 125px;
    line-height: 36px;
    white-space: nowrap;
    text-align: center;
    color: #444;
    border: 1px solid #444;
    font-weight: 500;
    border-radius: 5px;
    padding: 0px 30px;
    box-sizing: border-box;
    margin: 15px;
    outline: none;
    box-shadow: 0px 5px 22px -9px rgba(0,0,0,.3);
}
.popup_btn span
{
    white-space: nowrap;
}
.popup_cancel:hover
{
    color: #2eb1dc;
    border-color: #2eb1dc;
}
.popup_success
{
    color: #fff;
    background: #62c42c;
    border-color: #3b8015;
}
.popup_success:hover{
    background: #74db3b;
}
.popup_action
{
    color: #fff;
    background: #fc3d3d;
    border-color: #bc1e1e;
}
.popup_action:hover{
    background: #f76161;
}

/*new popup*/
/*filter Search*/
.filter_search
{
    border: 1px solid #bbb;
    border-radius: 10px;
    height: 36px;
    padding: 0px 15px;
    padding-left: 30px;
    display: inline-block;
    max-width: 100%;
    min-width: 40%;
}
.filter_search:after{
    content: "\f002";
    font-family: "FontAwesome";
    display: block;
    color: #bbb;
    position: absolute;
    left: 10px;
    top: 10px;
}
.filter_search input[type="text"]
{
    height: 34px;
    border: none;
    width: 100%;
    line-height: 36px;
}

/*filter Search*/
.top_adjust
{
       margin-top: 20%;
}
.error_page {
    width: 100%;
    display: inline-block;
    margin: 12% auto auto;
    text-align: center;
}
.error_page_img {
    display: inline-block;
    max-width: 90%;
    padding: 0 30px;
    text-align: center;
    margin: 0 auto 30px;
    box-sizing: border-box;
}
.error_page_img img
{
       display: inline-block;
       max-width: 100%;
       margin: auto;
}
.error_page_title {
    font-size: 2rem;
    margin-bottom: 15px;
}
.error_page_txt {

    line-height: 1.5;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    color: #444;
    font-size: 1.3rem;
    padding: 0 30px;
    float: none;
    clear: both;
}
.error_page_btn {
    background: #CCC;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 20px;
    transition: all 0.3s;
    font-size: 14px;
    color: #111;
    display: inline-block;
    float: none;
    clear: both;
    box-sizing: border-box;
    box-shadow: 0 5px 22px -7px rgba(0,0,0,0.2);
}
.error_page_btn:hover {
    color: #fff;
    background: #2eb1dc;

}
/*new_theme*/
.topheader {
    background: rgba(255,255,255,.45);
    box-shadow: 0 5px 12px -5px rgba(0,0,0,0.05);
}
.logogoogle {
    height: 40px;
}
.topheader .main_pading {
    padding: 0 5%;
}
.topheader.textclr_neg .header_fmenuli a,
.topheader.textclr_neg .loginname {
    font-size: 15px;
}
.header_fmenuli a {
    font-weight: 500;
    font-size: 1rem;
    text-shadow: none!important;
}
.sub_lbl {
    background: #34c3ff;
}
.sub_lbl:after {
    background: #fff;
}
.mainwraper.menu_color_change .topheader .sub-link span {
    font-weight: 500;
    color: #000;
    font-size: 15px;
    text-shadow: none!important;
}
.rightlogind .grey-btn, .topheader2 .grey-btn {
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    padding: 0 15px;
    border-radius: 5px;
    background: rgba(255,255,255,.95);
    /*box-shadow: 0 5px 18px -5px rgba(0,0,0,.25);*/
    border: 1px solid #bbb;
    color: #f38c00;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.topheader .sub-link {
    border-left: none;
}
.header_fmenu {
    margin-right: 0;
}
.left.lan-setings {
    margin-left: 5px;
    margin-right: 5px;
}
.searchengine-li .searchengine-a.active img {
    -webkit-filter:brightness(1000%);
    filter:brightness(1000%);
}
.absolutebtns {
    width: 40px;
    height: 40px;
    top: 14px;
    right: 20px;
    text-align: center;
}
.luckybuttonspan {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
}
.absolutebtns .searchbutton {
    width: 36px;
    height: 36px;
    padding: 0;
    background-size: 80%;
}
.searchinput::placeholder {
    color: #bbb;
       font-weight: 500;
}
.searchinput::-moz-placeholder  {
    color: #bbb;
       font-weight: 500;
       opacity: 1;
}
.searchinput {
    margin-bottom: 20px;
    border: 1px solid #fcc479!important;
    box-shadow: 0 22px 36px -12px rgba(243,140,0, .25);
}
.engineinputwraper {
    text-align: center;
}
.search_cover {
    display: inline-block;
    margin: auto;
    width: auto;
    max-width: 90%;
    padding: 20px 40px 20px;
    box-sizing: border-box;
    border-radius: 20px;

}
.searchengine-li .searchengine-a , .search_cover .searchengine-a {
    color: #000;
    border: none;
    background: none;
    font-weight: 500;
}
.searchengine-a.more-dropdown {
    background: rgba(255,255,255,.7);
    height: 24px;
    line-height: 24px;
    color: #f38c00;
    width: 24px;
}
.help-tooltip {
    background: #ee8900;
    color: #fff;
    border: none;
    text-shadow: none;
    font-weight: 400;
}
.main_titleone
{
   display: block;
    margin: 15px auto;
    margin-top: 30px;
    padding: 0px 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.5);
       max-width: 55%;
}
.main_titleone > *
{
       font-size: 2.4rem;
}

.homepage-bannertext
{
    display: inline-block;
    margin: auto;
   width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.homepage-bannertext h4
{
    display: inline-block;
    width: 720px;
    max-width: 90%;
    float: none;
    margin: auto;
    font-size: .9rem!important;
    color: #fff;
     background: rgba(0,0,0,0.3);
    padding: 15px;
    box-sizing: border-box;
       border-radius: 10px;
    height: auto;
    overflow: hidden;
    line-height:1.2;
    font-size: 1.1rem;
    font-weight: 300!important;
    text-shadow: none!important;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.5)!important;
}
.topheader2 .searchinput
{
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
       border-radius: 10px;
}
.topheader2 .absolutebtns
{
    margin-top: -7px;
}
.topheader2 .grey-btn
{
    margin-top: 10px;
          /* box-shadow: 0 5px 30px -3px rgba(243,140,0,.3);*/
}
.search_cover
{
    background: none;
    position: relative;
}
.search_bg
{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.65);
    display: block;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;
    border-radius: 24px;
}
.search_cover .engineinput
{
    z-index: 100;
    position: relative;
}
.tickersection .slick-track
{
    padding-bottom: 15px;
}
.search_cover .search-engines-outer
{
    position: relative;
    z-index: 100;
}
.home_orangebtn_cover
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;

       padding-bottom: 15px;
}
.home_orangebtn
{
    display: inline-block;
    margin: 15px auto;
    overflow: hidden;
    transition: all .3s;
    box-shadow: 0px 2px 0px 0px rgb(207,119,1), 0px 7px 12px -5px rgba(0,0,0,.3)!important;
}
.home_orangebtn:hover{
       background: #ffa025!important;
    box-shadow:0px 2px 0px 0px rgb(207,119,1),0px 12px 12px -5px rgba(143,140,0,.3)!important;
}
.home_orangebtn img
{
    transform: rotate(90deg);
    transition: all .3s;
    position: relative;
}
.home_orangebtn:hover img
{
    transform:  rotate(90deg) translateX(5px);
}

.tickersection .slick-track
{
    padding-bottom: 15px;
}
/*new_theme*/
/*image result*/
.image_results
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.image_resultbox
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    padding-bottom: 20%;

    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #bbb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 5px;
}
.image_resultbox_title
{
    display: block;
    width: 100%;
    background: rgba(52,195,255,.5);
    background: rgba(33,33,33,.2);
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.image_resultbox:hover .image_resultbox_title
{
        background: rgba(52,195,255,.3);
}
.image _resultbox:nth-child(2) .image_resultbox_title
{
    background: rgba(255,157,30,.5);
}
.imag e_resultbox:nth-child(3) .image_resultbox_title
{
    background: rgba(255,157,30,.5);
}

.result_filters .customdrop
{
    background-color: #fff;
}
.result-board.right .profile-leaderboard
{
    background-color: #fff;
}
.page_withbg, .page_withbg1
{
       /*background: url("../images/bg1.jpg");*/
       background-attachment: fixed;
       background-repeat: no-repeat;
       background-size: cover;
}
.page_withbg1
{
       background: url("../images/tickerbg.png");
}
.page_withbg .noresult-wraper
{
       background-color: #fff;
       border-radius: 10px;
}
.page_withbg .related_search,.page_withbg1 .related_search
{
    background: rgba(255,255,255,1);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}
.page_withbg .topheader2, .page_withbg1 .topheader2
{
    background: rgba(255,255,255,.2);
}
.page_withbg .result_engines, .page_withbg1 .result_engines
{
    background-color: rgba(255,255,255,.2);
}
.page_withbg .select-engine-box, .page_withbg1 .select-engine-box
{
       background-color: #fff;
}
.add_adsbox
{
    display: block;
    margin: 15px 0px;
    height: auto;
    overflow: hidden;
    background-color: rgba(52,196,255,.5);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 7px 20px -9px rgba(0,0,0,0.3);
    position: relative;
    z-index: 20;
}
.add_adsbox_img
{
    width: auto;
    height: 100%;
    position: absolute;
    left: 50px;
    top: 20px;
    z-index: 10;
       opacity: .7;
}
.add_adsbox:after{
    content: "";
    width: 50%;
    height: 120px;
    border-radius:80px;
    background: rgba(255,255,255,.1);
    position: absolute;
    left: 17%;
    top: -70%;
    z-index: -1;
    transform: rotate(-10deg);
}
.add_adsbox:before{
    content: "";
    width: 50%;
    height: 120px;
    border-radius:80px;
    background: rgba(255,255,255,.2);
    position: absolute;
    right: -20%;
    bottom: -90%;
    z-index: -1;
    transform: rotate(10deg);
}
.add_adsbox_title
{
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    position: relative;
    z-index: 100;
}
.add_adsbox_link
{
    background:#ee8900;
    padding:10px 20px;
    text-align: center;
    border-radius: 40px;
    margin: 15px 0px 10px;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 100;
    font-weight: 500;
       line-height: 1.2;
}



.topheader2 .searchinput
{
    box-shadow: none;
}
.descp_box
{
       display: block;
       margin: 15px 0px;
       width: 100%;
}
.no_border, .descp_box.no_border
{
       border: none!important;
       padding: 0px 15px!important;
       margin-bottom: 0px;
}
.no_border .title_center
{
       margin-bottom: 3px;
       padding-bottom: 2px;
}
.no_border .r_textp
{
       margin-bottom: 0px;
       padding: 0px;
}
.title_center
{
	color: #000;
	line-height: 1.2;
	font-size: 14px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0;
	font-weight: 500;
	display: block;
	text-align: center;
       margin-bottom: 10px;

}
/*image result*/
.display_none
{
       display: none;
}
.flex_4cols
{
    flex-direction: row;
       flex-wrap: nowrap;
    align-items: flex-start;
}
.flex_4cols .search_title
{
    white-space: nowrap;
    margin-top: 12px;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
       position: relative;
       z-index: 100;
}
.flex_4cols .search_title .help-tooltip
{
       white-space: normal;
}
.flex_4cols .result_filters
{
       margin: 0px;
}
.flex_4cols .result_filters form
{
       margin: 0px 5px;
}
.flex_4cols .add_content span
{
    white-space: nowrap;
}
.flex_4cols .add_content
{
       margin-top: 7px;
       margin-top: 0px;
     margin-left: 5px;
}
/*image slider*/
.result_content_slider
{
    width: 100%;
    padding: 0px;
}
.result_content_slide_item
{
       display: none;
}
/*.result_content_slide_item.slick-current
{
       display: block;
}*/
.result_slider_cover
{
    display: block;
    width: 100%;
    margin: 0px 0px 15px;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
}
.result_slider_one, .result_slider_two
{
       width: 100%;
       height: auto;
       display: block;
       overflow: hidden;
}
.result_slider_item
{
    display: none;
    height: 125px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.result_slide_image
{
    display: block;
    margin: 5px;
    height: 125px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    overflow: hidden;

       box-sizing: border-box;
}
.result_slide_image.slide_selected
{
       border: 2px solid #ff9d1e;
}
.result_slide_image_title
{
    display: block;
    position: absolute;
    z-index: 20;
    left: 0px;
    bottom: 0px;
       width: 100%;
    max-width: 100%;
    font-size: 75%;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
 .result_slide_image_title span
{
    padding: 0px;
         display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.result_slider_one .slick-track
{
    padding-bottom: 5px;
}
.result_slider_two .slick-track
{
    padding-bottom: 0px;
}
.result_slider_one .slick-list
{
    padding-left: 0px!important;
}
.result_slider_two .slick-list
{
    padding-left: 0px!important;
}
.knowledge-graph .slick-track
{
       padding-bottom: 15px;
}
.knowledge-graph
{
       padding-bottom: 0px!important;
       margin-bottom: 0px!important;
}
/*image slider*/
.custom_flex
{
    display: flex;
    align-items:flex-start;
    justify-content: center;
}
.custom_flex .title_center
{
    padding: 0px 7px 0px 0px;
    box-sizing: border-box;
    margin: 0px;
    white-space: nowrap;
    display: block;
    flex-shrink: 0;
}
.custom_flex .title_center, .custom_flex .text_center
{
    text-align: left;
    width: auto;
    line-height: normal;
    height: auto;
}
.custom_flex .text_center
{
    /*flex: 1 auto;*/
       font-size: 14px;
       font-weight: 500;
       color: #444;
}
.reult_li.custom_flex
{
       background: none!important;
}


      /* span[id^="qlookframe"]
       {
              border: 1px solid red;
              width: 100%;
              height: auto;
              overflow: hidden;
              padding: 15px;
              box-sizing: border-box;

       }
       .borderdiv
       {
              border: 2px solid red!important;
              height: auto;
              overflow: hidden;
       }*/
/*voucher share*/
.title_flex_box
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voucher_share_box
{
    display: block;
    border: 1px solid #ff9d1e;
    border-radius: 5px;
    white-space: nowrap;
    height: auto;
    background: #ff9d1e;
}
.voucher_share_cover
{
    display: inline-flex;
    align-items: center;
    padding: 0px;
    border: 1px solid #9fcf93;
    border-color: #ddd;
    border-radius: 5px;

}
.voucher_share_title
{
    padding:0px 10px;
    bac kground: #ff9d1e;
    backg round: #5caa48;
    color: #777;
    display: flex;
    align-items: center;
    font-size: 90%;
    flex: 1;
    align-self: stretch;
    flex-shrink: 0;
    line-height:30px;
    box-sizing: border-box;
    font-weight: 500;
}
.voucher_share_title span
{
    margin-right: 5px;
}
.voucher_share_list
{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.voucher_share_btn
{
    width: 40px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 120%;
    border-left: 1px solid #ddd;
    margin:3px -1px 3px 0px;
    outline: none;
    transition: all .3s;
    cursor: pointer;
}
.voucher_share_box .voucher_share_cover
{
    margin: 0px;
    background: #fff;
    border-color: #ff9d1e;
       border: none;
       border-radius: 4px;
}
.voucher_share_box_title
{
    padding: 5px 10px 5px;
    box-sizing: border-box;
    font-size: 75%;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}
.voucher_code_display
{
    white-space: nowrap;
    margin-right: 7px;
    color: #000;
}
.voucher_share_btn:first-child
{
    border-right: 0px;
}
.voucher_share_btn i
{
    transition: all .3s;
}
.voucher_share_btn:hover i{
    -webkit-filter:brightness(120%);
    filter:brightness(120%);
    outline: none;

}
.via_email
{
    color: #5caa48!important;
}
.via_facebook
{
    color: #204385!important;
}
.via_twitter
{
    color: #2aa9e0!important;
}
.via_google
{
    color: #d3492c!important;
}
.via_instagram
{
    color: #d4348f!important;
}
.via_pinterest
{
    color: #c82028!important;
}
.voucher_share_btn.help-tooltip
{
    background: none;
    border: none;
        border-left: 1px solid #ddd;
    margin:3px -1px 3px 0px;
    border-radius: 0px;
    width: 40px;
}
.voucher_share_btn.help-tooltip span
{
    width: auto;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
.via_email.help-tooltip span
{
       right: -50px;
}
.via_facebook.help-tooltip span
{
       right: -30px;
}
/*voucher card*/
.voucher_share_card
{
    display: block;
    width: 600px;
    max-width: 100%;
    margin: 20px auto;  
    box-shadow: 0px 7px 44px -16px rgba(0,0,0,0.3);
}
.voucher_share_card .voucher_share_box_title
{
    padding:10px 15px;
    font-size: 1.1em;
}
.voucher_share_card .voucher_share_cover
{
    display: flex;
    padding:15px 15px;
    justify-content: center;
flex-direction: column;
    flex-wrap: wrap;
}
.voucher_share_card .voucher_share_title
{
    justify-content: center;
}
.voucher_share_card .voucher_share_btn.help-tooltip
{
    border: none;
    width: 50px;
    line-height: 40px;
    height: 40px;
}
.voucher_share_card .voucher_share_btn.help-tooltip span
{
   line-height: 1.1;
    z-index: 100;
    right: 50%;
       transform: translateX(50%);
    top: auto;
       bottom: -30px;
    height: 26px;
}
.voucher_share_card .voucher_share_btn.help-tooltip i
{
    font-size: 1.6em;
    line-height: 40px;
}
.voucher_share_card .voucher_share_box_title
{
    display: block;
    text-align: center;
    white-space: normal;
    line-height: 1.5;
}
 .voucher_code_input_display
{
    display: flex;
    align-items: center;
    justify-content: center;   
    border:1px solid #2eb1dc;
    border-color: #eee;
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 10px;
    max-width: 100%;
    box-sizing: border-box;    
    flex-direction: row;
}
.voucher_code_input
{
       font-size: 1.4em;
       padding: 0px!important;
       border: none;
    min-width: none!important;
    width: 250px;  
    display: inline-block; 
    background: none;
    box-sizing: border-box;
    text-align: center;
}
.voucher_code_input::selection
{
       background: #75cfec;
       color: #fff;
}
.voucher_code_input_display > i
{
       color: #ddd;
       margin-left: 5px;
       margin-right: 5px;
}
.voucher_share_list_cover
{
    display: flex;
    align-items: center;
}
.voucher_share_list_cover > i
{
    color: #ddd;
}
.clipboard_btn
{
    background: none;
    border: 1px solid #acb87e;
    border: none;
    border-radius: 4px;
    color: #fff;
    width: 60px;
    min-width: 24px;
    height: 24px;    
    cursor: pointer;
    transition: all .3s;
}
.clipboard_btn:hover i{
       background: #75cfec;
       filter: brightness(100%);
}
.clipboard_btn i
{
        background: #979594;
    padding: 3px 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 1em!important;
    line-height: 1!important;
}
/*voucher share*/
/*newbottom links*/
.newbottom_links_cover
{
       display: flex;
       flex-wrap: wrap;
}
.newbottom_link
{
    color: #035aca;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px 3px;
    box-sizing: border-box;
    margin: 7px 10px 7px 0px;
}
.newbottom_link span
{
       white-space: nowrap;
}
.newbottom_link span.first_txt
{
       display: block;
}
.newbottom_link span.hover_txt
{
       display: none;
}
.active.newbottom_link span.first_txt
{
       display: none;
}
.active.newbottom_link span.hover_txt
{
       display: block;
}
/* for old link*/
.bottom_a .first_txt
{
       display: block;
}
.bottom_a .hover_txt
{
       display: none;
}
.bottom_a.active .first_txt
{
       display: none;
}
.bottom_a.active .hover_txt
{
       display: block;
}
/* for old link*/
.result_tabs
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    /*margin: 15px 0px;*/
}
.no_margin
{
     margin: 0px!important;
}
.result_tab
{
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
    display: none;
    background: #fff;
    margin-bottom: 15px;
}
.result_tab.show
{
    display: block;
}
.no_margin .result_tab
{
       margin-bottom: 15px;
}
.result_view
{
       display: block;
       width: 100%;
       height: auto;
       height: 307px;
       overflow-y: auto;
       position: relative;
}
.result_view.auto_height
{
       height: auto;
}
.result_view:after
{
       content: "";
       width: 100%;
       height: 0px;
       display: table;
}
.result_view .review-popup-url
{
       margin: 10px 0px;
       color: #777;
       font-size: 95%;
}
.result_view .qstn-title
{

       display: block;
      font-size: 100%;
       color: #000;
}
.result_view .qstn-title a
{
       margin: 10px 0px;
       color: #777;
       display: block;
}
.result_view .answerwraper-in
{
       border:1px solid #eee;
       padding: 15px 10px;
       padding-left: 20px;
       position: relative;
       margin: 5px 0px;
       border-radius: 5px;
       background:#fff;
       box-shadow: 0px 5px 22px -19px rgba(0,0,0,0.3);
}
.result_view .answerwraper-in .r_textp
{
       font-size: 75%;
       margin-bottom: 0px;
}
.result_view .tab-group
{
       margin-bottom: 5px;
       border-bottom: 1px solid #ddd;
}
.result_view .answerwraper-in .question-vote-section
{
       margin-left: 10px;
       white-space: nowrap;
}
.result_view .tabcontent.active
{
       height: auto;
       overflow: hidden;
}
.result_view .answerwraper-in .count {

    left: 15px;
    top: 16px;

   position: static;
    width: auto;
    min-width: 23px;
    padding: 3px 5px;
    box-sizing: border-box;
    background: #ededed;
    border-radius: 7px;
    font-size: 70%;
    display: inline-block;
    float: left;
}
.result_view .answerwraper-in .answer_textp
{
    font-weight: 500;
    font-size: 90%;
    color: #000;
    line-height: 1.2;
    display: inline-block;
    width: calc( 100% - 24px);
    padding-left: 7px;
    box-sizing: border-box;
    clear: right;
}
.result_view .answerwraper-in .r_textp
{
   width: 100%;
    float: none;
    display: block;
    margin-top: 2px;
    padding-left: 30px;
    box-sizing: border-box;
}
.result_view .answerwraper-in .question-vote-section a {
    padding: 0px 5px;
    background: #ddd;
    font-size: 12px;
    color: #333;
    border-radius: 3px;
    margin-right: 5px;
}
.result_view .form-row
{
       padding: 10px;
       padding-left: 0px;
       box-sizing: border-box;
}
.result_view .tab-group
{
       padding-left: 0px;
}
.result_view .grey-btn
{
       margin-top: 10px;
}
/*sample links*/
/*image result*/
/*.og-grid
{
    display: flex;
    flex-wrap: wrap;
}
.vmsnryitem
{
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    width: 19%;
    width: auto;
    max-width: 19%;
    margin:.5%;
    borde r: 1px solid red;
}
.og_grid_image
{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex: 1 100%;
    height: auto;
    borde r: 1px solid green;
    position: relative;
    background: #f5f5f5;

}
.og_grid_image img
{
     display: inline;
       width: auto;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}*/
/*image result*/
.border_none{ border:none!important;}
.tab-group .tabs
{
       color: #2eb1dc;
}
.result_from
{
    display:inline-block;
    white-space: nowrap;
    border: 1px solid #eee;
    font-size: 70%;
    font-weight: 500;
    border-radius: 5px;
    margin: 0px 15px 3px 10px;
       clear: both;
       float: none;
       margin-right: 15px!important;
}
.result_from span
{
     padding: 3px 5px;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
}
.result_from .from_txt
{
    background: #eee;
    color: #777;
}
/*basic mode*/
.basic_mode
{ 
    /*border: none!important;*/
   /* box-shadow: 0 1px 6px rgba(33,34,37,.28);*/
    /*margin-bottom: 5px!important;*/
}
.basic_mode ~ .result_tabs
{     
    margin: 0px;
}
.basic_mode .r_h_link
{
    color: #3529bc;
    font-weight: 400;
}
.basic_mode .r_h_link:hover
{
    color: #0056b3;
}
.basic_mode .r_textp
{
    letter-spacing: .2px;
    line-height: 1.5;
    color: #454545;
       font-weight: 400;
    margin-bottom: 0px;    
       padding-bottom: 0px;
}
.basic_mode .r_site_name
{
    color: #acacac!important;
    margin-top: 5px!important;
    margin-bottom: 0px!important;
}
/*basic mode*/

/*backpack*/
.back_pack_cover
{
    border: 1px solid #ff9d1e;
    border-radius: 10px!important;
}
/*new knowledge*/
 .result-board.right.fixed
{
       top: 0px!important;
}
.back_pack_cover
{
       margin-top: 10px!important;
}

.fixed .back_pack_cover
{
       margin-top: 10px!important;
}
/*new knowledge*/

.back_pack_cover .profile-leaderboard-head
{
    margin-bottom: 15px;
       position: relative;
       z-index: 100;
}
.back_pack_cover .help-tooltip
{
       border: none!important;
       background: none!important;
       color: #ee8900;
       color:#2eb1dc;
       font-size: 1.2rem;
}
.public_profile_box
{
    border-radius: 5px;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffa800;
    border: 1px solid #d59600;
    box-shadow: 0px 7px 22px -7px rgba(0,0,0,.3);
    margin: 15px 0px;
    padding: 15px 10px;
    box-sizing: border-box;
    position: relative;
}
.public_profile_box:before, .public_profile_box:after{
    content: "";
    width: 140px;
    height: 140px;
    border: 20px solid rgba(255,255,255,.3);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -90px;
    bottom: -70px;
    z-index: 10;
}
.public_profile_box:after{
 
    left: auto;
    right: -140px;
    top: -50px;
    opacity: .7; 
}
.public_profile_box_inner
{
    position: relative;
    z-index: 100;
}
.public_profile_header
{
    display: flex;
    align-items: flex-start;
}
.public_profile_icon
{
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    outline: none;
}
.public_profile_icon img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
}
.public_profile_header_right
{
    display: block;
    padding-left: 15px;
    box-sizing: border-box;
}
.public_profile_header_link
{
    text-decoration: none;
    color: #fff;
    outline: none;
    display: block;
}
.public_profile_header_link:hover{
    color: #fff;
    outline: none;
}
.public_username
{
    font-weight: 600;
    font-size: 1.1rem;
}
.public_usertitle
{     
    font-size: 75%;
    margin: 3px 0px;
}
.public_profile_header_txt
{
    font-weight: 400;
    font-size: 70%;
    line-height: 1.1;
}
.public_profile_progress_box
{
    display: block;
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    margin: 10px 0px;
}
.public_profile_progress_bar
{
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}
.public_profile_progress
{
    display: block; 
    height: 100%;
    background: #b0e251;
}
.public_profile_progress_txts
{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.public_profile_progress_txt
{
    display: inline-block;
    font-size: 70%;
}
.public_profile_progress_txt:last-child
{
    text-align: right;
}
.chi_box_cover
{
    display: block;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
}
.chi_box_title
{
    display: flex;
    margin: 0px 0px;
    font-size: 1.1rem;    
    line-height: 1.2;
}
.chi_box_title a
{
       margin-left: 5px;
       margin-top: 3px;
}
.chi_box_info
{
    display: flex;
    margin: 10px 0px 0px;
    flex-wrap: nowrap;
    align-items: center;
}
.my_chi_box
{
    display: inline-block;    
    background: #ffe244;
    padding: 9px 12px;    
    border-radius: 5px; 
}
.my_chi_txts
{
    display: inline-block; 
}
.my_chi_value
{
    font-weight: 600;
    font-size: 1.1em;  
    text-align: right;
    color: #444;
}
.my_chi_value_note
{
    font-size:.8em;
    margin-top: 1px;
    font-weight: 600;
    color: #b39808;
    text-align: right; 
}
.chi_box_right
{
    display: block;
    padding-left: 15px;
    box-sizing: border-box;
}
.my_chi_title
{
    display: block;
    font-weight: bold;
    color: #1182f6;
    margin: 0px 0px 3px;
}
.my_chi_desc
{
    font-size: 75%;
    line-height: 1.1;
}
.my_voucher_box_cover
{
    display: block;
    width: 100%;
    border: 1px solid #005ab7;
    border-radius: 5px;
    padding: 15px 10px;
    box-sizing: border-box;
    background: linear-gradient(to right, #1b9bff, #0a71f0);
    position: relative;    
    overflow: hidden;    
}
.my_voucher_box_inner
{
    display: block;
       width: 100%;
    position: relative; 
    z-index: 100;
}
.my_voucher_box_cover:before, .my_voucher_box_cover:after{
    content: "";
    width: 140px;
    height: 140px;
    border: 20px solid #1bd1ff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -90px;
    top: 120px;
    z-index: 10;
    opacity: .3;
}
.my_voucher_box_cover:after{ 

    left: auto;
    right: -90px;
    top: -70px;
    opacity: .1; 
}
.my_voucher_box_title
{
    font-size: 1em;
    color: #fff;
    line-height: 1.2;
}
.my_voucher_box
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid rgba(0,255,222,.3);
    border-radius: 5px;
    padding: 7px;
    margin: 10px 0px 0px;
    box-sizing: border-box;
}
.my_voucher_box_header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.my_voucher_code
{
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
}
.my_voucher_btn
{
    display: inline-flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(to right, #5ed6d6,#2ba6f8);
    padding:0px 7px;
    height: 30px;
    min-width: 76px;
    font-size: 90%;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0px;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: 0px 10px 36px -10px rgba(0,0,0,.7);
}
.my_voucher_btn i
{
    margin-left: 5px;
    font-size: 1.1em;
}
.active_on
{
    display: none;
}
.active .active_on
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.my_voucher_btn.active
{
       background: linear-gradient(to right, #e75b74, #ff6969);
}
.my_voucher_btn.active .active_on
{
    display: block!important;
}
.my_voucher_btn.active span, .my_voucher_btn.active i
{
    display: none;
}
.my_voucher_share_cover
{
    height: 0px;
    overflow: hidden;
    transition: all .3s;    
}
.my_voucher_share_cover.active
{  
}
.my_voucher_share_box
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #00ffde;
    padding: 5px 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 5px;
}
.my_voucher_share_title
{
    white-space: nowrap;
    color: #444;
    font-weight: 500;
    padding: 0px 10px;
}
.my_voucher_share_title i
{
    margin-left: 7px;
    color: #bbb;
}
.my_voucher_share_list
{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.my_voucher_share_btn 
{
    display: inline-block;
    background: none;
    position: relative;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 36px;     
       cursor: pointer;
}
.my_voucher_share_btn i
{
    line-height: 36px;
    font-size: 1.4em;
}
.my_voucher_share_btn span
{
    position: absolute;
    top: -20px;
    right: -30px;
    white-space: nowrap;
    line-height: 1;
    background: #000;
    font-size: 60%;
    letter-spacing: .5px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: none;
}
.my_voucher_share_btn:hover span
{
    display:none;
}
.my_voucher_invites_cover
{
    display: block;
    height: auto;
}
.my_voucher_invites_header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.my_voucher_invites_info
{
    display: inline-block;
    max-width: 70%;
    margin-right: 10px;
}
.my_voucher_invites_info_title
{
    font-size: 80%;
    line-height: 1.1;
    color: #fff;
}
.my_voucher_invites_bar
{
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin: 5px 0px;
}
.my_voucher_invites_progress
{
    display: block;
    height: 100%;
    background: #ffa800;
}
.my_voucher_invites_value
{
    color: #fff;
    font-weight: 600;
    font-size: 85%;
}
.my_voucher_invites_value span
{
    margin-right: 5px;
}
.my_voucher_invites_value span:last-child
{
    margin-left: 5px;
}
.my_voucher_invites_btn
{
    display: inline-flex;
    align-items: center;
    background: #fff;
    height: 36px;
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 40px;
    border: 1px solid #ffa800;
    transition: all .3s;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
}
.my_voucher_invites_btn:hover{
    outline: none;  
}
.my_voucher_invites_btn i
{
    color: #fea100;
    margin-right: 5px;
}
.my_voucher_invites_btn span
{
    color: #1181f6;
    font-size: 90%;
    white-space: nowrap;
    line-height: 1.1;
}
.my_voucher_invites_btn .active_off
{
    display: inline-flex;
    align-items: center;
}
.my_voucher_invites_btn.active .active_off
{
    display: none;
}
.my_voucher_invites_btn.active
{
    border-color: #ff6969;
}
.my_voucher_invites_btn.active i
{
    color: #ff6969;
}
.my_voucher_invites_btn.active span
{
    color: #444;
}
.my_invites_add_form
{
    display: block;
    width: 100%;
}
.my_invites_form_cover
{
    height: 0px;
    overflow: hidden;
}
.my_invites_add_form
{
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-top: 15px;
}
.bold_grey_title
{
    font-weight: bold;
    color: #444;
    font-size: 1.1em;
    line-height: 1.1;
    margin-bottom: 10px;
}
.my_invites_row
{
    display: block;
    margin: 15px 0px;
}
.my_invites_row:last-child
{
    margin-bottom: 0px;
}
.my_invites_row label
{
    color: #444;
    display: block;
    margin:10px 0px;
    font-weight: 300;
}
.my_invites_row .form-control
{
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #0858a2;
    font-size: 1em;
    color: #000;
    font-weight: 500;
}
.my_invites_row .form-control::placeholder
{
    font-weight: 300;
    color: #777;
}
.add_invites_btn
{
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #37bf3d;
    border: 1px solid #03ff03;
    border-radius: 40px;
    color: #fff;
    padding: 0px 15px; 
    font-weight: 500;
    box-shadow: 0px 7px 32px -9px rgba(0,0,0,.3);
    margin-bottom: 10px;
    cursor: pointer;
       transition: all .3s;
}
.add_invites_btn:hover{
       -webkit-filter:brightness(110%);
       filter:brightness(110%);
}
.add_invites_btn i
{
    margin-right: 7px;
    font-size: 1.1em;
}
.my_invites_form_error
{    
    border-radius: 5px;
    padding: 10px;
    background: #ff6969;
    color: #fff;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
    font-weight: 300;
    font-size: 90%;
    display: none;
}
.my_invites_form_error i
{
    color: #fffd69;     
    position: absolute;
    font-size: 110%;
    width: 36px;
    height: auto;
    left: 0px;
       transition: all .3s;
    text-align: center;
       animation: show_error .3s 3;
}
@keyframes show_error
{
       0%{
              left: 0px;
       }
       20%{
              left: -3px;
       }
       40%{
              left: 2px;
       }
       60%{
              left: 1px;
       }
       80%{
              left: -2px;
       }
       100%
       {
              left: 0px;
       }
       
       
}
.no_voucher_code
{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.no_voucher_code .my_voucher_btn
{
    margin:10px 0px;
}
.invites_amount
{
    display: block;
    float: none;
    clear: both;
    color: #444;
}
.amount_title
{
    font-weight: 600;
}
.invites_amount span
{
    display: block;
margin: 3px 0px 15px;
color: #0373ea;
    font-size: 90%;
}
.new_leader_box
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 15px 0px 0px;
    border: 1px solid #1182f6;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
}
.new_leader_box .leader-profile-box
{
       display: flex;
}
.new_leader_box.today-leader
{
       border-radius: 5px!important;
}
.new_leader_box.month-leader
{
       border-radius: 5px!important;
}
.new_leader_img_link
{
       display: inline-block;
       float: left;
}
.new_leader_box .leader-profile-box
{
    padding: 0px;
    border: none;
}
.new_leader_box .leader-profile-box .profile-text h6
{
    margin-bottom: 7px;
    font-weight: 400;
    color: #2eb1dc;
}
.new_leader_box h3
{
    font-weight: 500;
    color: #000;
    margin-bottom: 3px;
}
.new_leader_box .leader-profile-box .profile-text p
{
    font-size: 85%;
    color: #777;
}
.new_leader_box .trophy
{
    display: none;
}
.new_leader_box .profile-text
{
    width: auto!important;
}
.new_leader_box.all_timer
{
    border: 1px solid #1182f6;
    background: #1ebfee;
}
.new_leader_box.all_timer .leader-profile-box
{
    padding: 0px;
}
.new_leader_box.all_timer .leader-profile-box .profile-text h6
{
    margin-bottom: 5px;
    font-weight: 400;
    color: #fff;
}
.new_leader_box.all_timer h3
{
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
}
.new_leader_box.all_timer .leader-profile-box .profile-text p
{
    font-size: 85%;
    color: #000;
}
.new_leader_box .profile-text, .new_leader_box .profile-text a, .new_leader_box .leader-profile-box
{
       text-align: left;
}
.all_timer .profile-image
{
    border-color:#1ebfee!important;
}
/*backpack*/

/*.alert-popup
{
       box-shadow: 0px 7px 23px 0px rgba(0,0,0,0.2);
}*/
.result_tab.places_view, .result_view.places_view
{
    height: auto!important;
    padding: 0px;
    overflow: hidden;
}
.result_tabs .places_result
{
    padding-right: 0px!important; 
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: 0px!important;
}
.result_tabs .places_result .reult_li
{
   border-left: none;
    border-right:none;
}
.result_tab .progressimg
{
       margin: 15px auto;
}
/*warning prompt*/
.prompt_popup
{
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.prompt_bg
{
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
}
.prompt_box
{
    width: auto;
    height: auto;
    overflow: hidden;
    background: #fff;
    position: absolute;
    box-shadow: 0px 0px 32px -16px rgba(0,0,0,0.9);
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
    border: 1px solid #cf760e;
    border: 1px solid #a58007;
    max-width: 96%;
    min-width: 300px;
    opacity: 0;
    transition: opacity 1s;
}
.prompt_header
{
    padding:15px;
    box-sizing: border-box;
    background: #efc338;
    back ground: #f38c00;
    text-align: center;
    box-sizing: border-box;
}
.prompt_icon
{
    font-size: 2rem;
    color: #fff;
    
}
.prompt_title
{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0px auto 15px;
}
.prompt_content
{
    padding: 15px 30px;
    text-align: center;
    box-sizing: border-box;
}
.prompt_txt
{
    line-height: 1.5;
}
.prompt_btn
{
    display: inline-block;
    margin: 10px auto;
    color: #fff;
    border-radius: 10px;
    background: #f38c00;
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 1rem;
   height: 32px;
    line-height: 32px;
    white-space: nowrap;
    padding: 0 15px;
    box-sizing: border-box;
    outline: none;
    border: 0;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 7px 12px -5px rgba(0,0,0,0.3);
}
.prompt_btn:hover{
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    box-shadow: 0 9px 12px -5px rgba(0,0,0,0.3);
}

.prompt_popup.show
{
    display: block;
}
.prompt_popup.show .prompt_box
{
    opacity: 1;
}
.places_result.place_new
{
    max-height: none;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
}
.places_result.place_new .reult_li
{
    margin-bottom: -1px;
}
.places_result.place_new .reult_li:last-child
{
    border-bottom: 2px solid #ddd;
}


/*warning prompt*/
.searchengine-li .more-engines a
{
       white-space: nowrap;
}
/*knowledge trail fix*/
.knowledge-graph
{
       padding-top: 0px!important;
}
.knowledge-graph .descp_box.custom_flex
{
       margin: 0px!important;
}
/*knowledge trail fix*/
/*switch btn*/
.account_flex_row
{
    display: flex;
    margin: 15px 0px;    
       align-items: center;
}
.account_flex_col
{
    flex-shrink: 0;
    padding: 10px 0px;
    box-sizing: border-box;

}
.account_flex_col.col_shrink
{
 
    flex-shrink: 1;
}
.switch_btn
{ 
    cursor: pointer;   
    display: inline-block;
}
.switch_btn input
{
    display: none;
}
.switch_btn input + .switch
{
    display: inline-block;
    margin: 3px 15px 0px;
    background: #ddd;
    width: 36px;
    height: 20px; 
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0px;
       transition: all .45s;
}
.switch_btn input + .switch:before
{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ee8900;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top:2px;
    transition: all .3s;
}
.switch_btn input:checked + .switch 
{
    
    background: #17caff;
    background: #ee8900;
}
.switch_btn input:checked + .switch:before
{
    left: 18px;
    background: #fff;
}
/*switch btn*/
.search_iconfix:after
{
    font-size: 1.2rem;
    top: 8px;
}
.absolutebtns .searchbutton
{
    margin-top: 3px!important;
}
.center_txt
{
       text-align: center;
}
/*user_voucher_benefits*/
.user_voucher_benefits_boxcover
{
    display: block;
    width: 100%;
    margin: 15px 0px;
    border: 1px solid #005ab7;
    border-radius: 10px;
    background: linear-gradient(to right, #1682dc, #0e68cf);
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
    
}
.user_voucher_benefits_boxcover:before, .user_voucher_benefits_boxcover:after{
    content: "";
    width: 140px;
    height: 140px;
    border: 20px solid rgba(255,255,255,.3);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -90px;
    bottom: -70px;
    z-index: 10;
}
.user_voucher_benefits_boxcover:after{
 
    left: auto;
    right: -140px;
    top: -50px;
    opacity: .7; 
}
.user_voucher_benefits_box
{
    display: block;
    border-radius: 5px;  
    box-sizing: border-box;
    background: linear-gradient(to right, #f258e3, #fd9739);
    box-shadow: 0px 5px 23px -12px rgba(0,0,0,0.4);
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
}
.user_voucher_benefits_box_title
{    
    width: 100%;  
       height: auto;
       overflow: hidden;
    font-size: 1.2em;
    font-weight: 500;
    color: #fff;
    padding: 10px 10px 0px;
    box-sizing: border-box;
}
.user_voucher_benefits_box_inner
{
    display: flex; 
       align-items: center;
    justify-content: space-between;
}
.user_voucher_benefits_box_left
{
    padding: 10px;
    box-sizing: border-box;
   padding-right: 0px;
}
.user_voucher_benefits_box_infotitle
{
    color: #f7f741;
    font-size: 1em;  
}
.user_voucher_benefits_box_infotitle i
{
    margin-right: 5px;
    font-size: 95%;
}
.user_voucher_benefits_box_descp
{
    color: #fff;
    font-size: 95%;
    line-height: 1.2;    
    box-sizing: border-box;
    margin-top: 5px;
}
.user_voucher_benefits_box-right
{
    position: relative;
}
.user_voucher_benefits_box_img
{
    position: relative;
    bottom: 10px;
    display: block;
    width: 100%;
    z-index: 100;
    overflow: hidden;
}
.user_voucher_benefits_box_img img
{
    position: relative;
    display: block;
    z-index: 100;
}
.user_voucher_benefits_box_img:after{
    content: "";
    background: #6747cf;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0px;
    right: -20%;
}
/*user_voucher_benefits*/
/*limited_user*/
.limited_user_box
{  
    margin: 5px auto 40px;
    position: relative;
    z-index: 100;
}
.limited_user_box_inner
{
     display: flex;
    align-items: center;
    justify-content: center;
    background: #abddfd;
    padding: 10px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #51a7ef;
       box-shadow: 0px 5px 12px -7px rgba(0,0,0,0.45);
}
.limited_user_box:after{
    content: "";
    width: 100%;
    height: 30px;
    background-image: url("../images/stipes_bg.png");
    background-color: #ffd200;
    background-repeat: repeat-x;
    background-position: -10px;
    background-size:inherit;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    bottom: -7px;
    border-radius: 0px 0px 10px 10px;    
display: none;
}
.limited_user_box_left
{
    margin: 30px 0px;
    padding-right: 15px;
}
.limited_user_box_img
{
       display: inline-block;
       max-width: 100%;
       margin: auto;
       max-height: 170px;
}
.limited_user_box_right
{
    padding: 15px;
    box-sizing: border-box;
}
.limited_user_box_title
{
    font-size: 1.6em;
    font-weight: bold;     
}
.limited_user_box_desc
{
    margin: 15px 0px;
    width: 80%;
    line-height: 1.2;
}
.limited_user_box_btns
{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.limited_user_box_greenbtn, .limited_user_box_bluebtn
{
    display: flex;
    text-decoration: none;
    outline: none;
    border: 0px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    background: #25bc37;
    height: 36px;
    padding: 0px 30px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s;
    box-shadow: 0px 7px 28px -7px rgba(0,0,0,0.3);
}
.limited_user_box_bluebtn
{
    background: #0abbd5;
}
.limited_user_box_greenbtn + .limited_user_box_bluebtn
{
    margin-left: 15px;
}
.limited_user_box_greenbtn:hover, .limited_user_box_bluebtn:hover
{
    -webkit-filter:brightness(110%);
    filter: brightness(110%);
}
.newsletter_box
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    background: #63d8c3;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    flex-wrap: nowrap;
}
.newsletter_box_left
{
    display: block;
    box-sizing: border-box;
    max-width: 65%;
       margin-right: 5%;
}
.newsletter_box_right
{
    
    text-align: center;
    padding-right: 15px;
}
.newsletter_box_img
{
    display: inline-block;
    margin: auto;
    max-width: 100%;
}
.newsletter_box_title
{
    margin: 10px 0px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2;
}
.newsletter_box_desc
{
    line-height: 1.2;
}
.newsletter_form
{
    display: block;
    margin: 15px 0px 10px;
}
.newsletter_form_row
{
    display: flex;
    align-items: center; 
}
.newsletter_form_col
{
    flex: auto;
}
.newsletter_form_col:first-child
{
    margin-right: 15px;
    width:60%;
}
.newsletter_input
{
    width: 100%;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #085c68;
    padding: 0px 15px;
    box-sizing: border-box;
    font-size: 1.1em;
    color: #000;
       transition: all .3s;
}
.newsletter_input::placeholder
{
    color:#6A6A6A;
    font-weight: 300;
}
.yellow_btn
{
    display: flex;
    align-items: center;
    height: 44px;
    border-radius: 5px;
    border: none;  
    background: #f9d835;
    color: #000;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0px 15px;
    outline: none;
    transition: all .3s;
    box-shadow: 0px 5px 22px -12px rgba(0,0,0,0.3);
}
.yellow_btn i
{
    margin-right: 10px;
}
.yellow_btn:hover
{
    -webkit-filter:brightness(110%);
    filter: brightness(110%);
}
.error.newsletter_input::placeholder
{
  color: red;   
}
.error.newsletter_input
{
    border-color:red;
}.newsletter_msg
{
    display: none;
    align-items: center;
    margin: 10px auto;
    background: #fff;
    padding: 10px 10px;
    border-radius: 5px;
       height: auto;
       overflow: hidden;
       opacity: 0;
       transition: opacity .3s;
}
.newsletter_msg.show
{
       display: inline-flex;
       transition: all .3s;
       animation:  show_errormsg .3s forwards;
}
 @-webkit-keyframes show_errormsg
{
       0%{
              opacity: 0;
       }
       100%
       {
              opacity: 1;
       }
}
 @keyframes showerrormsg
{
       0%{
              opacity: 0;
       }
       100%
       {
              opacity: 1;
       }
}
.newsletter_msg_icon
{
    display: flex;
    width: 36px;
    height: 36px;
    text-align: center;
    align-items: center;
    background: #76b6ff;
    padding: 5px;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0px 5px 12px -7px rgba(0,0,0,0.3);
}
.newsletter_msg_icon i:first-child
{
    display: none;
}
.newsletter_msg.newsletter_error
{
    background: #fcedea;
    background: rgba(252,237,234,.9);
    border: 1px dashed #444;
}
.newsletter_msg.newsletter_success
{
    background: #ebf7ee;
    background: rgba(235,247,238,1);          
}
.newsletter_msg_txt
{
    padding: 0px 5px 0px 15px;
    line-height: 1.2;
}
.newsletter_error .newsletter_msg_txt
{
    color: #fd471f;
}
.newsletter_success .newsletter_msg_txt
{

}
.newsletter_success .newsletter_msg_icon
{
    background: #3fbe61;
    color: #fff;
}
.newsletter_error .newsletter_msg_icon
{
    background: #fd471f;
    color: #fff;
}
.newsletter_error .newsletter_msg_icon i:last-child
{
    display: none;
}
.newsletter_error .newsletter_msg_icon i:first-child
{
    display: block;
}

/*backpack notification*/
.centered_header
{
    display: block;
    text-align: center;
}
.header_point
{
    text-transform: uppercase;
    color: #ff9d1e;
    font-weight: 500;
    font-size: 90%;
    margin-bottom: 5px;
}
.centered_header_title
{
    font-size: 1.8em;
    font-weight: bold;
    margin: 10px 0px 10px;
}
.centered_header_subtitle
{
    color: #777;
}
.centered_header.arrow_down
{
       position: relative;
}
.centered_header.arrow_down:after
{
       content: "";
       width: 20px;
       height: 1px;
       background: #accef1;
       display: block;
       transform: rotate(-22deg);
       position: absolute;
       bottom: -25px;
       left: 50%;
}
.centered_header.arrow_down:before
{
       content: "";
       width: 20px;
       height: 1px;
       background: #accef1;
       display: block;
       transform: rotate(22deg);
       position: absolute;
       bottom: -25px;
       left: calc(50% - 18px);
}
/*accordion*/
.accordion_cover
{
    display: block;
    height: auto;
    overflow: hidden;
}
.accordion_item
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
     border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 0px 10px;
    box-shadow: 0px 2px 0px rgba(0,0,0,.07);
}
.accordion_item.active
{   
    background: #e5f3ff;
    border: 1px solid #cce7ff;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: 0px 2px 0px rgba(92,178,214,.8);
}
.accordion_header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;   
}
.accordion_header_title
{
    display: inline-block;
    line-height: 1.2;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 1em;
    color: #444;
}
.accordion_togg_icon
{
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    text-align: center;
    line-height: 36px;
    color: #bbb;
    font-size: .9em;
       position: relative;
       flex-shrink: 0;
}
.accordion_togg_icon
{
       -webkit-user-select: none;
       user-select: none;
}
.accordion_togg_icon i
{
       width: 36px;
       height: 36px;
       position: absolute;
       left: 0px;
    line-height: 36px;
    text-align: center;
       transition: all .3s;
}
.accordion_togg_icon i:last-child
{
   opacity: 0;
}
.accordion_item.active .accordion_togg_icon
{
    color: #ff9d1e;
    position: relative; 
}
.accordion_item.active .accordion_togg_icon i:first-child
{
    display: none;
   opacity: 0;
}
.accordion_item.active .accordion_togg_icon i:last-child
{
   opacity: 1;
    display: block;
}
.accordion_body
{
    display: none;
    height: auto;
    overflow: hidden;  
    transition:  all .3s;
    max-height: 0px;
}
.accordion_body_inner
{
       padding: 15px;
       box-sizing: border-box;
       height: auto;
       font-size: 95%;
       color: #444;
       line-height: 1.2;
       overflow: hidden;
}
.accordion_item.active .accordion_body
{    
    display: block;
       transition: all .3s;
    max-height: 900px;  
}
/*accordion*/
.block_row
{
       display: block;
       width: 100%;
       float: none;
       height: auto;
       overflow: hidden;
}
.new_morebtn
{
       display: flex;
       float: none;
       text-align: center;
       border-radius: 45px;
       margin: 30px auto;
       background: #2eb1dc;
       color: #fff;
       padding: 5px 15px;
       box-sizing: border-box;
       border: none;
       outline: none;
       font-weight: 500;
       cursor: pointer;
       transition: all .3s;
}
.new_morebtn:hover{
       -webkit-filter:brightness(110%);
       filter:brightness(110%);
}
/*limited_user*/

/*backpack notification*/
 .public_profile_box_cover
{
    display: block;
    position: relative;
    z-index: 100;
}
.backpack_notification
{
    display: inline-flex;
    float: none;
    clear: both;
    margin: 0px 0px;
    max-width: 100%;
    align-items: center;    
    padding: 0px 0px;
    border-radius: 12px;
    transition: all .3s;
    height: 40px; 
    flex-direction: row-reverse;
       flex-shrink: 0;
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 1000;
    box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.3);
}
.backpack_notification:hover{
    background: #e5effa;
    border-color: #2eb1dc;
}
.backpack_notif_icon
{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(to right, #f25add, #fd963c);
    color:#2eb1dc;
 z-index: 100;
}
.backpack_notif_icon i
{
    display: inline-block;
    background: #fff;
    line-height:24px;
    text-align: center;   
    box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.3);
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.backpack_notif_count
{
    display: inline-block;
    position: absolute;
    width: auto;
    top: -5px;
    right: -5px;
    font-size: 50%; 
        color:#fff; 
    border-radius: 5px;
       overflow: hidden;
}
.backpack_notif_count span
{
           height: 12px;
       display: inline-block;
       line-height: 1;
       background: #05c6ff;
        color:#fff;
       width: auto;
       overflow: hidden;
    padding: 3px;
}
.backpack_notif_txt
{
    display: inline-flex;   
    color: #444;
    overflow: hidden;    
    max-width: 140px;
       width: 140px;
    font-size:0.7em;
    margin: 0px;      
    transition: all .3s;
    position:  absolute;
    right: 89%;
       visibility: hidden;
       opacity: 0;
    z-index: 10;
       height: 32px;
           border: 1px solid blue;
        background: none;
    border-color: transparent; 
    border-radius: 5px;     
    align-items: center;
    box-sizing: border-box;      
}
.backpack_notif_txt_inner
{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
}
.backpack_notif_txt_inner span
{
       font-size: .7em;
       line-height: 1.25;
}
.backpack_notif_txt i
{
    transition: all .3s;
   margin-left: 0px;
}
.backpack_notif_icon:hover + .backpack_notif_txt i
{
    color: #2eb1dc;
}
.backpack_notif_icon:hover + .backpack_notif_txt i
{
    transition: all .3s;
margin-right: 10px;

}
.backpack_notif_icon:hover + .backpack_notif_txt
{
    max-width: 150px;
    padding: 0px 10px;
       width: 140px;
        background: #e5effa;
   /* border-color: #2eb1dc; */
       opacity: 1;
       visibility: visible;
}
.backpack_head
{
    display: flex;
    align-items: center;
}
.backpack_head_left
{
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}
 
.backpack_head .backpack_notif_count span
{
    line-height: .7;    
}
.backpack_head > .backpack_notification
{
       top: 0px;
       right: 0px;
       position: relative;
}
 
/*backpack notification*/
/*registrant_info*/
.registrant[id^="view_registrant_"]
{
       border: none;
       background: none;
       padding: 0px;
}
.registrant_info_box
{
    position: relative;
    z-index: 100;
    height: auto;
    display: block;   
}
.registrant_info_box:after
{
    content: "";
    width: 100%;
    height: 0px;
    display: table;
}
.registrant_info_title
{
    display: inline-flex;
    align-items: flex-start;
    padding: 7px 15px;
    height: 50px;
    border-radius: 10px 10px 0px 0px;
    background:#00c9f7;   
    color: #fff;
    position: relative;
    z-index: 10;
  
}
.registrant_info_title span
{
    line-height: 1.2;
    font-weight: 500;
}
.registrant_info_inner
{
    border-radius: 10px;
    border: 1px solid #00c9f7;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-top: -17px;
    position: relative;
    background: #fff;
    z-index: 100;
    flex-basis: 50%;
    flex-wrap: wrap;
}
.registrant_info_item
{
    display: flex;
    width: 50%;     
    margin-bottom: 15px;
    align-items: center;
    padding-right: 15px;
    box-sizing: border-box;
}
.registrant_info_item.infodomain
{
    width: 100%;
    flex-shrink: 0;
}
.registrant_info_item.infodomain span:first-child{
    color: #777;
    margin-right: 10px;
}
.registrant_info_icon
{
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    color: #023743;
    border-radius: 10px;
    background: #ddd;
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0px 5px 12px -5px rgba(0,0,0,0.3);
}
.registrant_info_item:nth-child(1) .registrant_info_icon
{
    background: #79cf62;
}
.registrant_info_item:nth-child(2) .registrant_info_icon
{
    background: #ffd50f;
}
.registrant_info_item:nth-child(3) .registrant_info_icon
{
    background: #cab971;
}
.registrant_info_item:nth-child(4) .registrant_info_icon
{
    background: #fb5555;
}
.registrant_info_item:nth-child(5) .registrant_info_icon
{
    background: #00c9f7;
}
.registrant_info_item:nth-child(6) .registrant_info_icon
{
    background: #ffa801;
}
.registrant_info_item:nth-child(7) .registrant_info_icon
{
    background: #7f0fec;
}
.registrant_info_text
{
    color: #444;
       font-size: .9em;
    line-height: 1.2;
    font-weight: 500;
}

/*registrant_info*/
/*place call copy*/
.inline_flex_no_wrap
{
    display: inline-flex;
    align-items: center;
    margin: 10px 0px;
}
.call_number
{
    display: inline-flex;   
    align-items: center;
    flex-wrap: nowrap;
    background: #5cd4d8;
    padding: 2px 2px;
    border-radius: 40px;
}
.call_number > i
{
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call_number span
{
    padding: 0px;
    white-space: nowrap;
    margin: 0px 10px 0px 5px;
}
.call_copy
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #d59600;
    border: none;
    margin-left: 10px;
    line-height: 24px;
    border-radius: 50%;
    background: #ffa800;
    outline: none;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0px 3px 9px -3px  rgba(0,0,0,0.2);
    position: relative;
    z-index: 100;
}
.call_copy i
{
    color: #fff;
}
.call_copy:hover{
    background: #439aff;
}
.call_copy span
{
    max-width: 0;
    overflow: hidden;
    left: -10px;
    transition: all .3s;
    position: absolute;
}
.active.call_copy span
{
    display: inline-block;
    padding: 3px 5px;
    border-radius:30px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    position: absolute;
    z-index: -1;
    left: 30px;
    height: auto;
    line-height: 1;
    font-size: .9em;  
    max-width: 100px;
}
.call_number span.copy_highlight
{
    background: #0a7aff;
    color: #fff;      
}

/*place call copy*/
/*reward_popup*/
.reward_popup_cover
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    text-align: center; 
}
.reward_popup_bg
{
       display: none;
}
.show_reward .reward_popup_bg{
       display: block;
       width: 100%;
       height: 100%;
       background: rgba(0,0,0,0);
       position: absolute;
       top: 0px;
       left: 0px;
       z-index: -1;
      
}
 
.show_reward
{
       animation-name: show_popup;
       animation-delay: 0;
       animation-duration:.5s;
       animation-fill-mode: forwards;
       animation-timing-function: ease-in;
}
@keyframes show_popup
{
       0%{
              transform: scale3d(.2,.2,.2);
              opacity: 0;
       }
       70%{
              transform: scale3d(1,1,1);
              opacity: 1;
       }
       100%{
              transform: scale3d(1,1,1);
              opacity: 1;
       }
}
.reward_popup_cover.show_reward
{
    display: block;
}

.reward_popup
{
    display: inline-block;
    width: 400px;
    max-width: 90%;
    height: auto;
    margin: auto;
    background: #ff8316;
    background: #fbde90;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 60px -24px rgba(0,0,0,0.4);
}
.reward_popup_title
{
    font-size: 2rem;
    font-weight: 600;
    margin: 10px 0px;
    padding: 0px 10px;
    line-height: 1.4;
    box-sizing: border-box;
}
.reward_popup_txt
{
    line-height: 1.2;
}
.reward_popup_footer
{
    margin: 15px 0px;
}
.reward_popup_action
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #444;
    margin: 15px auto;
    background: #fff;
    padding: 0px 15px;
    height: 40px;
    border-radius: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0px 5px 22px -5px rgba(0,0,0,0.3);
}
.reward_popup_action:hover{
    transform: scale(1.05);
     box-shadow: 0px 9px 22px -5px rgba(0,0,0,0.3);
}
.reward_popup_close
{
    display: block;
    width: 20px;
    height: 20px;
    background: none;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: all .3s;
}

.reward_popup_close:after{
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    outline: none;
    transition: all .3s;
    transform:translate(-50%,-50%) rotate(-45deg);
}

.reward_popup_close:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s;
    transform:translate(-50%,-50%) rotate(45deg);
}
.reward_popup_close:hover:after, .reward_popup_close:hover:before{
    background: #444;
}
.reward_popup_graphics
{
       display: block;
       width: 100%;      
       padding: 15px;
       box-sizing: border-box;
       height: auto; 
       min-height: 200px;
       position: relative;
       background-image: url("../images/reward_bg.png");
       background-repeat: no-repeat;
       background-position: center;
       background-size: contain;
}
.reward_popup_graphics:after
{
       content: "";
       width: 290px;
       height: 231px;
       background-image: url("../images/gilters.png");
        background-repeat: no-repeat;
       background-position: center;
       background-size: contain;
       display: block;
       position: absolute;
       left: 15px;
       top:15px; 
      
       opacity: 0;
}
.opened.reward_popup_graphics:after
{
       animation: rings 3s .5s forwards;
}
@keyframes rings
{
       0%{
              
              opacity: 0;          
                transform: translate(0%,0%);
              transform: scale3d(1,1,1);
       }
       60%{
              
              opacity: 1;
               transform: translate(0%,50%);
              transform: scale3d(2,2,2);
       }
       90%{
              opacity: 0;
                transform: translate(0%,100%);
                 transform: scale3d(2,2,2);
       }
       100%
       {
              opacity: 0;
                transform: translate(0%,100%);
                 
       }
}
.coins_display
{
    display: none;
    width:100px;
    position: fixed;
    left: 50%;
    top: 36%;
    transform: translate(-50%, -36%);  
    height: auto;
       z-index: 1000;
}
.show_reward .coins_display
{
       display: inline-block;
}
.overflow_hide
{
       overflow: hidden;
}
.coin
{
    position:absolute;
       bottom: 0px;
    width: 100px;
    height: 20px; 
    z-index: 100;
    border-radius: 2px;
}
.coin:after{
    content: "";
    width: 100%;
    height: 100%;    
    display: none;
}
.coin1.coin:after, .coin3.coin:after
{
   background: linear-gradient(to right, #f7931e,#fdd12f);
}
.coin2.coin:after, .coin4.coin:after
{
    background: linear-gradient(to right, #fdd12f, #f7931e);
}
.coin3
{
        margin-left: 40px;
}
.coin2
{
       margin-left: -50px;
}
.coin1
{
    margin-left: 20px;
}
.coin img
{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(.5,.5,.5);
}
.mover.coin img
{
       display: block;
       background: none;
      position: static;
       transform-origin: 57px 60px;
       animation-name: spinner;
       animation-delay: 0s;
       animation-duration: .7s;
       animation-iteration-count: infinite;
       animation-fill-mode:forwards;
       animation-timing-function: linear;
}
.mover.coin:after
{
       display: none;
}
@keyframes spinner 
{
       0%{
              transform: rotate(0deg);
       }
      100%
       {
              transform: rotate(360deg);
       }
}
/*reward_popup*/
.coin_spin
{
   animation: move_coin 3s 0s forwards;
}
@keyframes move_coin{
       0%{
              transform: scale3d(.5,.5,.5)  translateY(0);
       }
       20%{
              transform:   translateY(-120px) ;
       }    
       80%
       {
              transform: scale3d(.3,.3,.3)  translateY(0px);
             
       }
       85%{
               opacity: 1;
       }
       100%
       {
               transform: scale3d(.1,.1,.1)  translateY(0px);
              opacity: 0;
       }
}

@-webkit-keyframes targetPulse {
  0%, 20%, 60% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  40%, 80% {
	-webkit-transform: scale3d(1.2, 1.2, 1.2);
	transform: scale3d(1.2, 1.2, 1.2);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes targetPulse {
  0%, 20%, 60% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  40%, 80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.targetPulse {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-name: targetPulse;
	animation-name: targetPulse;
	-webkit-animation-delay:2.4s;
	animation-delay:2.4s;
       -webkit-animation-iteration-count: 2;
       animation-iteration-count: 2;
}

/*coin animation*/
.knowledge-graph .index-heading
{
       font-size: 1em!important;
}
/*widget backpack*/
.my_widget_list
{
    display: block;
    height: auto;;
    position: relative;
    padding-top: 45px;
}
.homemy_widget_list
{
    display: block;
    height: auto;;
    position: fixed;
       top: 80px;
       right: 20px;
       width: 200px;
    padding-top: 45px;
}
.autoheight:after{
    content: "";
    width: 100%;
    display: table;
    height: 0px;
}
.my_widget
{
    display: block;
    height: auto; 
    border-radius: 10px;
    padding-bottom: 30px;
    box-sizing: border-box;
    margin-top: -30px;
    position: relative;
       overflow: hidden;
    box-shadow: 0px -3px 3px -4px rgba(0,0,0,1); 
}
.my_widget:after{
    content: "";
    width: 100%;
    display: table;
    height: 0px;
}
.my_widget_header
{
    display: flex;
    height: 36px;
    align-items: center;
    padding: 0px 10px;
    color: #fff;
    margin-bottom: 5px;
       cursor: pointer;
       transition: all .3s;
}
.my_widget_header:hover{
    
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,.1), rgba(0,0,0,0));
}
.my_widget_icon
{
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
}
.my_widget_title
{
    white-space: normal;
    line-height: 1;
    font-weight: 500;
}
.my_widget_body
{
    display: block;
        height: auto;
    overflow: hidden;   
    max-height: 0px;
    transition: all .3s;
    position: relative;
}
.first_widget .my_widget_body
{
       max-height: 90px;
}
.open_widget .my_widget_body
{
       max-height: 700px!important;
}
.my_widget_body:after{
    content: "";
    width: 100%;
    height: 0px;
    display: table;
}

.my_widget:hover .my_widget_body
{
    max-height: 90px;
}
.my_widget_inner
{
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0px 10px;
    box-sizing: border-box;
}
.my_widget_inner:after{
    content: "";
    width: 100%;
    height: 0px;
    display: table;
}
.my_backpack
{
    background:#223042;
    box-shadow: none;
       position: relative;
       z-index: 10;
}

.user_new_menu
{
    display: flex;
    align-items: center;
    margin: 10px 0px 5px;
}
.user_new_menu .user_type_box
{
    margin:0px 10px 0px 0px;
    border-bottom: 0px;
}
.user_new_menu .user_type
{
    display: inline-flex;
    align-items: center;
  white-space: nowrap;  
   margin-bottom: 0px;
}
.user_new_menu .user_type span
{
    line-height: 20px;
       font-size: 10px;
}
.user_new_menu .user_type b
{
    font-size: 11px;
    white-space: nowrap;
}
.user_new_menu .grey-btn
{
    font-size: 10px;
    height: 20px;
    color: #444;
       padding: 0px 5px;
}
.user_new_menu .grey-btn:hover{
    background: #f31d0b;
    color: #fff;
}

.open_widget.my_backpack:before, .open_widget.my_backpack:after{
    content: "";
    width: 140px;
    height: 140px;
    border: 20px solid rgba(255,255,255,.1);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -90px;
    bottom: -20px;
    z-index: 10;
}
.open_widget.my_backpack:before
{
       opacity: .5;
}
.open_widget.my_backpack:after{
 
    left: auto;
    right: -140px;
    top: -50px;
    opacity: .7; 
}
.my_backpack_header
{
    display: flex;
}
.my_backpack .my_widget_icon i
{
    color: #fa8f00;
}
.backpack_icon
{
    width: auto;
    height: 20px;
}
.my_widget_user_icon
{
    display: block;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%; 
    flex-shrink: 0;
}
.my_widget_user_icon img
{
    width: 100%;
    height: 100%;     
    object-fit:cover;
}
.my_backpack_user_right
{
    display: block;
    padding: 0px 30px 0px 10px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    flex: 1;
}
.my_backpack_name
{
    display: block;
    font-weight: 500;
    color: #fff;    
}
.my_backpack_reward_level
{
    font-size: 70%;
    margin: 5px 0px;
    display: block;
    line-height: 1.2;
}
.my_backpack_alertbox
{
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
       z-index: 100;
}
.my_backpack_alertbox span 
{
    display: none;
    width: 150px;
    position: absolute;
    background: #fff;
    left: -155px;
    top: -5px;
    font-size: 70%;
    border-radius: 4px;
    padding: 3px 5px;
    color: #444;
    opacity: 0;
    transition: all .3s;
}
.my_backpack_alertbox span:after{
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    right: -3px;
    top: 45%;
    transform: rotate(45deg);
    display: block;
}
.my_backpack_alertbox:hover span 
{
    display: block;
    opacity: 1;
       line-height: 1.2;
}
.my_backpack_alert_icon
{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
}
.my_backpack_alert_icon i
{
    color: #298eff;
}
.my_backpack_count
{
    display: inline-block;
    position: absolute;
    font-size: 50%;
    top: -5px;
    padding: 1px 1px;
    box-sizing: border-box;
    background: #ffc74f;
    border-radius: 3px;
    color: #444;
    text-align: center;
       height: auto;
       line-height: 1;
}
.my_backpack_progress_box
{
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.my_backpack_progress_bar
{
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 10px 0px;
    border-radius: 5px;
    overflow: hidden;
}
.my_backpack_progress
{
    display: block;
    height: 100%;
    background: #b0e251;
    position: absolute;
    left: 0px;
    top: 0px;
}
.my_backpack_progress_txts
{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.my_backpack_progress_txt
{
    font-size: 70%;
    padding-bottom: 5px;
    color: #bbb;
    line-height: 1.2;
}
.my_backpack_infotxt
{
    font-size: 75%;
    margin-bottom: 10px;
    color: #fff;
}
.my_chi
{
    background: #123f67;    
       position: relative;
       z-index: 20;
}
.my_chi .my_widget_icon i
{
    color: #ffe244;
}
.my_widget_chi_box_info
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
       padding-top: 5px;
    padding-bottom: 15px;
}
.my_widget_chi_box
{
    display: block;
    padding: 3px 10px;
    background: #ffe244;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: right;
    min-width: 30%;
}
.my_widget_chi_txts
{
    color: #000;    
    flex-shrink: 0;
}
.my_widget_chi_value
{
    font-size: 90%;
    font-weight: 500;
    margin-bottom: 3px;
    white-space: nowrap;
}
.my_widget_chi_value_note
{
    font-size: 70%;
    color: #b39808;
}
.my_widget_chi_box_right
{
    padding: 0px 0px 0px 10px;
    flex: 1;
}
.my_widget_chi_title
{
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.my_widget_chi_desc
{
    font-size: 75%;
    color: #bbb;
    line-height: 1.2;
}
.widget_voucher
{
    background: #33699a;
       position: relative;
       z-index: 30;
       overflow: hidden;
}
/*voucher*/
.widget_top_leaders
{
    background: #3f8ab4;
       position: relative;
       z-index: 40;
}
.my_widget_top_leaders
{
    display: block;
    height: auto;
    overflow: hidden;
}
.my_widget_user_box
{
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    overflow: hidden;
    padding: 10px 10px;
    box-sizing: border-box;
    margin: 5px 0px 10px;
}
.my_widget_user_right
{
    display: block;
    flex: 1;
    padding-left: 10px;
    box-sizing: border-box;
    word-break: break-all;
       text-align: left;
}
.my_widget_user_box_title
{
    font-size: 85%;
    color: #fff;
    margin-bottom: 3px;
       line-height: 1.2;
}
.my_widget_user_box_name
{
    font-weight: 500;
    margin-bottom: 3px;
       line-height: 1.2;
}
.my_widget_user_box_level
{
    font-size: 75%;
    line-height: 1.2;
}
.my_widget_user_box.todays_leader
{
    border-radius: 5px;
    background: #65c5c4;
}
.my_widget_user_box.months_leader
{
    border-radius: 5px;
    background: #fff;
}
.my_widget_user_box.months_leader .my_widget_user_box_title
{
    color: #000;
}
.my_widget_user_box.alltime_leader
{
    border-radius: 5px;
    background: #00bffe;
}
.view_top_leaders
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;    
    margin: 10px auto 10px auto;
    background: #65c5c4;
    border: none;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 60px;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: all .3s;
}
.view_top_leaders:hover{
    -webkit-filter:brightness(110%);
    filter:brightness(110%);
}
.view_top_leaders.active i
{
    transform: rotate(180deg);
}
.view_top_leaders span
{
    font-weight: 500;
}

.my_widget_view_top_leaders
{
    display: block;
    height: auto;
       overflow: hidden;
       max-height: 0px;
       transition: all .3s;
       overflow-y: auto;
}
.my_widget_view_top_leaders.active
{
       max-height: 300px;
}
.my_widget_title_with_help_link
{
    display: flex;    
    justify-content: space-between;
    position: relative;
    color: #fff;
     font-size: 100%;
    line-height: 1.2;
    margin: 15px 0px;
}
.help_link
{
    width: 30px;
    flex-shrink: 0;
    margin-top: 1px;
    position: relative;
}
.help_link > i
{
    color: #fd9a23;
}
.help_link span
{
    display: none;   
}

.help_link:hover span
{
    display: block;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    line-height: 1.2;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    width: 180px;
    border-radius: 5px;
    font-size: 70%;
}
.my_widget_title_with_help_tip
{
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
     font-size: 80%;
    margin: 15px 0px;
}
.help_tip
{
    margin-left: 10px;
    position: relative;
       z-index: 1000;
}
.help_tip > i
{
    color: #fd9a23;
}
.help_tip span
{
    display: none;   
}

.help_tip:hover span
{
    display: block;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    line-height: 1.2;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    width: 180px;
    border-radius: 5px;
    font-size: 70%;
}
.my_widget_view_top_leaders
{
    display: block;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 15px;
    position: relative;
}
.active.my_widget_view_top_leaders
{
       max-height: 300px;
}
.my_widget_view_top_leaders .my_widget_user_box
{
    border: 1px solid #1d1d1d;
    border-left: 0px;
    border-right: 0px;
    margin-top: 0px;
    margin-bottom: -1px;
}

.widget_reviews
{
    background: #65c5c4;
       position: relative;
       z-index: 50;
}
.my_widget_reviews_list
{
    display: block;
        height: auto;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 15px;
}
.widget_questions
{
    background: #738498;
    padding-bottom: 0px;
       position: relative;
       z-index: 60;
}
.my_widget_more_btn
{
    display: block;
    margin: 15px auto;
    border-radius: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s;
    padding: 5px 10px;
    color: #fff;
    font-size: 75%;
    background: #2fb1dc;
}
.my_widget_more_btn:hover{
    -webkit-filter: brightness(110%);
    filter:brightness(110%);
}
.my_widget_latest_questions
{
    display: block;
    height: auto;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 15px;
}
.my_widget_latest_questions .my_widget_user_box
{
    border: 1px solid #b1b9c2;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 0px;
    margin-top: -1px;
}
.widget_reviews .my_widget_user_box
{
    border: 1px solid #42a3a2;
    border-right: none;
    border-left: none;
    margin-top: -1px;
    margin-bottom: 0px;
}
 
.join_btn
{
    margin: 15px auto 5px;
    background: #0abbd5;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    padding: 3px 10px;
    color: #fff;
    transition: all .3s;
}
.join_btn:hover{
    -webkit-filter:brightness(110%);
    filter:brightness(110%);
}

/*invities*/
.my_widget_voucher_box_cover
{ 
    display: block;
    width: 100%;    
    box-sizing: border-box;     
    position: relative;    
    overflow: hidden;  
    margin-bottom: 10px;
}
.my_widget_voucher_box_inner
{
    display: block;
       width: 100%;
    position: relative; 
    z-index: 100;
}
.open_widget.widget_voucher:before, .open_widget.widget_voucher:after{
    content: "";
    width: 140px;
    height: 140px;
    border: 20px solid #1bd1ff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -90px;
    top: 120px;
    z-index: 0;
    opacity: .3;
}
.open_widget.widget_voucher:after{ 

    left: auto;
    right: -90px;
    top: -70px;
    opacity: .1; 
}
.my_widget_voucher_box_title
{
    font-size: 1em;
    color: #fff;
    line-height: 1.2;
}
.my_widget_voucher_box
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid rgba(0,255,222,.3);
    border-radius: 5px;
    padding: 7px;
    margin: 10px 0px 0px;
    box-sizing: border-box;
}
.my_widget_voucher_box_header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.my_widget_voucher_code
{
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
}
.my_widget_voucher_btn
{
    display: inline-flex;
    align-items: center;
    color: #fff;
    background: linear-gradient(to right, #5ed6d6,#2ba6f8);
    padding:0px 7px;
    height: 30px;
    min-width: 76px;
    font-size: 90%;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px 0px;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: 0px 10px 36px -10px rgba(0,0,0,.7);
}
.my_widget_voucher_btn i
{
    margin-left: 5px;
    font-size: 1.1em;
}
.active_on
{
    display: none;
}
.active .active_on
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.my_widget_voucher_btn.active
{
       background: linear-gradient(to right, #e75b74, #ff6969);
}
.my_widget_voucher_btn.active .active_on
{
    display: block!important;
}
.my_widget_voucher_btn.active span, .my_widget_voucher_btn.active i
{
    display: none;
}
.my_widget_voucher_share_cover
{
    height: 0px;
    overflow: hidden;
    transition: all .3s;    
}
.my_widget_voucher_share_cover.active
{  
}
.my_widget_voucher_share_box
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #00ffde;
    padding: 5px 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 5px;
}
.my_widget_voucher_share_title
{
    white-space: nowrap;
    color: #444;
    font-weight: 500;
    padding: 0px 10px;
}
.my_widget_voucher_share_title i
{
    margin-left: 7px;
    color: #bbb;
}
.my_widget_voucher_share_list
{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.my_widget_voucher_share_btn 
{
    display: inline-block;
    background: none;
    position: relative;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 36px;     
       cursor: pointer;
}
.my_widget_voucher_share_btn i
{
    line-height: 36px;
    font-size: 1.4em;
}
.my_widget_voucher_share_btn span
{
    position: absolute;
    top: -20px;
    right: -30px;
    white-space: nowrap;
    line-height: 1;
    background: #000;
    font-size: 60%;
    letter-spacing: .5px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    display: none;
}
.my_widget_voucher_share_btn:hover span
{
    display:none;
}
.my_widget_invites_cover
{
    display: block;
    height: auto;
}
.my_widget_invites_header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.my_widget_invites_info
{
    display: inline-block;
    max-width: 70%;
    margin-right: 10px;
}
.my_widget_invites_info_title
{
    font-size: 80%;
    line-height: 1.1;
    color: #fff;
}
.my_widget_invites_bar
{
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin: 5px 0px;
}
.my_widget_invites_progress
{
    display: block;
    height: 100%;
    background: #ffa800;
}
.my_widget_invites_value
{
    color: #fff;
    font-weight: 600;
    font-size: 85%;
}
.my_widget_invites_value span
{
    margin-right: 5px;
}
.my_widget_invites_value span:last-child
{
    margin-left: 5px;
}
.my_widget_invites_btn
{
    display: inline-flex;
    align-items: center;
    background: #fff;
    height: 36px;
    padding: 0px 10px;
    box-sizing: border-box;
    border-radius: 40px;
    border: 1px solid #ffa800;
    transition: all .3s;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
}
.my_voucher_invites_btn:hover{
    outline: none;  
}
.my_widget_invites_btn i
{
    color: #fea100;
    margin-right: 5px;
}
.my_widget_invites_btn span
{
    color: #1181f6;
    color: #444;
    font-size: 90%;
    white-space: nowrap;
    line-height: 1.1;
}
.my_widget_invites_btn .active_off
{
    display: inline-flex;
    align-items: center;
}
.my_widget_invites_btn.active .active_off
{
    display: none;
}
.my_widget_invites_btn.active
{
    border-color: #ff6969;
}
.my_widget_invites_btn.active i
{
    color: #ff6969;
}
.my_widget_invites_btn.active span
{
    color: #444;
}
.my_invites_add_form
{
    display: block;
    width: 100%;
}
.my_widget_invites_form_cover
{
    height: 0px;
    overflow: hidden;
}
.my_widget_invites_add_form
{
    display: block;
    border-radius: 5px;
    background: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-top: 15px;
}
.bold_grey_title
{
    font-weight: bold;
    color: #444;
    font-size: 1.1em;
    line-height: 1.1;
    margin-bottom: 10px;
}
.my_widget_invites_row
{
    display: block;
    margin: 15px 0px;
}
.my_widget_invites_row:last-child
{
    margin-bottom: 0px;
}
.my_widget_invites_row label
{
    color: #444;
    display: block;
    margin:10px 0px;
    font-weight: 300;
}
.my_widget_invites_row .form-control
{
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #0858a2;
    font-size: 1em;
    color: #000;
    font-weight: 500;
}
.my_widget_invites_row .form-control::placeholder
{
    font-weight: 300;
    color: #777;
}


.my_widget_header:after
{
    content: "\f078";
    font-family: "fontAwesome";
    position: absolute;
    right: 10px;
    outline: none;
    opacity: 0;
    outline: none;
    transition: all .3s;
}
.my_widget_header:hover:after
{
    opacity: .7;
}
.open_widget .my_widget_header:after
{
    transform: rotate(180deg);
       opacity: .7;
}


/*invities*/
/*home page widget*/
.backpack_menu
{
    display: block;
    width: 40px;
    height: 40px;
    background: #ffac0c;
    border-radius: 50%;
    position: relative;
       margin-left: 10px;
    margin-right: 10px;
       z-index: 1000;
         outline: none;
}
.backpack_menun
{
    display: block;
    width: 40px;
    height: 40px;
    background: #ffac0c;
    border-radius: 50%;
    position: relative;
       margin-left: 10px;
    margin-right: 10px;
       z-index: 1000;
         outline: none;
}
.backpack_toggler
{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
     outline: none;
    transition: all .3s;
    border-radius: 50%;
}
.backpack_togglern
{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
     outline: none;
    transition: all .3s;
    border-radius: 50%;
}
.backpack_toggler_icon
{
    width: 40px;
    height: auto;
    display: block;
    text-align: center;  
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 100;
    transition: all .3s;
       opacity: 1;
         outline: none;
}
.backpack_togglern_iconn
{
    width: 40px;
    height: auto;
    display: block;
    text-align: center;  
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 100;
    transition: all .3s;
       opacity: 1;
         outline: none;
}
.backpack_toggler_icon:after{
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 1px;
    transform: translate(-50%);
    transition: all .3s;
}
.backpack_togglern_iconn:after{
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 1px;
    transform: translate(-50%);
    transition: all .3s;
}
.backpack_toggler_icon img
{
    max-height: 24px;
}
.backpack_togglern_iconn img
{
    max-height: 24px;
}
.backpack_toggler:hover  .backpack_toggler_icon
{
    top: 3px;
}
.backpack_togglern:hover  .backpack_togglern_iconn
{
    top: 3px;
}
.backpack_toggler:hover .backpack_toggler_icon:after
{
    bottom: -1px; 
}
.backpack_togglern:hover .backpack_togglern_iconn:after
{
    bottom: -1px; 
}
.backpack_menu_close
{
    width: 40px;
    height: 40px;
    display: none;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 120%;
    color: #fff;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
    overflow: hidden;
    transition: all .3s;
}
.backpack_menun_close
{
    width: 40px;
    height: 40px;
    display: none;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 120%;
    color: #fff;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
    overflow: hidden;
    transition: all .3s;
}
.backpack_menu_close i
{
       transition: all .3s;
}
.backpack_menun_close i
{
       transition: all .3s;
}
.backpack_menu_close:after{
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%);
    transition: all .3s;
}
.backpack_menun_close:after{
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%);
    transition: all .3s;
}
.backpack_menu:hover .backpack_menu_close:after{
    bottom: 9px;
}
.backpack_menun:hover .backpack_menun_close:after{
    bottom: 9px;
}
.backpack_menu:hover .backpack_menu_close i{
 margin-left: 7px;
}
.backpack_menun:hover .backpack_menun_close i{
 margin-left: 7px;
}
.backpack_menu.active .backpack_toggler_icon
{
    left: -7px;
       opacity: .3;
       transform: scale3d(.7,.7,.7);
       z-index: -1;
}
.backpack_menu.active .backpack_menu_close
{
    left: 60%;
       display: block;
}
.backpack_menun.active .backpack_togglern_iconn
{
    left: -7px;
       opacity: .3;
       transform: scale3d(.7,.7,.7);
       z-index: -1;
}
.backpack_menun.active .backpack_menu_close
{
    left: 60%;
       display: block;
}
.backpack_menu_tip
{
    display: none;
    width: 120px;
    height: 40px;
    align-items: center;
    position: absolute;
    line-height: 1;
    /*left: -120px;*/
       top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,1);
       color: #fff;
    padding: 0px 10px;
    box-sizing: border-box;
    z-index: 100;
    font-size: 90%;
    border-radius: 5px;
    border: 1px solid #000;
       opacity: 0;
}
.backpack_menun_tip
{
    display: none;
    width: 120px;
    height: 40px;
    align-items: center;
    position: absolute;
    line-height: 1;
    /*left: -120px;*/
       top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,1);
       color: #fff;
    padding: 0px 10px;
    box-sizing: border-box;
    z-index: 100;
    font-size: 90%;
    border-radius: 5px;
    border: 1px solid #000;
       opacity: 0;
}
.backpack_menu_tip:after{
    content: "";
    width:7px;
    height: 7px;
    display: block;
    background: #000;
    border: 1px solid #000;
    position: absolute;
  /*  right: -5px;
    transform: rotate(-45deg);*/
       left: 45%;
    top: -7px;
    transform: rotate(-135deg) translateX(-50%);
    border-left: 0px;
    border-top: 0px;
}
.backpack_menun_tip:after{
    content: "";
    width:7px;
    height: 7px;
    display: block;
    background: #000;
    border: 1px solid #000;
    position: absolute;
  /*  right: -5px;
    transform: rotate(-45deg);*/
       left: 45%;
    top: -7px;
    transform: rotate(-135deg) translateX(-50%);
    border-left: 0px;
    border-top: 0px;
}
.backpack_toggler_icon:hover + .backpack_menu_tip{
display: flex;
    animation: show_helptip 1s .3s forwards;
}
.backpack_togglern_iconn:hover + .backpack_menun_tip{
display: flex;
    animation: show_helptip 1s .3s forwards;
}
@-webkit-keyframes show_helptip{
       0%{
              opacity: 0;
       }
       100%{
              
              opacity: 1;
       }
}
@keyframes show_helptip{
       0%{
              opacity: 0;
       }
       100%{
              
              opacity: 1;
       }
}
.active.backpack_menu:hover .backpack_menu_tip{
    display: none;    
}
.active.backpack_menun:hover .backpack_menun_tip{
    display: none;    
}
.backpack_holder
{
       display: block;
       height: auto;
       min-height: 100vh;
       position: absolute;
       width: 290px;
       top: 60px;
       right: -120%;
       z-index: 99999;
       transition: all .3s;
       opacity: 0;
}
.backpack_holder.showin
{
       opacity: 1;
       right: 15px;
}
.my_widget_header:after
{
       content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: rgba(255,255,255,0);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
}
.open_widget .my_widget_header:after
{
    display: none;
}

.my_widget_user_box_link
{
    text-decoration: none;
    font-size: .8em!important;
    color: #0c5cea;
    color: #9aea0c;
    cursor: pointer;
    transition: all .3s;
       padding: 0px!important;
       line-height: 1.2;
}
.my_widget_user_box_link:hover{
    color: #fff;
}
.my_widget_reviews_list .my_widget_user_box_level
{
    color: #444;
}
.my_widget_view_top_leaders .my_widget_user_box
{
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
}
.my_widget_view_top_leaders 
{
    counter-reset: leader_no;
}
.my_widget_view_top_leaders .my_widget_user_box:before
{
    counter-increment: leader_no;
    content: counter(leader_no);
    font-weight: bold;
    font-size: 1.4em;
    position: absolute;
    left: 10px;
    top: 22px;
}
.my_widget_reviews_list .my_widget_user_box_link
{
       color: #9aea0c;
}
.my_widget_latest_questions .my_widget_user_box_link
{
       color: #6fd7e1;
}
.my_widget_latest_questions .my_widget_user_box_link:hover
{
       color: #fff;
}










/*home page widget*/
/*widget backpack*/
/*custom page link*/
.show_custompage
{
  border: 1px solid transparent;
    display: block;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    transition: all .3s;
}
.show_custompage:after{
    content: "";
    display: table;
    width: 100%;
    height: 0px;
}
.show_custompage.active
{
    border: 1px solid #DD5737;
    border: 1px solid #bbb;
    max-height: 9000px;
    padding: 0px;
    box-sizing: border-box;
}

.show_custompage .no-result-heading  
{
    font-size: 1.4em;
    color: #444;
    margin-bottom: 10px;
}
.close_custompage
{
    display: none;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    color: #777;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
}
.show_custompage.active .close_custompage
{
    display: block;
}
.show_custompage p
{
    line-height: 1.4;
    font-size: 14px;         
    margin-bottom: 10px;
    color: #444;
}
.show_custompage h2
{
       color: #000;
    margin-bottom: 10px;
}
.custom_page_inner
{
    display: block;
    height: auto;   
    overflow: hidden;  
    padding: 15px;
    box-sizing: border-box;
}
.close_custompage
{
    top: -1px;
    right: 20px;
    color: #fd6310;
    border: 1px solid #ddd;
    background: #fff;
}
.close_custompage i
{
    line-height: 20px;
}
.show_custompage
{
    border-radius: 10px;
}
.custom_page_inner, .custom_page_inner p
{
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    font-size: 14px;
       color: #444;
    font-weight: 500;
}
.custom_page_inner h2
{
    font-size: 18px;
    font-weight: 500;
}
/*custom page link*/
.hide
{
       display: none!important;
}
/*trial guide new*/
.trail_guide_page_list
{
    display: block;
    height: auto;
    overflow: hidden;
}
.trail_guide_page
{
    display: inline-block;   
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
       margin:0px 10px 10px 0px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    height: auto;
    overflow: hidden;

}
.trail_guide_page_header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: default;
    padding: 15px;
        padding: 5px 10px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    position: relative;
    background: #eee;
    height: auto;
    overflow: hidden;
}
.trail_guide_page_content
{
    display: block;
       display: none!important;
    height: auto;
    overflow: hidden;
    max-height: 0px;
}
.trail_guide_page_title
{
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
 display: block;
font-size: 14px;
color: #444;
font-weight: 500;
    padding-right: 35px;
    box-sizing: border-box;
       flex: auto;
}
.trail_guide_page_hide
{
    display: inline-block;
    width: 24px;
    height: 24px;    
    position: absolute;
    right: 5px;
    top:3px;    
       cursor: pointer;
       transition: all .3s;
       border-radius: 50%;
}
.trail_guide_page_hide:hover{
       border: 1px solid  #f99e9e;
       background: #fff;
       color:#f99e9e;
}
.trail_guide_page_hide i
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);    
}
.trail_guide_page_icon .fa-minus
{
    display: none;
}
.trail_guide_page.active .trail_guide_page_icon .fa-minus
{
    display: block;
}
.trail_guide_page.active .trail_guide_page_icon .fa-plus
{
    display: none;
}
.trail_guide_page_content
{
    display: block;
    margin:0px 15px 0px;
    position: relative;
}
.trail_guide_page.active .trail_guide_page_content
{
    max-height: 7000px;
}
.trail_guide_content_title
{
    font-size: 1.4em;
    text-align: center;
    margin: 15px auto;
    line-height: 1.2;
    padding: 0px 55px;
}
.trail_guide_page_inner, .trail_guide_page_inner p
{
    font-family: 'Poppins', sans-serif;
line-height: 30px;
font-size: 14px;
color: #444;
font-weight: 500;
}
.trail_guide_page_inner
{
    position: relative;
       height: auto;
       overflow: hidden;
       max-height: 2000px;
       overflow-y: auto;
       display: block;
       margin-bottom: 10px;
}
.trail_guide_page_close
{
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 11px;
    color: #777;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
       display: none;
    cursor: pointer;
       transit ion: all .3s;
}
.trail_guide_page_close span
{
       max-width: 0px;
       display: inline-block;
       white-space: nowrap;
       overflow: hidden;
       transition: all .3s;
}
.trail_guide_page_close i
{
    line-height: 12px;
}
.trail_guide_page_close:hover
{
       border-radius: 10px;
        border-color: #f99e9e;
}
.trail_guide_page_close:hover span
{
       max-width: 100%;
       padding-right: 5px;
}
.trail_guide_page_close:hover i
{
     
    color: #ff1e00;
}
/*trial guide new*/
/*home page new search*/

.search_newcover .customdrop
{
background-image: url(../images/dropdown.png)!important;
}
.search_newcover
{
    display: flex;
    max-width: 100%;
    align-items: start;
    justify-content: space-between;    
}
.search_newcover .select-engine-box
{
    position: relative;
    z-index: 100;
    /*margin-left: 15px;*/
    background: #fff;
    flex-basis: 170px;
    padding: .53em 0px;
    padding:   0px;
    flex-shrink:0;
    border:1px solid #fcc479 !important;
       box-shadow: 0 22px 36px -12px rgba(243,140,0, .25);        
       transition: all .3s;
}
.search_newcover .select-engine-box:hover
{
       box-shadow: 0 0 3px 2px rgba(238,137,0,0.20);
}
.search_newcover .engineinput
    {
           width: 700px;
        max-width: 100%;
        flex: auto;
           
    }


.search_newcover
{
    flex-direction: column;
}
.search_newcover_inner
{
    display: flex;
    width: 100%;
    margin-bottom: 20px;    
    align-items: center;
    justify-content: space-between;
}
.search_newcover_inner .inner_childs
{
    flex-basis: 32%;
}
.search_newcover_inner .resultengine-dropdown .select-engine-box
{
    width: 100%;
}

/*home page new search*/

.boost_btn
{
    display: inline-block;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    padding: 0px 5px; 
    /*border: 1px solid #ee8900;
       border: 1px solid #3079ed;*/
    cursor: pointer;
    outline: none;
    transition: all .3s;
       line-height: 2;
}
.boost_btn i
{
    margin-right: 5px;
    color: #4eab2c;
       color: #035aca;
}
.boost_btn span
{
    font-size: 12px;
    color: #ee8900;
    color: #035aca;
    font-weight: 500;
}
.boost_btn:hover{
    background: #ee8900;
background: #4787ed;
    color: #fff;
    border: 1px solid #4787ed !important;
}
.boost_btn:hover span{
   
    color: #fff;
    outline: none;
}
.boost_btn:hover i{
   
    color: #fff;
    outline: none;
}
.imcounter_outer .boost_btn
{
    height: 32px;
    line-height: 28px;
    margin: 10px;
}
.comment_video 
{
    display: flex;
    width: 100%;
    padding: 0px 5px 0px 0px;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.comment_video .boost_btn
{
    display: inline-flex;
    height: 24px;
    line-height: 20px;     
}
.comment_btn .bottom_a
{
       margin: 0px;
       text-decoration: none;
}
/*preloader*/
.onloading
{
    overflow: hidden;
}
.preloader_box
{
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #fff;
    z-index: 10000;
    top: 0px;
    left: 0px;
}
.preloader
{
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 3px solid orange;
    position: absolute;
    left: 50%;
    top:50%;
    outline: none;
    user-select: none;
    transform: translate(-50%, -50%);
    border-radius: 50%;   
    border-left-color: transparent;
    border-top-color: transparent;
    animation: preload 1s linear infinite;
}
.onloading .preloader_box
{
       display: block;
}
@keyframes preload{
    0%{
         transform: rotate(0deg);
        opacity: .2;
    }
    60%{
        transform: rotate(90deg);
        opacity: 1;
         border-color: orange;
          border-left-color: transparent;
    border-top-color: transparent;
    }
    90%{
       opacity: .4;
    }
    100%
    {
        transform: rotate(360deg);
        
       opacity: 1;
         border-left-color: transparent;
    border-top-color: transparent;
        
    }
    
}
.preloader:after
{
    content: "";
    width: 80%;
    height: 80%;
    border: 3px solid #777;
    display: block;
    transform-origin:50%;
    border-radius: 50%;
    left: 3px;
    top: 3px;
    position: absolute;
    border-bottom-color: transparent;
    animation: preload_one .5s ease infinite;
}
@keyframes preload_one
{
    0%
    {
        transform: rotate(0deg);
    }
    30%{
       
        border-top-color: transparent;
    }
     60%{
        opacity: .5;
        border-left-color: transparent;
    }
     
    100%{
        opacity: 0;
        transform: rotate(-360deg);
    }
    
    
    
}
.preloader:before
{
    content: "";
    width: 60%;
    height: 60%;
    border: 3px solid #ffbc00;
    display: block;
    transform-origin:50%;
    border-radius: 50%;
    left: 8px;
    top: 8px;
    position: absolute;
    border-bottom-color: transparent;
    border-left-color: transparent;
    animation: preload_two 1s ease infinite;
}
@keyframes preload_two
{
    0%
    {
        transform: rotate(0deg);
    }
    30%{
        border-color: #777;
         border-bottom-color: transparent;
    border-left-color: transparent;
    }
     60%{
         opacity: .4;
        border-color: orange;
         border-bottom-color: transparent;
    border-left-color: transparent;
    }
     
    100%{
        opacity: 0;
        transform: rotate(360deg);
    }
       
    
}
/*preloader*/

/*announcement box*/
.anouncement_box
{
    display: inline-flex;
    align-items: center;
    height: auto;
    overflow: hidden;
       min-width: 320px;
    max-width: 500px;
    position: fixed;   
    height: auto;
    overflow: hidden;
    top: 10px;
    right: -150%;
    background: #fff;
    padding: 25px 15px 15px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 199999;  
    outline: none;
    transition: all .7s;
    box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.3);
}
.anouncement_box::-moz-selection
{
       background: #fff;
}
.anouncement_box::selection
{
       background: #fff;
}
.anouncement_box:after
{
    content: "";
    width: 100%;
    height: 3px;
    background: #2394ee;
    position: absolute;
    left: 0px;
    top: 0px;
}
.anouncement_icon
{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    color: #2394ee;
    justify-content: center;
    background: #ddeeff;
    flex-shrink: 0;
    font-size: 1.6em;
    float: left;
    margin: 0px 15px 0px 0px;
}
.anouncement_msg
{
        font-size: 14px;
    color: #555;
    display: inline-block;
    float: left;    
    line-height: 20px;  
}
.anouncement_close
{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ddeeff;
    cursor: pointer;
    transition: all .3s;
}
.anouncement_close:hover{
    color:#f1890e;
}
.anouncement_box.active
{
    right: 10px;
}
.anouncement_box.mov_left
{
       right: 150%!important;
 
}
/*announcement box*/
           /*mobile header fix*/
       .top_flex
{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    height: 40px!important;
}
.top_logo
{
    margin-left: 10px;
}
.top_logo .result_logo_inner
{
    
    height: 20px;
    display: inline-block;
}
.top_logo a img
{
    display: inline-block;
    max-height: 20px;     
}
.top_menu .right_inner
{
    display: block;
}
.top_menu .user-text
{
    display: none;
}
.top_menu .user-acccout-wraper
{
    padding:0px;
       display: none;
}
.user-acccout-wraper
{
       display: none;
}
.top_menu .right_inner
{
    display: flex;
    position: relative;
    z-index: 1000;
    align-items: flex-end;
    margin-top: -25px;
}
.total-reward
{   
    padding: 10px;
}
.total-reward span
{
       white-space: nowrap;
       margin-top: -10px;
}
.total-reward img
{    margin-bottom: 4px;
    filter: invert(1);
}
.top_menu .user-acccout-wraper .user-account-dropdown
{
     margin-top: 5px;
    right: 5px;
}
.top_menu .user-acccout-wraper .user-img
{
    width: 30px;
    height: 30px;
}
 
.top_menu .user-acccout-wraper
{
    margin: 3px 0px 0px;
    height: 65px;
    padding-top: 27px;
}
.top_menu .user-acccout-wraper:after{
    top: 40px;
}
.topheader-right, .result_logo
{
    padding: 0px;
    /*display: none;*/
}
.topheader2
{
    padding-bottom: 65px!important;
}
.top_menu .rightlogind .grey-btn, .top_menu .grey-btn {
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    padding: 0 15px;
    border-radius: 5px;
    background: rgba(255,255,255,.95);
    /*box-shadow: 0 5px 18px -5px rgba(0,0,0,.25);*/
    border: 1px solid #bbb;
    color: #f38c00;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top_menu .user_type {
	display: inline-flex;	
	height: 24px;
	align-items: center;
}
       /*mobile header fix*/
/*images corrections*/
       .limited_user_box_left
{
       display: none!important;
}
.limited_user_box_right
{
       text-align: center;
}
.limited_user_box_desc
{
       margin: 15px auto;
}
.limited_user_box_btns
{
       display: inline-flex;
}
.newsletter_box_right
{
       display: none!important;
}
.newsletter_box_left
{
       margin-right: 0px;
       max-width: 100%;
}
.user_voucher_benefits_box-right
{
       display: none!important;
}
.user_voucher_benefits_box_title
{
       padding-bottom: 10px;
}
/*images corrections*/
/*backpack fix inner pages*/
.backpack_menu.intop
{
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.backpack_menun.intop
{
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.intop .backpack_toggler 
{
    width: 30px;
    height: 30px;
}
.intop .backpack_togglern 
{
    width: 30px;
    height: 30px;
}
.intop .backpack_toggler_icon
{
    width: 30px;
    top: 4px;
}
.intop .backpack_togglern_iconn
{
    width: 30px;
    top: 4px;
}
 .top_menu .rightlogind .grey-btn, .top_menu .grey-btn
{
       margin-top: 25px;
}
.intop .my_widget_list
{
       text-align: left;
}
.intop .backpack_toggler_icon img
{
    max-height: 20px;
}
.intop .backpack_toggler_icon:after{
    bottom: -1px;
    width: 20px;
}
.intop .backpack_togglern_iconn img
{
    max-height: 20px;
}
.intop .backpack_togglern_iconn:after{
    bottom: -1px;
    width: 20px;
}

.intop .backpack_toggler_icon:hover + .backpack_menu_tip
{
    left: auto;
    transform: translateX(0%);
    right: 0px;    
}
.intop .backpack_toggler_icon:hover + .backpack_menu_tip:after{
    left: 82%;
}
.intop .backpack_togglern_iconn:hover + .backpack_menun_tip
{
    left: auto;
    transform: translateX(0%);
    right: 0px;    
}
.intop .backpack_togglern_iconn:hover + .backpack_menun_tip:after{
    left: 82%;
}
.intop.backpack_holder 
{
    top: 35px;
    position: absolute;
       left: -120%;
       right: auto;
}
.intop.backpack_holder.showin
{
    top: 35px;
    position: absolute;
       left: auto;
       right: 15px;
}
.topheader2
{
       padding-bottom: 10px!important;
}
.my_widget_user_icon
{
       padding: 0px!important;
}
 
/*backpack fix inner pages*/
.flex_auto_width
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.flex_auto_left
{
    display: inline-block;
    flex: 1;
}
.total-reward
{
       display: none;
}

.user-profile-header-in
{
    position: relative;
}
.edit_profile_btn
{
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    margin: 15px 0px;
    color: #733608;
    color: #fff;
    background: #d57809;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    line-height: 1;
    height: 24px;
    transition:all .3s;
    outline: none;
    position: absolute;
    top: -30px;
    right: -15px;
}
.edit_profile_btn i
{
    margin-r ight: 10px;
    font -size: 10px;
}
.edit_profile_btn span
{
max-width: 0px;
    overflow: hidden;
    transition: all .3s;
    white-space: nowrap;
}
.edit_profile_btn:hover{
    color: #444;
    background: #fff;
}
.edit_profile_btn:hover span
{
    max-width: 150px;
    padding-left: 5px;
}

/*submenu*/
.withsub
{
    padding-right: 24px!important;
    color: #333;
    position: relative; 
    
}
.withsub > .li_arrow
{
    position: absolute;
    color: #444!important;
    top: 5px;
    right: 0px;
    display: block;
    opacity: 1!important;
    visibility: visible;
    margin-right: 10px!important;
}
.submenu
{
    list-style: none;
    margin: 0px;
    padding: 0px 5px;
    display: block;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: all .3s;
        border: 1px solid transparent;
       margin: 0px 10px 0px;
}
.submenu_li
{
    display: block; 
    margin-top: 5px;
}
.submenu_link
{
   text-decoration: none;  
}
.active.withsub .li_arrow
{
    transform: rotate(180deg);
}
.active.withsub ~ .submenu
{
    max-height: 1000px;    
       border: 1px solid #eee;
       background: #f7f7f7;
       border-radius: 10px;
       margin: 10px 0px 0px;
       padding-bottom: 5px;
}
.submenu_link.active
{
    background: rgba(0,0,0,0.1);
}

/*submenu*/

/*new bottom_ul_cover*/
.r_bottomlinks
{
    overflow: visible!important;
}
.bold_link, .bottom_ul_btn
{
    font-weight: bold!important;
    color: #444!important;
    font-size: 12px;
}
.bottom_ul_btn
{
    padding: 5px 10px 3px;
    line-height: 20px;
    cursor: pointer;
       margin-right: 0px!important;
}
.bottom_ul_btn > i
{
    margin-left: 5px;
}
.bottom_ul_cover
{
    position: relative;
    display: inline-block;
       /*z-index: 999;*/
}
.bottom_ul
{
    display:none;
    width: 190px;
    height: auto;    
    overflow: hidden;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    z-index: 100;    
    border-radius: 5px;   
    transition: all .3s;
}

.slick-list .bottom_ul
{
    top: auto;
    bottom: 100%;       
}

.bottom_li
{
    display: block;
    width: 1005;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
}
.bottom_li .bottom_a
{
    margin-right: 0px;
    line-height: 1.2;
}

.slick-list .bottom_li
{
     margin-bottom: 0px;
}

.bottom_ul_cover:hover .bottom_ul
{     
    display: block;     
}
.chi_color
{
	color:green;
}.knock_color{
	color:Orange;
}
/*new bottom_ul_cover*/

.align_left
{
        text-align: left;
       padding-left: 15px;
       box-sizing: border-box;
}
.knowledge-graph .index-heading.align_left
{
       text-align: left!important;
       padding-left: 7px;
}
.justify_left
{
       justify-content: flex-start;
       padding-left: 0px!important;
}
.justify_left.descp_box.no_border
{
       padding-left: 0px!important;
}
.header_select
{
    padding-left: 100px;
}
.header_select .select-engine-box
{
   
    height: 30px!important;
    line-height: 30px;
    border-radius: 5px;
}
.header_select .switch-freshness-engine
{
  height: 30px!important;
    line-height: 30px;
    border-radius: 5px!important;
    background-color: #fff;
      
}

.bottom_ul_btn.bt-nw-styl {
    display: inline-block!important;
    align-items: center!important;
    background: #fff!important;
    border-radius: 3px!important;
    padding: 0 5px!important;
    /*border: 1px solid #ee8900!important;
    border: 1px solid #3079ed!important;*/
    cursor: pointer!important;
    outline: none!important;
    transition: all .3s!important;
    line-height: 2!important;
}
.bt-nw-styl:hover {
    background: #4787ed !important;
    border: 1px solid #4787ed !important;
}
.bottom_ul_btn.bt-nw-styl span {
    /*font-size: 11px !important;*/
    color: #035aca !important;
    font-weight: 500 !important;
}
.bt-nw-styl:hover span {
    color: #fff !important;
    outline: none !important;
}
.nw-clr {
    color: #035aca !important;
}
.bt-nw-styl:hover .nw-clr {
    color: #fff !important;
}
.bottom_a {
    padding: 0px !important;
}
.engineinput.prelative .searchinput, .searchinput {
    padding: 0 100px 0 20px !important;
}
.close-btn::after {
    content: "+";
    font-size: 38px;
    transform: rotate(45deg);
    position: absolute;
    color: #c8c6c6;
    left: 6px;
    top: 2px;
}
.close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    right: 60px;
    top: 5px;
    display: none;
}
.close-btn.usr::after {
    font-size: 32px;
    top: 4px;
    left: 8px;
}
.close-btn.usr {
    top: 0px;
}
/*.flavor::after {
    position: absolute;
    content: "Flavor";
    position: absolute;
    width: auto;
    top: -10px;
    right: 13px;
    color: #fff;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
    letter-spacing: .2px;
    cursor: pointer;
}*/
.flavor-blue {
    background: #6fc7e4;
}
.flavor-orange {
    background: #ff9d1e;
}
.flvr {
    position: absolute;
    width: auto;
    top: -10px;
    right: 13px;
    color: #fff;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
    letter-spacing: .2px;
    cursor: pointer;
    display: none;
}
.flvr.active {
    display: block;
}
.widget_voucher .my_widget_header::after {
    z-index: unset !important;
}
.bottom_ul_cover {
    top: 26px;
}
.boost_btn.boostfeature_change {
    border: 1px solid;
    line-height: 20px !important;
}
.bottom_ul_btn.bt-nw-styl {
    border: 1px solid;
    line-height: 20px !important;
}
.r_text p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.reult_li {
    margin-bottom: 30px !important;
}
.contact-pop-bg {
    position: fixed;
    background: rgba(0,0,0,.6) none repeat scroll 0 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: none;
}
.contact-pop {
    position: fixed;
    background: #fff;
    padding: 20px;
    max-width: 700px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    z-index: 100001;
    display: none;
}
.contact-pop label {
    font-size: 13px;
    padding: 10px 0;
    float: left;
    width: 100%;
    color: #666;
}

.c-frm {
    float: left;
    width: 100%;
    margin: 0px;
    border: 1px solid #c8c8c8;
    height: 44px;
    width: 100%;
    font-size: 16px;
    padding: 0 0 0 10px;
    color: #404040 !important;
    border-radius: 4px;
    background: #fff !important;
    margin-bottom: 5px;
}
.c-frm.txt-ar {
    height: 100px;
    padding-top: 9px;
}
.contact-pop .bluebtn.sign_btn {
    margin: 15px 0;
}
.msg-pop {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
    text-align: center;
    box-shadow: 0px 4px 13px 0px #0000004a;
    max-width: 250px;
    padding: 20px 10px;
    border-radius: 6px;
    padding-top: 40px; 
}
.msg-pop .popup-alert-icon.alert-success {
    position: absolute;
    transform: translateX(-50%);
    top: -45px;
}
.msg-pop .popup-alert-icon.alert-error {
    position: absolute;
    transform: translateX(-50%);
    top: -45px;
}
.msg-pop p {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 23px;
}
.msg-pop button {
    padding: 8px 25px;
    margin: 15px 0 5px 0;
    border: none;
    background: #d7d7d7;
    cursor: pointer;
    border-radius: 20px;
    color: #2b2b2b;
}
.hd-contact.hd-contact-in {
    margin-top: 22px;
    margin-right: 10px;
    cursor: pointer;
}
#messagesuccessdiv {
    display: none;
}
#messageeroordiv {
    display: none;
}
.boost_btn.boostfeature_change_web {
    border: 1px solid;
    line-height: 20px !important;
}
.green-border1 {
    border-color: #b0e251 !important;
}
.web_rslt_quicklink {
    float: left;
    width: 100%;
}
.right.backpack_menu-nw.intop {
    display: block;
    background: #ffac0c;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
    z-index: 1000;
    outline: none;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.right.backpack_menu-nw {
    display: block;
    background: #ffac0c;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
    z-index: 1000;
    outline: none;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.right.backpack_menun-nwn.intop {
    display: block;
    background: #ffac0c;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
    z-index: 1000;
    outline: none;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.right.backpack_menun-nwn {
    display: block;
    background: #ffac0c;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
    z-index: 1000;
    outline: none;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
/*.result-popup {
    left: 50.5%;
    position: fixed;
    top: 167px;
    right: 5px;
    background: #fff;
    bottom: 5px;
    border: 1px solid #a349a4;
    display: none;
    z-index: 99998;
    border-radius: 10px;
    box-shadow: 0px 3px 6px -2px #0000005e;
    overflow: hidden;
}*/

.result-popup {
  left: 66.5%;
  position: fixed;
  /*top: 221px !important;*/
  right: 15px;
  background: #fff;
  bottom: 5px;
  border: 1px solid #A349A4;
  z-index: 99998;
  border-radius: 10px;
  box-shadow: 0 3px 6px -2px #0000005e;
  overflow: hidden;
}
.cls-bt:hover {
    background: #dbdbdb;
    border-radius: 3px;
}
.cls-bt {
    width: 25px;
    height: 25px;
    float: right;
    padding: 5px;
    cursor: pointer;
    opacity: .5;
    margin-top: 3px;
    margin-right: 3px;
    transition: .2s ease;
}
.cls-bt img {
    width: 100%;
}
.result-popup-in {
    position: absolute;
    top: 30px;
    bottom: 0px;
    width: 100%;
    overflow: auto;
}
#resultpopupdivv {
    width: 100% !important;
    height: 100% !important;
}
.rslt-pop-responsive {
    background: #fff;
    border: 1px solid #a349a4;
    display: none;
    border-radius: 10px;
    box-shadow: 0px 3px 6px -2px #0000005e;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    margin-top: -5px;
}
.rslt-pop-responsive .result-popup-in {
    float: left;
    position: unset;
    overflow: auto;
    height: 280px;
}
.rslt-pop-responsive .result-popup-in #resultpopupdivv {
    width: 100% !important;
    height: 100% !important;
    float: left;
}
.rslt-pop-iframe{
    width: 100% !important;
    height: 100% !important;
}
#loadImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 21;
}
.nositeshownimgcls img {
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 21px;
  left: 50%;
  transform: translateX(-50%);
  top: 3px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-bt {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #6fc7e4;
}

.slider-bt::before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: #6fc7e4;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-bt {
  background-color: #fff;
}



input:checked + .slider-bt:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider-bt.round {
  border-radius: 34px;
}

.slider-bt.round:before {
  border-radius: 50%;
}

.sl-spn-l {
    position: absolute;
    left: 5px;
    bottom: -19px;
    font-size: 14px;
    font-weight: 500;
}
.sl-spn-r {
    position: absolute;
    right: 5px;
    bottom: -19px;
    font-size: 14px;
    font-weight: 500;
}
.show_place {
    float: left;
    padding: 15px;
    border: 1px solid #dd5737;
    border-radius: 10px;
}
.r_site_name.sh_place {
    margin-top: 7px !important;
    margin-bottom: 0 !important;
    color: #000 !important;
    font-weight: 600 !important;
}
.r_textp.sh_place {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: .9rem !important;
    line-height: 1.5 !important;
    float: left;
}
.nw-rdo {
    font-size: 14px;
    font-weight: 600;
}
.clb::before {
    width: 15px !important;
    height: 15px !important;
}
.clb::after {
    width: 9px !important;
    height: 9px !important;
}

/*.newforlocalglobal {
  padding: 0 !important;
  border: 1px solid #dd5737;
  border-radius: 10px;
}*/
.div_place {
  padding: 0 !important;
  border: 1px solid #dd5737;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}
.newforlocalglobal li {
  border-color: #dd5737 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  margin-top: -1px !important;
}
.slide-bt-out {
  height: 45px;
  border: 1px solid #dd5737;
  border-radius: 10px;
}
.place-bt {
  padding: 8px 20px;
  background: #dd5737;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}
.newforlocalglobal {
  height: 260px;
  overflow: auto !important;
}
.slide-bt {
  position: relative;
}
.sb-sldr {
  position: relative;
  height: 450px !important;
  background-size: cover !important;
  border-radius: 10px;
}
.slide-cnt p {
  color: #fff;
  padding-top: 20px;
  line-height: 30px;
}
.slide-cnt h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}
.slide-cnt {
  margin-top: 16%;
  margin-left: 10%;
  background: #0000004a;
  width: 75%;
  transition: .3s ease;
  float: left;
  padding: 20px;
  border-radius: 10px;
}
.nxt:hover {
  background: #0000008a;
}
.nxt {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 100;
  transform: translateY(-50%);
  color: #fff;
  background: #0000004a;
  border: none;
  padding: 13px;
  font-size: 16px;
  border-radius: 9px;
  cursor: pointer;
  transition: .2s ease;
}
.prv:hover {
  background: #0000008a;
}
.prv {
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 100;
  transform: translateY(-50%);
  color: #fff;
  background: #0000004a;
  border: none;
  padding: 13px;
  font-size: 16px;
  border-radius: 9px;
  cursor: pointer;
  transition: .2s ease;
}
.fullwidth.left.subscrb-slider {
  position: relative;
}
.full_registerrow {
  background: #abddfd;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #51a7ef;
}
.account-row-right.left.w-fl .registration_info span {
  color: #448420;
}
.account-row-right.left.w-fl {
  width: 100%;
}
.account-row-right.left.w-fl .registration_info {
  background: unset;
  border: none;
  box-shadow: unset;
  font-size: 16px;
  text-align: center;
  color: #000;
}

/*...28-4-22...*/
.page-loader {
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 100000;
  display: none;
  left: 0;
  top: 0;
  right: 0;
}
.page-loade-l {
  width: 50%;
  float: left;
}
.page-loade-r {
  width: 50%;
  float: left;
}
.load-head {
  height: 17px;
  width: 200px;
  margin: 25px auto;
  border-radius: 10px;
 position: relative;
overflow: hidden;
background: #e6e6e6;
}

.page-load-top-sec {
  float: left;
  width: 100%;
  padding-left: 100px;
}

.load-head::before,
.load-head-img::before,
.load-img-txt::before,
.ld-nxt::before,
.lod-rslt-hd::before,
.lod-rslt-lnk::before,
.lod-rslt-p::before,
.load-logo1::before,
.ld-tp-ic::before,
.load-srch::before,
.load-logo2::before,
.ld-eng::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #e6e6e6 0%, #d3d3d3 20%, #e6e6e6 40%, #e6e6e6 100%);
  background-repeat: no-repeat;
  background-size: 450px 400px;
  animation: shimmer 1s linear infinite;
  animation-delay: 0.2s;
}
.load-engine {
  padding-left: 120px;
}
.ld-eng {
  width: 58px;
  height: 15px;
  position: relative;
  float: left;
  overflow: hidden;
  background: #e6e6e6;
  border-radius: 10px;
  margin: 10px 10px;
}
.load-logo1 {
  width: 100px;
  position: relative;
  overflow: hidden;
  height: 25px;
  margin: 5px 10px;
  border-radius: 10px;
  background: #e6e6e6;
  float: left;
  display: none;
}
.bdr {
  border-bottom: 1px solid #ededed;
  padding: 0px 10px;
}
.load-logo2 {
  width: 100px;
  height: 45px;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 10px;
  background: #e6e6e6;
  float: left;
}
.load-srch {
  height: 45px;
  float: left;
  margin: 10px 10px;
  width: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background: #e6e6e6;
}
.ld-tp-ic {
  width: 25px;
  position: relative;
  overflow: hidden;
  height: 25px;
  margin: 5px 10px 5px 0px;
  border-radius: 35px;
  background: #e6e6e6;
  float: left;
}
.load-head-img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: #e6e6e6;
  float: left;
  height: 100px;
}
.load-head-img-out {
  width: 25%;
  padding: 5px;
}
@keyframes shimmer {
  0%{
    background-position: -450px 0;
  }
  100%{
    background-position: 450px 0;
  }
}
.load-img-txt {
  width: 45%;
  overflow: hidden;
  position: relative;
  background: #e6e6e6;
  height: 13px;
  margin-top: 10px;
  float: left;
  border-radius: 10px;
}
.load-head-img.lod-und {
  height: 45px !important;
  margin-top: 20px;
}
.ld-nxt {
  float: left;
  overflow: hidden;
  position: relative;
  height: 32px;
  margin: 15px 5px;
  border-radius: 10px;
  background: #e6e6e6;
}
.ld-nxt.w1 {
  width: 25%;
}
.ld-nxt.w2 {
  width: 18%;
}
.ld-nxt.w3 {
  width: 30%;
}
.lod-rslt {
  width: 100%;
  float: left;
  padding: 25px 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ff9d1e;
  margin-bottom: 30px;
  position: relative;
}
.lod-rslt:nth-of-type(2n+1) {
  border-color: #6fc7e4;
}
.lod-rslt-p.p-end {
  width: 45%;
}
.lod-rslt-hd {
  float: left;
  position: relative;
  overflow: hidden;
  background: #e6e6e6;
  height: 25px;
  width: 80%;
  border-radius: 25px;
}
.lod-rslt-lnk {
  float: left;
  position: relative;
  overflow: hidden;
  background: #e6e6e6;
  height: 15px;
  width: 30%;
  border-radius: 25px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.lod-rslt-p {
  float: left;
  position: relative;
  overflow: hidden;
  background: #e6e6e6;
  height: 16px;
  width: 100%;
  border-radius: 25px;
  margin-top: 15px;
}
.lod-rslt::after {
  position: absolute;
  height: 12px;
  width: 69px;
  background: #ff9d1e;
  content: "Flavor + / -";
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  text-align: center;
  top: -10px;
  right: 13px;
  border-radius: 4px;
}
.lod-rslt:nth-of-type(2n+1)::after {
  background: #6fc7e4;
}
.lod-rslt-bottom div {
  float: left;
  font-size: 12px;
  color: #035aca;
  border: 1px solid #ff9d1e;
  padding: 4px 5px;
  font-weight: 500 !important;
  border-radius: 3px;
  margin-right: 10px;
  background: #fff;
}
.lod-rslt-bottom {
  position: absolute;
  bottom: -11px;
}
.ld-bt-icn {
  padding-left: 3px;
}
.ld-bt-icn-l {
  padding-right: 3px;
}
.lod-rslt:nth-of-type(2n+1) .lod-rslt-bottom div {
  border-color: #6fc7e4;
}
.page-loader.web-loader {
  top: unset;
  z-index: 1000;
}













/*desktop*/

/* ................. MEdia Quary start .................................... */
@media only screen and (min-width: 1800px){
.commonpadding{
   max-width: 1470px;
}
.indexslider-in{
  height: 1080px!important;
}
/*.indexengine_wraper .engineinputwraper {
    margin-top: 10%!important;
}*/
.home_section .middlesection
       {
              margin-top: 12%!important;
       }
.tickersection.animated-height {
    padding-top: 100px!important;
}
}
@media only screen and (min-width: 1599px){

       .home_section .middlesection
       {
              margin-top: 5%;
       }
}
@media only screen and (min-width: 1359px){

       .home_section .middlesection
       {
              margin-top: 3%;
       }
}
@media only screen and (min-width: 1299px){
       .setdeviceheight .middlesection
       {

       }
       .tickersection
       {
           bottom: 10px;
       }

}
@media only screen and (max-width: 1299px){
       .subscribe_banner_img
       {
              left: -5%;
       }
       /*result filters*/
               .search_title
       {
              -webkit-box-flex: 1;
              -ms-flex: 1 auto;
              flex: 1 auto;
       }
 .result_title_cover
{
        -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
    flex-direction:column;
}
       .result_title_cover.flex_4cols
       {
              flex-direction: row;
       }
       .result_filters
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
       position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.result_filters form
{
    display: block;
    width: auto;
    height: auto;
    width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    position: relative;
}
.result_filters .resultengine-dropdown, .result_filters .slectwrpr
{
    width: 100%;
}
       /*result filters*/
       /*paid member*/
       .benefits_box_content
       {
              padding: 7% 5%;
       }
       /*paid member*/
	   .new_benefits_box_content
       {
              padding: 15px 30px;
       }
       .new_buy_subscriptions_list_cover
       {
              margin-bottom: 30px;
       }
       .buy_features_box
       {
              margin: 15px 0px;
       }
       .coins_display
{

    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);  

}
}/*1299*/
@media only screen and (max-width: 1199px){
       .flex_table_left_col
       {
              width: 30%;
       }
       .profile_cover
       {
              width: 100%;
              padding: 0px 15px;
       }
       /*paid member*/
             .subscribe_banner_img
       {
              left: -15%;
       }
       /*paid member*/
        .search_title
       {
              -webkit-box-flex: 1;
              -ms-flex: 1 auto;
              flex: 1 auto;
       }
              .result_title_cover
{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}
       .details_card
       {
              width: 100%;
       }
      /*chi box*/
        .chi_box_info, .my_voucher_box_header, .my_voucher_invites_header
       {
              flex-direction: column;
              justify-content: center;
       }
       .chi_box_right
       {
              text-align: center;
              margin-top: 10px;
              padding-left: 0px;
       }
       .my_voucher_invites_info
       {
              text-align: center;
              width: 100%;
              margin:auto;
       }
       .simple_toggler
       {
              margin-top: 15px;
       }
      /*chi box*/
.new_buy_subscriptions_list_cover
       {
              width: 65%;
       }
       
       .main_titleone
       {
              max-width: 100%;
       }
       
       
}/*1199*/
@media only screen and (max-width: 1099px){
       .result_display_leftinside
       {
              margin-left: 15px;
       }
       .result-engine-wraper-in.resultpage
       {
              padding-left: 15px;
       }
        .flex_table_left_col
       {
              width: 40%;
       }
       .profile_flex_row
       {
              flex-direction: column;
       }
      .profile_video_colm + .profile_domain_colm
{
       flex-basis: 100%;
    margin-left: 0px;
       margin-top: 15px;
}

.profile_domain_colm .profile_card_content
{
     height: auto;
     max-height: none;
    overflow: hidden;
    overflow-y: auto;
}
       .profile_video_box
       {
              width: 100%;
              text-align: center;
       }
       /*paid member*/
             .subscribe_banner_img
       {
              left: -25%;
       }
       /*paid member*/

   .price_table_list
       {
              width: 30%;
       }
          .add_adsbox_inner
{
    background: rgba(255,255,255,.3);
    display: inline-block;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
}
       .add_adsbox_img
       {
              opacity: .5;
       }
       .new_buy_subscriptions_list_cover
       {
              width: 75%;
       }
       .newsletter_form_row{
              flex-wrap: wrap;
       }
  .newsletter_form_col 
       {
              margin-top: 10px;
       }
       .catagories_list2.slabe
       {
              margin-left: -7px;
       }
      /* .result_wraper .result_logo
       {
              display: none;
       }*/
       
}/*1099*/

@media only screen and (max-width: 1120px) and (min-width:900px){
       /*user_voucher_benefits*/
       .user_voucher_benefits_box
       {
              text-align: center;
       }
       .user_voucher_benefits_box_inner
       {
              margin-top: 10px;
              flex-direction: column-reverse;
       }
       .user_voucher_benefits_box-right
       {
              padding: 10px;
              box-sizing: border-box;
              margin: 10px 0px;
               
       }
       .user_voucher_benefits_box_left
       {
              padding-right: 10px;
       }
       .user_voucher_benefits_box_img{
              text-align: center;
              overflow: visible;
              bottom: auto;
       }
       .user_voucher_benefits_box_img:after
       {
              left: 50%;
              top: 50%;
              right: auto;
              width: 150px;
              height: 150px;
              transform: translate(-50%,-50%);
       }
       .user_voucher_benefits_box_img img
       {
              display: inline-block;
              margin: auto;
       }
       /*user_voucher_benefits*/
}
@media only screen and (max-width: 1000px){

	.result-engine-wraper-in {
    padding: 0 20px;
       
}
           /*mobile header fix*/
                            .total-reward
                            {
                                   padding: 7px 10px;
                            }
       .total-reward span
       {
              margin-top: 0px;
       }
           /*mobile header fix*/
       
  /*     .flex_4cols
       {
              flex-direction: column;
       }
.result-engine-wraper-in.resultpage {
    max-width: 100%;
    padding-left: 15px;
    float: left;
}*/
	.subscribtion-text{
		 /*padding-left: 65px;*/
	}
	.subscription-image{
		width: 65px;
	}
	.indexslider-in {
    padding: 10% 0;
}
	.topheader.headermusic{
		background: white;
	}
	.subsbtn{
		top: 90px;
	}
.feat-text,	.feat-text.left{
		padding: 20px;
	}
.main_pading {
    padding: 0 10px;
}
	.featimg{
		margin-top: 60px;
	}
.comonengine {
    float: none;

}
.indexengine_wraper .comonbutondivwraperf {
    display: table-cell;
    vertical-align: top;
}
.indexengine_wraper .comonbutondivwraper {
	display:none;
}
.topheader {
    background: none repeat scroll 0 0 #f1f1f1;
	padding:10px 0;
}
.mobile_m_btn{
	display:block;
}
.moremenu{
	display:none;
}
.acount_header {
    display: none;
}
.fixedin {
	width:210px;
}
       /*profile page*/
       .subscribe_banner_img
{
       left: 15%;
       width: 100%;
       }
            .subscribe_banner_img img
       {
             max-width: 100%;
       }

       /*profile page*/
       /*paid member*/
       .new_benefits_box_cover
       {
              width: 96%;
       }
	   .benefits_box_cover
       {
              width: 90%;
       }
       /*paid member*/

         .price_table_list
       {
            width: 30%;
       }
.new_buy_subscriptions_list_cover
       {
              width: 90%;
       }
       .account_flex_col
       {
              line-height: 1.2;
          
       }
} /*1000*/

@media only screen and (max-width: 992px){
           .price_table_price
       {
          font-size: 1.4rem;
       }
       .filter_search
       {
              width: 100%;
       }
       .top_logo
       {
              margin-left: 5px;
       }
}
@media only screen and (max-width: 900px){
    .load-logo1 {
  margin: 5px 0px;
}
.load-logo1 {
  display: block;
}
.ld-eng {
  margin: 10px 10px 10px 0px;
}
.ld-tp-ic {
  margin: 5px 0px 5px 10px;
}
.load-logo2 {
  display: none;
}
.load-srch {
  margin: 10px 0px;
  max-width: 500px !important;
  width: 100% !important;
}
.load-engine {
  padding: 0;
}
       .page-loade-l {
  width: 100%;
}
.page-load-top-sec {
  padding: 0px 15px;
}
   
       .result_display_leftinside
       {
           display: flex;
           flex-direction: column;
       }
       .result_display_leftinside .flex_4cols
       {
           order: 2;
       }
       .show_custompage 
       {
              order: 3;
       }
       .backpack_toggler_icon:hover + .backpack_menu_tip{
    display: none;    
}
.backpack_togglern_iconn:hover + .backpack_menun_tip{
    display: none;    
}
       /*new*/
       .flex_4cols
       {
              flex-direction: column;
       }
        .flex_table_left_col
       {
              width: 45%;
       }
	.result-engine-wraper-in.resultpage {
    max-width: 100%;
    padding:0px 10px;
    float: left;
}
       .descp_box.custom_flex
       {
              padding: 0px!important;
       }
       
	.th-Album {
    display: none;
}
	.logo.logomusic{
		margin: 0;
	}
	.ad-wrpr {
    width: 100%;
}
	.customdrop{
		padding: 5px!important;
		padding-right: 25px!important;
		background-color: white!important;
	}


.engineinputwraper-new {
    margin-left: 10px!important;
}

.engineinputwraper-new1 {
    margin-right: 10px!important;
}



.f_left {
    display: table;
    float: none;
    margin: 0 auto;
    position: relative;
}
.c_pright{
	float:none;
	display:table;
	margin:5px auto 0;
	text-align:center;
}
.footer_a {
	padding:0 10px 0 0;
}
.footerwrpaer a {
    font-size: 11px;

}
.footerwrpaer{
	line-height:20px;
	text-align:center;

}
.result_wraper .jobwraper .engineinputwraper {
	width: inherit !important;
}
.result_wraper .engineinputwraper {
    display: table-cell;
    min-width: inherit ;
	float:none;
	width:100%;
}

.result_wraper .comonbutondivwraper {
    display: table-cell;
	float:none;
}
.result_wraper {
    float: none;
    width: 100%;
}
.result_wraper .engineinput{
	max-width:inherit;
}
.inerresultwrpaer{
width:100%;
padding-right:10px;
}
.result_logo a{
	width:95px;
	display:block;
	height: 30px;
}
.ineracountwrpaer{
	width:100%;
}
.resulsearchtbtn{
	width:40px;
}
.slabein {
    margin-left: 0;
}
.topheader2 {
	background:#FFFFFF;
	  border-bottom: 1px solid #ebebeb;
}
.catagories_listli2{
	height:37px;
	line-height:36px;
}
.catagories_listli2 a {
	height:37px;
}

.s_right .settingsresult {
  margin-top: 3px;
}
.result_engines{
	height:auto;
}
.slamore {
	height:40px;
	line-height:37px;
}
.r_count, .result_display_leftinside {
	margin-left:0;
}
.result_display_left {
    float: left;
    width: 100%;
	/*padding:0 10px;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

}
.searchtool{
	margin-top:2px;
}
.searchtooldropdown{
	top:40px;
	right:auto;
}
.spelchkleft{
	margin-left:0px;
}
.s_toolwroaer,
.lo_leftin {
	margin-left:0;
}
.vmsnryitem{
	width:22%;
}
.video_listing.vmsnryitem {
    width: 22% ;
}
.fixedin {
	width:180px;
}
.fixedin .acount_fheader{
	white-space:nowrap;
}
.c50ul.contrfullul {
    -moz-column-count: 2;
 	-webkit-column-count:2;
	column-count:2;

}
         /*paid member*/
       .benefits_box_content
       {
              flex-direction: column;
       }
       .benefits_features_box
       {
              padding-right: 0px;
       }
       .benefits_feature
       {
              padding-right: 0px;
              padding-bottom: 5px;
       }
       .paid_member_cover_bg
       {
              height: 700px;
       }

       /*paid member*/

       .flex_table
       {
              border: 1px solid #ccc;
       }
       .flex_table_row
       {
              flex-direction: column;
       }
       .flex_table_left_col, .flex_table_right_col
       {
              width: 100%;
              background: #fff;
              border: none;
       }
       .action_row .flex_table_left_col
       {
              display: none;
       }
       .flex_table_left_col
       {
              padding-bottom: 7px;
       }
       .flex_table_right_col
       {
              color: #777;
              padding-top: 0px;
       }
       .action_row
       {
              margin-top: 15px;
       }
       .flex_table_row.action_row > div, .action_row .flex_table_right_col
       {
              background: #fff;
              border: none;
       }
       .price_table_list
       {

            width: 47%;
       }
         .price_table_price
       {
          font-size: 1.4rem;
       }
		 /*new_theme*/
       .feat-text,.feat-image{
		display: block;
		width: 100%;
	}
	.feath3,.feat-text.left .feath3{
		text-align: center;
	}
	.feat-text.left .feath3::after,.feath3::after{
		left: 0;
		right: 0;
	}
	.feat-text.left .feath3-sub,.feath3-sub{
		text-align: center;
	}
	.feat-text.left .featbtnbox,.featbtnbox{
		text-align: center;
	}
       /*new_theme*/
       
        .chi_box_info 
       {
              flex-direction: row;
              justify-content: flex-start;
       }
       .my_voucher_box_header, .my_voucher_invites_header
       {
              flex-direction: row;
              justify-content: space-between;
       }
       .chi_box_right
       {
              text-align: left;
              margin-top: 0px;
              padding-left: 15px;
       }
       .my_voucher_invites_info
       {
              text-align: left;
              width: 70%;
              margin:0px 10px 0px 0px;
       }
       .simple_toggler
       {
              margin-top: 0px;
       }
       .fixed .back_pack_cover
       {
              margin-top:5px!important;
       }
       .result-board.right
       {
              padding: 0px 10px!important;
       }
       
}/*900*/

/*ipad pro*/
@media only screen and (max-width: 834px){
       .custom-table thead {
    display: none !important;
}
       .custom-table tbody tr td {
    float: left;
    width: 100%;
    border: none !important;
    padding-left: 40%;
    position: relative;
}
       .custom-table tbody tr {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
       .custom-table .mobilehead {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #444;
    display: block!important;
}

}
@media only screen and (max-width: 810px){
    .slide-bt {
  width: 150px;
}
    
       .nav-tab-wrapper
{
    display: flex;    
    box-sizing: border-box;
       align-items: center;
       justify-content: space-between;
       margin-bottom: 0px!important;
}
.nav-tab-wrapper form
{
    margin: 15px 10px 0px 0px; 
      /* flex: auto;*/
       height: auto;
       max-width: 30%;
}
       .nav-tab-wrapper form:last-child
{
       margin-right: 0px;
       }
       .nav-tab-wrapper form .resultengine-dropdown.right, .nav-tab-wrapper form .resultengine-dropdown.right .slectwrpr 
       {
              width: 100%;
       }
       .nav-tab-wrapper .customdrop
       {
       background-image: url(../images/dropdown.png)!important;
              font-size: 13px;
       }
       /*.nav-tab-wrapper .switch-freshness-engine
       {
              height: auto!important;
       }*/
}
/*810*/
@media only screen and (max-width: 768px){
    .absolutebtns {
        display: none !important;
    }
    
    .close-btn {
        right: 0px !important;
    }

    /*new_theme*/
       .main_titleone,  .main_titleone > *
       {
              font-size: 1.8rem;
       }
    /*new_theme*/
	.subscriptionpopup{
		left: 70px;
	}
	.video_container {

    position: absolute;
    height: 140px;
    width: 100%;

}
	.artist-wrpr{
	width: 33.333%;
	}


	.resmenu{
		display: block;
	}
	.sidenavbar{
		position: relative;
		width: 100%;
	}
	.sidenav-in{
		width: 100%;
		overflow-y: auto;
		height: auto!important;
		position: static;
	}
	.sidenal-ul{
		display: table;
		width: 100%;
	}

	.sidenav-li{
		display: table-cell;
		border: none;
		padding: 10px 0 30px;

	}
	.sidenav-a{
		width:1.25%;
		min-width: 55px;
		height: 35px;

	}
	.leftpading{
		padding: 0;
	}
	.feedsection {
		padding: 0 20px;
	}
	.feedbox {
    width: 50%;
	}
	.mobshow{
	display:block !important;
	width:100%;
	position:relative !important;
}
.mgnT10 {
    margin-top: 20px;
}
.half_page{
	width:100%;
	margin-bottom: 10px;
}
.account_wraper{
	margin-top:20px;
}
.quarter_page{
	width:100%;
	margin-bottom:10px;
}
.fav_cat_li {
    float: left;
    width: 33.33%;
}
.fav_cat_li a{
	padding: 10px 10px 10px 15px;
}
.pint_page{
	width:100%;
}
.acnt_catlisting{
	max-height:190px;
	overflow:auto;
}
.full_imagenew{
	width: 100%;
}
.linereslt {
    background: none repeat scroll 0 0 #121212;
    box-shadow: 0px 1px #2A2A2A;
    display: inline-block;
    float: left;
    margin-top: 10px;
    vertical-align: middle;
    width: 100%;
    height: 1px !important;
    margin-left:0;
}
.fullheadingnew {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: left;
    margin-top: 10px;
    padding: 0 10px 0 20px;
    width: 100%;
}
.video_listing.vmsnryitem {
    width: 30% ;
}
.lo_right{
	width:100%;
}
.lo_left{
	width:100%;
}
.acount_hafleft{
	display: inherit;
}
.fixedin{
	display:none;
}
.acount_haf{
	margin:0;
}
	.subsbtn{
		top: 135px;
	}
	.resultlisting-footer .result-more-btn {
    /*min-width: 400px!important;*/
              flex: 1;
   /* max-width: 400px!important;*/
}
.resultlisting-footer .result-more-btn.special-result-btn-more {
    min-width: 75%!important;
    max-width: 75%!important;
}
.resultlisting-footer .result-more-btn.images-result-btn-more {
    min-width: 75%!important;
    max-width: 75%!important;
}
       /*profile page*/
       .profile_desktop_title
{
    display: none;
}
.profile_mobile_title
{
    display: block;
    padding: 15px 30px 10px;
    box-sizing: border-box;
    margin-bottom: 0px;
}
.profile_cover
{
    display: block;
    width: 100%;
}
.profile_left
{
    width: 100%;
}
.profile_left_inner
{
    display: flex;
    width: inherit;
}
.user_card
{
    width: 240px;
    height: auto;
    flex-shrink: 0;
}
.reward_details_cover
{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 0px 0px 30px;
}
.reward_details_box{
    margin: 0px 0px 10px 0px;
    width: 48%;
    padding: 9px 15px;
}
.pagination_title
       {
              flex-basis: 170px;
       }


       /*profile page*/
     .top_adjust
       {
              margin-top: 30%!important;
       }
.full_row
       {
              flex-direction: column;
       }
       .row_70
       {
              width: 100%;
              max-width: 100%;
              margin-bottom: 15px;
       }
        .price_table_list
       {
            width: 47%;
       }
        .price_table_price
       {
          font-size: 1.6rem;
       }
       .new_popup
       {
              min-width: 80%;
       }
       
    .new_benefits_box_cover
       {
              flex-direction: column;
       }
       .new_benefits_box_header
       {
              position: relative;
              height: auto;
       }
    
       .new_benefits_box_content
       {
              margin-top: 0px;
       }
       .new_benefits_content_row, .new_benefits_content_row:nth-child(2n+1)
       {
              flex-direction: column;
              margin-bottom: 15px;
       }
       .new_benefits_content_txtbox
       {
              width: 100%;
              display: flex;
              flex-direction: column-reverse;
       }
      .new_benefits_content_imgbox
       {
              width: 100%;
              text-align: center;
              display: none;
       }
       .new_benefits_content_txtbox .new_benefits_content_imgbox
       {
              display: block;
       }
    .new_benefits_content_row .new_benefits_content_title
       {
              order: 1;
       }
       .new_benefits_content_row .new_benefits_content_txtbox
       {
              order: 3;
       }
       .new_benefits_content_desc
       {
              margin-top: 0px;
              margin-bottom: 30px;
       }
       /*new search bar*/
         .search_newcover
    {
       display: block;
    }
    .search_newcover .select-engine-box
    {
        margin-left: 0px;
        align-self:flex-start;   
        padding: 0px;
        width: 100%;
        margin-top: -10px;
        margin-bottom: 15px;
    }
       /*new search bar*/
       
}/*768*/
@media only screen and (max-width: 699px){
       .result_title_cover.flex_4cols
       {
              flex-direction: column;
       }
       .flex_4cols .search_title
       {
              margin: 10px 0px;
              padding-left: 0px;
       }
       .flex_4cols .add_content
       {
              margin-top: 0px;
              margin-left: 0px;
       }
       .flex_4cols .result_filters form
       {
              margin-bottom: 10px;
       }
        /*new fix*/
       .flex_4cols.flex_col
{
    flex-direction: column;
}
.flex_col .add_content
{
    width: 100%;
    margin:0px 0px 15px;
    box-sizing: border-box;
}
.result_filters.flex_2col
{
    flex-direction: row;
    flex-wrap: wrap;
}
.result_filters.flex_2col form
{
    margin: 0px 5px 10px 0px;
    flex-basis: calc(50% - 7px);    
}
       /*new fix*/
       .new_buy_subscriptions_list_cover
       {
              width: 98%;
       }
       .new_buy_features_box
       {
              flex-direction: column;
       }
       .anouncement_box
       {
              max-width: 300px;
       }
       .result_filters.flex_2col form
       {
           flex-basis: 100%;
           margin-right: 0px;
       }
       .result_filters form:not(:last-child){
           display: none;
           width: 100%!important;
           flex-basis: 100%!important;
       }
}
@media only screen and (max-width: 640px){
        .top_menu .rightlogind .grey-btn, .top_menu .grey-btn
{
       margin-top: 25px!important;
}
       /*new_theme*/
	.subscriptionpopup{
		left: 0;
	}
       /*profile page*/
       .hide_640
       {
              display: none!important;
       }
       .profile_left_inner
{
    flex-direction: column;
}
.user_card
{
    width: 100%;
    padding: 30px 0px 0px;
}
.reward_details_cover
{
    margin-top: 30px;
    padding: 0px;
    margin-bottom: 10px;
}
.reward_details_title, .reward_details_value
{
    font-size: .9rem;
}
.profile_tab_box
{
    position: relative;
}
.profile_tab_date
{
    position: absolute;
    top: 0px;
    right: 0px;
}
.profile_tab_descp
{
    padding-right: 0px;
}
       /*profile page*/
.limited_user_box_inner
       {
              flex-direction: column;
              padding: 15px;
       }
       .limited_user_box_right
       {
              text-align:center;
       }
       .limited_user_box_btns
       {
              display: inline-flex;
              margin: 15px auto;
       }
       .limited_user_box_desc
       {
              width: 100%;
       }
        .centered_header_title
       {
              font-size: 1.7em;
       }
       .accordion_header_title
       {
              font-size: .9em;
       }
       .accordion_body_inner
       {
              font-size: 80%;
              line-height: 1.5;
       }   
        /*mobile header fix*/
       .top_flex
{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    height: 40px!important;
}
.top_logo
{
    margin-left: 10px;
}
.top_logo .result_logo_inner
{
    
    height: 20px;
    display: inline-block;
}
.top_logo a img
{
    display: inline-block;
    max-height: 20px;     
}
.top_menu .right_inner
{
    display: block;
}
.top_menu .user-text
{
    display: none;
}
.top_menu .user-acccout-wraper
{
    padding:0px;
}
.top_menu .right_inner
{
    display: flex;
    position: relative;
    z-index: 1000;
    align-items: flex-end;
    margin-top: -25px;
}
.total-reward
{
   
    padding-top: 20px;
}
.total-reward img
{    margin-bottom: 4px;
    filter: invert(1);
}
.top_menu .user-acccout-wraper .user-account-dropdown
{
     margin-top: 5px;
    right: 5px;
}
.top_menu .user-acccout-wraper .user-img
{
    width: 30px;
    height: 30px;
}
 
.top_menu .user-acccout-wraper
{
    margin: 3px 0px 0px;
    height: 65px;
    padding-top: 27px;
}
.top_menu .user-acccout-wraper:after{
    top: 40px;
}
.topheader-right, .result_logo
{
    padding: 0px;
    display: none;
}
.topheader2
{
    padding-bottom: 65px!important;
}
.top_menu .rightlogind .grey-btn, .top_menu .grey-btn {
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    padding: 0 15px;
    border-radius: 5px;
    background: rgba(255,255,255,.95);
    /*box-shadow: 0 5px 18px -5px rgba(0,0,0,.25);*/
    border: 1px solid #bbb;
    color: #f38c00;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top_menu .user_type {
	display: inline-flex;	
	height: 24px;
	align-items: center;
}
       .header_select
       {
              padding-left: 10px;              
       }
       .top_logo
       {
              flex-shrink: 0;
       }
       .header_select.resultengine-dropdown
       {
              width: auto;
       }
       /*mobile header fix*/
}/*640*/
@media only screen and (max-width: 640px){
    .engineinput {
  padding-left: 0 !important;
}
	.subscriptionpopup{
		top: -200px;
	}
.subscribtion-text .btn-group {
    text-align: center;
    padding: 0px 30px 10px;
    position: static;
    right: 60px;
}
.subscribtion-text {
   /* padding-left: 95px;*/
	padding-right: 50px;
}
.subsclose {
    height: 40px;
    padding: 5px 20px 50px;
}
.subscription-image {
    width: 95px;
}
table, tr, tbody {
    width: 100%;
    display: block;
    float: left;
}
.track-list-tb td{
	display: block;
	float: left
}
.th-no {
    width: 6%;
}
.th-track {
    width: 65%;
}
.th-duration {
    width: 20%;

}
	.payment-box .feath3-sub{
		text-align: left!important;
		padding: 5px 0;
	}
	.paymentwraper{
		padding: 0 10px;
	}
	.subscriptionpopup{
		width: auto;
		left: 10px;
		right: 10px;
	}
	.whywrpr-box {
    width: 50%;
    padding-bottom: 10px;
}
	.th-Artist {
    display: none;
}
	.artist-wrpr{
	width: 50%;
	}

	.mgns-arw{
		display: none;
	}
	.music_section .feath3 {
		width: 100%;
		text-align: center;
	}

	.rankingwrpr-in.has_border_left{
		border: none;
	}
	.rankingwrpr-in{
		width: 100%;
		padding: 0 10px;
	}
	.featimg{
		margin-top: 0;
	}
	.feat-text,.feat-image{
		display: block;
		width: 100%;
	}
	.feath3,.feat-text.left .feath3{
		text-align: center;
	}
	.feat-text.left .feath3::after,.feath3::after{
		left: 0;
		right: 0;
	}
	.feat-text.left .feath3-sub,.feath3-sub{
		text-align: center;
	}
	.feat-text.left .featbtnbox,.featbtnbox{
		text-align: center;
	}
	.se_mulnoleft .se_mli{
		float:none;
	}
.lheading{
	width:100%;
}
.languageul li {
	margin:5px 0 0;
}
.acountlistrow{
	display:block;
	width:100%;
}
.acountlisttd {
    display: block;
    width: 100%;
	margin:5px 0;
}

.acnt_head{
	display:none;
}
.fav_cat_li {
	width:50%;
}
.advncebox25 {
    float: left;
    padding: 0;
    width: 100%;
}
.advncebox {
    float: left;
    width: 100%;
}
.advnceboxlast {
    width: 100%;
}
.advnceboxsp, .advnceboxfp{
	height:auto;
}
.advnceheading{
	padding-top:10px;
}
.vmsnryitem {
    width: 31%;
    float: left;
    margin: 5px;
}
.post_cmntli {
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
}
.video_duration {
    float: left;
    margin: 10px 0;
    text-align: left;
    width: 100%;
}
.videotitle{
	width:88%;
}
.video_listing.vmsnryitem {
    width: 45% ;
}
.fav_thumbli {
    width: 50%;
}
.b_filterul {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding: 10px 0 0;
    width: 100%;
}
.b_filterli {
    margin-left: 0;
    margin-right: 10px;
}
.arangetd{
	width:50%;
}
       .new_buy_subscriptions_list
       {
              padding-bottom: 10px;
       }
}
@media only screen and (max-width: 599px){
       .limited_user_box_greenbtn, .limited_user_box_bluebtn
       {
              padding: 0px 15px;
              white-space: nowrap;
       }
       /*image result*/
       .image_resultbox
       {
              padding-bottom: 25%;
       }
       /*image result*/
       /*paid member*/
              .benefits_feature span
       {
              font-size: 1rem;
       }
       .paid_member_title
       {
              font-size: 2rem;
       }
       .benefits_box_header_right
       {
              right: 0px;
              width: 60%;
       }
       .benefits_box_right
       {
              width:100%;
       }
       /*paid member*/
       /*image result*/
       .image_result_left
{
    width: 100%;
    float: left;
       margin: 0px 0px 15px;
     height: auto;
       background: none;
       overflow: hidden;
}
       .image_result
       {
              display: block;
              width: 100%;
              height: auto;
              overflow: hidden;
       }
.image_result_box .r_h_link
       {
              padding: 0px;
              padding-bottom: 10px;
       }
.image_result_box .r_text
{
    float: left;
    width: 100%;
    padding: 0px 0px;
    box-sizing: border-box;
}
       /*image result*/
        .top_adjust
       {
              margin-top: 55%!important;
       }
       .page-alert.top_adjust
       {
              padding: 15px!important;
       }
       .newsletter_box
       {
              flex-direction: column-reverse;
       }
       .newsletter_box_left
       {
              max-width: 100%;       
              text-align: center;
              margin-right: auto;
       }
       .newsletter_form_col
       {
              text-align: center;          
       }
          .newsletter_form_col .yellow_btn
       {
            
              display: inline-flex;
       }
       .newsletter_box_img
       {
              margin: 15px auto;
       }
       .registrant_info_item
       {
              width: 100%;
              padding-right: 0px;
       }
       .registrant_info_item:last-child
       {
              margin-bottom: 0px;
       }
       .registrant_info_item.infodomain span:first-child
       {
              display: block;
              width: 100%;
              flex-shrink: 0;
              font-size: .8em;
       }
}/*599*/
@media only screen and (max-width:575px){
        .price_table_list
       {
              margin:15px 0px;
            width: 100%;
       }
      .new_paid_member_iconbox
       {
              display: none;
       }
       .new_benefits_box_cover
       {
              margin-top: 15px;
       }
       .new_benefits_content_title
       {
              font-size: 1.2em;
       }
       .new_benefits_content_txtbox
       {
              padding-left: 0px;
              padding-top: 40px;
       }
       .new_paid_member_title
       {
              font-size: 2rem;
       }
}
@media only screen and (max-width: 539px){
        .result_view .answerwraper-in .question-vote-section
       {
              margin-left: 0px;
       }
       .new_benefits_box_header
       {
              padding: 15px;
       }
}
@media only screen and (max-width: 480px){
       /*new_theme*/
       .custom_flex
       {
              flex-direction: column;
              align-items: center;
              justify-content: center;
       }
        .custom_flex .title_center
       {
               margin-bottom: 10px;
       }
        .custom_flex .title_center, .custom_flex .text_center
       {
              text-align: center;
       }
       .search_cover
       {
              padding: 20px 15px;
              max-width: 100%;
              width: 100%;
       }
       .absolutebtns
       {
              right: 12px;
       }
       /*new_theme*/
	.s_right{
		display: none;
	}
	.subscriptionpopup.static .subsclose {
    padding: 10px 15px 4px!important;
    bottom: auto;
}
	.subscriptionpopup{
		top: -350px;
	}
	.subscription-image {
    position: static;
    height: 140px;
    width: 100%;
	}
	.subscribtion-text {
    padding-left: 0px;
    padding-right: 0;
	}
	.subsclose {
    background: transparent;
    padding: 10px 10px 0px;
    line-height: 11px;
    background: rgba(0,0,0,0.1);
    height: 35px;
	}
	.indexslider-in {
    padding: 15% 0;
}
	.banner-h2{
		font-size: 32px;
	}
	.banner-p{
		font-size: 16px;
	}
	.login_details{
		position: fixed;
		right: 10px;
		top: 43px;
	}
	.login_details::before,.login_details::after{
		right: 140px;
	}
	.tracklisting{
		padding: 0;
	}


	.logo.logomusic{
		width: 50%!important;
		text-align: left;
	}

	.headersearch {
    width: 100%!important;
	}

	.rankingwrpr-box .r-pstn{
		width: 24px;
		font-size: 22px;
	}
	.rankingwrpr-box .track-info {
    padding-left: 110px;
}
	.rankingwrpr-box .trck-p{
		font-size: 14px;
	}
	.rankingwrpr-box .trck-h4{
		font-size: 18px;
	}
	.rankingwrpr-in{
		padding: 0;
	}
	.slectwrpr{
		width: 100%!important;

		display: block!important;
	}
	.customdrop{
		width: 100%!important;
	}
	.feath3{
		font-size: 26px;
		line-height: 36px;
		margin: 30px 0 10px;
	}
	.feath3-sub{
		font-size: 14px;
		line-height: 18px;
	}

	.feedbox {
    width: 100%;
	}
.inerresultwrpaer {
    display: block;
	margin-top:10px;
	padding-right:0;
}
.topheader2{
	padding:10px 0;
}
.ineracountwrpaer {
    display: block;
}
.job_inputwrpaer{
	width:50%;
	float:left;
}
.jobwraper .engineinput {
    margin: 1px;
}
.result_wraper .jobwraper .comon_butondiv {
    float: left;
    width: 100%;
}
.result_wraper .jobwraper .comonbutondivwraper {
    display: block;
    float: left;
	width:100%;
	margin-top:2px;
}
.result_wraper .jobwraper .resulsearchtbtn {
    width: 100%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.pagnation_a.pag_prev{
	margin:0 5px;
}
.pagina_logo{
	text-align:left;
}
.r_paginul {
    display: block;
    margin: 0 ;
}
.mores{
	right:-80px;
}
.signin_card{
	padding:10px;

}
.sign_input{
	height:35px;
	font-size:13px;
}
.forg_paswrd{
	font-size:12px;
}
.signin_card .profile_img{
	width:75px;
	height:75px;
}
.bluebtn.sign_btn{
	height: 36px;
}
.sign_btn {
    height: 30px;
    margin-top: 5px;
}
.registerhalf {
    width: 100%;
}
.registerhalfiner_f {
    margin-right: 0;
}
.registerhalfiner_se {
    margin-left: 0;
    margin-top: 5px;
}
.searchtooldropdown{
	min-width:inherit;
	max-width:350px;
}
.inner_selectli {
    display: block;
    float: left;
    margin: 5px 0;
    width: 100%;
}
.s_toolselect {
    width: 100%;
}
.index_countrys .country_section .country_ul .country_li {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 3px 5px;
    text-align: left;
    width: 50%;
}
.imageresultsinwebtd{
	height:80px;
}
		.vmsnryitem {
    width: 45%;
    float: left;
    margin: 5px;
}
.prfil_name{
	width:100%;
	margin-bottom:5px;
}
.acountlogo img {
    width: 100%;
}
.catagories_listli2 a{
margin: 0 1px;
font-size:11px;
}
.s_right .settingsresult{
padding: 5px 10px;
}
.slamore{
margin-left:2px;
}
       /* profile page*/
       .pagination
       {
              flex-direction: column;
              justify-content: center;
       }
       .pagination_title
       {
              height: auto;
              flex-basis: auto;
              margin-bottom: 15px;
       }
             .profile_tabs_header
       {
              flex-direction: column;
       }
       .profile_tab_title
       {
              width: 100%;
              margin: 10px 0px;
              border-radius: 5px;
              border-bottom-width: 1px;
       }
      .account_tabs_header
       {
              flex-direction: column;
       }
       .account_tab_title
       {
              width: 100%;
              margin: 10px 0px;
              border-radius: 5px;
              border-bottom-width: 1px;
       }
       /* profile page*/
.account_header_cover
{
   -webkit-box-orient:vertical;
   -webkit-box-direction:normal;
   -ms-flex-direction:column;
   flex-direction:column;
}
       .account_header_left
       {
              margin-bottom: 15px;
       }
       .flex_row
       {
              flex-direction: column;
              align-items: center;
              justify-content: center;
       }
       .new_popup
       {
              width: 90%;
       }
       .voucher_code_input_display > i
       {
              margin-left: 10px;
              padding-left: 10px;
       }
       .voucher_code_input
       {
              font-size: 1.1em;
              width: 220px;
              max-width: 100%;
              margin-right: 10px;
       }
       .new_buy_features_box_left
       {
              flex-direction: column;
       }
       .new_buy_features_box_left_content
       {
              padding-left: 0px;
              text-align: center;
              margin: 15px auto 0px;
       }
       .new_benefits_box_content
       {
              padding: 0px 15px;
       }
       .new_buy_features_box
       {
              padding: 15px 10px;
       }
      .nav-tab-wrapper .customdrop
       {
              font-size: 11px;
       }
}/*480*/
@media only screen and (max-width: 439px){
       /*profile page*/
       .reward_details_box
       {
              width: 100%;
              text-align: center;
       }
        .subscribe_banner_img
       {
              left: 0%;
       }
       /*profile page*/
       /*paid member*/
       .buy_features_box
       {
              flex-wrap: wrap;
              flex-direction: column;
       }
       /*paid member*/
         /*image result*/
       .image_resultbox
       {
             -webkit-box-flex: 1;
              -ms-flex: 1  0 calc(100% - 10px);
              flex: 1  0 calc(100% - 10px);
              padding-bottom: 30%;
       }
       /*image result*/
}
@media only screen and (max-width: 379px){
       .voucher_share_box
       {
              width: 100%;
       }
       .voucher_share_box .voucher_share_cover
       {
              width: 100%;
       }
       .voucher_code_display
       {
              font-size: 96%;
       }
       /* chi box*/
        .chi_box_info, .my_voucher_box_header, .my_voucher_invites_header
       {
              flex-direction: column;
              justify-content: center;
       }
       .chi_box_right
       {
              text-align: center;
              margin: 15px 0px 5px;
              padding-left: 0px;
       }
       .my_voucher_invites_info
       {
              text-align: center;
              width: 100%;
              margin:auto;
       }
       .simple_toggler
       {
              margin-top: 15px;
       }
       .chi_box_title
       {
              text-align: center;
              font-size: .9em;
       }
       /* chi box*/
         .user_voucher_benefits_box_infotitle
       {
              font-size: 80%;
       }
}
@media only screen and (max-width: 360px){
       .voucher_code_display
       {
              font-size: 86%;
       }
       .voucher_share_btn.help-tooltip
       {
              width: 36px;
       }
	.subscribtion-text .feath3-sub li{
		display: block;
	}
	.whywrpr-box{
		width: 100%;
		padding: 10px
	}
	.subtab-a{
		padding: 8px;
		font-size: 14px;
	}
	.artist-wrpr{
	width: 100%;
	}
.arangetd{
	width:100%;
}
.mores {
    right: -20px;
}
	.acount_fheader{
		padding:10px;
		font-size:14px;
}
	.fav_cat_li {
	width:100%;
}
.fav_cat_li a{
		font-size:12px;
}
.rthumb_img {
    display: block;
    margin: 0 auto 10px;
}
.r_text {
    display: block;
    padding-left: 0;
   /* text-align: center;*/

   text-align:left
}


.wolframeimg {
    float: left;
    max-width: 100%;
    width: 100%;
}
.wolframeimg img {
    max-width: 100%;
}

.bottom_a {
	width:100%;
	display:block;
	/*margin:5px 0; corrected*/
}
.pagnation_a {

    margin: 0 3px;
    padding: 0 3px;
}
.acnt_catlisting{
	max-height:184px;
	overflow:auto;
}
.fav_thumbli{
	width:100%;
}
.a_viemore{
	padding:2px 5px;
}
.index_countrys .country_section .country_ul .country_li {
	width:100%;
}
.imageresultsinwebtd {
    height: 65px;
    width: 33.33%;
}
.imageresultsinwebtd a{
	height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.video_listing.vmsnryitem {
    width: 95% ;
}
.b_filterli {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.acount_fdetails .acount_li {
    margin: 2px 0;
    width: 50%;
}
.c50ul.contrfullul {
    -moz-column-count: 1;
 	-webkit-column-count:1;
	column-count:1;

}
       /*profile page*/
           .subscribe_banner_img
       {
              left: 0%;
       }
       /*profile page*/
       .popup_btn
       {
              width: 100%;
       }
    
}
@media only screen and (max-width: 320px){
        .voucher_share_btn.help-tooltip
       {
              width: 30px;
       }
.bluebtn, .greybtn{
	font-size:12px;
	padding:0 8px;
}

.acount_fdetails{
	padding:10px;
}
.job_inputwrpaer {
    width: 100%;
}
.signin_card {
    max-width: 260px;
    width: auto;
}
.cmntifrmeclass {
    min-width: 200px;
}

}



.loadingsectn{
	position: fixed;
	background: rgba(0,0,0,0.90);
	left:0;
	right:0;
	top: 0;
	bottom:0;
	z-index: 1000;
}
.loadingimagef {
    left: 45%;
    position: absolute;
    top: 50%;
    z-index: 1001;
}

.cncl_btn {
    background: none repeat scroll 0 0 #333645;
    color: #FFFFFF;
    float: right;
    margin-left: 10px;
    padding: 6px 10px;
}

.sub_btn {
    background: none repeat scroll 0 0 #333645;
    color: #FFFFFF;
    float: left;
    margin-left: 10px;
    padding: 6px 10px;
	border:none;
}


.reult_li b{
	font-weight:600;
}

/*newww*/

.popupHeader {
	background: #F4F4F2;
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
		font-size: 12px;
	text-transform: uppercase;

}
.popupHeader .modal_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 15px;
	background: #E4E4E2;
	cursor: pointer;
	color: #aaa;
	font-size: 16px;
}
.popupBody {
	padding: 20px;
}

.popfooter {
	background: none repeat scroll 0 0 #f4f4f2;
	border-top: 1px solid #ddd;
	display: block;
	float: left;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: center;
}
.p_f_links {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #474747;
	cursor: pointer;
}
.p_f_links:hover {
	text-decoration: underline;
}
.why_membership {
	display: none;
}
.action_btns {
	clear: both;
	overflow: hidden;
}
.action_btns a {
	display: block;
}
.one_half {
	width: 50%;
	display: block;
	float: left;
}
.one_half.last {
	width: 45%;
	margin-left: 5%;
}
.btn {
    background: none repeat scroll 0 0 #23b7e5;
    padding: 10px 20px;
}
.btn:hover {
    background: none repeat scroll 0 0 #1EA7D2;
}
.btn_red {
    background: none repeat scroll 0 0 #333645;
}

.btn_red:hover {
	background: #454a5f;
}
.forgot_password {
	clear: both;
	color: #333;
	float: left;
	font-size: 12px;
	margin: 10px 0;
	overflow: hidden;
	text-decoration: none;
}
.forgot_password:hover {
	text-decoration: underline;
}
.frmhalf {
        position:relative;
	width: 100%;
	float: left;
}
.social_login input[type="text"], .social_login input[type="email"], .social_login input[type="password"] {
	border: 1px solid #ddd;
	color: #666;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	width: 100%;
clear:both;
	float: left;
	margin-bottom: 10px;
}
.neweror {
	background: none repeat scroll 0 0 #e8e8e8;
	border: 2px solid #ffffff;
	border-radius: 3px;
	bottom: 42px;
	box-shadow: 0 0 10px -3px #000000;
	color: #ff0000;
	padding: 10px 15px;
	position: absolute;
	right: 0;
}
.erormsg {
	font-weight: bold;
	font-size: 12px;
}
.tipmsg {
	background: url("../images/err.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
	bottom: -25px;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
}
/*org by ginu*/

.nwwpop {
    background: rgba(0,0,0,0.6) none repeat scroll 0 0;
    bottom: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
	display:none;
	z-index:100000;
}
.nwwpop1 {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
display:none;
}
.nwwpop2 {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 100000;
}


.engineinputwraper-new {
    margin-left: 100px;
}

.engineinputwraper-new1 {
    margin-right: 100px!important;
}




.inerresultwrpaer-new{
display: table-cell!important;
max-width: 2000px!important;
}

.engineinputbb {
    display: block;
    float: left;
    margin-bottom: 5px;
}
.engineinputbb a {
    /*color: #333;*/

    color: #1a0dab;
}

.engineinputbb a {
    background: #4386f9 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 10px;
}
.engineinputbb1 {
    float: right;
}
/* new */
.questarea
{
	width: 96%;
	height: auto;
	min-height: 80px;
	border: 1px solid #ccc!important;
	margin-bottom: 5px;
}
.questactions
{
	vertical-align: top;
	width: 200px;
}
.questactions span
{
	margin-right: 10px;
}
.result_wraper > .acountlogo img
{
	max-height: 80px;
}
.nlike{
    display:inline-block;
    float:left;
   margin-top:2px;
    height:20px;
    overflow:hidden;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.r_bottomlinks
{
    display:block;
    width:100%;
    height:auto;
    overflow:hidden;
}
.r_bottomlinks div, .r_bottomlinks a
{
   display:inline-block;
    float:left;
    margin-right:10px;
}
.questactions span {
    margin: 0px 5px 0px 0px;
}
.questactions
{
    padding-left:10px;
    padding-top:0px;
}

    .ineracountwrpaer{
        display:block;
        width:100%;

    }
    .acount_ul
    {
        margin:auto;
        display:table;
    }

.page
{
    margin-top:20px;
    font-size:14px;
	float: left;
}
.page td:last-child a
{
    margin-left:10px;

    background: #4d90fe;
    color: #fff;
    padding: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}
.page input[type=text]
{
	background: #F7F5F5;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.page td:first-child{
    display:block;
    width:100px;
    float:none;
	background: none;
	color: #545454;

}
.nquestions a.r_h_link
{
/*    color:#FC6719;*/
    padding-left:0px;
}
/*.nquestions .r_textp{
    color:#b1b1b1;
    padding-left:0px;
	margin-bottom: 10px;
}*/
.nquestions .r_site_name .r_textp
{
    color:#545454;
    margin-top:5px;
    padding:5px 5px;
    background:#f7f7f7;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.nquestions .r_site_name, .nquestions .r_text
{
    width:100%;
    display:block;

}
.nslinks
{
	display: inline-block;
	float: left;
}

/*responsive*/
@media screen and (max-width:480px){
	.feat-text{
		padding: 0;
	}
	.feat-text.left{
		padding: 0;
	}
	.nslinks
	{
		display: block;
		float: none;
	}
	.upvote
{
    display:block;
    float:none;
    margin:10px 0px;
}
.r_bottomlinks .r_textp
{
    display:block;
    float:none;
    padding:0px 0px;
}
.nslinks
{
    display:block;
    float:none;
    width:100%;
    margin:10px 0px;
}
}
@media screen and (max-width:640px){

	    .questactions
    {
        width:100%;
		padding-left: 0px;

    }
.acount_table
	{
		margin-bottom: 10px;
	}
}
@media screen and (max-width:1199px)
{
.acountlogo img {
    max-height:46px!important;
}
}

@media screen and (max-width:1000px){
	.acountlogo img
	{
		max-height: 36px;
	}
	.acountlogo
	{
		display: inline-block;
	}
}
.animation-fade{
	-webkit-animation: fadeto 1s linear infinite;
	-moz-animation:fadeto 1s linear infinite;
	animation: fadeto 1s linear infinite;

}
@keyframes fadeto{
    0% {
    top: 0px;
	opacity: 1;
	}
	100% {
    top: 10px;
	opacity: 0;
	}
}
.scrollbtn{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 110px;
}
.scrlbtn{
	position: relative;
	border: none;
	background-color:transparent;
	background: url(../images/bground.png);
	color: #FC6719;
	font-size: 36px;
	text-align: center;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
}
.scrlbtn i{
	position: absolute;
	left: 16px;
	padding: 7px 0;
	font-size: 20px
}

/* ................ New map style ........................ */

.middlesectionmp{
	position:relative;
	margin-bottom:0;
}
.printbtnmap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1111;
}
.mapleft{
	position:absolute;
}
.mapleft {
    left: 10px;
    max-height: 85%;
    overflow: auto;
    position: absolute;
    top: 70px;
    z-index: 16;
	background:#FFFFFF;
	width:350px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.headmap {
    background: none repeat scroll 0 0 #5987fb;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
	position:relative;
}
.mapsprite{
	background:url(../images/mapicon.png) no-repeat;
}
.directionimage{
	position:absolute;
	width:27px;
	height:27px;
	display:block;
}
.directionimage.directb.mapsprite {
    background-position: -38px 0;
}
.directionrow {
    border-bottom: 1px solid #f1f1f1;
        box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display: block;
    margin-top: 10px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.directioninput input {
    border: medium none;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    color: #777;
    height: 40px;
    padding-bottom: 16px;
    padding-left: 37px;
    width: 100%;

}
.buttondirection{
	width:100%;
	background:#ebebeb;
}
.buttondirection .map-topbtn {
    background-color: #fff;
    background-position: -66px 11px;
    border: 1px solid #ddd;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor:pointer;
    color: #949393;
    font-size: 14px;
    margin: 15px;
    padding: 10px 10px 10px 30px;
}
.buttondirection .map-topbtn:hover {
	border:1px solid #5987fb;
	color:#5987fb;
}
.scroll.mapdetailsshow {
    font-size: 14px;
}
.adp-directions tr {
    border-bottom: 1px solid #ddd;
    display: block;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.directionclose {
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
	background:#5480ee;
    width: 40px;

}
.directionclose img {
    padding-top: 8px;
}
 .mobildirection {
    background-color: #fff;
    background-position: -66px 11px;
    border: 1px solid #999;
    border-radius: 2px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    color: #949393;
    cursor: pointer;
    display: block;
    font-size: 14px;
    left: 10px;
    padding: 14px 16px 14px 34px;
    position: absolute;
    top: 70px;
    z-index: 1;
}
.mapleft{
	left:-360px;
	transition:all .2s ease-in .0s;
	-moz-transition:all .2s ease-in .0s;
	-webkit-transition:all .2s ease-in .0s;
}
.mapleft.active{
	left:10px;
}

.topheader.headermusic{
	box-shadow: 0 0px 8.2px 1.8px rgba(0,0,0,0.2);
}
.logo.logomusic img {
    width: 100%;
	max-width: 120px;
}
.logo.logomusic {
    width: 20%;
    overflow: hidden;
	float: left;
}
.headersearch {
    width: 60%;
    float: left;
}
.headersearch-in .searchinput {
    width: 100%;
    max-width: 500px;
    height: 45px!important;
    padding-bottom: 0px !important;
	background-color: #EFEFEF;
	font-size: 18px!important;
}
.headersearch-in .absolutebtns{
	top: 6px;
}
.header_login_btn.right {
    width: 20%;
    padding: 10px 0 0;
}
.headersearch-in.engineinput.prelative {
    margin-top: 5px !important;
}
.resultengine-dropdown {
    float: left;
}
.resultengine-dropdown.right {
    float: right;
}
.result-more-btn {
    float: left;
   /* width: 100%;*/
    text-align: center;
    padding: 15px;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    margin-bottom: 10px;
cursor:pointer;
}
.resultlisting-footer .result-more-btn img {
    margin-top: -19px;
    margin-bottom: -19px;
}
.resultengine-dropdown.right .slectwrpr {
    float: left;
}
.resultlisting-footer .result-more-btn {
    background:#FFF;
	border: 1px solid #DD5737;
	color:#444;
	border-radius: 10px;
    border-color: #DD5737;
   /* min-width:480px;*/
       flex: 1;
       margin-right: 10px;
    /*max-width:480px;*/
    margin-left:10px;
}
     /*new*/
       .resultlisting-footer .result-more-btn.new-btn-result-more
       {
              margin-left: 10px;
       }
.resultlisting-footer .customdrop {
    background-color: #FFF;
	height: 35px;
	color:#333;
}
.resultlisting-footer .resultengine-dropdown label{
	color: #FFFFFF;
	display: none;
}
.resultlisting-footer .related_searchh2 {
    color: #333;
    font-weight: 600;
}
.resultlisting-footer .relatedp a{
	color: #035aca;
}
.resultlisting-footer .related_search{
	border-color: #DDDDDD;
	border-bottom: none;
}
.resultengine-content .vmsnryitem{
    width: 100%;
    margin: 0;
}
.resultengine-content .video_listing_inside {
    padding: 0;
    border: none;
}
.more-scripts {
    float: left;
    position: relative;
}
.more-scripts-btn {
    float: left;
    font-size: 24px;
    color: #FFF;
    padding: 0 10px 0 5px;
	cursor: pointer;
}
.morescript-dropdown {
    width: auto;
    position: absolute;
    top: 34px;
    right: 0;
    min-width: 120px;
    background: #FFF;
    padding: 5px;
	border-radius: 3px;
    display: none;
}

.more-scripts:hover .morescript-dropdown {
	display: block;
}
.morescript-dropdown ul {
    margin: 0;
}
.morescript-dropdown ul li a {
    font-size: 14px;
    padding: 5px;
    display: block;
    color: #333;
}
.morescript-dropdown ul li a:hover{
	text-decoration: none;
	color: #666666;
}
.green-border::after {
   /* aleena content: "Experimental";*/
    position: absolute;
    width: auto;
    background: #91bb41;
    top: -10px;
    right: 13px;
    color: #fff;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 4px;
    letter-spacing: .2px;
}
.index-heading {
    text-align: center !important;
}
.index-heading.whitetext.align_left {
    text-align: center !important;
}






.video_container .videobox {
    transform: translateX(-50%);
    height: 100%;
}
.qstn-title {
    font-size: 20px;
    padding-bottom: 20px;
    color: #444;
}
.qstn-title a {
    color: #007bfd;
}
.reultquestion_li{
	margin: 0;
}
.questiontext {
    padding-left: 36px;
    position: relative;
}
.questiontext .count {
    position: absolute;
    left: 6px;
    top: 6px;
}
.no_of_questiontitle {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 25px 0 15px;
}
.close-btn.closenewcls {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    right: 60px;
    top: 13px;
    display: none;
}
.close-btn.closenewcls::after {
    content: "+";
    font-size: 38px;
    transform: rotate(45deg);
    position: absolute;
    color: #c8c6c6;
    left: 6px;
    top: 2px;
}
/*added by aleena*/

.popupnew {
  float: left;
  width: 100%;
}
.popupnewframe {
  max-width: 780px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 350px;
}
.pop-usr {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 760px;
  width: 100%;
  z-index: 100001;
  padding: 15px;
  display: none;
}
.pop-usr-inner {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.pop-usr-inner h4 {
  text-align: center;
  padding: 15px 0;
  font-size: 25px;
  font-weight: 600;
}
.pop-inn-cnt {
  float: left;
  width: 100%;
  line-height: 28px;
  max-height: 259px;
  overflow: auto;
  scrollbar-width: thin;
  margin-bottom: 10px;
}
.p-close:hover i {
  color: #3d3d3d;
}
.p-close {
  position: absolute;
  right: 6px;
  padding: 7px;
  cursor: pointer;
  top: 4px;
}
.p-close i {
  font-size: 20px;
  color: #696969;
  transition: .2s ease;
}
.pop-usr-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0003;
  z-index: 99999;
  display: none;
}





/*end by aleena


/* ................. MEdia Quary start .................................... */
@media only screen and (max-width: 1000px){
.main_pading {
    padding: 0 10px;
}
.comonengine {
    float: none;

}
.indexengine_wraper .comonbutondivwraperf {
    display: table-cell;
    vertical-align: top;
}
.indexengine_wraper .engineinputwraper {
    display: block;
    width: 100%;
	float:none;
}

.indexengine_wraper .comonbutondivwraper {
	display:none;
}
.topheader {
    background: none repeat scroll 0 0 #f1f1f1;
	padding:10px 0;
	position: relative;
	z-index: 700;
	   background: rgba(255,255,255,.15);
}
.mobile_m_btn{
	display:block;
}
.moremenu{
	display:none;
}
.acount_header {
    display: none;
}
.fixedin {
	width:210px;
}

}

@media only screen and (max-width: 620px){
    .slide-bt {
  margin: 0px auto;
}

.nav-tab-wrapper {
    display: block !important;
}
/*.nav-tab-wrapper form {
    margin: 15px 0 0 0 !important;
    max-width: 100%;
}*/
.nav-tab-wrapper form {
  margin: 15px 5px 0 5px !important;
  max-width: 33.33%;
  float: left;
  width: 100%;
}
.nav-tab-wrapper {
  display: flex !important;
}
.slectwrpr.engine-footer.select-engine-box select {
    height: 45px !important;
    font-size: 14px !important;
}
.resultengine-dropdown.right {
    margin-bottom: 10px !important;
}
       /*new*/
       .resultlisting-footer .result-more-btn.new-btn-result-more.f-bt {
           position: relative;
           /*top: 58px;*/
       }
       .resultengine-dropdown.f-bt {
           position: relative;
           top: -58px;
       }
       .resultlisting-footer .result-more-btn.new-btn-result-more
       {
              margin: 10px 0px;
       }
      .result_filters
       {
              flex-direction: column;
       }
       .result_filters form
       {
              width: 100%;
              float: none;
              margin: 10px 0px;
              max-width: 100%;
       }
       .result_filters form:first-child
       {
              margin-right: 5px;
       }
       /*new fix*/
       .flex_4cols.flex_col
{
    flex-direction: column;
}
.flex_col .add_content
{
    width: 100%;
    margin:0px 0px 15px;
    box-sizing: border-box;
}
.result_filters.flex_2col
{
    flex-direction: row;
    flex-wrap: wrap;
}
.result_filters.flex_2col form
{
    margin: 0px 5px 10px 0px;
    flex-basis: calc(50% - 7px);    
}
       /*new fix*/
    .resultlisting-footer .result-more-btn {
    min-width: 100%!important;
    max-width: 100%!important;
    margin-left: 0;
    margin-top: 12px;
}
.slectwrpr.engine-footer.select-engine-box {
    padding-left: 10px;
    width: 100%;
}
.resultengine-dropdown {
    float: left;
    width: 100%;
}
.three-parts {
    display: block!important;
}
.resultlisting-footer .result-more-btn.special-result-btn-more {
    min-width: 100%!important;
    max-width: 100%!important;
}
.resultlisting-footer .result-more-btn.images-result-btn-more {
    min-width: 100%!important;
    max-width: 100%!important;
}
       /*search title*/
       .search_title .help-tooltip span
{
       right: auto;
       left: 50%;
       transform: translateX(-50%);
}
       .center_div
       {
              margin: 10px 0px;
       }
       /*search title*/
        .add_content
       {
              width: 100%;
              padding: 15px;
              box-sizing: border-box;
              background: #FFE2DB;
              border-radius: 10px;
       }
       .add_content span
       {
              max-width: 100%;
              white-space: normal;
       }
}

@media only screen and (max-width: 479px){
       .top_flex .site-top-header-in a
       {
           white-space: nowrap;
           font-size: 11px;

       }
       
       .flex_auto_width   .r_h_link     
       {
               padding-right: 10px!important;      
       }
       .flex_auto_width .boost_btn 
       {
              display: flex;
              flex-direction: column;
              line-height: 1.2;
       }
       .flex_auto_width .boost_btn i
       {
              margin-top: 3px;
              margin-right: 0px;
              font-size: 12px;
       }
       .flex_auto_width .boost_btn span:nth-child(1)
       {
              font-size: 11px;
         
       }
       .flex_auto_width .boost_btn span:last-child 
       {
              font-size: 11px;
              margin: 3px 0px;
       }
       
}
@media only screen and (max-width: 440px){
	.resultengine-dropdown{
		float: left!important;
		width: 100%;
	}
       /*paid member*/
       .paid_member_title
       {
              font-size: 1.6rem;
       }
       .benefits_box_header_right
       {
              width: 80%;
       }
		 .benefits_box_header
       {
              padding: 15px 30px;
              box-sizing: border-box;
       }					 
       .benefits_box_header_left
       {
              padding: 10px;
             width: 100%;
              box-sizing: border-box;
              background: rgba(255,255,255,0);
       }
       .benefits_box_header_right
       {
              opacity: 0;
       }
       .renew_box
       {
              width: 96%;
       }
       /*paid member*/
}
@media only screen and (max-width: 360px){

.r_bottomlinks a {
    float: left;
    width: auto;
}
       /*paid member*/
       .benefits_box_header_right
       {
              width: 90%;
              right: -10px;
       }
       .benefits_box_header
       {
              padding: 15px;
              box-sizing: border-box;
       }
       /*paid member*/
       
       /*mob header fix*/
       .top_flex .site-top-header-in
{
    display: flex;
    padding-left: 25px;
}
       .top_logo .result_logo_inner
       {
              width: 45px;
       }
.top_flex .site-top-header-in a
{
    white-space: nowrap;
    font-size: 11px;    
}
       /*header inner fix*/
       .top_flex .site-top-header-in
{
    padding-left: 12px;
    align-items: center;
       just ify-content: flex-end;
}
.top_flex .site-top-header-in a
{
   white-space: normal;
    line-height: 1;
   font-size: 11px;
       width: auto;
    max-width: 90px;
    margin-right: 7px;
    margin-right: 0px;
    
}
.total-reward img
{
   margin-right: 0px;
}
.site-top-header a
{
    padding: 0px 7px;
}
       /*header inner fix*/
.top_logo
{
    margin-left: 10px;
}
       /*mob header fix*/
}


.result-spliter span {
    background: #FFF;
    padding: 0px 5px;
    position: relative;
    z-index: 8;
    display: block;
    float: left;
    color: #666;
    font-size: 15px;
}
.result-spliter::after {

    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 45%;
    height: 1px;
    background: #DDD;
    position: absolute;

}
.result-spliter {

    position: relative;
    width: 100%;
    float: left;
    margin: 10px 0 20px;

}

.qickfrmeifrmae {

    margin-bottom: 15px;

}

.tickr-results .graph-box-in {
    height: auto;
}


.tickr-results .graph-box-in .ticker-avatar{

    border-top: 1px solid #dedede;
    padding-top: 5px;
}

.searchengine-li .searchengine-a img {

    width: 19px;
    float: left;
    margin-right: 3px;

}

.managebox .managebox-row .manage-box-right a {

    word-break: break-all;

}


.engine-footer{

    border-radius:10px;
  display:inline-block;
  overflow:hidden;
  border:1px solid;
}
.switch-freshness-engine{
/*width: 140px;*/
    height: 45px!important;
    border: 0px;
    outline: none;
    margin-top: 0;
    padding-left: 12px;

}

.today-leader{
    border:1px solid #6fc7e4;
    border-radius:10px!important;

}
.month-leader{
     border:1px solid #b9d67a;
     border-radius:10px!important;
}
.all-leader{

     border:1px solid #ff9d1e;
     border-radius:10px!important;
}
.slectwrpr.engine-footer.select-engine-box{
    border: 1px solid #DD5737;
}
.three-parts{
   width: 100%;
   float: left;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content:  space-between;
}

.resultlisting-footer .result-more-btn.special-result-btn-more{
  min-width: 80%;
  max-width: 80%;
}
.resultlisting-footer .result-more-btn.images-result-btn-more{
     min-width: 86%;
  max-width: 86%;
}
.quicklook_error{

    margin-top:0!important;
    max-width:100%!important;
    margin-bottom:15px;

}

.slick-initialized .slick-slide:focus {
    outline: none;
}
 .dotted-dashed-line::after{
    position: absolute;
    width: 11px;
    content: '';
    background-image: url(../images/dotted-train-background.png);
    background-size: 15px;
    background-repeat: no-repeat;
    z-index: 9;
    top: 60px;
    height: 20px;
    display: inline-block;
    right: -6px;
}
/* .................. Map style .................. */

/*new css for video/img bg*/
.index-page-slider.slider_related_text_change .slick-list.draggable{
   position: relative;
}
.index-page-slider.slider_related_text_change .slick-list.draggable::before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    z-index: 9;
}
.mainwraper.menu_color_change .topheader.textclr_neg .header_fmenuli a{
   color: #333333;
   text-shadow: 1px 1px 2px rgba(255,255,255,.4);
}
.mainwraper.menu_color_change .topheader .sub-link span {
    color: #AFDE47;
    color: #000;
}
.mainwraper.menu_color_change .homepage-bannertext h4 {
    font-weight: 500;
    font-size:34px;
    text-shadow: 1px 3px 4px rgba(255, 255, 255, 0.25);
}
.featured_section_outer{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #FFF;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background:#FFF;
}
.fedbox-txt .feedcat.featured_desc {
    /*color: #fff;*/
}
.feedsection.featured_new_section{
    padding: 50px 0 68px;
}
/*from index.html of homepage*/
.feedpopupbox
	{
		position: fixed;
		max-width: 860px;
		width: 100%;
		left: 50%;
		right: 0;
		top: 0;
		padding-top: 10px;
		transform: translateX(-50%);
		display: none;
		z-index: 1000;
		overflow: auto;
	}
	.feedpopupbox .popupimgwrpr .homeheading{
		position: absolute;
		padding-left: 10px;
		bottom: 20px;
		left: 20px;
		margin: 0;
		color: white;
		text-shadow: 0 0 3px rgba(0,0,0,0.4);
	}
	.popuptext{
		padding: 0 10px;
	}
	.popupimgwrpr{
		width: 100%;
		background-color: transparent;
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
		min-height: 280px;
		height: auto;
		max-height: 320px;
		backface-visibility: 0.6;
		background-position: center;
		overflow: hidden;
	}
	.popupimg{
		position: absolute;
		top: 0;
		bottom: 0;
		max-width: 100%;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
		height: 280px;
	}
	.bg-blur{
		position: absolute;
		top: -20px;
		left: -20px;
		bottom: -20px;
		right: -20px;
		background-size: cover;
		background-repeat: no-repeat;
		-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
		z-index: 0;

	}
	.feedpopupbox-in{
		position: relative;
		background: white;
		padding: 5px;
	}
	.feedpopupbox-in .my_popup_close{
		border-radius: 0px;
		position: absolute;
		right: 5px;
		top: 5px;
		z-index: 2;
	}
	.feedpopupimg{
		max-width: 100%;
		width: auto;
		height: auto;
		max-height: 320px;
	}
	.main-bg.popub-bg.alert{
		display: none!important;
	}
	.tickersection.ticker_at_bottom {
    padding: 50px 0;
    background: #8FC1E3;
}
  .tickersection .index-heading.ticker_heading {
    margin-bottom: 20px;
}
a.ticker_spider_href{
    word-break: break-word;
    font-size: 14px;
    color: #1a1e66;
    line-height: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    float: left;
}
.tickersection .index-heading.whitetext{
    text-shadow: none;
    color: #ee8900;
        font-size: 27px;
       line-height: 1;
}
.ticker-box-in .ticker-avatar .fa{
    padding-right:3px;
}
.tickersection.animated-height{
        padding: 35px 0;
        padding-top: 30px;
        padding-bottom: 55px;
}
.ticker-box-in .ticker-avatar .ticker-btns .fa {
     padding-right: 0px;
}
.ticker-box.ticker_result_border {
    padding: 0;
}
.leader-profile-box.general-border.tick {
    border-bottom: none!important;
}
.ticker-box.ticker_result_border .ticker-box-in {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
}
.top_padding_ticker {
 margin-top:10px;
}
.show-list-ticker .ticker-box.ticker_result_border-area:first-child {
    padding-top: 0;
}
.ticker-box.ticker_result_border-area {
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    text-align: left;
}
.show-list-ticker .ticker-box.ticker_result_border-area:last-child {
    border-bottom: none!important;
}
.ticker-box.ticker_result_border-area .ticker-box-in {
    padding: 0;
    border: none;
}
.ticker-box.ticker_result_border-area a.ticker_spider_href {
    font-size: 13px;
    font-weight: 500;
    color:#035aca;
}
.ticker-box.ticker_result_border-area .ticker-box-in .ticker-avatar {
    padding-top: 0;
    color: #333333;
}
.ticker-box.ticker_result_border-area .ticker-box-in .ticker-header {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 500;
    color: inherit;
}
.result-board.right .profile-leaderboard.ticker {
    border: 1px solid #B39Bc8!important;
    border-radius: 10px!important;
}
.leader-profile-box.general-border.tick {
    border-bottom: none!important;
}
#show-ticker-element-div{
    float:left;
    width: 100%;
    display:none;
}
#show-ticker-element-div .ticker-box.ticker_result_border-area:first-child {
    border-bottom: none!important;
    padding-bottom: 0;
    border-top: 1px solid #ededed;
    padding-top:15px;
}
/*video on sitecontent home page*/
.video-element {
    width: 100%;
    position: relative;
    display: block;
}
.video-element video
{
              border: 5px solid rgba(255,255,255,.3);
       box-shadow: 0px 17px 36px -12px rgba(0,0,0,0.5);
}
.playpause {
    background-image:url(../images/play-button.png);
    background-repeat:no-repeat;
    width:70px;
    height:70px;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}
 video::-webkit-media-controls-play-button, video::-webkit-media-controls-pausebutton {
    display: none;
}
/*im feeling lucky btn -new*/
.livesearch.feelingluckynew {
    position: relative;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0;
    float: left;
    width: 100%;
}
.livesearch.feelingluckynew .livesearch_lucky{
    padding: 0;
}
.livesearch.feelingluckynew .commonbutton {
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    height: 33px;
    border: #DCDCDC 1px solid;
    background-color: #F2F2F2;
    background-image: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
    background-image: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
    font-size: 13px!important;
    font-weight: 400!important;
    padding: 0 22px;
    margin: 0;
    cursor: pointer;
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif!important;
    margin-right: 10px;
}
livesearch.feelingluckynew .livesearch_lucky:hover {
    background: transparent;
}
.livesearch.feelingluckynew .commonbutton:last-child {
    margin-right: 0;
}
.livesearch.feelingluckynew .livesearch_lucky:hover {
    background: transparent!important;
}
@media only screen and (max-width: 1339px){
       .tickersection.animated-height
       {
              padding-top: 10px;
       }
       .main_titleone
       {
              margin-top: 15px;
       }
       .indexengine_wraper .engineinputwraper
       {
              margin-top: 10px;
       }
}
/* suraaj start */
.ai-bt:hover {
  background: #75a25d;
}
.ai-bt {
  font-size: 15px;
  border: none;
  padding: 7px 15px;
  border-radius: 5px;
  color: #fff;
  background: #88bc6c;
  transition: .2s ease;
}
.ai-rslt {
  display: none;
  padding: 20px 15px;
  background: #f1f1f1;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  /* min-height: 175px !important; */
  position: relative;
}  
.ai-rslt.act {
  /* min-height: 175px !important; */
  transition: .3s ease;
}
.ai-rslt-txt {
  margin: 0px;
  color: #6f6f6f;
  letter-spacing: .3px;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}
.ai-rslt h4 {
  font-size: 22px;
  color: #414141;
  font-weight: 600;
  letter-spacing: .3px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.ai-load {
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  display: none;
}
.ai-load img {
  width: 37px;
}

.ai-txt-er {
  font-size: 15px;
  margin: 0;
  color: #d13030;
  display: none;
}


.ai-rslt {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%) !important;
  border: none !important;
}
.ai-rslt-txt {
  text-shadow: 1px 1px 3px #32323242;
  color: #fff !important;
}
#ai-bt2:hover {
  background: #fff !important;
}
#ai-bt2 {
  background: #fff !important;
  color: #2aa7de !important;
}
/* #demo br {
  display: none;
}
#demo1 br {
  display: none;
} */

/* 20-2-23 new style */
.ai-tp-mnu {
  float: left;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.ai-tp-mnu-li {
  float: left;
  list-style: none;
  margin-right: 10px;
  font-size: 15px;
  margin-bottom: 10px;
}
.ai-tp-mnu-li a {
  color: #585858;
  text-decoration: none;
  background: #e5e5e5;
  padding: 10px 8px;
  border-radius: 5px;
  transition: .3s ease;
  font-size: 13px;
  cursor: pointer;
  float: left;
}
.ai-tp-mnu-li a:hover {
  /*background: #88bc6c;*/
  background: #ee8900;
  color: #fff;
}
.rslt-lnk-ic {
  margin-left: 3px !important;
}
.ai-rslt-wb {
  padding: 10px 0;
  border-bottom: 2px solid #a5a5a5;
  margin-top: 20px;
}
.ai-rslt-wb h4 {
  border-bottom: 2px solid #a5a5a5;
  font-size: 18px;
  color: #4d4d4d;
  padding-bottom: 10px;
}
.web-ai-rslt {
  padding: 12px 0;
  border-bottom: 2px solid #a5a5a5;
  margin-bottom: 20px;
}
/*.web-ai-rslt h4 {*/
/*  border-bottom: 2px solid #a5a5a5;*/
/*  font-size: 18px;*/
/*  color: #4d4d4d;*/
/*  padding-bottom: 5px;*/
/*}*/
.web-ai-rslt h4 {
  border-bottom: 2px solid #a5a5a5;
  font-size: 17px;
  color: #4d4d4d;
  padding-bottom: 10px;
  font-weight: 600;
}
.aimenu {
  width: 50%;
  float: left;
  /*padding-bottom: 15px;*/
}
.rslt-btm-lnk {
  padding-top: 10px;
}
.rslt-lnk {
  float: left;
  border-radius: 3px !important;
  padding: 0 5px !important;
  border: 1px solid #6fc7e4 !important;
}
.popup-options-bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #29292930;
  z-index: 100;
  display: none;
}
.popup-options {
  padding: 25px 10px;
  background: #fff;
  z-index: 101;
  max-width: 500px;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 10px;
  display: none;
}
.popup-options-p {
  color: #575757;
  font-weight: 500;
  padding: 10px 0 15px 0;
  margin-bottom: 5px;
}
.popup-options-btn {
  border: none;
  background: #fbaf4d;
  color: #fff;
  padding: 10px 0;
  width: 110px;
  border-radius: 5px;
  margin: 5px;
  cursor: pointer;
  transition: .3s ease;
}
.popup-options-btn:hover {
  background: #E19027;
}

.web-ai-rslt {
  padding-top: 20px;
  margin-bottom: 25px;
}
.ai-rslt-wb {
  float: left;
}
.aimenu-in {
  margin-left: 20% !important;
  float: left;
  width: 46.5% !important;
}
.ai-tp-mnu {
  padding-left: 15px !important;
}
/* suraaj start */

/* amal start */
.rslt-lnk {
  background: #fff;
  line-height: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #035aca;
  padding: 0 5px !important;
  margin: 0 !important;
}
.web-ai-rslt {
  float: left;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 15px;
}
.r_bottomlinks .bottom_a {
  margin-bottom: 8px;
}
.rslt-lnk{
  /*margin-bottom: 8px;*/
}
.r_bottomlinks {
  top: 34px;
}
.position-fixed{
    position: fixed;
}
.ai-rslt-hd {
  font-size: 22px !important;
  font-weight: 500 !important;
}
.bt-cntr:hover {
  background: #E19027 !important;
  color: #FFF;
  text-decoration: none;
}
.bt-cntr {
  background: #fbaf4d !important;
  border: none;
  border-radius: 20px;
  padding: 8px 15px;
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  cursor: pointer;
}
.rslt-pop-bt.bottom_ul_btn.bt-nw-styl.nw-st {
  position: relative;
  top: 37px;
  padding: 0 !important;
  margin-right: 10px !important;
  border: none !important;
  margin-bottom: 10px;
}
.rslt-pop-bt.bottom_ul_btn.bt-nw-styl.nw-st:hover .rslt-lnk {
  background: #4787ed !important;
  border: 1px solid #4787ed !important;
  color: #fff;
}
.bottom_ul_cover {
  margin-bottom: 10px;
  top: 37px !important;
}

/* 6-3-2024 */

.result-board.left.add-scroll-fix {
  width: 20%;
  padding-left: 15px;
  margin-top: 10px;
}
.lft-tp-sc {
  width: 100%;
  /*padding: 0 15px;*/
  /*border: 1px solid #ee8900;*/
  border-radius: 10px;
  /*margin-bottom: 15px;*/
}
.l-drp {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .7px;
  border: 2px solid #ee8900;
  color: #ee8900;
  position: relative;
  line-height: 17px;
  padding: 12px 20px;
  margin-top: 15px;
  border-radius: 25px;
  cursor: pointer;
}
.result-board.left.add-scroll-fix #result-leaders-tab .profile-leaderboard {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}
.l-fltr {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .7px;
  border: 2px solid #ee8900;
  color: #ee8900;
  position: relative;
  line-height: 17px;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  display: none;
  margin-bottom: 15px;
}
.l-flter-img {
  width: 13px;
  margin-left: 5px;
}
.dropbtn {
 
  color: white;
  padding: 30px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f9f9f9 }

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .l-drp {
  background-color: #f9f9f9 ;
}
.l-drp {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .7px;
  border: 2px solid #ee8900;
  color: #ee8900;
  position: relative;
  line-height: 17px;
  padding: 12px 20px;
  margin-top: 15px;
  border-radius: 25px;
  cursor: pointer;
}
.l-drp-img {
  position: absolute;
  width: 15px;
  top: 13px;
  right: 20px;
}
.result_display_left {
  width: 46.5% !important;
}
.result_display_leftinside {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0 !important;
}
.result-popup {
  left: 66.5%;
  position: fixed;
  /*top: 190px;*/
  right: 15px;
  background: #fff;
  bottom: 5px;
  border: 1px solid #a349a4;
  z-index: 99998;
  border-radius: 10px;
  box-shadow: 0 3px 6px -2px #0000005e;
  overflow: hidden;
  height: calc(100vh - 196px);
}
.aimenu {
  width: 65%;
  float: left;
  /*padding-bottom: 15px;*/
}
.result-engine-wraper-in.resultpage {
  max-width: 46.5% !important;
  margin-left: 20%;
  padding: 15px;
}
/* 17-07-2024 */
.nav-tab.tp-btns {
  min-width: 49% !important;
  border: 2px solid #ee8900 !important;
  border-radius: 25px;
  color: #ee8900 !important;
  padding: 7px 0 !important;
  font-weight: 500 !important;
  margin-top: 20px;
}
.nav-tab.tp-btns.active {
  color: #fff !important;
  background: #ee8900;
}
#result-leaders-tab{
    display: none;
}

#subjectcheck {
  display: none;
}
.aimenu {
  display: none;
}
.catagories_list2.slabe {
  float: left;
  margin: 0;
}
.catagories_listli2 a i {
  font-size: 13px;
  margin-left: 4px;
}
.catagories_listli2 a:hover {
  background: #ee8900;
  color: #fff;
}
.t-btnq {
  width: 100%;
  float: left;
  /*border: 2px solid #ee8900;
  border-radius: 25px;
  overflow: hidden;*/
}
.t-btnq-in.active {
  background: #ee8900;
  color: #fff;
}
.t-btn-in{
    float: left;
    display: flex;
}
/*.t-btnq-in {*/
  /*width: 50%;*/
/*  text-align: center;*/
/*  padding: 10px 25px;*/
/*  font-weight: 500;*/
/*  cursor: pointer;*/
/*  transition: .4s ease;*/
/*  border: 2px solid #ee8900;*/
/*  color: #ee8900;*/
/*  letter-spacing: .7px;*/
/*  background: #fff;*/
/*  margin-right: 10px !important;*/
/*border-radius: 30px;*/
/*font-size: 13px !important;*/
/*line-height: 18px !important;*/
/*}*/
.grey-btn {
  padding: 10px 20px;
  border: none;
  background: #E6E6E6;
  border-radius: 20px;
  font-size: 14px;
  color: #222;
  display: inline-block;
  cursor: pointer;
  line-height: 20px;
  margin: 0 0 10px 10px;
}
.t-btnq-in {
  text-align: center;
  padding: 0 18px !important;
  font-weight: 500;
  cursor: pointer;
  transition: .4s ease;
  border: 2px solid #ee8900;
  color: #ee8900;
  letter-spacing: .7px;
  background: #fff;
  margin-right: 10px !important;
  border-radius: 30px;
  font-size: 13px !important;
  line-height: 18px !important;
  height: 42px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.t-btnq-in.t-bt-rtt img {
  width: 22px;
}
.t-btn {
  float: left;
  padding: 15px 0 0 0 !important;
}
.t-btnq-in:hover {
  background: #ee8900;
  color: #fff;
}
.t-btnq-in:last-child {
  margin-right: 15px !important;
}
.catagories_listli2:last-child a {
  margin-right: 15px !important;
}
/*.t-bt-rtt {*/
/*  border-top-right-radius: 25px;*/
/*  border-bottom-right-radius: 25px;*/
/*  border-left: 1px;*/
/*}*/
/*.t-bt-lftt {*/
/*  border-top-left-radius: 25px;*/
/*  border-bottom-left-radius: 25px;*/
/*  border-right: 1px;*/
/*}*/
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.button1 {
  background-color: #f9f9f9;
  border: none;
  color: orange;
  font-size: 16px;
}
.rslt-pop-responsive {
    background: #fff;
    border: 1px solid #a349a4;
    display: none;
    border-radius: 10px;
    box-shadow: 0px 3px 6px -2px #0000005e;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    margin-top: -5px;
}
.rslt-pop-responsive .result-popup-in {
    float: left;
    position: unset;
    overflow: auto;
    height: 280px;
}
.rslt-pop-responsive .result-popup-in #resultpopupdivv {
    width: 100% !important;
    height: 100% !important;
    float: left;
}
.result_logo {
  width: 20% !important;
  padding-left: 20px !important;
}
.catagories_listul2.nsla {
  padding-left: 15px;
}
.slabein {
  padding-left: 20%;
}
.engineinput {
  padding-left: 15px;
}
.aimenu {
  width: 100%;
}
.t-btn {
  width: 46.5%;
  margin-left: 20%;
  padding-left: 15px !important;
  white-space: nowrap;
display: table-cell;
overflow: auto;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #8b8b8b #0000;
  animation: l16 1s infinite linear;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader::before {
  border-color: #ffa800 #0000;
  animation: inherit; 
  animation-duration: .5s;
  animation-direction: reverse;
}
.loader::after {
  margin: 8px;
}
.popupnew {
  float: left;
  width: 100%;
}
.popupnewframe {
  max-width: 780px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 350px;
}
@keyframes l16 { 
  100%{transform: rotate(1turn)}
}
/*.m-loader {*/
/*  position: fixed;*/
/*  inset: 0;*/
/*  background: #fffffff2;*/
/*  z-index: 100000;*/
/*  display: grid;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  backdrop-filter: blur(8px) !important;*/
/*  webkit-backdrop-filter: blur(40px);*/
/*}*/

@media only screen and (max-width:991px){
    
.result-popup{
    display: none;
}
.aimenu {
  width: 100%;
}
.aimenu-in{
    padding: 0 15px;
}

.slabein {
  padding-left: 0;
}
.aimenu-in {
  margin-left: 0;
  width: 100%;
}
.ai-tp-mnu {
  padding-left: 0 !important;
}
}
/* amal end */

