.Disnone {
	display: none;
}
.EditorText h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 40px
}
.EditorText h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
}
.EditorText #SubHeading2 h2 {
	font-size: 56px;
	font-weight: normal;
	line-height: 62px;
}
.EditorText h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
}
.EditorText #SubHeading3 h3 {
	font-size: 48px;
	font-weight: normal;
	line-height: 52px;
}
.EditorText h4 {
	font-size: 22px;
	font-weight: normal;
	line-height: 34px;
}
.EditorText #SubHeading4 h5 {
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
}
.EditorText h5 {
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}
.EditorText h6 {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
}
.EditorText hr {
	margin: 0px;
	border-bottom: 1px solid #999;
	height: 1px;
	width: 100%;
}
.EditorText table tr td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 15px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.AboutNew.IdxTestimonialsPatternBg {
	background: url() no-repeat top center;
	height: 24px;
	position: absolute;
	width: 100%;
	top: -23px;
}
.EditorText li {
	margin: 0px;
	padding: 0px 0px 7px 20px !important;
	background-image: url(../images/bullet-1.png) !important;
	border-bottom: 0px solid #ddd !important;
}
.EditorText ol li {
	display: list-item !important;
	margin-left: 20px;
	width: auto !important;
	margin: 0px;
	text-align: left;
	cursor: text;
	background-image: none !important;
	padding: 0px !important;
}
.EditorText a {
	color: #22B14C;
}
.EditorText a:hover {
	color: #5c5c5c;
}
.EditorText sup {
	vertical-align: super;
	font-size: smaller;
}
.EditorText sub {
	vertical-align: sub;
	font-size: smaller;
}
.EditorText blockquote {
	padding-left: 20px;
}
/* Create New Landing Page */
.NewLandWrapper .LeftBlock {
	width: 65%;
	display: table-cell;
	vertical-align: top;
	padding-right: 35px;
	border-right: 2px solid #ddd;
}
.NewLandWrapper .RightBlock {
	width: 32%;
	/* float: right; */
	display: table-cell;
	vertical-align: top;
	padding-left: 35px;
}
.NewLandWrapper .LeftFloat {
	float: left;
	padding-right: 20px;
}
/* END Create New Landing Page */


/*--------------Error------------*/


.ErrorBodyWrap .InfoWrapper .Error404Title {
	font-family: 'swis721_cn_btbold';
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	color: #000;
	box-sizing: border-box;
}
.ErrorBodyWrap .InfoWrapper .TagLine {
	font-family: 'swis721_cn_btbold';
	font-size: 18px;
	line-height: 30px;
	color: #000;
	box-sizing: border-box;
}
.DashboardWrap {
	color: #fba81a;
	/*font-size: 28px;
	line-height: 38px;*/
	text-transform: uppercase;
	font-family: 'Conv_ufonts.com_gotham_bold';
	letter-spacing: 1px;
}
h4.SiteTitle {
	color: #fba81a;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Conv_ufonts.com_gotham_bold';
}
.RightSideWrap {
	background-color: #fafafa;
	padding: 5px 35px 35px;
}
.RatingTitle {
	color: #1a75ba;
	font-size: 18px !important;
	line-height: 28px !important;
	text-transform: uppercase;
	letter-spacing: inherit !important;
	font-family: 'Conv_ufonts.com_gotham_bold';
	margin-bottom: 8px;
}
.ReviewsTable .ReviewBox {
	border-radius: 5px;
	padding: 15px !important;
	width: auto;
	height: 85px;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	background-color: #1a75ba;
	display: flex;
	align-items: center;
}
.ReviewsTable td {
	width: 33%;
	padding: 5px 16px;
}
.ReviewsTable td:first-child {
	padding-left: 0px;
}
.ReviewsTable td:last-child {
	padding-right: 0px;
}
.ReviewBox .StarWrap {
	/*float: left;*/
	line-height: 0px;
	margin-bottom: 12px;
}
.ReviewBox .Rating {
	/*    float: right;*/
	color: #fff;
	font-size: 19px;
	line-height: 30px;
	font-family: 'Conv_ufonts.com_gotham_bold';
	/*width:207px;*/ /*144px*/
	text-align: left;/* border-left: 2px solid #1a75ba; */
}
.ReviewBox .TotalReviewWrap {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Conv_ufonts.com_gotham_bold';
	margin-bottom: 5px;
}
.RecentReviewsWrap h5, .TextWrap {
	text-decoration: none;
	color: #1a75ba;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Conv_ufonts.com_gotham_bold';
}
/*.RecentReviewsWrap h5 {
	text-transform: capitalize;
	color: #333;
	padding-top: 2px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}*/
.DashboardWrap .ReviewsTable tr:last-child td .ReviewList:last-child h5 {
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.RecentReviewsWrap {
	padding: 0px 0px;
	background-color: #fff;
	border-radius: 5px;
}
.ReviewListWrapper .TextWrap {
	font-size: 24px;
	line-height: 32px;
	padding-top: 0px;
	color: #000;
	letter-spacing: 0px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.StarsAndDate .SmallText {
	color: #333333;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Conv_ufonts.com_gotham_bold';
}
.ReviewStars img {
	margin-right: 2px;
}
.ClearBoth {
	clear: both;
	min-height: 1px;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
.InnerContainWrapper {
	width: 1200px;
	margin: 0 auto;
	padding:140px 0px 40px;
}
.FooterWrap {
	margin-top: 30px;
}
.FooterWrap .InnerContainWrapper {
	padding-top:40px;
	border-top: 4px solid #fba81a;
	border-bottom: 4px solid #fba81a;
}
.FooterWrap .LeftWrap {
	width: 60%;
	float: left;
	vertical-align: top;
}
.FooterWrap .RightWrap {
	width: 16%;
	float: right;
	vertical-align: top;
	line-height: 26px;
}
.TopHeader .LogoutWrap span a {
	text-decoration: none;
}
.TopHeader .LogoutWrap span, .FooterWrap .RightWrap h6 {
	color: #333333;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Conv_ufonts.com_gotham_bold';
	text-transform: uppercase;
}
.FooterWrap .RightWrap .Phone {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Conv_ufonts.com_gotham_bold';
}
.TopHeader .LogoutWrap img, .FooterWrap .RightWrap .Phone img {
	vertical-align: text-bottom;
	margin-right: 5px;
}
.LeftNav {
	font-family: 'Conv_ufonts.com_gotham_book';
	font-size: 14px;
	color: #2e2e2e;
}
.LeftNav li {
	background-image: url(../images/bullet.gif);
	background-position: 0px 5px;/*R T*/
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px; /*T R B L*/
	padding: 0px 0px 0px 20px;/*T R B L*/
	line-height: 20px;
}
.LeftNav li#LeftLastNav {
	background-image: url(../images/bullet.gif);
	background-position: 0px 0px;/*R T*/
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px; /*T R B L*/
	padding: 0px 0px 0px 20px;/*T R B L*/
	line-height: 37px;
}
.LeftNav li a {
	text-decoration: none;
	color: #1a75ba;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Conv_ufonts.com_gotham_book';
	font-weight: 600;
	padding: 15px 20px;
	display: block;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.LeftNav li a:hover::after {
	background-image: url(../images/hover-arrow.jpg);
	width: 11px;
	height: 14px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
	content: "";
}
.LeftNav li a:hover, .LeftNav li a.on {
	text-decoration: none;
	color: #fff;
	background-color: #1a75ba;
}
/*---*/


/** 040619 vish **/
.LeftNavWrap {
	padding-right: 30px;
}
.LeftNav li {
	background-image: none;
	padding: 14px 0px;
	border-bottom: 1px solid #eaeaea;
}
.LeftNav li:last-child {
	border-bottom: 0px;
}
.LeftNavWrap .LeftNav li a {
}
.LeftNavWrap {
	padding-right: 30px;
}
.LeftNav li {
	background-image: none;
	/*padding: 14px 0px;*/
	padding: 0px;
	border-bottom: 1px solid #eaeaea;
}
.LeftNav li:last-child {
	border-bottom: 0px;
}
.LeftNavWrap .LeftNav li a {
}
/* KRI */
.CustLeftCol {
	width: 22%;
	float: left;
}
.CustRightCol {
	width: 77%;
	float: right;
}
.DashboardWrap .Desc.FParagraph1 {
	font-size: 15px;
	color: #000;
	text-transform: initial;
	font-weight: 100;
	line-height: 25px;
	font-family: 'Conv_ufonts.com_gotham_book';
}
/** Login Page **/

.LoginFormWrap .ShoppingBg {
	width: 400px;
	margin: 0 auto;
}
.ShoppingHeadingText {
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 12px;
	font-family: 'Conv_ufonts.com_gotham_bold';
}
.ForgotPassword {
	float: left;
}
.ForgotPassword a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.ForgotPassword a:hover {
	color: #fba81a;
}
#frmLogin {
	padding: 25px;
	border-radius: 5px;
	border: 2px solid #1a75ba;
	margin-top: 30px;
	background-color: #1a75ba;
}
.LoginFormWrap label {
	display: block;
	margin-bottom: 5px;
	color: #fff;
}
#frmLogin .RegisterWrapper a {
	font-size: 15px;
}
#frmLogin .FillDarkGreenBtn {
	display: inline-block;
}
#frmLogin .FillDarkGreenBtn a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	background-color: #fba81a;
	padding: 0px 35px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-family: 'Conv_ufonts.com_gotham_bold';
}
#frmLogin .FillDarkGreenBtn a:hover {
	background-color: #fff;
	color: #1a75ba;
}
.SignUpLink a {
	transition: all 0.3s ease-in-out;
	color: #fff;
}
.SignUpLink a:hover {
	color: #fba81a;
}
#frmLogin .RegisterWrapper .PaddingTB2:last-child {
	margin-top: 20px;
}
.TabMenuWrapper li {
	font-size: 12px;
	line-height: 42px;/*26*/
	color: #ada734;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	border: 0px solid #e3dac7;
	padding: 0px;/*9 25*/
	box-sizing: border-box;
	/*display: inline-block;*/
	vertical-align: top;
	border-right: 0px solid #e3dac7;
	border-bottom: 0px solid #e3dac7;
	margin: 0px;
	float: left;
	background-image: none;
}
.TabMenuWrapper li:last-child a {
	border-right: 1px solid #e3dac7;
}
.TabMenuWrapper li a {
	padding: 0px 20px;
	border: 1px solid #fba81a;
	border-right: 0px solid #fba81a;
	border-bottom: 0px solid #fba81a;
	line-height: 45px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.TabMenuDescWrapper {
	border: 1px solid #e3dac7;
	padding: 20px;
	box-sizing: border-box;
}
.TabMenuWrapper li a.on {
	background-color: #fba81a;
	color: #fff;
}
.BigText {
	font-size: 50px;
}
.EmbedText {
	text-decoration: none;
	color: #1a75ba;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: 'Conv_ufonts.com_gotham_book';
	font-weight: 600;
	margin: 20px auto;
}
.FillYellowBtn {
	display: inline-block;
}
.FillYellowBtn a {
	color: #fff;
	background-color: #fba81a;
	padding: 0px 40px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-family: 'Conv_ufonts.com_gotham_bold';
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 45px;
	display: block;
}
.FillYellowBtn a:hover {
	background-color: #1a75ba;
}
.TabMenuDescWrapper label {
	display: block;
	margin-bottom: 5px;
	text-align: left;
}
.CompanyLogo input:focus {
	box-shadow: inherit;
	border: 0px;
}
.CompanyLogo input {
	width: auto;
	font-size: 15px;
	color: #1a75ba;
}
.Col1.CompanyLogo {
	padding: 0px 5px;
	margin-bottom: 10px;
	width: inherit;
	display: inherit;
}
.ClickHere {
	margin: 5px 0px 0px;
}
.ClickHere a {
	color: #1a75ba;
	transition: all 0.3s ease-in-out;
}
.ClickHere a:hover {
	color: #fba81a;
}
.StarsAndDate .ReviewStars {
	line-height: 0px;
}
.CustRightCol .ReviewList .ReviewInfoWrap h5.PaddingTB, .UpdateLink {
	display: inline-block;
	vertical-align: middle;
}

.ReviewInfoWrap{margin-bottom:10px;}

.UpdateLink {
	margin-left: 10px;
}


.forgot-password-body .ForgotPasswordWrap h4.PageTitle{padding:0px; border:0px; color:#fff;}

.forgot-password-body .CustRightCol{width:600px; margin: 0px auto;float: none;}


.forgot-password-body .PassWordField {
	width: 70%;}

.forgot-password-body .PasswordWrapper .FillYellowBtn a:hover{background-color: #fff; color:#1a75ba;}


.forgot-password-body .PasswordWrapper .PassWordField label{color:#fff;}


.user-login-body .CustRightCol{float:none; width:100%;}


.forgot-password-body .ForgotPasswordWrap {padding: 25px;
    border-radius: 5px;
    border: 2px solid #1a75ba;
    margin-top: 30px;
    background-color: #1a75ba;}


/** 090719 vish **/
.AboutTrustpilotWrap h2.Title,
.LeftContactInfoWrap h2.Title{
	text-align:left;
	font-size: 22px;
    line-height: 30px;
	margin-bottom:20px;	
}
.LeftContactInfoWrap .InfoCol {
    margin: 10px 0px;
}
.LeftContactInfoWrap .Icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    width: 20px;
	text-align:center;
}
.LeftContactInfoWrap .Icon i {
    color:#fba81a;
    font-size: 21px;
}
.LeftContactInfoWrap .Text {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    font-size: 14px;
    line-height: 24px;
}
.LeftContactInfoWrap .InfoCol.Email .Text{
	vertical-align:middle;	
}
.LeftContactInfoWrap .InfoCol.Phone .Icon i {
    font-size: 22px;
}
.LeftContactInfoWrap .InfoCol.Email .Icon i {
    font-size:16px;
}
.LeftContactInfoWrap .InfoCol.Phone .Text {
	color: #333333;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Conv_ufonts.com_gotham_bold';
    letter-spacing: 1px;	
}
.AboutTrustpilotList li .Link a,
.LeftContactInfoWrap .InfoCol.Email .Text a{
	color: #1a75ba;	
}
.AboutTrustpilotList li .Link a:hover,
.LeftContactInfoWrap .InfoCol.Email .Text a:hover{
	color: #fba81a;	
}

.AboutTrustpilotList li{
	margin:15px 0px;
	font-size:15px;	
}

.AboutTrustpilotList li .Link{
	line-height:16px;	
}

.CompanyInformation .FillYellowBtn a{
	    padding: 0px 36px;
}
.CompanyInformation .FillYellowBtn {
	margin-top: 15px;
}


 
.ShareIt{margin:10px auto;width:100%;} 

.ShareIt ul li:first-child{margin-left:0px;}
.ShareIt ul li:last-child{margin-right:0px;}

.ShareIt ul li{display:inline-block; vertical-align: top; margin:5px; padding: 0px;   border: none !important;}


.ButtonShareWith {display: inline-block;}
 
.ShareIt ul li .ButtonShareWith a{ 
	font-size: 14px;
    line-height: 35px;
	border: 1px solid #1a75ba;
    display: block;
    background-color: #1a75ba;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 0px 20px;
    border-radius: 3px;
transition:all ease-in 0.3s;}

.ShareIt ul li .ButtonShareWith a:hover{ background-color: #fba81a;
    color: #fff;
border: 1px solid #fba81a;}


.LayoutBtnWrap .TransYellowBtn{margin: 0px 5px;}

.LayoutBtnWrap .TransYellowBtn:first-child{margin-left: 0px;}
.LayoutBtnWrap .TransYellowBtn:last-child{margin-right: 0px;}

.TransYellowBtn  {display:inline-block; vertical-align: top; }

.TransYellowBtn a{font-size: 14px;
    line-height: 35px;
    border: 1px solid #fba81a;
    display: block;
    background-color: #fba81a;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 0px 20px;
    border-radius: 3px;
    transition: all ease-in 0.3s;}

.TransYellowBtn a:hover{color:#fba81a; background-color: transparent;}

.LayoutBtnWrap{margin:15px 0px;}


/** 300919 vish **/


.TransLandBtn a,
.TransPotraitBTn a{
	position: relative;
	text-transform: uppercase;
	line-height: 24px;
}

.TransPotraitBTn a:before{
	content: '';
	position: absolute;
	background: url(../images/potrait-icon.jpg) no-repeat center left;
	width: 24px;
	height: 30px;
	top:50%;
	margin-top: -15px;
	left: 22px;
}
.TransPotraitBTn a{
 	padding: 15px 45px 15px 80px;
}

.TransLandBtn a:before{
	content: '';
	position: absolute;
	background: url(../images/landscape-icon.jpg) no-repeat center left;
	width: 42px;
	height: 30px;
	top:50%;
	margin-top: -15px;
	left: 15px;
}
.TransLandBtn a{
 	padding: 15px 22px 15px 75px;
}
.TransLandBtn .HoverContent,
.TransPotraitBTn .HoverContent{
	right: 70px;
}

.ContactThanksMsg1{
	background-color:#f9f9f9;
	padding:50px 20px;
	color: #333;
}
.ContactThanksMsg1 h2.Title{
	line-height: 35px;
}
.ContactThanksMsg1 h3.Title,
.ContactThanksMsg1 h2.Title{
	text-transform: uppercase;
	position: relative;
}
.ContactThanksMsg1 h2.Title{
	font-size: 25px;
	line-height: 25px;
}
.ContactThanksMsg1 .SubTitle{
	position: relative;
	margin-bottom: 20px;
	
}
/*
.ContactThanksMsg1 .SubTitle:before{
	content: '';
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 5px;
	left: 0px;
	top: 16px;
}
*/
.ContactThanksMsg1 h3.Title{
	display: inline-block;
	background-color: #fba81a;
	padding: 0px 15px;
	font-size: 14px;
    color: #fff;
    line-height: 20px;
	margin-bottom: 0px;
}

.ContactThanksMsg1 .ShareIt .ButtonShareWith a{
	    padding: 10px 15px 10px 70px !important;
    border: 0px solid #1a75ba;
    position: relative;
	    color: #1a75ba;
    line-height: 24px;
    background-color: transparent !important;
	font-family: 'Conv_ufonts.com_gotham_bold';
}
/* .ContactThanksMsg1 .ShareIt .ButtonShareWith.facebook-icon-new{
	margin-left: 22px;
} */
.ContactThanksMsg1 .ShareIt .ButtonShareWith.yelp-icon-new a,
.ContactThanksMsg1 .ShareIt .ButtonShareWith.facebook-icon-new a,
.ContactThanksMsg1 .ShareIt .ButtonShareWith.google-icon-new a{
	text-indent: -999999px;
    display: block; 
    width: 250px !important;
    padding: 0px !important; 
    height: 110px !important;
} 

.ContactThanksMsg1  .ShareIt .ButtonShareWith a:hover{
	border: 0px solid #fff !important;
	    color: #fba81a;
}
.ContactThanksMsg1 .ShareIt .ButtonShareWith a:before{
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	top:50%;
	margin-top: -18px;
	left: 22px;
	background-size: 100%;
}
.google-icon-new a:before{
	background: url(../images/blue-round-google-icon.png)no-repeat center left;
	width: 100% !important;
    height: inherit !important;
    left: 0px !important;
    top: 0px !important;
    margin-top: 0px !important;
}
.facebook-icon-new a:before{
	background: url(../images/facebook-blue-icon.png)no-repeat center left;
	width: 100% !important;
    height: inherit !important;
    left: 0px !important;
    top: 0px !important;
    margin-top: 0px !important;
}
.rocket-reviews-icon-new a:before{
	background: url(../images/rocket-icon.png)no-repeat center left;
}
.trip-advisor-icon-new a:before{
	background: url(../images/trip-advisor-icon.png)no-repeat center left;
}
.bbb-icon-new a:before{
	background: url(../images/bbb-icon.png)no-repeat center left;
}
.yelp-icon-new a:before{
	background: url(../images/yelp-icon.png)no-repeat center left;
	width: 100% !important;
    height: inherit !important;
    left: 0px !important;
    top: 0px !important;
    margin-top: 0px !important;
}
.linkedin-icon-new a:before{
	background: url(../images/linkedin-icon.png)no-repeat center left;
}
.homeadvisor-icon-new a:before{
	background: url(../images/homeadvisor-icon.png)no-repeat center left;
}

.CustRightCol .RightFloat .CopyTextWrap{
	color: #333333;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Conv_ufonts.com_gotham_bold';
}

.SmallText{
	font-size: 12px;
}
hr.SeperatorLine {
    border: solid #000 0.5px;	
}



h3.Title {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fba81a;
	font-family: "Conv_ufonts.com_gotham_bold";
	letter-spacing: 1px;
}
.HallOfFame_Wrap h3.Title {
	margin-top: 25px;
	font-family: 'Conv_ufonts.com_gotham_bold';
	float: left;
}
h5.Sub_Title {
	font-size: 18px; 
	line-height: 28px;
	color: #333333;
	font-family: "open_sansbold";
}
.HallOfFame_Wrap ul {
	margin-top: 30px;
	text-align:center;
}
h4.Sub_Title {
	font-size: 25px;
	line-height: 30px; 
	text-transform: uppercase;
	text-align: left;
	color: #333333;
	font-family: "Conv_ufonts.com_gotham_bold";
}
.HallOfFame_Wrap h4.Sub_Title,.HallOfFame_Wrap h4.Sub_Title a {
	
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Conv_ufonts.com_gotham_book';
    letter-spacing: 0.5px;
	color:#000;
}
.HallOfFame_Wrap ul li .Desc_Wrapper .Desc {
    font-size: 12px;
    line-height: 1.6;
    color: #000;
    font-family: 'Conv_ufonts.com_gotham_book';
    font-weight: 100;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
}

.HallOfFame_Wrap ul li .Desc_Wrapper .Fill_Yellow_btn a:hover {
	background-color: #000;
	color: #fff;
}
.HallOfFame_Wrap ul li {
	width: 345px;
	margin: 0px 15px;
	display: inline-block;
	vertical-align: top;
}
.HallOfFame_Wrap ul li .Col {
	margin: 0px auto;
}
.HallOfFame_Wrap .Img_Wrapper {
    line-height: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f3f3f3;
    padding: 10px;
	margin-bottom:5px;
	min-height: 155px;
}

.HallOfFame_Wrap ul li {
    width: 345px;
    margin: 0px 15px;
    display: inline-block;
    vertical-align: top;
	background-image: none;
    background-position: 0px;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;

}





.HallOfFame_Wrap ul li{width:25%; display:inline-block; vertical-align:top; margin-bottom:30px;}

.HallOfFame_Wrap ul li .Col {
    width: 280px;
    margin: 0px auto;
    background-color: #ffff;
	padding:15px;
	box-sizing:border-box;
}




.HallOfFame_Wrap{background-color:#f3f3f3;}


.Desc_Wrapper {padding:10px 0px 0px;}






.Fill_Yellow_btn{display:inline-block;}

.Fill_Yellow_btn a {
    display: block;
    color: #fff !important;
    font-size: 11px;
    line-height: 20px;
    background-color: #1b77ba;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    font-family: 'Conv_ufonts.com_gotham_book';
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
	
	.HallOfFame_Wrap  .Fill_Yellow_btn{margin-top:15px;}


.HallOfFame_Wrap .NumberOfReviewCol{margin: 15px 0px;
    width: 100%;
    border: 1px solid #f3f3f3;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f3f3f3;}



.HallOfFame_Wrap .TotalReviewText {
    margin: 0px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}



.TotalReviewText span{
	display: block;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fba81a;
    font-family: 'Conv_ufonts.com_gotham_bold';}

.TotalReviewText .RatingText {
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin-top: 5px;
    text-transform: capitalize;
}


.HallOfFame_Wrap .StarWrap {
    margin-bottom: 10px;
}

.HighLightTextWrap {
    background-color: #fff;
	padding:20px;
	margin-top: 20px;
   
}

.HighLightTextWrap h6{font-size:15px; line-height:1.7;}


/** floating menu **/
.StickyBtns {
	position: fixed;
	bottom: 0;
	z-index: 109;
	right: 0;
	width: 100%;
}
.StickyBtns .FillRedBorder {
    height: 5px;
    background-color: #fba81a;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 2px solid #fff;
}
.StickyBtns .MainWrapper {
	position: relative;
	bottom: 6px;
}
.StickyBtns .FSocialIcon {
	float: right;
	background-color: #e35b18;
	margin: 0 0 0 6px;
	padding: 7px 20px 0px;
	border: 2px solid #fff;
	border-bottom: 0;
	width: auto;
}
.StickyBtns .FillRedBtn {
	display: inline-block;
}
.StickyBtns .FillRedBtn a {
    display: block;
    background-color: #fba81a;
    border: 2px solid #fff;
    border-bottom: 2px solid #fba81a;
    padding: 10px 20px 5px;
    transition: ease-in 0.3s;
   font-family: "Conv_ufonts.com_gotham_bold";
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.StickyBtns .FillRedBtn .activator i {
	vertical-align: middle;
	margin: 3px 13px 0px 0px;
	display: inline-block;
}
.StickyBtns .FSocialIcon li {
	background-image: none;
	padding: 0px;
	margin: 0px 1px;
	display: inline-block;
	vertical-align: top;
}
.StickyBtns .RightWrapper {
	float: right;
}
.StickyBtns .MainWrapper .RightWrapper {
	display: inline-block;
	position: absolute;
	bottom: -2px;
	width: auto;
	right: 0px;
	z-index: 1;
}
.StickyBtns .FillRedBtn a:hover {
	background-color: #1a75ba;
	border-bottom-color: #1a75ba;
}
/*-----StickyMenu-----------*/



h5.Dayphone {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    font-weight: 600;
	margin-top:5px;
}





h5.Dayphone i {
    margin-right: 3px;
    font-size: 20px;
    color: #fba81a;
    line-height: 10px;
    top: 2px;
    position: relative;
}


.HallOfFame_Wrap .Desc_Wrapper{text-align:left;}



.HallOfFame_Wrap .TotalReviewText h3,.HallOfFame_Wrap .TotalReviewText span{display:inline-block; vertical-align:middle; margin:0px; line-height:1;}



.HallOfFame_Wrap .TotalReviewText span{margin-left:5px;}


.HallOfFame_Wrap .NumberOfReviewCol h3{color: #1a75ba;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 900;}



.NumberOfReviewCol .StarWrap .Start img {
    width: 18px;
}


.HallOfFame_Wrap .NumberOfReviewCol span{font-size: 20px;
    line-height: 1;
    display: block;
	margin:0px;
    font-weight: 900;}



/** 190320 vish **/

.HallOfFame_Wrap .Desc_Wrapper .PhoneWebWrap{
	content: "";
  display: table;
  clear: both;
	width: 100%;
}
.HallOfFame_Wrap .Desc_Wrapper .PhoneWebWrap .Dayphone{
	float: left;
	vertical-align: middle;
}
.HallOfFame_Wrap .Desc_Wrapper .PhoneWebWrap .Website{
	float:right;
	vertical-align: middle;
}
.HallOfFame_Wrap .Desc_Wrapper .PhoneWebWrap .Website a{
	    font-size: 14px;
}
.HallOfFame_Wrap .FormFilterWrapper{
	width: 250px;
	float: right;
}
.HallOfFame_Wrap .SelectBox label{
	font-size: 14px;
}
.HallOfFame_Wrap .SelectBox select{
	text-align: left;
}


/** 150520 vish **/

.ShareIt ul li.blankLI{
	display: block;
	margin: 0px;
    padding: 0px;
}