/*@font-face {*/

/*    font-family: HelveticaWorldRegular;*/

/*    src: url(../fonts/HelveticaWorld-Regular.ttf);*/

/*}*/

/*@font-face {*/

/*    font-family: centuryGothic;*/

/*    src: url(../fonts/century-gothic.ttf);*/

/*}*/

/*@font-face {*/

/*    font-family: helveticaLightNormal;*/

/*    src: url(../fonts/Helvetica_Light_Normal.ttf);*/

/*}*/

/*@font-face {*/

/*    font-family: rockwellBold;*/

/*    src: url(../fonts/rockwell-bold.ttf);*/

/*}*/

/*@font-face {*/

/*    font-family: Rockwell;*/

/*    src: url(../fonts/rockwell.ttf);*/

/*}*/

/*@font-face {*/

/*    font-family: Arimo-Regular;*/

/*    src: url(../fonts/Arimo-Regular.ttf);*/

/*}*/

/*@font-face {*/

/*    font-family: PTSansNarrow;*/

/*    src: url(../fonts/PT_Sans-Narrow-Web-Regular.ttf);*/

/*}*/

/*@font-face {*/

/*    font-family: GudeaRegular;*/

/*    src: url(../fonts/Gudea-Regular.otf);*/

/*}*/

/*@font-face {*/

/*    font-family: CertificateFont;*/

/*    src: url(../fonts/Aspire-DemiBold.ttf);*/

/*}*/

/*@font-face {*/

/*    font-family: C_BOX;*/

/*    src: url(../fonts/C_BOX.TTF);*/

/*}*/



/*******************************Helper CSS*/
body{
    
    font-size:17px !important;
}

.alert {

	text-align: left !important;

}

.clearfix {

	clear: both;

	height: 1px;

}

.left {

	float: left;

}

.right {

	float: right;

}

.border {

	height: 1px;

	background-color: rgb(205, 202, 202);

}

.border-gray {

	height: 1px;

	background-color: rgb(92, 91, 91);

}

.border-light {

	height: 1px;

	background-color: rgb(231, 229, 229);

}

.no-pad-left {

	padding-left: 0;

}

.no-pad-right {

	padding-right: 0;

}

.no-pad {

	padding: 0;

}

.no-margin {

	margin: 0;

}

.no-margin-left {

	margin-left: 0;

}

.no-margin-right {

	margin-right: 0;

}

.no-margin-top {

	margin-top: 0;

}

.vsap {

	height: 20px;

	clear: both;

}

.vsaplg {

	height: 40px;

	clear: both;

}

.error {

	  border: 1px solid red !important;

	  background: rgba(255, 223, 223, 0.5) !important;

}

.red {

	color: red !important;

}

.green {

	color: green !important;

}

/*******************************End of Helper CSS*/







/************header css*****************/







header.navbar {

	height: 80px;

	-webkit-box-shadow: 0px 0px 8px 3px #96a2a8;

	box-shadow: 0px 0px 8px 3px #96a2a8;

	margin-bottom: 0

}

header .container {

	height: inherit;

}



header nav ul.navbar-nav {

	margin-top: 20px;

	margin-left: 15px;

}

header nav ul.navbar-nav.navbar-right {

	margin-right: 0px;

}

header nav ul.login {

	margin-top: 25px;

}

header nav ul.login a {

	text-transform: uppercase;

}

header nav ul.navbar-nav li a {

	color: #666666;

	text-transform: uppercase;

}

a#drop3 {

	text-transform: capitalize;

	border: 1px solid rgb(229, 229, 229);

	border-radius: 4px;

	padding: 5px 10px;

	margin-top: 5px;

}

.banner {

	height: 650px;

	background: url(../images/banner.jpg) no-repeat center center;

}

.banner .banner-area {

	margin-top: 140px;

	text-align: center;

}

.banner .banner-area h1{

	font-family: "HelveticaWorldRegular";

	font-size: 60px;

	margin-bottom: 30px;

}

.banner p {

	font-size: 20px;

	margin-bottom: 80px;

}

.banner p.banner-headline {

	background-color: gray;

	color: white;

	width: 710px;

	margin: 0 auto;

	margin-bottom: 30px;

	padding: 4px;

	font-family: "HelveticaWorldRegular";

	font-size: 20px;

	/* line-height: 21px; */

}

.search {

    height: auto;
    background-color: #f3f1fc;
    padding: 20px;

}

.search p.search-headline {

	color: white;

	padding-top: 40px;

	font-family: 'PTSansNarrow', sans-serif;

	font-size: 32px;

	font-style: italic;

}

.search input[type=text] {

	/*width: 370px;*/

	/*border-radius: 5px;*/

	/*outline: 0;*/

	/*padding: 5px;*/

	/*border: 3px solid #495d66;*/

	/*-webkit-box-shadow: 0px 0px 4px 0px #ffffff;*/

	/*box-shadow: 0px 0px 4px 0px #B5B5B5;*/

	/*font-size: 16px;*/

	/*font-family: 'Arimo-Regular', sans-serif;*/

	/*margin-right: 20px;*/

	margin-top: 60px;

}

.search input[type=submit], .orderNow {

	padding: 5px 40px;

	border-radius: 5px;

	outline: 0;

	background-color: #1fa921;

	/*background-image: -webkit-linear-gradient(top, #ffd100, #f2a100);

	background-image: linear-gradient(to bottom, #ffd100, #f2a100);*/

	color: snow;

	border: 2px solid #495d66;

	/*border: none;*/

	font-family: 'Arimo-Regular', sans-serif;

	font-size: 23px;

	text-shadow: 0px 2px #847B7B;

	box-shadow: 0px 0px 4px 0px #B5B5B5;

    -webkit-box-shadow: 0px 0px 4px 0px #B5B5B5;

}

.search input[type=submit]:hover, .orderNow:hover {

	background: #72bb73;

	/*background-image: -webkit-linear-gradient(top, #fad428, #c7850a);  Chrome 10-25, iOS 5+, Safari 5.1+ 

	background-image:         linear-gradient(to bottom, #fad428, #c7850a); *//* Chrome 26, Firefox 16+, IE 10+, Opera */



}

.orderNow {

	border: 2px solid #F4F4F4;

	box-shadow: 0px 0px 4px 0px #B5B5B5;

    -webkit-box-shadow: 0px 0px 4px 0px #B5B5B5;

}

.orderNow:hover {

	border: 2px solid #F4F4F4;

	box-shadow: 0px 0px 4px 0px #B5B5B5;

    -webkit-box-shadow: 0px 0px 4px 0px #B5B5B5;

}

.protect {

	height: auto;

	background: url(../images/banner-2.jpg) no-repeat center center;

}



.protect .protect-headline {

	font-family: "HelveticaWorldRegular";

	font-size: 30px;

	text-align: center;

	border-bottom: 2px solid #090909;

	width: 75%;

	margin: 0 auto;

  	margin-top: 40px;

	margin-bottom: 40px;

}

.protect p.aol-headline {

	font-size: 25px;

	margin-bottom: 0;

	font-family: "HelveticaWorldRegular";

}

.protect p.aol-info {

	margin-bottom: 20px;

	font-family: "centuryGothic";

	font-size: 16px;

}

.protect .aol-logo {
	width: 100%;

	margin: 0 auto;

}

.protect .aol-logo img {

	width: 100%;

}

.listing {

	/*min-height: 690px;*/

	height: auto;

	background-color: #cecece;

}

.listing .listing-area {

	overflow: hidden;

	margin-top: 50px;
	background: white;

}

.listing .listing-left {

	background: white;

	/*height: 690px;*/
	height:auto;
    padding: 15px;
    margin-bottom: 20px;

}

p.site-list {

	background-color: #ffcc00;

	padding: 8px 10px;

	font-size: 25px;

	font-family: "Myriad Pro";

	position: relative;

	left: -46px;

	width: 107%;

}



p.site-list-home {

	background-color: #76b81e;

	padding: 8px 10px;

	font-size: 25px;

	font-family: "Myriad Pro";

	position: relative;

	left: -30px;

	width: 104%;

	padding-left: 30px;

}

p.site-list-home:after {

	content: "";

	display: block;

	position: absolute;

	left: -2px;

	top: 100%;

	width: 0px;

	height: 0px;

	border-style: solid;

	border-width: 18px 0px 0 18px;

	border-color: #3b6305 transparent transparent transparent;

}

.ls-right {

  width: 100%;

  clear: both;

  float: left;

}

p.site-list-right {

	background-color: #76b81e;

	width: 70%;

	padding: 8px 10px;

	font-size: 25px;

	font-family: "Myriad Pro";

	position: relative;

	right: -30px;

	float: right;

	margin-bottom: 35px;

	

}

p.site-list-right:after {

	content: "";

	display: block;

	position: absolute;

	right: 0px;

	top: 100%;

	width: 0px;

	height: 0px;

	border-style: solid;

	border-width: 18px 15px 0 0px;

	border-color: #3b6305 transparent transparent transparent;



}

.listing .listing-right {

	background: #e3e3e3;

	height: 690px;
    padding: 15px;
    margin-bottom: 20px;

}

.listing p.listing-title {

	color: #001b74;

	font-family: "Myriad Pro";

	font-size: 20px;

	margin-bottom: 5px;

}

.listing p.listing-info {

	font-family: "Myriad Pro";

	font-size: 14px;

	color: #1f1f1f;

	border-bottom: 1px dotted rgb(186, 179, 179);

	padding-bottom: 10px;

	padding-bottom: 15px;

	margin-bottom: 15px;

	overflow: hidden;

	word-wrap: break-word;

}

p.view-more {

	margin-top: 30px;
	margin-left: 15px;

}



.why {

	height: 435px;

	background-color: #c0ddd6;

	background: -moz-linear-gradient(left, #c3ded7 0%, #b8e4cb 100%, #7db9e8 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c3ded7), color-stop(100%,#b8e4cb), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(left, #c3ded7 0%,#b8e4cb 100%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(left, #c3ded7 0%,#b8e4cb 100%,#7db9e8 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(left, #c3ded7 0%,#b8e4cb 100%,#7db9e8 100%); /* IE10+ */

	background: linear-gradient(to right, #c3ded7 0%,#b8e4cb 100%,#7db9e8 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3ded7', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */

	background: url(../images/why-us-bg.jpg) no-repeat center center;

}

.why .why-area {

	overflow: hidden;

	padding-top: 50px;

}



.why p {

	font-size: 20px;

	margin-bottom: 20px;

	font-family: "Rockwell";

}

.why p.why-headline {

	font-family: "rockwellBold";

	

	font-size: 30px;

	font-weight: bold;

}

.why p.security {

	margin-bottom: 5px;

}



.google_area {

	height: 180px;

	background-color: #495d66;

}

.google_area .company-logo {

	padding-top: 60px;

	

}

.google_area .company-logo img {

	margin: 0 10px;

	width: 100%;

	border-bottom: 1px solid black;

}

.help {

	height: auto;

	background-color: #1cb07e;

}

.help .help-img {

	height: 100%;

	width: 190px;

}

.help .help-img img {

    width: 100%;
	left: 19px;
    position: relative;
    padding: 10px;

}

.help .help-txt {

	color: white;

	font-size: 30px;

	padding-top: 19px;

	font-weight: bold;

	font-family: "Rockwell";
	text-align: center;

}

.footer {

	/*height: 665px;*/
	height: auto;

	background-color: #262b2d;

}

.footer p {

	color: white;

	font-size: 14px;

	font-family: "Myriad Pro";

	padding-bottom: 5px;

}



.footer p.footer-header {

	color: #6daf15;

	font-family: "Rockwell";

	font-size: 20px;

	margin-top: 50px;

	margin-bottom: 25px;

}

.footer ul {

	padding-left: 0;

}

.footer ul li{

	list-style: none;

	padding-left: 3px;

}

.footer ul li a{

	color: white;

	padding: 7px 0px;

	display: block;

}

.footer ul li:first-child a {

	padding-top: 0;

}

.footer address {

	color: white;

}

.footer .footer-input {

	background-color: #262b2d;

	border: 1px solid #59676d;

	color: white;

}

.footer textarea.footer-input {

	height: 125px;

}

.footer .footer-content {

	/*overflow: hidden;*/

	padding-bottom: 20px;

}

.footer .rights {

	padding-top: 30px;

	padding-bottom: 10px;

}













/**********************Price page css*/

.price {

	height: auto;

	background: #0287c2;

	padding-bottom: 20px;

}

.price .price-area {

	text-align: center;

	color: white;

}

.price .price-area h1 {

	text-transform: uppercase;

	font-family: 'GudeaRegular';

	font-size: 40px;

	margin-top: 50px;

	margin-bottom: 45px;

}

.price .price-area p.price-tagline {

	font-size: 24px;

  	width: 850px;

	margin: 0 auto;

	overflow: hidden;

	margin-bottom: 30px;

}

.price .price-area .panel {

	min-height: 850px;

	height: auto;

}

.panel>.panel-heading {

	text-transform: uppercase;

	color: white;

	font-size: 30px;

	font-family: 'PTSansNarrow';

}

.panel-primary>.panel-heading {

	background-color: #1a5eb5;

	

}

.panel-success>.panel-heading {

	background-color: #83ce31;

}

.price .price-area .title-area {	

	background-color: #eeeeee;

	padding: 45px;	

}

.price-area .table {

	color: #a4a4a4;

	text-align: left;

	margin-top: 40px;

	font-family: 'PTSansNarrow';

	font-size: 18px;

}

.narrowFont {

	font-family: 'PTSansNarrow';

	padding: 10px 45px;

	background-color: #0074e4 !important;

	border-color: #0074e4 !important;

	margin-top: 20px;

}

.narrowFont:hover {

	background-color: #286090 !important;

	border-color: #204d74 !important;

}

.price-area .table tr td:first-child {

	text-align: right;

	width: 70px;

}

.price-area .table tr td span.glyphicon-ok {

	

	color: #84cc35;

}

.price-area .table tr td span.glyphicon-remove {

	color: #ff0000;

}

.price-area .table tr:nth-child(odd) {

	background-color: #eeeeee;

}

.price .price-area .title-area.free p{

	color: #0074e4;	

	font-family: 'GudeaRegular';

	font-size: 32px;

}

.price .price-area .title-area.not-free {

	padding: 18px;

	position: relative;

	overflow: hidden;

	background-color: white;

	border-bottom: 1px solid rgb(226, 226, 226);

}

.price .price-area .title-area.not-free .off-50 {

	font-family: 'GudeaRegular';

	background-color: #1a5eb5;

	width: 192px;

	height: 120px;

	position: absolute;

	right: -90px;

	top: -40px;

	font-size: 24px;

	padding: 77px 23px 5px 10px;

	border-bottom: 3px solid #699de1;

	-webkit-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	-o-transform: rotate(45deg);

	transform: rotate(45deg);



}

.price .price-area .title-area.not-free .off-50 p {

	line-height: 22px;

  	font-weight: bold;

}

.price .price-area .title-area.not-free .off-50 p:last-child {

	padding-left: 20px;



}

.price .price-area .title-area p.buy {

	color: #0074e4;

	font-family: 'GudeaRegular';

	font-size: 27px;

	margin-bottom: 5px;

	font-weight: bold;

}

.price .price-area .title-area p.buy span {

	font-size: 12px;

	color: #7c7c7c;

}

.price .price-area p.limited {

	color: #7c7c7c;

	font-size: 18px;

}

.price .price-area s {

	color: red;

	font-family: 'GudeaRegular';

	font-size: 20px;

}

/**********************End of Price page css*/



/******************Verified badges page css*/

/*.price.trueen-badge {

	height: 1340px;

}*/

.price.trueen-badge .price-area .panel {

	height: 930px;

}

.verified-icon {

	text-align: center;

	color: black;

	font-family: 'GudeaRegular';

	margin-bottom: 20px;

  padding-bottom: 20px;

}

.verfied-logo {

	margin-bottom: 8px;

}

.verified-icon p {

	font-size: 14px;

}

.verified-icon textarea {

	width: 90%;

	font-size: 12px;

	overflow-y: hidden;

	resize: none;

	height: 65px;

	background-color: #f7f7f7;

}

/******************End of Verified badges page css*/



/*************************Contact page CSS*/

.contact-banner {

	height: 660px;

	background: url(../images/contact-bg.png) no-repeat center center;

	font-family: 'GudeaRegular';

}

.contact-form {

	height: auto;

	font-family: 'GudeaRegular';

}

.contact-banner .c-b-area {

	font-size: 18px;

	overflow: hidden;

  	margin-top: 150px;

}

.contact-banner .contact-headline {

	font-family: 'GudeaRegular';

	font-size: 40px;

}

.c-form {

	overflow: hidden;

	padding-top: 60px;

}

.c-form input[type=text], .c-form input[type=email] {

	width: 80%;

}

.c-form textarea {

	resize:none;

}

.c-form h3 {

	color: #6daf15;



}

.contact-info {

	text-align: right;

}

/*************************End Of Contact page CSS*/





/********************Register and login page CSS*/

.price.register {

	height: auto;

}

.price.register .price-area .panel {

	min-height: 715px;

	height: auto;

}

.price.register .form-group{

	text-align: left;

	overflow: hidden;

	padding: 5px 10px;

}

.price.register .panel-body {

	padding: 30px;

}

.price.register label{

	color: black;

	text-align: left;

}

.checkbox {

	text-align: left;

	padding: 0px 10px;

}

/********************End of Register and login page CSS*/



/********************Create listing page CSS*/

.price.register.create {

	height: auto;

}

.price.register.create .price-area .panel-primary>.panel-heading {

	text-align: left;

	padding-left: 50px;

}

.price.register.create .price-area .panel {

	height: auto;

}

.price.register.create .form-group{

	text-align: left;

	overflow: hidden;

	padding: 5px 10px;

}

.price.register.create .panel-body {

	padding: 30px;

}

.price.register.create label{

	color: black;

	text-align: left;

}

.checkbox {

	text-align: left;

	padding: 0px 10px;

}

/********************End of Create listing page CSS*/





/*************************Single Listing Page CSS*/

.signle-listing {

	height: auto;

	margin-bottom: 60px;

	/*font-family: "Rockwell";*/

}

.signle-listing .show-black-box {

	position: relative;

}

.signle-listing .show-black-box .review-info-area {

	/*position: absolute;*/

	height: 400px;

	background: rgba(13, 12, 12,.7);

	z-index: 10;

	top: 15px;

	left: 15px;

	width: 100%;

	border-radius: 4px;

}

.show-box-image{
	height: 327px;

	/*background: rgba(13, 12, 12,.7);
*/
	z-index: 10;

	top: 15px;

	left: 15px;

	width: 100%;

	border-radius: 4px;
}

.signle-listing #google-map {

	height: 340px;

}

.review-info {

	padding-top: 20px;

	overflow: hidden;

}

.review-info-area {

	color: white;

}

.signle-listing .review-info-area p.lead {

	margin-bottom: 1px;

}



.signle-listing .review-info-area a {

	color: white;

}

i.fa-star {

	color: rgb(255, 204, 0) !important;

}

i.fa-star-o {

	color: rgb(157, 156, 156) !important;

}



/*************************End Of Single Listing Page CSS*/



/*************************Order Page CSS*/

.price.order {

	height: auto;

}

.order-submit {

	margin: 0 0 0 0px;

}



/*************************End Order Page CSS*/







/*************************User Badge Page CSS*/

.price.badge-user {

	height: auto;

	min-height: inherit;

}

.price.badge-user .panel {

	height: auto;

	min-height: inherit;

}

p.badge-title {

	color: black;

	font-size: 18px;

	font-family: 'GudeaRegular';

	text-align: left;

}

.badge-logo {

	width: 150px;

	height: 150px;

}

.badge-logo img {

	width: 100%;

}

/*************************End User Badge Page CSS*/









/*************************Certificate Page CSS*/

.certificate-area {

	margin: 50px 0px;

}

.certificate {

	-webkit-border-image: url(../images/new-border-1.png) 30 round; /* Safari 3.1-5 */

    -o-border-image: url(../images/new-border-1.png) 30 round; /* Opera 11-12.1 */

    border-image: url(../images/new-border-1.png) 30 round;

    min-height: 400px;

    border-width: 20px;

    width: 600px;

    margin: 0 auto;

	overflow: hidden;

}

.cr-main {

	border: 1px solid rgb(190, 190, 190);

	border-radius: 3px;

	overflow: hidden;

	/*background: url(../images/certificate-bg.png) repeat;*/

	padding: 10px;

}
.cr-bottom {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 10px 0px;
}
.site-info {

	font-size: 14px;

	font-family: "Rockwell";

}

.site-info p {

	word-wrap: break-word;

}

.cr-header {
	font-family: "Rockwell";
	font-size: 17px;
	color: rgb(239, 255, 241);
    background-color: rgba(124, 187, 82,.8);
    padding-top: 10px;
}

.cr-header p {

	margin: 0;

}

.cr-header img {

	width: 130px;

}

.cr-body {

	font-size: 15px;

	font-family: Verdana, Arial, sans-serif;

}

.cr-body p.title {

	font-size: 22px;

	text-align: center;

	color: green;

	text-decoration: underline;

}

.cr-footer {}

/*************************End Certificate Page CSS*/





/******************************Single Page CSS*/

.list-area {

	background-color: rgb(244, 244, 244);

	overflow: hidden;

	position: relative;

}

.list-content {

	background-color: white;

	overflow: hidden;

	margin: 20px;

	border: 1px solid rgb(229, 226, 226);

	border-radius: 4px;

	padding: 6px;

	-webkit-box-shadow: 0px 0px 6px 0px #DBD9D9;

    box-shadow: 0px 0px 6px 0px #DBD9D9;

}

.single-list {

	overflow: hidden;

	margin-bottom: 24px;

	border-bottom: 1px solid rgb(236, 236, 236);

}

.single-list:last-child {

	border: none;

}

p.list-title {

	margin: 0;

	font-size: 18px;

	font-family: "HelveticaWorldRegular";

}

p.list-title a {

	color: #17607a;

}

.list-img {

	border: 2px solid rgb(229, 229, 229);

	border-radius: 4px;

	/*-webkit-box-shadow: 0px 0px 6px 0px #DBD9D9;

  	box-shadow: 0px 0px 4px 1px #C2AFAF;*/

}

.list-img img {

	width: 100%;

}



.join-icon {

	text-align: center;

	font-size: 30px;

}

.single-join {

	overflow: hidden;

	padding: 10px;

	margin-bottom: 10px;

	border-bottom: 1px solid rgb(247, 238, 238);

}

.single-join:last-child {

	border: none;

}

.on-badge {

	padding-left: 60px !important;

}

.review-title {

	font-size: 32px;

}

.load {

	position: fixed;

	display: none;

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, 0.4);

	top: 0;

	z-index: 1051;

}

.loading {

	margin-left: 20px;

	width: 70px;

	margin: 0 auto;

	display: block;

	margin-top: 15%;

}

.updated {

	text-align: center !important;

	display: none;

}

.updated .alert {

	text-align: center !important;

}

.fill {

    border: 1px solid red !important;

    background: rgba(255, 0, 0,.1) !important;

}

/******************************End Single Page CSS*/







/******************************Review Page CSS*/



.sidebar-primum-section {}

.sidebar-primum-section .panel-heading {

	font-size: 20px;

}

.sidebar-premium-img {

	width: 70px;

}

.sidebar-premium-img img{

	width: 100%;

}

.sidebar-premium-text {

	  margin-bottom: 0;

}



/******************************End Review Page CSS*/



.group-ctg {

	height: 60px;

}

.group-ctg i.fa {

	color: green;

}





/**************************user profile page css*/



.profile-pic {

	width: 100%;

}

.profile-pic img{

	width: 100%;

}



.user-menu {

	background-color: rgb(28, 176, 126);

	color: white;

	text-align: center;

	padding: 10px;

	border-right: 2px solid white;

	text-transform: uppercase;

	margin-right: 2px;

	border-radius: 10px;

	-webkit-transition: all .3s;

	-o-transition: all .3s;

	transition: all .3s;

}

a .user-menu {

	color: white;

	font-size: 50px;

	text-transform: uppercase;

}

.user-menu p {

	font-size: 16px;

}

a.user-link:hover,a.user-link:focus {

	text-decoration: none;

}

a.user-link:hover .user-menu, .page-active {

	background-color: rgb(92, 184, 92);

}
a.user-link .user-menu, .page-active {

	background-color: rgb(92, 184, 92);

}
.page-active{
	background-color: rgb(92, 184, 92) !important;
}

.user-info p {

	font-family: "Myriad Pro";

	font-size: 20px;

}

.user-info table {

	font-family: "Myriad Pro";

}

.modal .panel>.panel-heading {

	font-size: 20px;

}

/**********************End user profile page css*/



/*

* xs - 767px

* sm - 991px

* md - 1199px

* lg - 1200px

* @media (max-width: 767px) {

* @media (min-width: 768px) and (max-width: 991px) {

* @media (min-width: 992px) and (max-width: 1199px) {

* @media (min-width: 1200px) {

* @media only screen and (min-device-width: 320px) and (max-device-width: 480px)

*/



/* Medium Devices, Wide Screens */

@media (min-width: 992px) and (max-width: 1199px){

	#main-menu ul li:first-child {

		display: none;

	}

	#main-menu ul li a {

		padding: 10px 10px;

	}

	.banner .banner-area h1 {

		font-size: 50px;

	}

	.search input[type=text] {

		width: 365px;

	}

	.protect {

		background-size: cover;

	}

	p.site-list-home, p.site-list-right {

		font-size: 20px;

	}

	.listing p.listing-title {

		font-size: 18px;

	}

	.price .price-area h1 {

		font-size: 32px;

		margin-top: 48px;

	}

	.price .price-area p.price-tagline {

		    margin-bottom: 60px;

	}

	.sidebar-premium-img {

		width: 100%;

	}

	.price.register label {

		padding-left: 0;

	}

}



/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px){

	.navbar-brand {

		padding-right: 0;

		padding-left: 5px;

	}

	.navbar-brand>img {

		width: 120px;

	}

	#main-menu ul li:first-child {

		display: none;

	}

	#main-menu ul li a {

		padding: 10px 5px;

	}

	.banner .banner-area h1 {

		font-size: 40px;

	}



	.search input[type=text] {

		width: 255px;

	}



	.listing .listing-left {

		margin-right: 15px;

	}

	.listing .listing-right {

		margin: 15px 0px 15px 15px;

	}

	.protect {

		background-size: cover;

	}

	p.site-list-home, p.site-list-right {

		font-size: 20px;

	}

	.listing p.listing-title {

		font-size: 18px;

	}

	.price .price-area h1 {

		font-size: 28px;

		margin-top: 48px;

	}

	.price .price-area p.price-tagline {

		    margin-bottom: 60px;

	}

	.sidebar-premium-img {

		width: 100%;

	}

	.price.register label {

		padding-left: 0;

	}

	.google_area {

		height: 140px;

	}

	.help .help-txt {

		font-size: 20px;

	}

	.footer {

		height: auto;

		text-align: center;

	}

	.footer p.footer-header {

		margin-bottom: 10px;

    	border-bottom: 1px solid;

	}

	.footer p.footer-header:last-child {

		border: none;

	}



	.price-area .table {

		font-size: 17px;

	}

	.single-join {

		padding: 0;

	}

	.sidebar-primum-section .panel-heading {

	    font-size: 18px;

	}

	a .user-menu {

		height: 140px;

	}

}



/* Small Devices, Ebook Reader */

@media (min-width: 481px) and (max-width: 767px){

	.banner p.banner-headline {

		display: none;

	}
	.box1{
        height:auto !important;
    }
	
	 .banner-area{
        height:auto !important;
        padding-bottom: 20px
        
    }

	#main-menu {

		background-color: white;

		padding-left: 0;

	}

	.navbar-toggle .icon-bar {

		background-color: black;

	}

	.banner .banner-area h1 {

		font-size: 25px;

	}

	.banner p {

		font-size: 18px;

	}

	.img-btn-area a {

	    display: block;

	    margin-bottom: 10px;

	}

	.search input[type=text] {

		width: 130px;

	}

	.search input[type=submit] {

		padding: 3px 30px;

		font-size: 18px;

	}

	.protect .protect-headline {

		font-size: 20px;

		margin-top: 20px;

	}

	.protect p.aol-headline {

		font-size: 18px;

	}

	.listing .listing-left {

		margin-right: 15px;

	}

	.listing .listing-right {

		margin: 15px 0px 15px 15px;

	}

	p.site-list-home {

		font-size: 22px;

	}

	.listing p.listing-title {

		font-size: 18px;

	}

	p.site-list-right {

		width: 80%;

		font-size: 20px;

	}

	.help .help-txt {

		font-size: 16px;

	}

	.footer {

		height: auto;

	}



	.navbar-header {

		height: 100%;

	}

	header nav ul.navbar-nav {

		margin-left: 0;

		margin-top: 0;

	}

	.navbar-toggle {

		margin-top: 24px;

	}



	.price .price-area h1 {

		font-size: 20px;

    	margin-top: 45px;

	}

	.price .price-area p.price-tagline {

		display: none;

	}

	.price .price-area .col-sm-6 {

		padding: 15px;

	}

	.price .price-area .panel {

		min-height: 715px;

		padding-bottom: 20px;

	}



	.price.trueen-badge .price-area .panel {

		height: auto;

	}

	.verified-icon {

		padding-bottom: 0;

	}



	p.site-list {

		font-size: 22px;

	}

	.profile-pic {

	    width: 50%;

	}



	a .user-menu {

		margin-bottom: 10px;

		height: 135px;

	}
	
	.signle-listing .show-black-box .review-info-area {
	    height:auto !important;
	}



}

.panel2 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}



/* Extra Small Devices, Phones */ 

@media (min-width: 320px) and (max-width: 480px){

	.banner p.banner-headline {

		display: none;

	}
	.banner-area{
        height:auto !important;
        padding-bottom: 20px
        
    }
    .box1{
        height:auto !important;
    }

}
 /* single list */
.box_detail {
    background-color: #fff;
    padding: 25px 25px 15px 25px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.box_detail .price2 {
    line-height: 1;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 25px -25px;
    padding: 0 25px 15px 25px;
}
.d-inline {
    display: inline!important;
}
.box_detail .price2 .score {
    float: right;
    margin-top: -5px;
}

.score span {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: right;
    line-height: 1.1;
    font-weight: 500;
}
.score span em {
    display: block;
    font-weight: normal;
    font-size: 11px;
    font-size: 0.6875rem;
}
.score strong {
    background-color: #32a067;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px;
    display: inline-block;
}
strong {
    font-weight: 600;
}




.booking .form-group i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    height: 43px;
    top: 1px;
    right: 1px;
    padding-right: 10px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    line-height: 43px;
    z-index: 9;
    color: #999;
}

a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #004dda;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}


/*//////////////////////////SIDE BAR NAVE new style user dashboard//////////////////////////*/

.page-sidebar {
    height: auto;
   /* width: 260px;*/
   /* position: fixed;*/
    padding: 0px;
    background-color: #ffffff;
    /*margin-top: 30px;*/
    overflow: hidden;
   /* box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -o-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);*/
    min-height: 100%;
    height: auto;
}
.page-sidebar.fixedscroll {
    position: fixed;
}
.page-sidebar.collapseit {
    width: 60px;
    margin-left: 0px !important;
    z-index: 99;
}
.page-sidebar .profile-info {
    background: transparent;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 15px;
    display: flex;
}
.page-sidebar .profile-image {
    padding-right: 5px;
    display: inline-block;
}
.profile-info .profile-image img {
    height: 65px;
    width: 65px;
   margin: 0 auto;
       top: 0px;
    left: -5px;
    position: relative;    
}
.short-profile img {
    height: 45px !important;
    width: 45px !important; 
    left: 2px !important;
}
.short-profile .profile-details{
    display: none;
}
.profile-info .profile-details h3 {
    margin: 19px 0px 6px 14px;
}
.profile-info .profile-details .profile-title {
    color: rgba(174, 178, 183, 1.0);
    font-size: 13px;
    margin: 0px 0px 6px 14px;
}
#main-menu-wrapper ul {
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-family: 'Comfortaa';
    font-weight: 800;
    font-size: 16px;
}
#main-menu-wrapper ul li {

    background: aliceblue;
    border-bottom: 1px solid #f0f1ea;
}
#main-menu-wrapper .menusection {    
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    padding-left: 24px;
    margin: 10px 0 0px 0;
    color: #9e9e9e;
    text-transform: uppercase;
}
.profile-info .profile-details h3 a {    
    font-weight: 400;
    color: #757575;
    font-size: 19px;
    line-height: 23px;
    text-decoration: none;
}
#main-menu-wrapper li a {
    display: block;
    line-height: 42px;
    min-height: 42px;
    height: auto;
    color: #424242;
    text-decoration: none;
/*    padding: 14px 0px;*/
    padding-left: 5px;
    clear: both;
    border-left: 4px solid transparent;
    white-space: nowrap;
/*    font-size: 18px;*/
}
#main-menu-wrapper .fa {
    font-size: 14px;
}
#main-menu-wrapper li a i {
    display: inline-block;
    width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    top: 0px;
    position: relative;
}
#main-menu-wrapper li a:hover {
    background-color: rgba(33, 33, 33, 0.1);
    border-left: 4px solid #35395c;    
}


/* contact massage css */
.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat {
    height: 48px;
    /* overflow-y: scroll; */
    margin-bottom: 36px;
}
.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 11px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;
}

 .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 60%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
  border: 1px solid #1cb07e
}
.chat_img {
    float: left;
    
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}
.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

img{ max-width:100%;}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%; 
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}




/* member ship table //////////////// */

#generic_price_table{
  background-color: #f0eded;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
  background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
  background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
  color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{  
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
  color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  background-color: #E4E4E4;
  border-left: 5px solid #2ECC71;
}

#generic_price_table .generic_content .generic_price_btn a{
  border: 1px solid #2ECC71; 
    color: #2ECC71;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
  border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
  color: #fff;
}


#generic_price_table .generic_content.active .generic_price_btn a{
  background-color: #2ECC71;
  color: #fff;
} 
#generic_price_table .generic_content .generic_price_btn a:hover {
	background-color: #17b75c;
}
#generic_price_table{
  margin: 15px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
  margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
  padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
  display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 46px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
  font-family: "Lato",sans-serif;
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
  padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) { 
    .banner-area{
        height:auto !important;
        
    }
    
}

@media (max-width: 767px) {
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
  
}
@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3{
    float:left;
    width:50%;
  }
  .box1{
        height:auto !important;
    }
  #generic_price_table .col-md-4{
    float:left;
    width:50%;
  }
  
  #generic_price_table .generic_content{
    margin-bottom:75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
   font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
  color: #7885CB;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}
.demo-pic{
  margin: 0 auto;
}
.demo-pic:hover{
  opacity: 0.7;
}

#generic_price_table_home ul{
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}
#generic_price_table_home li{
  float: left;
}
#generic_price_table_home li + li{
  margin-left: 10px;
  padding-bottom: 10px;
}
#generic_price_table_home li a{
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}
#generic_price_table_home .blue{
  background: #3498DB;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
  background: #2ECC71;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
  background: #7F8C8D;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
  background: #34495E;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
  background: #E67E22;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
  background: #9B59B6;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
  background: #E74C3C;
  transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
  background: #1ABC9C;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
  border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
#generic_price_table_home .divider span{
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}
#generic_price_table_home .itemname{
  text-align: center;
  font-size: 50px ;
  padding: 50px 0 20px ;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
  padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
  background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
  background-color: #666;
  color: #FFF;
  text-decoration:none;
  
}
.bottom_btn:hover{
  background-color: #666;
  color: #FFF;
  text-decoration:none;
}


/* Purchase invoice */


.invoice {
    background: #fff;
    padding: 20px
}

.invoice-company {
    font-size: 20px
}

.invoice-header {
    margin: 0 -20px;
    background: #f0f3f4;
    padding: 20px
}

.invoice-date,
.invoice-from,
.invoice-to {
    display: table-cell;
    width: 1%
}

.invoice-from,
.invoice-to {
    padding-right: 20px
}

.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
    font-size: 16px;
    font-weight: 600
}

.invoice-date {
    text-align: right;
    padding-left: 20px
}

.invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%
}

.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
    display: table-cell;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    width: 75%;
    position: relative;
    vertical-align: middle
}

.invoice-price .invoice-price-left .sub-price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px
}

.invoice-price small {
    font-size: 12px;
    font-weight: 400;
    display: block
}

.invoice-price .invoice-price-row {
    display: table;
    float: left
}

.invoice-price .invoice-price-right {
    width: 25%;
    background: #2d353c;
    color: #fff;
    font-size: 28px;
    text-align: right;
    vertical-align: bottom;
    font-weight: 300
}

.invoice-price .invoice-price-right small {
    display: block;
    opacity: .6;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px
}

.invoice-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 10px
}

.invoice-note {
    color: #999;
    margin-top: 80px;
    font-size: 85%
}

.invoice>div:not(.invoice-footer) {
    margin-bottom: 20px
}

.btn.btn-white, .btn.btn-white.disabled, .btn.btn-white.disabled:focus, .btn.btn-white.disabled:hover, .btn.btn-white[disabled], .btn.btn-white[disabled]:focus, .btn.btn-white[disabled]:hover {
    color: #2d353c;
    background: #fff;
    border-color: #d9dfe3;
}




/* end purchage invoice */ 


.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 4px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: #0a0a0a;
}


/* user channel design */

.userMain .userBlock{
    float: left;
    width: 100%;
    box-shadow: 0px 0px 23px -3px #ccc;
    padding-bottom: 12px;
    margin-bottom: 30px;
    overflow: hidden;
    background:#fff;
    

}
.userMain .userBlock .backgrounImg{
   
    overflow: hidden;
    height: 40px;
    margin-bottom: 10px;
    background-color: #116fa7;
}
.userMain .userBlock .backgrounImg h5{
	 text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.userMain .userBlock .backgrounImg img{
    width: auto;
}
.userMain .userBlock .userImg{
    text-align: center;
}
.userMain .userBlock .userImg img{
    width: 80px;
    height: 80px;
    margin-top: -39px;
    border-radius: 100%;
    border: 5px solid #fff;
    
}
.userMain .userBlock .userDescription{
    text-align: center;
}
.userMain .userBlock .userDescription h5{
    margin-bottom: 6px;
    font-weight: 600;
}
.userMain .userBlock .userDescription p{
    margin-bottom: 5px;
}
.userMain .userBlock .userDescription .btn{
    padding: 0px 23px 0px 23px;
    height: 22px;
    border-radius: 0;
    font-size: 12px;
    background: #2ecc71;
    color: #fff;
}
.userMain .userBlock .userDescription .btn:hover{
    
    opacity:0.7;
}

.userMain .userBlock .followrs{
    display: inline-flex;
    margin-right: 10px;
   
    padding-right: 10px;
}
.userMain .userBlock .followrs .number{
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: -1px;
}
.p-2 {
    padding: .5rem!important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.time {
    font-size: 9px !important;
    top: 40px;
    position: absolute;
    /*left: -104px;*/

}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.socials i {
    margin-right: 14px;
    font-size: 17px;
    color: #d2c8c8;
    cursor: pointer
}
.bg-white {
    background-color: #fff!important;
}
.p-2 {
    padding: .5rem!important;
}
.p-3 {
    padding: 0px 8px!important;
}


.time2{

    font-size: 9px !important;
    top: 34px;
    position: relative;
    left: -72px;

}


.widget .panel-body { padding:0px; }
.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.widget .label-info { float: right; }
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 11px; }
.widget .action { margin-top:5px; }
.widget .comment-text { font-size: 12px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1px;
    border: none;
    /*border-top: 1px solid rgba(34, 36, 38, .1);*/
    box-shadow: none;
}
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 5px;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 20px;
}
.card-body{
	/*padding-left: 16px;*/
}


/*home  paga */


.cover {
    /*box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 70%);*/
    margin-top: -20px;
}

.nav>li>a:hover {
    text-decoration: none;
    /* background-color: #eee; */

    background-color: transparent !important; 
    color:#5cb85c;
}
.navbar-toggle {

	background-color: #5cb85c !important;
}

/*seo page */

.heading-pading{
  padding: 25px;
}
#sidebars{
    margin-bottom: 27px;
    float: left;
    clear: both;
    width: 100%;
    background: #eef3f2;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 1px 0px rgb(50 50 50 / 10%);
}




.toggle-custom[aria-expanded='true'] .glyphicon-plus:before {
  content: "\2212";
}

.blog-head{
    padding: 17px;
background: #2bbcdd;
color: #fff;
margin-bottom: 4px;
border-radius: 5px;
}
.chennel-head{
    padding: 7px;
    background: #2bbcdd;
    color: #fff;
    margin-bottom: 22px;
    border-radius: 3px;
}

.phone{
    margin: 2px;
    background: #1b7fd4;
    color: #fff;
    padding: 3px;
    border: 2px solid #1b7fd4;
    border-radius: 4px;
}

@media (min-width: 360px) {
.navbar-toggle .icon-bar {
    background-color: black;
}
.box1{
    height:142px;
}


}

@media (min-width: 360px) and (max-width: 767px) {
    
  .list-area label {
    font-size: 13px !important;
}  
}






