.chip{
	padding: 5px 7px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 12px;
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	margin: 0 10px;
	
	cursor: pointer;
	background:green;
	color: whitesmoke;
}

.chipno{
	background: #242933;
	color: #777;
	
	padding: 5px 7px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 12px;
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	margin: 0 10px;
	
	cursor: pointer;

	color: whitesmoke;
}




/// rating

.rating-stars{
	
	margin-top:-100px;
	
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.clearfix {
  clear:both;
}

.text-center {text-align:center;}

a {
  color: tomato;
  text-decoration: none;
}

a:hover {
  color: #2196f3;
}

.pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #F5F5F5;
border: 1px solid #CCC;
border-radius: 4px;
}

.header {
  padding:20px 0;
  position:relative;
  margin-bottom:10px;
  
}

.header:after {
  content:"";
  display:block;
  height:1px;
  background:#eee;
  position:absolute; 
  left:30%; right:30%;
}

.header h2 {
  font-size:3em;
  font-weight:300;
  margin-bottom:0.2em;
}

.header p {
  font-size:14px;
}

.new-react-version {
  padding: 20px 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
  
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.new-react-version .react-svg-logo {
  text-align: center;
  max-width: 60px;
  margin: 20px auto;
  margin-top: 0;
}





.success-box {

  color:green;
 
}
.success-box > div {
  vertical-align:top;
  display:inline-block;
  color:#888;
}



/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:1.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}





.sea{
	text-align: center;
	width:100px;
	background-color: white;
}


// document upload


.panel-upload {
  display: table;
  width: 100%;
  position: relative;
}

.panel-upload-dropzone,
.panel-uploaded-image {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 200px;
  max-height: 200px;
  text-align: center;
}

.panel-upload-dropzone {
  border: 1px dashed #aaa;
  padding: 30px;
}

.panel-upload-help-message {
  line-height: 13px;
  font-size: 11px;
  color: #777;
  padding-bottom: 5px;
}

.panel-upload-message {
  line-height: 13px;
  font-size: 11px;
  color: #777;
  padding-top: 5px;
}

.panel-upload-message.error {
  color: #CD3646;
}

.btn-uploader.disabled {
  display: none;
}

.panel-uploaded-image {
  border: 1px solid #aaa;
}

.panel-uploaded-image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

 .initials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
  background: #d56a6a;
  color: white;
}

.panel-uploaded-image .btn-image-close-red {
  display: block;
  padding: 0;
  width: 16px;
  height: 16px;
  line-height: 15px;
  background-image: none;
  filter: none;
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #CD3646;
  color: #fff;
  border: none;
  border-radius: 1px;
}
/// show upload
.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 2rem 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #eee;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.uploader label:hover {
  border-color: #454cad;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type=file] {
  display: none;
}
.uploader div {
  margin: 0 0 0.5rem 0;
  color: #5f6982;
}
.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.troll{

  display: table;
  content: "";
} 

.colm{
float: left;

}
/** Index  files csss***/
.see{
	
float:right;
	
}
.img{
	min-width: 100%;  width: auto; height: 280px;
}
.badge{
	
	background-color:#252859;
	align-items: center;
	text-align: centre;
	color:#fff;
	width: 40px;
	padding:0;
	
}
:root {
  --gutter: 20px;
}
.error { 
 color: #ff0000;
 font-weight: normal;
}
.name{
	 font-size: 20px;
	margin-top:10px;
}
.container {
  display: flex;
  
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.scrolling-wrapper {

  overflow: auto;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
}
.cardi {
  margin: 10px;
  background-color: #fff;
  height: 302px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 202px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.col-5{

  
}
.name a{
color: green;

}
.cardi-header img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
/
.cardi-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 10px;

  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.tag-teal {
  background-color: green;
}
.tag-purple {
  background-color: #5e76bf;
}
.tag-pink {
  background-color: #868480;
}
.cardi-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;  margin-top:-40spx;

}
.cardi-body p {
  font-size:14px;
	margin-top:-8px;

  
}
.user {
  display: flex;
  margin-top: auto;
}

.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.user-info  {
  margin-top: -10px;
}
.user-name  {
  color:#252859;
}
.linkz :hover {
  color:green;
}
.user-info small {
  color: #545d7a;
}
/**************************No results found********************/
{
  color: darkgreen;
  font-weight: 400;
  line-height: 1.4;
  font-family: SourceSansLocal,source-sans-pro,Source Sans Pro,
               -apple-system,Roboto,pt sans,calibri,sans-serif;
}

.search-message-empty-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 4.5em;
}

.search-message-empty-decal {
  margin-right: 50px;
  font-size: 7rem;
  transform: rotate(90deg);
}



/**** End of  index***/

@media only screen and (max-width: 720px) { 
.search-message-empty-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 4.5em;
}

.search-message-empty-decal {
  margin-right: 80px;
  font-size: 6rem;
  transform: rotate(90deg);
}
.troll{
margin-left: 15%;
}

.colm{
width: 230px;
height: 350px;
}
ul {
  list-style: none;

}

h1,
h2,
h3 {
  margin: 0;
}

.app {
  
  overflow-y: scroll;
}

.hs > li,
.item {
  scroll-snap-align: center;
  
  display: flex;
  flex-direction: column;
  background: #fff;
  
}
.img{
	min-width: 100%;  width: auto; height: 220px;
}
}
/*Chat window css */




.live-chat-transition {
  transition:all 0.5s ease;
}

.live-status{
	background-color:#252859;
}
.live-chat {
  
  bottom: -187px;
  margin: 0 auto;
  right: 60px;
  text-align: center;
  width: 185px;
}

#live-chat.open-chat {
  bottom: -1px;
}

#chat-label {
  background: #008fb0;
  height: 35px;
  cursor: pointer;
  position: relative;
}

#chat-label h4 {
  color: #ffffff;
  height: 13px;
  left: 55px;
  margin: 0;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: 85px;
}

.live-chat-arrow {
  height: 9px;
  padding-left: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.live-chat-down-arrow {
  opacity: 0;
  transform: rotate(180deg) translateY(-50%);
}

.hide-up-arrow {
  opacity: 0;
  padding: 0;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: center;
}

.show-down-arrow {
  opacity: 1;
  padding: 0;
  transform: rotate(0deg) translateY(-50%);
  transform-origin: center;
}

#chat-label.open-chat-label {
  background: #d0d3d6;
}

#chat-label.open-chat-label h4 {
  color: #262526;
}

#live-chat p {
  color: #262526;
  font-family: arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 17px;
  margin: 20px auto;
  width: 135px;
}

#chat-button {
  background: #008fb0;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  padding: 12px 0 11px 0;
  text-decoration: none;
  width: 140px;
}

#chat-button:hover {
  background: #06748e;
}
/** sunmit review**/


 
.reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20%;
}

.review {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 80%;
  padding: 0 50px;
  font-size: 1.1rem;
  overflow: hidden;
}

.reviewstuff{
  width: 80%;
}

.input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.reviewinp {
  width: 200px;
  height: 70px;
  outline: none;
  border-radius: 5px;
  border: none;
  background-color: #f5f5f5; 
  resize: none;
  padding: 10px 5px 10px 10px;
  font-family: 'Sulphur Point', sans-serif;
  font-size: 1rem;
}

.stars {
  display: flex;
  padding: 0 20px;
}

.star1, .star2, .star3, .star4, .star5 {
  margin-right: 5px;
  font-size: 1.3rem;
  cursor: pointer;
}

.submit {
  color: white;
  background-color: #036bfc;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  font-family: 'Sulphur Point', sans-serif;
  font-size: 1rem;
  transition: all .2s ease-in-out;
}

.submit:hover {
  background-color: #4592ff;
}

.arrows {
  font-size: 1.8rem;
  cursor: pointer;
}

.input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  border: 1.5px solid #d1d1d1;
  width: 100%;
  
}

.names {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.firstname, .lastname {
  width: 100%;
  padding: 10px 0 10px 10px;
  outline: none;
  border-radius: 5px;
  border: none;
  background-color: #f5f5f5;
  font-family: 'Sulphur Point', sans-serif;
  font-size: 1rem;
}

.firstname {
  margin-right: 10px;
}

.lastname {
  margin-left: 10px;
}

.reviewstuff {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rname {
  display: flex;
  justify-content: center;
  margin-right: 30px;
}

.rfname {
  margin-right: 2.5px;
  white-space: nowrap;
}

.rlname {
  margin-left: 2.5px;
  white-space: nowrap;
}

.bottomreview {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.stars2 {
  display: flex;
}

.errorcontainer {
  width: 85%;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: absolute;
  background-color: #ff4242;
  color: white;
  padding: 10px 75px;
  text-align: center;
  display: flex;
  opacity: 0;
  transition: opacity, .5s;
}

.display {
  opacity: 1;
}

.exc {
  margin-right: 20px;
  font-size: 1.3rem;
}

.thank-you-container {
  font-size: 2rem;
  color: #919191;
  display: none;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  transition: all .7s;
  opacity: 0;
}

.thank-you {
  white-space: nowrap;
}

.fa-kiss-wink-heart{
  color: #ff429a;
  margin-left: 10px;
}