﻿.sticky/*------ start CHAT desgin------*/

.chats-scroll
{
	height: 733px;
	overflow-y: scroll !important;
	overflow-x: hidden!important;
}


#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-1::-webkit-scrollbar
{
	width: 10px;
	height:20px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-1::-webkit-scrollbar-thumb
{
	background-color: #00a8e4;
	border: 2px solid #00a8e4;
	border-radius: 10px;
}



.title-chat
{
    color: #000;
    font-size: 18px;
    font-weight: 700;
	text-transform: capitalize;
    margin: 6px 0 0 0;
	position: relative;
}
.title-chat span
{
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 500;
	text-transform: lowercase;
	display: block;
}


.green-circle-on {
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 25px;
    right: 45px;
    background-color: #32D583;
    top: 40px;
    border: 3px white solid;
}
.gray-chat
{
	color: #D6D6D6;
	text-transform: capitalize;
}

.gray-circle
{
	width: 10px;
	height: 10px;	  
	border-radius:25px;
	display: inline-block;    
	margin-left: 5px;
	background-color:#D6D6D6;
}

.chat-white-left
{   
	z-index: 9;
    background-color: #fff;
    overflow: hidden;
    text-align: right;
    color: #333333;
    border-radius: 15px;
    position: relative;
    font-size: 16px;
    padding: 20px;
    margin-bottom: 20px;
}
/* Style the tab */
.chattab {
  float: right;
  width: 35%;
}
/* Style the buttons inside the tab */
.chattab button {
    display: block;
    background-color: inherit;
    padding: 5px 8px;
    width: 100%;
    border: none;
    outline: none;
    text-align: right;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
}

/* Change background color of buttons on hover */
.chattab button:hover {
  background-color: #ebf9fe;
}

/* Create an active/current "tab button" class */
.chattab button.active {
  background-color: #ebf9fe;
}

/* Style the tab content */
.chattabcontent {
  float: right;
  padding: 0px 12px;
  width: 65%;
  border-left: none;
}


.message-chat {
    margin-bottom: 20px;
    font-size: 25px;
    width: 100%;
    border-radius: 5px;
    height: 55px;
    background: #00a8e4;
    position: relative;
    border: 1px solid #f6f6f6;
    text-align: center;
    line-height: 55px;
    color: #fff;
}
.message-chat a {
    background: #00a8e4;
    color: #fff;
}

#search-chat {
padding-top:0px;
margin-bottom:20px;
}

#search-chat .search-chat {
    width: 100%;
    height:55px;
    background: #f6f6f6;
    position: relative;    
    border-radius: 5px;
    padding-right: 55px;    
    padding-left: 5px;
    border: 1px solid #f6f6f6;  

}


#search-chat .search-chat input {
    width: 100%;
    background-color:#f6f6f6;
    border: 0;
    color: #898989;
    font-weight: 500;
    font-size: 16px;    
    margin-top: 0;
    height: 53px;
}

#search-chat .search-chat button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 50px;
    height: 55px;
    font-size: 22px;
    background: none;
    border: 0;
    color: #00a8e4;
    cursor: pointer;
    text-align: center;
}
@media (max-width: 991px) {

.chattab {
    width:100%;
}
	
.chattabcontent {
        width: 100%;
        padding: 0;
}
.chats-scroll {
    height: 305px;
}

}


/*------ end CHAT desgin------*/





.search2{
    position: relative;
    z-index: 99;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
	}
	
	.searchicon
	{
    position: absolute;
    top: 2px;
    left: 6px;
    z-index: 999;
    display: block;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: #02abe5;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    pointer-events: auto;
    border-radius: 20px;
}
#Footermenu1_menu a {
    padding: 5px 15px;
    font-weight: bold;
    color: #383639;
	display: inline-block;
	margin-left:0;
}

.m-text-header 
{ 
text-align:right;
margin-top:15px;
} 

.m-text-header ul
{
	 padding-right:0;
	 margin-bottom:0;
}

.m-text-header ul li
{
	display: inline-block;
	padding: 0 8px;    
	text-transform: capitalize;
}

.m-text-header ul li img
{ 
    width: 43px;
    display: inline-block;
    height: 40px;
    border-radius: 100%;
    object-fit: contain;
} 

.circle2 {
    height: 18px;
    width: 18px;
    border-radius: 50px;
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    line-height: 18px;
    top: -4px;
    left: 30px;
    font-weight: 600;
    background-color: #02abe5;
}
.m-white-left {
    z-index: 9;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    text-align: right;
    color: #333333;
    border-radius: 15px;
    position: relative;
    font-size: 16px;
    padding: 20px;
    margin-bottom: 20px;
}



.m-bg-pic {
    padding: 0;
    background-size: 100% 100%;
    position: relative;
	float: right;	
	margin-left: 10px;

}
.m-bg-pic img {
    height: 100px;
	width: 100px;
    border-radius:100%;
    object-fit: cover;
    margin: auto;
}



.m-white-left ul
{
    padding-right:0;
    margin:0;
    margin-top:20px;
    font-size:16px;
}

.m-white-left ul li
{
    padding:4px 0;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;   
    text-transform:capitalize;
    color: #333333;
}
 .m-white-left ul li span
{
    color: #848484;
    font-size:13px;
}

.m-white-left ul li img
{
     margin-left:5px;
}

.m-title-b {
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0;
}

.m-title-b span {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #555555;
}
.star
{
	color: #B2DC37;
	margin-top: 10px;
    float: right;
	font-size: 16px;
}


.star-review
{
	color: #B2DC37;
	margin-top: 10px;
    position:absolute;
	left: 20px;
    top: 12px;
	font-size: 20px;
}


.review-pic {
    padding: 0;
    position: relative;
    float: right;   
	margin-left: 15px;
	border-radius:100%;
	border: 2px #009EDA solid;
}
.review-pic img {
    height: 60px;
	width: 60px;
    border-radius:100%;
    object-fit: cover;
    margin: auto;
	padding: 5px;
}

.t-margin
{    margin-bottom: 30px;}
.text-s
{    font-size: 16px;}

.m-button-pro
{
	 position:relative;    
	float: left;
}



.m-button-pro ul
{
	 padding-right:0;
	 margin:0;
}


.m-button-pro ul li
{
	  display:inline-block;
	  margin-right:5px;
	  margin-bottom:10px;
	  padding:5px 10px;
	  background-color: #00ADEF1A;
	  border-radius:50px;
	  color:#009EDA;    
	  font-weight: 700;
	  font-size:14px;
	  -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
}


.btn-blue2{
    color: #00ace5;
    background-color: #fff;
    border-color:#00ace5;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-blue2:hover {
    color: #fff;
    background-color: #00ace5;
    border-color:#00ace5;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-i
{
	margin-left: 5px
}


.m-white-left-title {
    text-transform: capitalize;
    color: #222222;
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.m-white-left-title span {
     display: block;
    font-size: 24px;
    font-weight: 500;
	margin-top: 15px;
}


.btn-gray{
    color:#00ADEF;
    background-color:#F0F0F0;
    border-color: #F0F0F0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
	margin-top: 20px;
	text-decoration: none;
}


.btn-gray:hover {
    color:#fff;
    background-color:#00ADEF;
    border-color: #00ADEF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	text-decoration: none;
}

.m-purple
{ 
   background-color: #5E25901A !important;
	color: #5E2590 !important;
}
.m-yellow
{ 
   background-color: #B2DC3733 !important;
	color: #011821 !important;
}
.m-blue
{ 
   background-color: #00ADEF1A !important;
	color: #00ADEF !important;
}
.m-red
{ 
   background-color: #DC37601A !important;
	color: #DC3760 !important;
}

.m-review {
    text-transform: capitalize;
    color: #555555;
    font-size: 44px;
    font-weight: 500;
    margin: 0px 0 0px 0;
}

.m-review span {
    font-size:20px;
    display: inline-block;
    font-weight: 500;
    color: #555555;
	margin-right: 10px;
}

.star-big
{
	font-size: 25px;
	margin-bottom: 20px;
}






.m-tabs
{
	 position:relative; 
	background-color: #FFFFFF;	  
	border-radius:5px;
	margin-bottom: 15px;

}



.m-tabs ul
{
	 padding-right:10px;
	 margin:0;
}

.m-tabs ul li
{
	  display:inline-block;
      margin: 0 10px;
      margin-bottom: 0px;
      padding: 10px 15px;
	  border-radius:0px;
	  color:#011821;    
	  font-weight: 700;
	  text-transform: capitalize;
	  font-size:16px;
	  border-bottom:2px #fff solid;
	  -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
}


.m-tabs ul a:hover li
{
	  color:##00ADEF; 
	  border-bottom:2px #00ADEF solid;
	  -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
}
.m-tabs-active
{
	  color:#00ADEF !important; 
	  border-bottom:2px #00ADEF solid!important;

}

.m-title-3 {
    text-transform: capitalize;
    color: #222222;
    font-size: 25px;
    font-weight: 700;
    margin:40px 0 10px 0;
}

.m-title-3 span {
    text-transform: capitalize;
    color: #555555;
    font-size: 20px;
    font-weight: 700;
    float: left;
}



.full-time
{
	 position:relative;    
	float: left;
}



.full-time ul
{
	 padding-right:0;
	 margin:0;
}


.full-time ul li
{
	  display:inline-block;
	  margin-right:5px;
	  margin-bottom:10px;
	  padding:5px 10px;
	  background-color: #5E25901A;
	  border-radius:5px;
	  color:#5E2590;    
	  font-weight: 600;
	  font-size:15px;
	  border:1px #eaeaea solid;
	  -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
}


.chat-img {
    padding: 0;
    position: relative;
    float: right;   
	margin-left: 15px;
	border-radius:100%;
}
.chat-img img {
    height: 60px;
	width: 60px;
    border-radius:100%;
    object-fit: cover;
    margin: auto;
	padding: 5px;
}
.green-circle
{
	width: 10px;
	height: 10px;	  
	border-radius:25px;
	display: inline-block;    
	margin-left: 5px;
	background-color:#32D583;
}
.green-chat
{
	color: #32D583;
	text-transform: capitalize;
}

.texting-icon
{
   position: absolute;
   left:15px;
}

.chat-body
{
    overflow-y: scroll;
    height: 550px;
	margin-bottom: 30px;
}

.chat-title {
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0 5px 0;
}

.chat-title span {
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
	margin-left: 15px;
    color: #B2BBC6;
}
.chat-one
{
	background-color: #F2F4F7;
	padding: 10px 15px 10px 25px ;
	display: inline-block;    
	border-radius: 10px;
    margin-left: 45px;
	font-size: 14px;
}

.char-icon
{
    display: inline-block;
}


.chat-pic {
    padding: 0;
    position: absolute;
    border-radius: 100%;
    left: 0px;
    margin-top: 10px;
	background-color: #ffffff;    
	z-index: 99;
}


.chat-pic img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    object-fit: cover;
    margin: auto;
    padding: 5px;
}
.chat-right
{
	margin: 15px 0;
	position: relative;
	text-align: right;
}

.chat-left
{
	margin: 15px 0;
	position: relative;
	text-align: left;
}
.chat-two
{
	background-color: #00ADEF1A;
	padding: 10px 25px 10px 15px ;
	display: inline-block;    
	border-radius: 10px;
    margin-right: 45px;
	font-size: 14px;
	text-align: right;
	position: relative;
    right: 0px;    
}


.chat-pic2 {
    padding: 0;
    position: absolute;
    border-radius: 100%;
    right: 0px;
    margin-top: 10px;
	top: 0;
	background-color: #ffffff;    
	z-index: 99;
}


.chat-pic2 img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    object-fit: cover;
    margin: auto;
    padding: 5px;
}


.community 
{
    height: 600px;
	overflow-y: scroll;	
	overflow-x: hidden;	
}

.community ul
{
    padding-right:0;
	text-align: center;
    margin-top:30px;    

}

.community ul li
{
     display:inline-block;
     margin: 20px 7px;
     width: 260px;
     background:#FFFFFF url("../images/bg-community.png") no-repeat fixed left top;
     padding: 20px; 
     border-radius:10px;
     border: 1px #D8D8D8 solid;
     position: relative;
}

.community ul li .line
{
    height: 230px;
    width: 230px;
    border-radius: 100%;
    border: 6px #E1E1E1 solid;
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    margin: auto;
}




.white-grad {

    height: 230px;
    width: 230px;
    background: linear-gradient(#ffffff 0 0) padding-box, /*this is your grey background*/ linear-gradient(to right, #009EDA, #ffffff00) border-box;
    color: #313149;
    padding: 10px;
    border: 6px solid transparent;
    border-radius: 100%;
    display: inline-block;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 5px;
}


.community ul li img
{
    margin: 10px auto auto auto;
    height: 200px;
    width: 200px;
    border-radius:100%;    
    object-fit: cover;     
	background-color: #F5F5F5;
	position: relative;
	z-index: 9;
}

.time-workimg-img
{
    margin: auto !important;
    height: 265px!important;
    width: 265px!important;
    border-radius:100%!important;    
    object-fit: cover!important;   
	background-color: #ffffff00!important;
	position: absolute!important;
	z-index: 9!important;
    top: -4px;
    left: 0;
    right: 0;
    margin: 0px -3px auto auto !important;
}

.community ul li .title-1
{
      font-size:24px;
      color:#000;
      font-weight:600;
      height: 30px;
      overflow: hidden;    
      margin: 15px 0;    
}

.community ul li .text
{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
      margin: 5px 0 20px 0;    
}
.community ul li .more
{
    margin: 5px 0;   
}


.star-community
{
	color: #B2DC37;
	margin-top: 30px;
    position: relative;
	font-size: 20px;
}

.star-community span
{
	 font-weight: 800;
}



.header {

}

.content2 {
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;    
  background-color: #ffffff;
  z-index: 99;
	padding: 0 0;
}

.sticky .logo img
{
	height: 50px;
}
.sticky + .content2 {
  padding-top: 120px;
}
.sticky .m-text-header {
    margin-top: 10px;
}
.sticky .m-text-header nav{
    top:10px;

}

.btn1-header {
    display: block;
    margin-bottom: 10px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 8px;
}
.btn1-blue {
    color: #fff;
    background-color: #00ace5;
    border-color: #00ace5;
	text-decoration: none;

}
.btn1-blue:hover {
    color: #fff;
    background-color: #00ace5;
    border-color: #00ace5;
	text-decoration: none;

}

.btn1-blue1 {
    color: #00ace5;
    background-color: #fff;
    border-color: #fff;
	text-decoration: none;

}
.btn1-blue1:hover {
    color: #00ace5;
    background-color: #fff;
    border-color: #fff;
	text-decoration: none;
}




.more-about{
    color:#00ADEF;
	font-weight: 700;
	text-decoration: none;
}


.more-about:hover {
    color:#00ADEF;
	font-weight: 700;
	text-decoration: none;
}


.button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color ease 0.2s;
}



.chatbox__row {
  display: block;
  background-color: #EBEEF2;	
  border-radius: 6px;    
  padding: 5px;
}




/* enter block */

.enter {
  position: relative;
}

.enter:before {
  height: 2px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
}


.enter__textarea {
  padding-right: 0px;
  background-color: #F9FAFB;
  border: 1px solid #DAE2EB;
	border-radius: 5px;
}

.enter__textarea textarea {
    width: 100%;
    border: none;
    resize: none;
    background-color: #f9fafb;
    padding: 10px 10px;
	border-radius: 5px;
}

.enter__icons {
  padding-right: 0px;
  font-size: 0;
  display: flex;
  align-items: center;
  margin-top: 6px;  
  background-color: #F9FAFB;
  border: 1px solid #DAE2EB;
  border-radius: 5px;
  padding: 10px;
}

.enter__icons .fa-paperclip {
  font-size: 20px;
  color: grey;
}

.enter__icons .fa-smile-o {
  font-size: 20px;
  color: grey;
}
.enter__icons .fa-text{
  font-size: 20px;
  color: grey;
}

.enter__icon {
  margin-left: 12px;
}

.trash
{    position: absolute;
    left: 10px;
    top: 10px;}





.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  width: 48px;
  height: 48px;
  padding: 8px 16px;
  font-size: 18px;
  color: #000000;
	background-color: #fff;
  border: 1px #C2C2C2 solid;
  border-radius: 8px;
  text-decoration: none;    
  margin: 0 4px;
}

.pagination a:hover {

  color: #fff;
  background-color: #009EDA;
  border: 1px #009EDA solid;
}
.pagination-active {

  color: #fff !important;
  background-color: #009EDA !important;
  border: 1px #009EDA solid  !important;
}



#button {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button img{
  width: 60px;
  height: 60px;
}

#button:hover {
  cursor: pointer;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.fillter
{
	 position: relative;
	background-color: #F8F8F8;
	padding: 30px 0 15px 0;
}

.fillter .form-group {
        position: relative;
    }


.fillter .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;	
	font-weight: 500;

    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.fillter .search-icon {
    position: absolute;
    top: 6px;
    left: 10px;
    z-index: 999;
    display: block;
    width: 30px;
    height: 30px;
    color: #4aa8df;
    background-color: #ffffff;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    pointer-events: auto;
    border-radius: 20px;
}

.content-inner7 {
    padding: 50px 0;
    background-color: #fff;
    overflow: hidden;
}

.popup-title {
    font-size: 22px;
    padding: 0;
    position: relative;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}




.form-control-levels {
    display: block;
    width: 100%;
    height: 45px;
    padding:6px 12px 6px 35px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;	
	font-weight: 500;
    background-color: #fff;
    background-image:url("../images/levels.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position:10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow:  -4px -6px 15px 2px rgb(0 0 0 / 7%);
    box-shadow:-4px -6px 15px 2px rgb(0 0 0 / 7%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}






.dropdown1 {
    position: relative;
    display: block;
}

.dropbtn1 {
    font-size: 16px;
    cursor: pointer;
    height: 45px;
	display: block;	
	text-align: right;
    padding: 6px 35px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
	width: 100%;
    font-weight: 500;
    background-color: #fff;
	

	
    background-image: url(../images/levels.png), url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png");
    background-repeat: no-repeat , no-repeat;
    background-size: 20px , 12px;
    background-position: 90% 12px,10px center;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: -4px -6px 15px 2px rgb(0 0 0 / 7%);
    box-shadow: -4px -6px 15px 2px rgb(0 0 0 / 7%);
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;

}

.dropdown1-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown1-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdown1-content a img {
    margin-left: 10px;
}

.dropdown1-content a:hover {
    background-color: #f1f1f1;
}

.dropdown1:hover .dropdown1-content {
    display: block;
}



.video-all {
  position:relative;    
	height: 310px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;	
  border-radius: 20px;
}



.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 99;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;

}


.post-pic {
    padding: 0;
    background-size: 100% 100%;
    position: relative;
	float: right;
	margin-left: 10px;
}
.post-pic img {
    height: 70px;
	width: 70px;
    border-radius:100%;
    object-fit: cover;
    margin: auto;
}

.post-level
{
	position: relative;
    margin-right: 10px;
    top: 0px;
    margin-top: 0;
}
.about-post
{
	margin-top: 15px;
}


.margin-post
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.post-text
{
	font-size: 24px;
	color: #555555;
	margin-right:40px;
	display: inline-block;	
}


.all-post {
    display: block;
    margin-bottom:10px;
    padding:12px 25px;    
    font-size: 24px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    width:100%;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;    
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 2px;  
}

.all-post img{
    margin-left:10px;
}


.btn-post {
    color:#000;
    background-color: #F7F7F7;
    border-color:#F7F7F7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-post:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #F7F7F7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	text-decoration: none;
}
.btn-post2 {
    color:#009EDA;
    background-color: #F7F7F7;
    border-color:#F7F7F7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-post2:hover {
    color: #009EDA;
    background-color: #ffffff;
    border-color: #F7F7F7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	text-decoration: none;
}




.all-com {
    display: inline-block;
    margin-bottom:10px;
    padding:12px 60px;    
    font-size:14px;
    font-weight:700;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;    
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 6px;  
}

.all-post-m {
    color:#009EDA;
    background-color: #F7F7F7;
    border-color:#009EDA;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.all-post-m:hover {
    color: #fff;
    background-color: #009EDA;
    border-color: #009EDA;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	text-decoration: none;
}



/*---- rating style ----*/

#full-stars-example-two {

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
	  margin: 20px 0;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   right: -9999px !important;
  }
  
  /* hide 'none' input from screenreaders */
  .rating__input--none {
    display: none
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 30px;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: #B2DC37;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #e6e6e6;
}
  }
  
  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: #B2DC37;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #e6e6e6;
  }





.time
{
	font-weight: 800;
	font-size: 17px;
	margin-top: 10px ;
}

.time img
{
    margin-left: 10px;
}



.data-services ul
{
    padding-left:0;
    margin:0;
    margin-top:5px;
    margin-bottom:5px;
    font-size:16px;
}

.data-services ul li
{
    padding:4px 0; 
    margin-right:10px;
    display:  block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    text-transform:capitalize;
    color: #000;
    font-weight:500;
    transition: 0.3s;    
	font-size:14px;
	position: relative;
	margin-bottom: 10px;
}
 .data-services ul li span
{
    color: #000;    
	font-weight:800;
	font-size:16px;
	position: absolute;
    left: 0;
}
.data-services ul li img
{
    margin-left:5px;
	width: auto;
	height:auto;
}


.full-margin{
    margin: 10px 0;
}


.group-classes{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color:#2B84F81A;
    border-radius: 5px;
    color: #0055FF;
    font-weight: 600;
    font-size: 15px;
    border: 1px #eaeaea solid;
}

.full-time-b{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #5E25901A;
    border-radius: 5px;
    color: #5E2590;
    font-weight: 600;
    font-size: 15px;
    border: 1px #eaeaea solid;
}


.ser-post {
    margin-top: 15px;
	margin-bottom: 10px;
    font-size: 14px;
}
.form-group {
    margin-bottom: 15px;
	position: relative;
}
.form-control1 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom: 0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .075);
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}


.po-time
{
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    left: 18px;
    margin-top: 12px;
}

.po-time a.data-services ul li span
{
	  margin-left: 5px;
}
.po-time-active
{
	  color:#00ADEF;
}




.container1-check {
  display: block;
  position: relative;
  padding-right: 35px;
  margin: 12px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight:500;
}

.container1-check span{
    color: #000;
    font-weight: 800;
    font-size: 16px;
    position: absolute;
    left: 0;
}

/* Hide the browser's default checkbox */
.container1-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark1-check {
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  width: 22px;
  background-color: #0fcc5e;
  border: 1px #0fcc5e solid;
  border-radius: 100%;
}

/* On mouse-over, add a grey background color */
.container1-check:hover input ~ .checkmark1-check {
  background-color: #0fcc5e;
  border: 1px #0fcc5e solid;}

/* When the checkbox is checked, add a blue background */
.container1-check input:checked ~ .checkmark1-check {
  background-color: #0fcc5e;
  border: 1px #0fcc5e solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1-check input:checked ~ .checkmark1-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1-check .checkmark1-check:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






.no-available
{
	font-size: 24px;
	font-weight: 700;
	color: #555555
}
.no-available-img
{
	 margin: 40px auto;
}

.no-available span
{
	color: #009EDA
}

.no-available-s
{
	font-size: 18px;
	font-weight: 500;
	color: #555555
}


.chat-scroll
{
	 height: 550px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 20px;
	margin-bottom: 30px;
}


.container-radio {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
  font-weight: normal;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #02abe5;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #02abe5;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #D5D5D5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
	background: white;
}

.question-box
{
	overflow-y: scroll;
	height: 400px;
	overflow-x: hidden;
}

.plan-f
{
    background: url(../images/m.png) no-repeat right center;
    background-size: 30px 30px;
    padding-right: 40px !important;
    display: block !important;
    margin-bottom: 15px;
}





.thanks
{
    background-color: #fff;
    border-radius: 15px;
	padding: 40px;
	text-align: center;
	font-size: 35px;
	font-weight: 800;
	color: #000000;
	text-transform: capitalize;
}


.thanks span
{
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 30px;
}

.thanks i
{
font-size: 28px;
    color: #ffffff;
    width: 80px;
    height: 80px;
    background-color: #02abe5;
    border-radius: 100px;
    line-height: 80px;
}




.time-services
{
	margin-top: 0 !important;
}





.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
background-color:#fff;
text-align:right;
color: #555555;
border-radius:10px;    
padding: 15px 25px;
text-transform: capitalize;
}


.menu-left ul
{
    padding-right:0;
    margin:0;
    font-size:15px;
	padding: 15px 0;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 10px;
    display: block;
    color: #555555;
	font-weight: 600;
	border-radius:10px;    
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
}
 
.menu-left ul li img
{
     margin-left:10px;
}

.menu-left ul a:hover li
{
   background-color:#EDFAFF;
   color:#009EDA;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.menu-left-active
{
	background-color: #009EDA !important;
    color: #fff !important;
}

.menu-left-active img
{  
	filter:brightness(2000);
}


.boxes-overview .row .col-md-3
{
	width: 20%;    
}

.boxes-overview ul
{
	 padding-right: 0;
}


.boxes-overview ul li{
    padding: 15px 12px;
    border-radius: 10px;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #011821;
    position: relative;   
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 155px;
    width: 156px;
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
}

.boxes-overview ul li:hover {
    background-color:#C2EEFF;   
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}


.boxes-overview ul li span
{
	font-size: 25px;
	font-weight: 700;
	display: block;
}

.boxes-overview ul li .icon-5
{
	position: absolute; 
	left: 10px;
	top: 15px;
}

.TrendUp {
    padding: 7px 10px;
	margin-right: 5px;
    font-weight: 500;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
	margin: 15px 0px 0 0 ;
	display: inline-block;
}
.TrendUp img{
     margin-left: 5px;
}

.TrendUp-color1 {
    background-color: #009EDA;
}
.TrendUp-color2 {
    background-color: #F4B414;
}
.TrendUp-color3 {
    background-color: #0F6EFC;
}

.overview-title
{
	color: #0D0E0D;
	font-size: 16px;
	font-weight: 500;
}

.overview-title span
{
	color: #74787A;
	font-size: 12px;
	font-weight: 400;
	margin-right: 10px;
}


#search-client {
padding-top:0px;
padding-bottom:0px;
display: inline-block;
	margin-left: 10px;
}

#search-client .search-client {
    width: 100%;
    height:40px;
    background: #F8F8F8;
    position: relative;    
    border-radius: 5px;
    padding-right: 20px;    
    padding-left: 35px;
    border: 1px solid #F8F8F8;  

}

#search-client .search-client input {
    width: 100%;
    background: #F8F8F8;
    border: 0;
    color: #898989;
    font-weight: 300;
    font-size: 15px;    
    margin-top: 0;
    height: 37px;   
    border-radius: 5px;

}

#search-client .search-client button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 35px;
    height: 37px;
    font-size: 18px;
    background: none;    
    border-radius:0;
    border: 0;
    color: #6bc9ed;
    cursor: pointer;
}


.btn-client {
    display: inline-block;
    /* margin-bottom: 10px; */
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 5px;
    margin-right: 0;
}



/*-------table-------*/
table {
  /*border: 1px solid #ccc;*/
  border-collapse: collapse;
  margin: 20px 0 0 0;

  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.table-tr {
  background-color: #C2EEFF;
	color: #011821;
}
table tr {
  background-color: #fff;
  border-bottom: 1px solid #E7E7E7;
  padding: .35em;
  color: #011821;
  font-size: 14px;
}

table th,
table td {
  padding: 20px 10px;
}

table th {
    font-size: 13px;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/* End Table */

.icon-status
{
	padding: 5px 10px;
    font-weight: 400;
    top: 0px;
	font-size: 12px;
	color: #011821;
	background-color:#B2DC3733;
	border-radius: 5px;
}
.icon-pendding
{
	padding: 5px 10px;
    font-weight: 400;
    top: 0px;
	font-size: 12px;
	color: #011821;
	background-color:#FFF2D0;
	border-radius: 5px;
}

.icon-canceld
{
	padding: 6px 10px;
    font-weight: 400;
    top: 0px;
	font-size: 14px;
	color:#DC3760 ;
	background-color:#FFEEEE;
	border-radius: 5px;
	margin-right: 5px;
}

.icon-confirm
{
	padding: 6px 10px;
    font-weight: 400;
    top: 0px;
	font-size: 14px;
	color:#009EDA;
	background-color:#009EDA1A;
	border-radius: 5px;	margin-right: 5px;

}



















