
@CHARSET "UTF-8";
/*@font-face {
    font-family: 'f37_gingerbold';
    src: url('../fonts/f37ginger-bold-webfont.eot');
    src: url('../fonts/f37ginger-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/f37ginger-bold-webfont.woff') format('woff'),
         url('../fonts/f37ginger-bold-webfont.ttf') format('truetype'),
         url('../fonts/f37ginger-bold-webfont.svg#f37ginger-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'f37_gingerlight';
    src: url('../fonts/f37ginger-light-webfont.eot');
    src: url('../fonts/f37ginger-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/f37ginger-light-webfont.woff') format('woff'),
         url('../fonts/f37ginger-light-webfont.ttf') format('truetype'),
         url('../fonts/f37ginger-light-webfont.svg#f37ginger-light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'f37_gingerbold_italic';
    src: url('../fonts/f37ginger-bolditalic-webfont.eot');
    src: url('../fonts/f37ginger-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/f37ginger-bolditalic-webfont.woff') format('woff'),
         url('../fonts/f37ginger-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/f37ginger-bolditalic-webfont.svg#f37ginger-bolditalic-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'f37_gingerregular';
    src: url('../fonts/f37ginger-regular-webfont.eot');
    src: url('../fonts/f37ginger-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/f37ginger-regular-webfont.woff') format('woff'),
         url('../fonts/f37ginger-regular-webfont.ttf') format('truetype'),
         url('../fonts/f37ginger-regular-webfont.svg#f37ginger-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

.sbHolder {
    background-color: #fff;
    border: 0 none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    position: relative;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-bottom: 20px !important;
    z-index: 999 !important;
}
.sbHolder:focus .sbSelector {} .sbSelector {
    display: block;
    height: auto;
    left: 0;
    line-height: 30px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 7px;
    width: 99%;
    font-size: 18px;
    color: #777;
    text-align: left !important;
    font-family: 'f37_gingerregular';
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #777;
    outline: none;
    text-decoration: none;
}
.sbToggle {
    background: url(../images/arrow.jpg) no-repeat center center;
    display: block;
    height: 100%;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    border-left: 2px solid #d9d9d9;
}
.sbToggle:hover {
    background: url(../images/arrow.jpg) no-repeat center center;
}
.sbToggleOpen {
    background: url(../images/arrow-up.jpg) no-repeat center center;
}
.sbToggleOpen:hover {
    background: url(../images/arrow-up.jpg) no-repeat center center;
}
.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {} .sbHolderDisabled .sbToggle {} .sbOptions {
    background-color: #fff;
    border: 0 none;
    left: 0;
    list-style: outside none none;
    margin:0 !important;
    overflow-y: auto;
    padding: 0 0 10px 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 999 !important;
    text-align: left !important;
    -webkit-box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.2);
    font-family: 'f37_gingerregular';
}
.sbOptions li {
    padding: 0 7px;
}
.sbOptions a {
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
    font-size: 18px;
    color: #777;
}
.sbOptions a:link,
.sbOptions a:visited {
    color: #777;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #777;
}
.sbOptions li.last a {
    border-bottom: none;
}
.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
    padding-left: 17px;
}
.main_box {
    background-color: #ff6602;
    font-family: 'Oxygen', sans-serif;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    padding: 35px;
	max-width:1170px; margin:0 auto;
}
.main_box input {
    width: 100%;
    padding: 10px;
    color: #777777;
    font-size: 18px;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-bottom: 20px !important;
    font-family: f37_gingerregular;
    background-color: #FFFFFF;
}
.main_box .buttons_box {
    text-align: center; position: relative;
}
.main_box .buttons_box a {
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-decoration: none;
    font-family:f37_gingerbold;
}
.main_box .buttons_box a.disable {
	 background: #ccc;
	 cursor:unset;
}
.main_box .buttons_box a sup {
    font-size: 11px;
}
.main_box .big-txt {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
    font-family: 'f37_gingerregular';
}
.main_box .sml-txt {
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
    padding-bottom: 50px;
    text-align: center;
    font-family: 'f37_gingerregular';
}
.main_box .sml-txt > a {
  color: #fff;
  font-weight: bold;
}
.main_box .big-txt-two {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding: 50px;
    font-family: 'f37_gingerregular';
}
.main_box .big-txt-two sup {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
	top:-1.0em;
}
span.phs_loading {
  display: none;
  margin-left: 10px;
  margin-top: 5px;
  position: absolute;
  text-align: center;
}
.Phrasee_page_what-know {
  margin: 0 auto;
  max-width: 1425px;
/*  text-align: center;*/
}
.Phrasee_page_what-know .heading{font-family:"f37_gingerbold"; font-size:30px; line-height: 38px; color:#777; margin-bottom:50px; text-align: center;
}
.Phrasee_page_what-know .heading sup{font-size:22px;}
.Phrasee_page_what-know .heading_two{font-family:"f37_gingerregular"; font-size:20px; line-height: 26px; color:#777; /*width: 48%;*/ float: left; margin-bottom:15px; padding: 30px 0 /*100px*/;
}
.Phrasee_page_what-know .orange {
  color: #ff6602;
  font-size: 22px;
  font-family:f37_gingerbold;
}
.Phrasee_page_what-know .gray_bg-box {
  /*background-color: #f5f5f5;*/
  /*padding: 35px 0; margin-top:40px;*/
  width: 90%; float: right;
}
.Phrasee_page_what-know .gray_bg-box .bottom-txt{margin-top:20px; font-family:"f37_gingerregular"; font-size:18px; color:#777;}
.Phrasee_page_what-know .gray_bg-box .bottom-txt span {
  display: block;
  padding: 10px;
}
.Phrasee_page_what-know .gray_bg-box .bottom-txt a{color:#02b8c3; text-decoration:none;}

.Phrasee_page_what-know .bottom-txt .icons{text-align:left; margin-top:15px;}
.Phrasee_page_what-know .bottom-txt .icons a{display:inline-block; margin-right:15px;}
.Phrasee_page_what-know .bottom-txt .icons a:last-child {
  margin: 0;
}
.Phrasee_for-o-for{text-align:center; font-family:"f37_gingerlight"; background:url(../images/404.jpg) no-repeat right; min-height:400px; max-width:1170px; margin:0 auto;}
.Phrasee_for-o-for .heading{font-family:"f37_gingerbold"; font-size:30px; font-weight:bold; color:#777; margin-bottom:50px;}

.Phrasee_for-o-for .heading_two{font-family:"f37_gingerregular"; font-size:22px; font-weight:bold; color:#777; margin-bottom:15px;}
.Phrasee_for-o-for span{display:block; text-align:center; margin-top:30px;}
.Phrasee_for-o-for span a{background:#ff6602; color:#fff; padding:10px 32px; display:inline-block; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; font-size:20px; font-weight:bold; font-family:"f37_gingerbold"; text-decoration:none}

.Phrasee_for-o-for span a:hover{color:#fff;}

.data_box-tow {
  margin: 0 auto;
  max-width: 1425px;
  padding-top: 75px;
  border-top: 1px solid #cccccc;
}
.data_box-tow .main_heading{font-family:"f37_gingerregular"; font-size:28px; line-height: 34px; color:#777; text-align:center;}
.data_box-tow .text_belowheading {
  color: #777;
  font-family: "f37_gingerregular";
  font-size: 16px;
  margin-top: 30px; text-align:center;
}

.data_box-tow .boxes_li_main {
    border-bottom: 1px solid #ccc;
    margin-top: 60px;
    width: 100%;
    padding-bottom: 50px;
}
.clearfix{clear:both;}
.data_box-tow .boxes_li_main ul{width:100%; margin:0; padding:0; list-style:none}
.data_box-tow .boxes_li_main ul li{width:48%; float:left; margin-bottom:30px; list-style:none;}
.data_box-tow .boxes_li_main ul li:nth-of-type(even) {
  float: right;
}
.data_box-tow .boxes_li_main ul li .img{float:left;width: 8%;}
.data_box-tow .boxes_li_main ul li .img img{width:100%;}
.data_box-tow .boxes_li_main ul li .txts {
  float: left;
  margin-left: 5%; 
  text-align: left;
  width: 87%;
}

.data_box-tow .boxes_li_main ul li .txts .txt_heading{font-family:"f37_gingerregular"; font-size:20px; color:#777;}
.data_box-tow .boxes_li_main ul li .txts .box_txt{font-family:"f37_gingerregular"; font-size:16px; color:#777;}
.why-box-one .main_heading{font-family:"f37_gingerregular"; font-size:24px; line-height: 32px; color:#777; /*text-align:center;*/ clear:both; padding: 30px 0;}
.why-box-one .text_belowheading {
  color: #777;
  font-family: "f37_gingerbold";
  font-size: 16px;
  margin-top: 30px; text-align:center;
}
.why-box-one {
  /*border-bottom: 1px solid #ccc;*/
  margin: 60px auto 30px;
  max-width: 1425px;
  padding-bottom: 50px;
}
.why-box-one .box_ul_main {
  margin: 25px auto 0;
  max-width: 1425px;
}
.why-box-one .box_ul_main .left_box {
  float: left;
  width: 49%;
}

.why-box-one .vc_col-sm-4 .box_ul_main .left_box {
	width: 100%;
}

.why-box-one .box_ul_main .right_box {
  float: right;
  width: 49%;
}
.why-box-one .box_ul_main ul{width:100%; margin:0; padding:0; list-style:none}
.why-box-one .box_ul_main .left_box ul li{width:100%; float:none; color:#777; font-size:16px; margin-bottom:20px; font-family:f37_gingerlight; list-style:none;}

.why-box-one .box_ul_main .right_box ul li{width:100%; float:none; color:#777; font-size:16px; margin-bottom:20px; font-family:f37_gingerregular; list-style:none;}

.why-box-one .box_ul_main ul li{width:48%; float:left; color:#777; font-size:16px; margin-bottom:20px; font-family:f37_gingerregular; list-style:none;}

.why-box-one .box_ul_main ul li:nth-of-type(even){float:right;}
.why-box-one .box_ul_main ul li:nth-of-type(odd){clear:both;}
.why-box-one .box_ul_main .left_box ul li:nth-of-type(1) {
  background: rgba(0, 0, 0, 0) url("../images/one-no.jpg") no-repeat scroll left 2px;
  padding-bottom: 4px;
  padding-left: 40px;
 clear:both; 
}
.box_ul_main a {
  color: #FF6602;
}
.ul_two_box-three p {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.why-box-one .box_ul_main .left_box ul li:nth-of-type(3) {
  background: rgba(0, 0, 0, 0) url("../images/three-no.jpg") no-repeat scroll left 2px;
  padding-bottom: 4px;
  padding-left: 40px;
  clear:both;
}
.why-box-one .box_ul_main .left_box ul li:nth-of-type(2) {
  background: rgba(0, 0, 0, 0) url("../images/two-no.jpg") no-repeat scroll left 2px;
  padding-bottom: 4px;
  padding-left: 40px;
 clear:both;
}
.ul_two_box {
    margin-top: 25px !important;
}
.why-box-one .box_ul_main ul.ul_two_box li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  min-height: 65px;
}
.why-box-one .box_ul_main ul.ul_two_box li:nth-of-type(odd){padding:0;}
.ul_two_box p {
  margin-bottom: 20px; padding-bottom:0;
}
.ul_two_box-three{margin:0; padding:0;}
.ul_two_box-three li{background:none !important; padding:0 !important;}
.box_three {
  border: medium none;
  margin: 0 auto 10px; max-width:1425px;
  padding-top: 25px;
}

.orange_box_main {
  background: #ff6602 none repeat scroll 0 0;
  color: #fff;
  padding: 50px 20px; max-width:100%;
  text-align: center; font-size:20px; font-family:f37_gingerregular;
  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}
.orange_box_main .heading{ font-size:28px; line-height: 36px; margin-bottom:20px; font-family:f37_gingerbold;}
.orange_box_main a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block; font-family:f37_gingerbold;
  font-size: 20px;
  padding: 15px 20px;
  text-decoration: none; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px; margin-top:25px; margin-bottom:10px;
}
.orange_box_main a:HOVER{COLOR:#fff;}
.white_bxo {
  margin: 0 auto;
  max-width: 1425px;
  padding-bottom: 30px;
  padding-top: 50px;
  text-align: center;
}
.white_bxo .heading{
font-size:28px; color:#777; font-family:f37_gingerbold;
}

.white_bxo .txts {
  color: #777;
  font-size: 16px; font-family:f37_gingerregular;
  margin-bottom: 30px;
  margin-top: 15px;
}
.white_bxo a{font-size:20px; font-family:f37_gingerbold; background:#ff6602; display:inline-block; color:#fff; text-decoration:none; padding:10px 20px;  border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -ms-border-radius:3px;}
.white_bxo a:hover{color:#fff;}

.chartsection{width:100%;text-align:center;}
.chartside{width:100%;text-align:center;margin:auto;}

.subjectline {
	border: 1px solid #ff6602;
	border-radius: 5px;
	margin-bottom: 30px;
	position: relative;
	display: table;
	min-height: 50px;
	width: 100%;
}

.subjectlineinner {
	float: left;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

.emailicon {
	display: table-cell;
	width: 60px;
	padding: 20px 20px;
	vertical-align: middle;
	background-color: #ff6602;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
}

.emailicon i {
	background-color: #FF6602;
	font-size: 22px;
}

@media (min-width: 767px) and (max-width: 900px){
	.chartside{width:80%;}
}
@media screen and (max-width:767px){
.chartside{width:80%;}


.sbSelector{font-size:15px;}
.sbOptions a{font-size:15px;}
.main_box{padding:35px 20px;}
.sbSelector {
  font-size: 15px;
  height: 29px;
  overflow: hidden;
  width: 95%;
}
.main_box input{font-size:15px;}
.Phrasee_for-o-for {
  background: rgba(0, 0, 0, 0) url("../images/404.jpg") no-repeat scroll center bottom;
  font-family: "f37_gingerlight";
  min-height: 550px;
  text-align: center;
}
.data_box-tow .boxes_li_main ul li {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.data_box-tow .boxes_li_main ul li .img {
   width: 15%;
}
.data_box-tow .boxes_li_main ul li .txts{width:77%;}
.why-box-one .box_ul_main ul li{float:none; width:100%;}
.why-box-one .box_ul_main ul li:nth-of-type(even){float:none; width:100%;}
.why-box-one .box_ul_main ul li:nth-of-type(odd){float:none; width:100%;}
.why-box-one .box_ul_main .left_box{float:none; width:100%;}
.why-box-one .box_ul_main .right_box{float:none; width:100%; padding-left:40px;}
.why-box-one{margin:60px auto 20px;}
}

@media screen and (max-width:530px){
	.sbSelector{width:93%;}
	.main_box .buttons_box a{font-size:16px;}
	.data_box-tow .boxes_li_main ul li .img {
  width: 20%;
}
.data_box-tow .boxes_li_main ul li .txts {
  width: 72%;
}
}
@media (min-width:321px) and (max-width:480px){
.chartside{width:100%;}
}
@media screen and (max-width:400px){
.Phrasee_page_what-know .gray_bg-box{padding:35px 0;}
.chartside{width:100%;}
	.sbSelector{width:88%;}
	.Phrasee_for-o-for {min-height: 650px;}
	.data_box-tow .boxes_li_main ul li .img {
  width: 25%;
}
.data_box-tow .boxes_li_main ul li .txts {
  width: 70%;
}
}

@media screen and (max-width:380px){
span.phs_loading{margin-top:13px;}
span.phs_loading img{width:25px;}
}

@media screen and (max-width:768px){

.Phrasee_page_what-know .heading_two {
	padding: 0px;
}

}