
html,
body {
    height: 100%;
  font-family: "Alexandria", sans-serif;
	color:#000;
    font-size:16px;
    font-weight:400;        
}

.box-margin {
    margin: 0 30px 0px 30px;
}
.box-margin2 {
    margin:0 15px 0px 15px;
}
a 
{
	text-decoration: none;
}


.language
{
    background-color: #07C4FE;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 6px 12px 10px 12px;
    font-family: "Inter", sans-serif;
	position: absolute;
    left: 30px;
}

.language img
{
	margin-left: 5px;
}
.left-part
{
	display:block;
	position: relative;
	z-index: 99;
	padding: 30px;
}
	
.right-part
{
	display: block;
}	
.left-part-mobile
{
	display:none;
}
	
.right-part-mobile
{
	display: none;
}	
.bg-all {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: -1;
    background: #F8F9FA;;
}

.bg-img {
    height: 100vh;
    width: 42%;
    position: fixed;
    left: 0;            /* EN (LTR): branding column is on the left → align the panel with it */
    z-index: -1;
    background: url("../images/bg.png")repeat center 70%;
    opacity: 0.9;
}


.bg-color {
    height: 100vh;
    width: 42%;
    position: fixed;
    left: 0;            /* EN (LTR): dark branding panel under the logo (was right:0 → logo on light) */
    z-index: 0;
background: linear-gradient(177deg,rgba(13, 30, 32, 1) 51%, rgba(42, 228, 198, 1) 100%);
	opacity: 0.9;
}



.bg-color-inner {
    height: 100%;
    width: 25%;
    position: fixed;
    left: 0;
    z-index: -1;
    background-color: #0d1e20;
    opacity: 1;
}


.div-title
{
	margin: 35px 0 5px 0;
	font-size: 48px;
	font-weight: 700;
	color: #00BDCD;    
	line-height: 90px;
}
.div-title span
{
	color: #fff;
	padding: 0px 20px ;
	border-radius: 10px;
	background-color:rgba(255, 208, 79, 1);
}
.text-div
{
	color: #D9D9D9;
	margin-top: 15px;
	font-size: 16px;
	margin-bottom: 50px;
}

.vcard
{
	margin-top:20px;
	color: #FFFFFF;
}

.vcard div
{
	margin-bottom:10px;	
	font-weight: 600;
}

.vcard div span
{
	margin-top:5px;
	font-weight: 300;
	display: block;
}
 
.vcard i
{
    margin-left: 10px;
    float: right;
    margin-bottom: 20px; 
	background: linear-gradient(177deg,rgba(0, 189, 205, 1) 0%, rgba(42, 228, 198, 1) 100%);
	border-radius: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
    line-height: 40px;
}

.content-sign
{
	padding:40px 8%;
}

.content-sign2
{
	padding:15% 8%;
}
.content-sign3
{
	padding:15% 8%;
}

.sec3-title
{
	color: #FFFFFF;
	margin: 10px;
	font-size: 16px;
}

.logo-inner
{
    position: relative;
    padding:13px 0px;
}

.logo-inner img
{
    height: 50px;
    margin: auto;
}

.logo-title
{
    position: relative;
    margin: 20px auto 10px auto;
    padding:0px;
    color:#000;
    font-size:32px;
    font-weight:800; 
	text-align: center;
}
.logo-title img
{
    display: block;
	margin: auto auto -15px auto;
}

.logo-title span
{
    color:#546881;
    font-size:16px;
    display:block;    
    font-weight:400;
    margin-top:0px;
}
.text-gray
{
    color:#8B8C8E;
    font-size:14px;
    font-weight:400;
    margin:10px;
	text-align: center;

}

.login-in
{
	margin-top:0px;
	background-color: #FFFFFF;
	border-radius: 15px;
	font-size:15px;
	position: relative;
	padding:30px;
    box-shadow: 0px 1px 20px 10px rgb(0 0 0 / 4%);
}

.login-in .form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
	font-weight: 400;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:5px;
    -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;
}

.login-in a
{
	color:#00BDCD;	
	text-decoration: none;
}


.login-margin
{
	margin-top:10px;
}
.signin-margin 
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}

.underline3 a
{
	text-decoration: none;
}
.underline4 
{
	text-align:center;
	margin-top:20px;
	margin-bottom: 20px;
	font-weight: 600;
}

.login-in .form-group {
    margin-bottom: 25px;
}

.login-in .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}

.login-in .form-group label i {
    color: #00BDCD;
    margin-left: 5px;
    
}
.login-in .form-control {
    display: block;
    width: 100%;
    height:45px;
    padding: 6px 15px 6px 15px ;
    font-size: 14px;
    line-height: 1.42857143;
    color: #47586E;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -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;
}

.login-in .form-control::-webkit-input-placeholder { /* Edge */
    color: #47586E;
}

.login-in .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#47586E;
}

.login-in .form-control::placeholder {
    color: #47586E;
}


.form-group
{
	margin-bottom: 10px;
}
.form-control2 {
    display: block;
    width: 100%;
    height:55px;
    padding: 6px 15px 6px 40px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #25272F;
	font-weight: 400;
	margin: 10px 0;
    background-color: #FAFAFA;
    background-image: none;
    border: 1px solid #B2BBC6;
    border-radius: 8px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -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;
}

.form-control2::-webkit-input-placeholder { /* Edge */
    color: #25272F;
}

.form-control2:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#25272F;
}
.form-control2::placeholder {
    color: #25272F;
}


.input-style1
{
    display: inline-block;
    width: 80%;
}


#Activity
{
    background:#F7F8F9 url("../images/Activity.png") no-repeat 10px center;
}
#Thermometer
{
    background:#F7F8F9 url("../images/Thermometer.png") no-repeat 10px center;
}
#heart
{
    background:#F7F8F9 url("../images/Vector.png") no-repeat 10px center;
}


.sign-in-margin
{
	margin: 30px 0;
	display: block
}
.sign-in .form-control1 {
    display: inline-block;
    width: 60px;
    height: 55px;
    padding: 6px 15px 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #284179;
    background-color: #FAFAFA;
    background-image: none;
    border: 1px solid #B2BBC6;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out .15s, 
	-webkit-box-shadow ease-in-out .15s;
font-weight: 700;
	margin: 0 2px;
    text-align: center;
}

.sign-in .form-control1::placeholder {
    color: #284179;

}





/* Carousel Container */
.carousel {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}

/* Carousel Inner */
.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Carousel Item */
.carousel-item {
  min-width: 100%;
  text-align: center;
}

.carousel-item img {
  max-width: 100%;
  height: auto;
}

/* Carousel Indicators */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.indicator {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.indicator.active {
  background-color: #333;
}

.headline
{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0px 0;
}
.text-right
{
	text-align: right;
}
.text-left
{
	text-align: left;
}


.container2 {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-weight:400;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#1F2937;    
	margin-right: 30px;
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius:3px;
  background-color: #fff;
  border:1px #00BDCD solid;
}

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark2 {
  background-color: #fff;
  border:1px #00BDCD solid;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #00BDCD;
  border:1px #00BDCD solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-mobile
{
	display:none;
}

.menuleft
{
  left:0;
  top:5px;
  position:absolute;
  min-height: 100%;
  padding-right:15px;
  padding-top:0px;    
	background-color: #0D1E20;
  padding-bottom:25px;
  box-shadow: 1px 3px 13px 7px rgb(0 0 0 / 9%);
}


.menuleft-i ul
{
	padding-left:0;
	text-align:left;
	margin-top:15px;
	font-size:14px;	
	color: #161922;
	font-weight: 400;
}

.menuleft-i ul li
{
	 display:block;
    padding: 18px 15px;
	position: relative;
	margin: 0px 0;
}


.menuleft-i ul li:hover
{
	 display:block;
	border-radius: 10px;
}

.menuleft-active
{
    display: block;
    padding: 18px 5px;
    background: #07C4FE;
background: linear-gradient(177deg,rgba(0, 189, 205, 1) 0%, rgba(42, 228, 198, 1) 100%);
	border-radius: 10px;
	border: #E8D8FF 1px solid;
	box-shadow: 0 1px 6px 2px rgb(0 0 0 / 8%);
}

.menuleft-active a
{
	  color:#fff !important;
}

.menuleft-i ul li a
{
 color:#fff;
 text-decoration: none;	     
 display: block;
}

.menuleft-i ul li i
{
    float: left;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 0;
    color: #FFFFFF;
}

.tags {
  display: inline;
  position: relative;
}

.tags:hover:after {
    background: #07C4FE;
    border-radius: 20px;
    top: -51px;
    color: #fff;
    content: attr(data-gloss);
    left: -10px;
    font-weight: 700;
    padding: 2px 12px;
    position: absolute;
    z-index: 98;
    font-size: 12px;
    width: auto;
}

.tags:hover:before {
    border: solid;
    border-color: #07C4FE transparent;
    border-width: 10px 6px 0px 6px;
    top: -31px;
    content: "";
    left: 3px;
    position: absolute;
    z-index: 99;
}


.tags2 {
  display: inline;
}

.tags2:hover:after {
  background: #07C4FE;
  border-radius: 20px;
  top: -40px;
  color: #fff;
  content: attr(data-gloss);
  right: 0px;
  left: 0;
  font-weight: 700;
  padding: 5px 12px;
  position: absolute;
  z-index: 98;
  font-size: 12px;
  width: auto;
}

.tags2:hover:before {
border: solid;
    border-color: #07C4FE transparent;
    border-width: 10px 6px 0px 6px;
    top: -12px;
    content: "";
    right: 50%;
    position: absolute;
    z-index: 99;
}


.text-margin
{
	margin-top:80px;
}
.text-margin2
{
    margin-top: 0px;
    background-color: rgb(252 252 252 / 1);
    padding: 0 20px;
	position: relative;
	/*height: 100vh;*/
	margin-left: 25%;
	margin-bottom: 0px;
}

.logo-a a
{ 
	display:inline-block;     
	margin-top:2px;
	background:url("../images/logo.png") no-repeat  left center;
    width: 290px;
    height: 70px;
    background-size: contain;
}

.arrow-left
{ 
     float:right;
     margin-top:8px !important;
}

.btn-header {
    display: inline-block;
    padding: 12px 35px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    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;
    text-transform:   capitalize;
    background-image: none;
    border: 0px solid transparent;
    border-radius:10px;
	margin-bottom: 10px;
}


.btn-header i {
    margin-right: 5px;
}

.btn-header2 {
    display: inline-block;
    padding: 15px 35px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    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;
    text-transform: capitalize;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 25px;
    margin: 10px 0;
    width: 100%;
}


.btn-header2 i {
    margin-right: 5px;
}

.btn-more{
    color: #fff;
    border-color: #6C40EA;   
    background: linear-gradient(177deg,rgba(0, 189, 205, 1) 0%, rgba(42, 228, 198, 1) 100%);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background: rgba(0, 189, 205, 1);
    border-color: #00BDCD;   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white{
    color: #1F2937;
    border-color: #fff;   
	background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white:hover {
    color: #fff;
    background:#00BDCD;
    border-color: #00BDCD;   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-popup{
    color: #fff;
    border-color: #07C4FE;   
	background: #07C4FE;
}


.btn-popup:hover {
    color: #07C4FE;
    background: #fff;
    border-color: #07C4FE;   
}
.btn-blue{
    color: #07C4FE;
    background-color:#fff;
    border-color:#07C4FE;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-blue:hover {
    color: #fff;
    background-color: #002733;
    border-color:#002733;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.btn-gray{
    color: #fff;
    border-color:#595959;   
	background: #595959;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-gray:hover {
    color: #595959;
    background: #fff;
    border-color: #595959;   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-profile{
    color: #07C4FE;
    border-color: #EFFBFF;   
	background: #EFFBFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-profile:hover {
    color: #07C4FE;
    background: #fff;
    border-color: #07C4FE;   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.box-div {
    text-transform: capitalize;
	color: #62687b;
    font-size: 14px;
	background-color: #FFFFFF;
    font-weight: 500;
	position: relative;
    padding:30px 15px;
    border-radius: 15px;62687b
    text-align: right;
	margin-bottom: 15px;
}
.box-div span {
    font-weight: 700;
	display: block;
    color: #1F2937;
	font-size:25px;     
}


.box-div img
{

	float: right;
}


.active-all
{
	font-size:12px;
	margin-top: 20px;
}

.active-all span
{
	display: inline;
    font-size: 12px;
    padding: 8px 14px;
}
.active-btn
{
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 400 !important;
    border-radius: 40px;  
	position: relative;
	display: inline !important;
}

.active-green
{
	background-color:#00BDCD;  
	color:#fff !important;
}
.active-green1
{
	background-color:#2ae4c62b;  
	color:#00BDCD !important;
}

.active-red
{
	background-color: #ff61613d;
	color:#EF4444 !important;
}
.active-blue
{
	background-color:#2678fe1a;  
	color: #2678FE !important;
}
.active-purple
{
	background-color:#6b37e433;  
	color: #5C1CF3 !important;
}
.active-orange
{
	background-color:#FFA9191A;  
	color: #F59E0B !important;
}

.active-yellow
{
	background-color:#FEFBF5;  
	color:#E2B93B;
}


.box-green
{
	background: linear-gradient(177deg,rgba(0, 189, 205, 1) 0%, rgba(42, 228, 198, 1) 100%);
	color: #FFFFFF;
padding: 25px;
	border-radius: 15px;
	margin-bottom: 20px;
}

.box-green .text-left
{
text-align: left;
}

.time
{
	color: #bdbdbd;
    margin-top: 10px;
}

.margin1
{
	margin-top: 20px;
}

.box-left
{
	background-color: #EFF1F3;
	border-radius: 15px;
	padding: 20px;
}


.a-div
{
    color: #00BDCD;
    font-size: 18px;
    float: left;	
}

.box-div2 {
    text-transform: capitalize;
	color: #62687b;
    font-size: 14px;
	background-color: #FFFFFF;
    font-weight: 500;
	position: relative;
    padding:30px 15px;
    border-radius: 15px;62687b
    text-align: right;
	margin-bottom: 15px;
}
.box-div2 span {
    font-weight: 700;
	display: block;
    color: #25272F;
	font-size:20px;     
}


.box-div2 img
{
    position: absolute;
	right: 15px;	
}

.box-left-w
{
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;    
	box-shadow: 0 1px 6px 2px rgb(0 0 0 / 8%);
}

.box-div3 {
    text-transform: capitalize;
	color: #62687b;
    font-size: 14px;
	background-color: #FFFFFF;
    font-weight: 500;
	position: relative;
    padding:10px 30px ;
    border-radius: 15px;62687b
    text-align: right;
	margin-bottom: 15px;
}
.box-div3 span {
    font-weight: 700;
	display: block;
    color: #25272F;
	font-size:20px;     
}



.time2
{
    color: #00BDCD;
    margin-top: 10px;
    font-size: 14px;
    background-color: #00BDCD1A;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    border-radius: 50px;	
}

.time3
{
    color: #9B3666;
    margin-top: 10px;
    font-size: 14px;
    background-color:#9B36661A;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    border-radius: 50px;	
}

.opacity-div
{
	opacity: 0.5;
}

.form-control {
    display: block;
    width: 100%;
    padding: 15px 15px ;
    font-size: 13px;
    line-height: 1.42857143;
    color: #47586E;
	font-weight: 600;
	margin: 10px 0;
    background-color: #FAFAFA;
    background-image: none;
    border: 1px solid #B2BBC6;
    border-radius: 8px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -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;
}

.orange-text
{
	color: #E2AA11 !important;
	font-weight: 500 !important;
    font-size: 14px !important;
	display: inline !important;
}
.bg-inner
{
	background:#fff;
    position:fixed;
    top:0;
    bottom:0;    
    width: 100%;
}


#search-home {
padding-top:18px;
padding-bottom:18px;
}

#search-home .search-home {
    width: 100%;
    height:45px;
background: #FFF;
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	position: relative;    
    border-radius: 6px;
    padding-left: 40px;    
    padding-right: 5px;
    border: 1px solid #f2f2f2;

}


#search-home .search-home input {
    width: 100%;
background: #FFF;
background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(239, 239, 239, 1) 100%);
	border: 0;
    color: #898989;
    font-weight: 300;
    font-size: 15px;    
    margin-top: 0;
    height: 42px;
}

#search-home .search-home button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 15px;
    background: none;
    border: 0;
    color: #727B8B;
    cursor: pointer;
}

#search-inner {
padding:10px 0;
}



#search-inner input {
    background: #FFF;
	border: 0;
    color:#25272F;
    font-weight: 600;
    font-size: 13px;    
    margin-top: 0;
	border-radius: 5px;
    height: 40px;
	padding-right: 30px;  
	font-family: "Inter", sans-serif;
	border: 1px #DCE3E3 solid;
}
#search-inner .search-inner input::placeholder {
    color:#25272F;
}


#search
{
    background:  url("../images/searchicon.png") no-repeat calc(100% - 5px)  center !important;
}

.input1
{
	width: 100px;
}
.input2
{
	width: 120px;
}
.input3
{
	width: 130px;
}
.input4
{
	width: 150px;
}

.result-blue
{
	background-color:#DEF7FF;  
	color: #3E6573;
    padding:6px 10px 6px 15px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
	display: inline-block;
	border: 1px #DCE3E3 solid;
}
.result-blue img
{
	margin-right: 25px;
}

.bg-white
{
	background-color:#FFFFFF !important;
	padding:20px;
	border-radius: 10px;
}



.header-bg {
    padding:10px 10px;
	background-color: #FAFAFA;
	border-radius: 8px;
	margin-top: 30px;
	border: 1px #07C4FE solid;
}


.caption-inner {
    height:  auto;
    width: 100%;
	padding-top: 5px;
}


.caption-inner img{
    float:right;
	margin-left: 10px;
}
.caption-inner .headline {
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 0;
	color: #090B0E;
	font-weight: 700;
}
.caption-inner .headline span{
     display:block;
     font-size:14px;
     margin-top:5px;
	color: #8B8C8E;
}
.caption-inner .headline2 {
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 0;
	color: #090B0E;
	display: inline-block;
	margin-left: 0px;
	font-weight: 700;
}
.caption-inner .headline2 span{
     display:block;
     font-size:17px;
     margin-top:5px;
	color: #546881;
}

.caption-inner .headline3 {
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 0;
	color: #090B0E;
	display: inline-block;
	margin-left: 0px;
	font-weight: 700;
}
.caption-inner .headline3 span{
     font-size:17px;
     margin-top:5px;
	color: #546881;
}
.caption-inner .bton{
    top: -20px;
    position: relative;
}
.visit-date
{
    position: absolute;
    left: 40px;
    width: auto;
}

.header-dash {
    padding:15px 0px;
	background:#FFFFFFB2 ;
	position: relative;
	color: #000;
	margin-top: 0px;
}


.all-margin
{
	margin-top: 30px;
}
.account
{
text-transform: capitalize;
    color: #25272F;
    font-size: 18px;
    font-weight: 500;
    right:20px;
    padding: 6px 10px;
    border-radisus: 100px;
    text-align: left;
	top: 18px;
}
.account span
{
	 color: #8B8C8E;
	 font-size: 12px;
	 display: block;	
	text-align: left;

}


.account .img
{
	float:left;
	margin-right:10px;
	width: 44px;
	height: 44px;    
	text-align: center;
	line-height: 40px;
	border-radius: 100px;
	background-color: #00BDCD;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
}


.position-account
{
	position: absolute;
    right: 0;
    top: 30px;
}

.logo-search
{
	position:relative;
	z-index:9;
	padding-top:0px;
	padding-bottom:0px;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
	position: relative;
	
}


.logo-search .form-control2 {
display: block;
    width: 100%;
    height: 55px;
    padding: 6px 14px 6px 35px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555570;
	font-weight: 500;
    background: #fff;
    border:1px solid #e3e3e3;
    border-radius: 35px;
}


.logo-search .form-control-feedback {
position: absolute;
    top: 5px;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    color: #595C5E;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 35px;
}



.title
{
    font-size: 20px;
    color: #2C2F31;
    font-weight: 500;
	margin:0px 0 20px 0;
}
.title-margin
{
	margin-bottom:20px;
}

.title span
{
    font-size: 14px;
    color: #595C5E;
    font-weight: 300;
	margin:10px 0 0px 0;
	display: block;
}

.title .icon
{
float: left;
    margin-right: 10px;
    width: 60px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 10px;
    background-color:rgb(42 228 198 / 23%);
    color: #00BDCD;
    font-size: 28px;
    text-transform: uppercase;
}

.title i
{
    color: #00BDCD;
}

.title2
{
    font-size: 16px;
    color: #090B0E;
	display: inline-block;
    font-weight: 600;    
	margin-left: 10px;
}

.title-w
{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
	margin:0px 0 20px 0;
}

.title-w span
{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
	margin:10px 0 0px 0;
	display: block;
}

.font-big
{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}


.font-big span
{
	font-size: 12px;
	color: #808287;
	font-weight: 400;
	display: block;
}

.font-big img
{
	 float: left;
	margin-right: 5px;
}

.font-big-padding
{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	border: 1px #E1E6EA solid;
	padding: 10px;
	border-radius: 5px;
}


.font-big-padding span
{
	font-size: 12px;
	color: #808287;
	font-weight: 400;
	display: block;
}

.font-big-padding .link
{
	 float: right;
	margin-left: 5px;
	margin-top: -35px;
}


.box2 {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: left;  
    margin-bottom:30px;  
    width: 100%;
    box-shadow: 1px 3px 13px 7px rgb(0 0 0 / 9%);
}


.box2 .title-1
{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0px 0;
}

.box2 .text
{
    font-size: 13px;
    color: #8a92a6;    
    margin-top: 8px;
    font-weight: normal;
}



.title-2
{
    font-size: 35px;
    color: #000;
    font-weight: 600;
    margin: 0px 0 20px 0;
}


.title-2 span
{
    font-size: 12px;
    display:block;
    color: #8a92a6;
    font-weight: 400;
	margin-bottom: 10px;
}

.title-3
{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0px 0 20px 0;
}


.title-3 span
{
    font-size: 12px;
    display:block;
    color: #b41a83;
    font-weight: 400;
}


.time-line
{
	background:url('../images/time-line.png') no-repeat left top;
	padding-left:50px;
}
.time-line .actions
{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0px 0;
    height:95px;
}
.time-line .actions span
{
    font-size: 12px;
    display:block;
    color: #8a92a6;
    font-weight: 400;
}



.box-shadow {
 
    box-shadow: 1px 3px 13px 7px rgb(0 0 0 / 0.25%);
	position: relative;
}

.box-shadow2 {
 
    box-shadow: 1px 3px 13px 7px rgb(0 0 0 / 4%);
}
.percentage2 {
    font-size: 11px;
    color: #1F3041;
    font-weight: 500;
	display: inline-block;
    position: relative;
	top: -3px;
}

.percentage2 img {
    float: left;
    margin: 0 5px 0 0px;
}



/*-------table-------*/
.table-all {
    overflow: hidden;
    border-radius:  20px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
	font-size: 13px;
  /*table-layout: fixed; */   
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  padding: .35em;
}

table th
{
padding: 5px;
    font-weight: 600;
    color: #000000;  

}

table td 
{
padding: 15px 10px;
    font-weight: 500;
    color: #000000;
    /* text-align: center; */
	border: 1px #F4F4F4 solid;
}
table th {
    font-size: 14px;
    text-transform: capitalize;
    color: #6B7280;
    font-weight: 600;
    padding-top: 10px;
    padding: 20px;
    /* text-align: center; */
    background: #00bdcd45;
}


.blue-bg
{
	background-color: #CDF3FF;
	color: #25272F;
	font-weight: 700;
}
.blue-total
{
	 text-align: left;
}

@media screen and (max-width: 991px) {
  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: 15px;        
	background-color: #f7f7f7;
    border-radius: 8px;
    border: 1px #e0e0e0 solid;
	}
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: left;
  }
  
  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: right;
    font-weight: bold;
    text-transform: capitalize;
  }
  
  table td:last-child {
    /*border-bottom: 0;*/
  }
}

.pro-numbers
{
	 text-transform:capitalize;
	text-align: left;
	 font-size:15px;
	 font-weight:500;
	 display:block;   
	padding-left: 60px;   
	position: relative;
}


.pro-numbers span
{
   display: block;
	color: #6B7280;
	font-size: 12px;
	 font-weight:400;
}


.pro-numbers .icon
{
    width: 50px;
    height: 50px;
    left: 0;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(177deg, rgb(0 189 205 /1) 0%, rgb(42 228 198 / 1) 100%);
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    margin-right: 10px;
}

.pro-numbers .icon2
{
    width: 50px;
    height: 50px;
    left: 0;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    background: #F9FAFB;
    text-align: center;
    line-height: 50px;
    color: #888780;
    position: absolute;
    margin-right: 10px;
	border: 1px #00000014 solid;
}
.pro-table
{
	 text-transform:capitalize;
	text-align: left;
	 font-size:16px;
	 font-weight:600;
	 display:block;   
	padding-left: 60px;   
	position: relative;
}


.pro-table span
{
   display: block;
	color: #6B7280;
	font-size: 12px;
	 font-weight:400;
}


.pro-table .icon
{
    width: 50px;
    height: 50px;
    left: 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(177deg, rgb(0 189 205 / 22%) 0%, rgb(42 228 198 / 18%) 100%);
    text-align: center;
    line-height: 50px;
    color: #00BDCD;
    position: absolute;
    margin-right: 10px;
}

.color-table
{
	color:#25272F
}

.date-table
{
	 text-transform:capitalize;
	 color:#000;
	text-align: left;
	 font-size:12px;
	 font-weight:400;
	 display:block;
}
.date-table span
{
	 color:#555555;
	 font-size:10px;
	 display: block;
}


.table-width
{
	 width:100%;
}



.box-div4 {
    text-transform: capitalize;
	color: #62687b;
    font-size: 14px;
	background-color: #FFFFFF;
    font-weight: 500;
	position: relative;
    padding:30px 15px;
    border-radius: 15px;62687b
    text-align: right;
	margin-bottom: 15px;
	position: relative;
}
.box-div4 span {
    font-weight: 700;
	display: block;
    color: #25272F;
	font-size:20px;     
}


.box-div4 img
{
    float: right;
	margin-left: 15px;	
}


.text2 {
    font-size: 14px;
    font-weight: 500;  
	margin-top: 10px;	  
}

.text2 span{
    font-size: 14px;
    font-weight: 500;    
	float: right;
	margin-bottom: 10px;	  
}
.text-bottom{
    font-size: 14px;
    font-weight: 500;  
	margin-top: 0px;	  
}

.text-bottom span{
    font-size: 14px;
    font-weight: 300;    
	float: right;
	margin-top: 0px;	  
}
.line-circle
{
    width: 100%;
	position: relative;
    top: 0px;
    height: 11px;
	border-radius: 20px;
	background-color: #E6E8EB;
	margin: 10px 0;
}



.line-full1
{
    width: auto;
	position: absolute;
    top: 0px;
    height: 12px;
	border-radius: 20px;
background: #FF6900;
}

.line-full2
{
    width: auto;
	position: absolute;
    top: 0px;
    height: 12px;
	border-radius: 20px;
background: #5C2EF1;
}
.line-full3
{
    width: auto;
	position: absolute;
    top: 0px;
    height: 8px;
	border-radius: 20px;
background: #10B981;
}

.text3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.text3 span{
    font-size: 30px;
    font-weight: 600;
    /* float: left; */
    margin-right: 10px;
    display: inline-block;
}
.text4
{    float: right;
    font-size: 20px;
    color: #7f1cd9;
    font-weight: 700;
	margin-top: 10px;
}

.style1 {
	color:#b41a83;
	background-color: #f5f6fa;
	padding:15px;
	text-transform:uppercase;
	font-size:14px;
}


.style2 {
	color: #333333;
	background-color: #fff;
	padding:15px;
	font-size:14px;	
	border-bottom:1px #C0C0C0 solid;
}

.style2 img{
	 margin-right:5px;
	 border-radius:5px;
}


.style3 {
	color: #333333;
	background-color: #fbfcfc;
	padding:15px;
	font-size:14px;
	border-bottom:1px #C0C0C0 solid;
}


.style3 img{
	 margin-right:5px;
	 border-radius:5px;
}

.breadcrumb-div
{ 
	display: inline-block;
	margin-top: 25px;
    margin-left: 5px;
}

.breadcrumb-item
{
		font-size: 14px;

}
.breadcrumb-item a
{ 
   color: #717171;
	font-size: 14px;
}




.pagination__wrapper {
    padding: 20px;
    margin-bottom: 0px;
    position: relative;    
    width: 100%;
	font-weight: 400;
	line-height: 40px;
	font-size: 15px;
    border-top: 0px solid #ededed;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 10px 0px;
    margin: 0 2px;
    line-height: 1.42857143;
    color: #051321;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #E2E4E6;
    border-radius: 30px;
    width: 40px;
    text-align: center;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color:#00BDCD;
    border-color: #00BDCD;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    cursor: default;
    color: #fff;
    background-color:#00BDCD;
    border-color: #00BDCD;
}


.pagination-active {
    color: #fff !important;
    background-color:#00BDCD!important;
    border-color: #00BDCD!important;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}



.container-row {
  display: block;
  position: relative;
  padding-left: 25px;
  font-weight:400;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#090B0E;    
	top: -10px;
}

/* Hide the browser's default checkbox */
.container-row input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-row {
  position: absolute;
  top: 0;
  right: 0;
  height: 22px;
  width: 22px;
  border-radius:4px;
  background-color: #fff;
  border:1px #07C4FE solid;
}

/* On mouse-over, add a grey background color */
.container-row:hover input ~ .checkmark-row {
  background-color: #fff;
  border:1px #07C4FE solid;
}

/* When the checkbox is checked, add a blue background */
.container-row input:checked ~ .checkmark-row {
  background-color: #07C4FE;
  border:1px #07C4FE solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-row:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-row input:checked ~ .checkmark-row:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-row .checkmark-row:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.toggle input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.toggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 200px;
	height: 100px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

.toggle label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.toggle input:checked + .toggle label {
	background: #bada55;
}

.toggle input:checked + .toggle label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.toggle label:active:after {
	width: 130px;
}


.green-box
{
    border-radius: 10px;
    background-color: rgb(42 228 198 / 12%);
    color: #00BDCD;
	padding: 20px;
	margin: 20px 0;
    text-transform: uppercase;
}
.yellow-box
{
    border-radius: 10px;
    background-color: #FEFCE8;
    color: #625C14;
	padding: 20px;
	margin: 20px 0;
	border: 1px #FFF085 solid;
    text-transform: uppercase;
}


.container-radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight:400;
  color: #232A3B;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;       
  margin-right: 35px; 
}


.container-radio span{

  font-size: 14px;
  font-weight: 400;
  color:#737373;    
}
/* 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;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #E1F5F6;
  border: 1px #00BDCD solid;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #E1F5F6;
  border: 2px #00BDCD solid;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #E1F5F6;
  border: 2px #00BDCD solid;
}

/* 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: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00BDCD;
}

.card-register
{
    background-color: #FAFDFE;
    padding: 15px 10px;
    border-radius: 8px;
    border-top: 3px #07c4fe solid;
	margin-top: 30px;
}

.copy-right
{
    background-color: #FAFAFA;
    text-align: center;
    position: fixed;
    bottom: -5px;
    right: auto;
    left: 0;
    width: 75%;
    padding: 10px 0;
    font-weight: 700;
}

.copy-right a
{
	color: #07C4FE;
	text-decoration: none;
}


.card-insurance
{
   background: url("../images/card-insurance.png") no-repeat right top;
	background-size: cover;
   padding: 20px;
   border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
}

.card-insurance .logo1
{
   height: 40px;
}

.card-insurance .logo2
{
   height: 40px;
}
.card-insurance .details
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.card-insurance .margin
{
	margin-bottom: 20px;
}


/* Dropdown container */
.menuleft-i .dropdown {
position: relative;
display: inline-block;
}

/* Dropdown button */
.menuleft-i .dropdown label {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
border-radius: 5px;
}

/* Hide the checkbox */
.menuleft-i .dropdown input[type="checkbox"] {
display: none;
}

/* Dropdown content */
.menuleft-i .dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
z-index: 1;
border-radius: 5px;
}

/* Links inside dropdown */
.menuleft-i .dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

/* Show dropdown when checkbox is checked */
.menuleft-i .dropdown input[type="checkbox"]:checked ~ .dropdown-content {
display: block;
}

/* Hover effect for links */
.menuleft-i .dropdown-content a:hover {
background-color: #ddd;
}

#arrow-down1
{
    background-image: url(../images/down-arrow.png);
    display: block;
    background-position:calc(100% - 15px) center;
    background-repeat: no-repeat;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    color: #25272F;
    font-weight:400;
	font-size: 13px;
    background-color:#F9FAFB;
	border-radius: 10px;
    border: 1px solid #e3e3e3;
}

#arrow-down2
{
    background-image: url(../images/down-arrow.png);
    display: block;
    background-position:calc(100% - 15px) center;
    background-repeat: no-repeat;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    color: #25272F;
    font-weight:400;
	font-size: 13px;
    background-color: #F9FAFB;
	border-radius: 30px;
    border: 1px solid #e3e3e3;
}

.top-links
{
	text-align: left;
}

.top-links a
{
    color: #64748B;
    padding: 0 15px;
}

.box-big {
    text-transform: capitalize;
    color: #62687b;
    font-size: 14px;
    background-color: #EFF1F3;
    font-weight: 500;
	padding: 10px 0;
    position: relative;
    border-radius: 15px;
    margin: 15px 0;
	
}

.box-small {
text-transform: capitalize;
    color: #00BDCD;
    font-size: 14px;
    font-weight: 700;
    border-left: #dadada 1px solid;
    position: relative;
    padding: 20px 15px;
    border-radius: 0;
    margin-bottom: 0;
}
.border-last{
    border-left: #dadada 0px solid !important;
}

.box-small span {
    font-weight: 700;
	display: block;
    color: #25272F;
	font-size:30px;     
}


.box-small img
{
    position: absolute;
	right: 15px;	
}


.box-small .time
{
	color:#059669;
    position: absolute;
    bottom: 25px;
    left: 15px;

}



.box-small .star
{
	color:#EAB308;
    position: absolute;
    bottom: 25px;
    left: 15px;

}



.services
{
    display: inline-block;
    margin: 20px 0px;
    width: 100%;
    font-weight: 500;
    height: auto;
    position: relative;
    padding: 0;	
	border-radius: 10px;
    border: #E5E5E5 1px solid;
}


.services .content-li
{
    padding: 15px 15px;
	position: relative;
}
.services .content-li .date
{
    font-size: 14px;
    font-weight: 300;
    color: #595C5E;
    display: inline-block;
    overflow: hidden;
    margin-left: 20px;
}
.services .content-li .date i
{
    margin-left: 5px;
}
.services .content-li .date-icon
{
	color:#EAB308;
}


.services .content-li .title-1
{
      font-size:20px;
      font-weight:700;
	  color: #000;    
	margin-bottom: 20px;

      overflow: hidden;

}
.services .content-li .title-1 i
{
    height: 60px;
    width: 60px;
	border-radius: 10px;
	background-color: #FFEDD4;
	color: #F54900;
	margin-left: 10px;
	text-align: center;    
	float: right;
	line-height: 60px;
}
.services .content-li .sm span
{
    border-radius: 20px;
    background-color: #00000021;
    color: #1F2937;
    text-align: center;
    font-size: 13px;
    padding: 5px 10px;
}
.services .content-li .title-price
{
  font-size:18px;
  font-weight:700;
   margin-top:5px;
}



.services .content-li .title-price span
{
    color: #EC6724;
    margin-left: 10px;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 500;
}




.section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.first, .last {
  background: #eee;
}
.horizontal {
  
}
.scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}


.box-time
{
	overflow-x: scroll;
    overflow-y: hidden;
	color:#666666;    
	padding-left:0px;
	font-size:13px;
	font-weight:bold;
	padding-bottom: 0px;
	padding-bottom:0px;    
	margin-top: 0px;
	border-bottom: 0px #D2D2D2 solid;
	width: 100%;	
	gap: 5px;
    display: flex;    
	align-items: center;
}
#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: #F5F5F5;	
	border-radius:100px;

}

#style-4::-webkit-scrollbar
{
	width: 10px;
	height:0px;
	background-color: #F5F5F5;	
	border-radius:100px;

}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #F0761F;
	border: 2px solid #F0761F;	
	border-radius:100px;

}


/*----tabs---*/

.tab {
position: relative;
	padding: 10px;
}

/* Style the buttons inside the tab */
.tab button {
  cursor: pointer;
  transition: 0.3s;
	float:left;   	
	font-weight: 500;
	border: 0;
	color: #595C5E;
    border: 0px #e8e8e800 solid;
    background-color: #ffffff00;
    font-size: 16px;    
	padding: 15px 20px;
    text-transform: capitalize;
    margin-bottom: 0px;
    border-radius: 10px;    
    position: relative;    
}
.tab button h3{   
	width: max-content; 
    font-size: 16px;
	margin: 0;
}
/* Change background color of buttons on hover */
.tab button:hover {
    color: #fff !important;
background: linear-gradient(177deg, rgba(0, 189, 205, 1) 0%, rgba(42, 228, 198, 1) 100%);   
}

/* Create an active/current tablink class */
.tab button.active {
    color: #fff !important;
background: linear-gradient(177deg, rgba(0, 189, 205, 1) 0%, rgba(42, 228, 198, 1) 100%);       
	font-size: 18px;
	font-weight: 500;

}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0;
  border-top: none;
	margin-top: 30px;
}


.details {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: clip;
}
.details__item {
  display: contents;
}


.details__item[open] {
  --details-link-bg: #00bdcd;
  --details-pointer-events: none;
  --details-link-border-radius: .5rem .5rem 0 0;
	color: #FFFFFF;
}
.details__item[open]::details-content {
  display: contents;
}
.details__link {
display: block;
    padding:8px 15px;
    background-color: var(--details-link-bg, #ffffff);
    border-radius: 50px;
    list-style: none;
    order: 0;
    cursor: pointer;
	font-size: 13px;
    font-weight: 400;
    border: 1px solid #dadada;
    margin: 0 0px 10px 10px;
}
.details__body {
  order: 1;
  padding: 20px 0;
  width: 100%;
  background-color: #ffffff;
}

.form {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.button,
.input {
  background: transparent;
  border: none;
  padding: 0;
  min-width: none;
  field-sizing: content;
}

.button {
  color: #fff;
  background: #F9F5F0;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background:#864243;
}

.relative
{
	position: relative;
}
.div-all
{
    position: absolute;
    top: 25px;
    right: 30px;
}

.avalable
{
	 display: inline-block;
}

.busy
{
	 display: inline-block;
}


.red
{
	color: #BA1A1A;
}
.green
{
	color: #00CED1;
}


.red-green-box {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 1px 3px 12px 0px rgb(0 0 0 / 15%);
    height: 150px;
    border: #ffffff 7px solid;
    position: relative;
}

.red-green-box span {
    font-weight: 700;
    display: block;
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}


.red-green-box i
{

	float: left;
}
.red-bg
{
	background-color:#BA1A1A ;
}
.green-bg
{
	background-color: #00CED1;
}

.map
{
	background: url("../images/img/contact.png.png") no-repeat  center center;
	padding: 80px 0;
    background-size: contain;
}

.bg-navy
{
	background-color:#FFD04F;
	border-radius:10px;
	padding:30px;
	color:#FFFFFF;
}
.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #FFD04F;
}

.calls-data
{
	margin-top:15px;
    background-color: rgb(255 255 255 / 15%);
    border-radius: 10px;
	border: 1px #5C5E5E2E solid;
    padding: 50px 20px;
	text-align: center;
}


.calls-data a
{
	color:#000;
}

.calls-data i
{
    margin: auto auto 15px auto;
	display: block;    
    font-size: 50px;
    color: #FFD04F;
}


.navy-socail ul
{
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align: left;
	padding-left:0;
	margin-bottom:10px;
	margin-left: 0;
}

.navy-socail ul li 
{
    display: inline-block;	
}


.navy-socail ul li a 
{
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
    background-color: rgb(255 255 255 / 25%);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #fff solid;

}

.navy-socail ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.navy-socail ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}





.div-box {
    text-transform: capitalize;
    color: #62687b;
    font-size: 12px;
    border-left: 4px #00CED1 solid;
    background-color: #fafafa;
    font-weight: 500;
    position: relative;
    padding: 30px 15px;
    border-radius: 15px;
    text-align: left;
    margin-bottom: 15px;
    height: 150px;
}

.div-box span {
    font-weight: 700;
	display: block;
    color: #1F2937;
	font-size:36px;     
}


.div-box i
{
	float: right;    
	color: #00CED1;
	font-size: 20px;
}




.div-gray {
    text-transform: capitalize;
    color: #1F2937;
    font-size: 16px;
    background-color: #eeeeee;
    font-weight: 500;
    position: relative;
    padding: 15px 15px 15px 40px ;
    border-radius: 15px;
    text-align: left;
    margin: 15px 0;
}

.div-gray span {
    font-weight: 400;
	display: block;
    color: #6B7280;
	font-size:14px;     
}

.div-gray i {
    color: #00BDCD;
	font-size:14px;  
	position: absolute;
    left: 15px;   
}

.div-gray .orange-t
{
	color: #F54900;
    font-weight: 500;
	font-size: 14px;
}
.profile-pet
{
	position: relative;
	text-align: center;
	
}
.pet-pic
{
    height: 208px;
    width: 100%;
    border-radius: 35px;
    object-fit: cover;
}
.profile-pet span
{
	position: relative;
	
}

.act
{
	 margin: -10px auto;
    position: absolute;
    left: 0;
    right: 0;
}

.pet-no
{
	background-color: #d0f4f2;
    position: absolute;
    right: 0;
    top: 10px;
	padding: 10px 15px;
	color: #00BDCD;
	font-size: 16px;
	font-weight: 600;
	border-radius: 30px;
}


.div-box3 {
    text-transform: capitalize;
    color: #62687b;
    font-size: 12px;
    border-left: 4px #00CED1 solid;
    background-color: #fafafa;
    font-weight: 500;
    position: relative;
    padding: 30px 15px;
    border-radius: 15px;
    text-align: left;
    margin-bottom: 15px;
}

.div-box3 span {
    font-weight: 700;
	display: block;
    color: #1F2937;
	font-size:18px;     
}


.div-box3 i
{
	float: right;    
	color: #00CED1;
	font-size: 20px;
}


.pet-owner {
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(177deg, #0A525B 0%, #0D1E20 100%);
	font-weight: 600;
    position: relative;
    padding: 30px 15px;
    border-radius: 20px;  
	padding-left: 80px;
    text-align: left;
    margin-bottom: 15px;
}
.pet-owner span {
    font-weight: 400;
	display: block;
    color: #00CED1;
	font-size:14px;
	margin: 0px 0 10px 0;
}


.pet-owner i
{
    float: right;
    background-color: #FFFFFF1A;
    font-size: 20px;
    color: #FFFFFF;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 50px;
	margin-left: 10px;
}



.pet-owner .img
{
	position: absolute;    
	left: 16px;    
	top: 40px;
	width: 50px;
	height: 50px;    
	text-align: center;
	line-height: 50px;
	border-radius: 100px;
	background-color: #00BDCD;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
}

.pet-owner-no
{
    font-weight: 400;
	display: block;
    color: #94A3B8;
	font-size:14px;
}


.green-box2  {
    text-transform: capitalize;
    color: #005354;
    font-size: 18px;
    background-color: #00BDCD1A;
	font-weight: 600;
    position: relative;
    padding: 30px 15px;
    border-radius: 20px;  
    text-align: left;
	overflow: hidden;
    margin-bottom: 15px;
}

.green-box2  span {
    font-weight: 600;
	display: block;
    color: #00696B;
	font-size:14px;
	margin: 0px 0 10px 0;
}

.green-box2  .soft-green {
    color: #005354B2;
	display: block;
	font-size:14px;
	font-weight: 400;
}

.green-box2 i
{
    position: absolute;
    color: #00535426;
    font-size: 70px;
    right: -2px;
    bottom: -8px;
    border-radius: 50px;
    line-height: 50px;
}


.orange-box2  {
    text-transform: capitalize;
    color: #6F3D00;
    font-size: 18px;
    background-color:#FF69001A;
	font-weight: 600;
    position: relative;
    padding: 30px 15px;
    border-radius: 20px;  
    text-align: left;
	overflow: hidden;
    margin-bottom: 15px;
}

.orange-box2  span {
    font-weight: 600;
	display: block;
    color: #8D4F00;
	font-size:14px;
	margin: 0px 0 10px 0;
}

.orange-box2  .soft-orange {
    color: #6F3D00B2;
	display: block;
	font-size:14px;
	font-weight: 400;
}

.orange-box2 i
{
    position: absolute;
    color: #8d4f0021;
    font-size: 70px;
    right: -2px;
    bottom: -8px;
    border-radius: 50px;
    line-height: 50px;
}
.all-margin2 {
    margin-top: 30px;
}

.login-margin4
{
	margin-bottom: 30px;
}


