  /*
    DEMO STYLE
*/
/* width */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  border: white 1px solid;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #52b68d;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: green;
}



a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.btnk{
     background-color: #52b68d;
     width: 200px;
     height: 42px;
     border-radius: 50px;
     text-transform: capitalize;
     font-size: 20px;
     border:  none;
     font-weight: 700;
     background: linear-gradient(90deg, #52b68d, #52b68d);
     color: #fff;
     width: auto;
     padding: revert;
}

/*@media (max-width: 320px)
{
   .abc
   {
      font-size:15px;
      margin-top: 4px;
   }

}*/

.btn{
	background-color: #52b68d;
    width: 270px;
    height: 60px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 20px;

    font-weight: 700;
    background: linear-gradient(90deg, #52b68d, #52b68d);
    color: #fff;

}
.btns{
    background-color: #52b68d !important;
    width: 250px;
    height: 60px;
    border-radius: 50px;
    text-transform: capitalize;
    color: #fff;
    box-shadow: none !important;
}
.btns:hover,
.btns:focus,
.btns:active{
    box-shadow: none !important;
    color:#52b68d !important;
    background:#ffff !important;
    border:1px solid;
}
.btn:hover,
.btn:focus,
.btn:active{
    box-shadow: none !important;
    color:#52b68d;
    background:#ffff;
    border:1px solid;
}

.btnk:hover,
.btnk:focus,
.btnk:active{
    box-shadow: none !important;
    color:#52b68d;
    background:#ffff;
    border:1px solid;

}

.btn1{
  width: 280px;
  height: 60px;
  box-shadow: none !important;
  color:#52b68d;
  background: #ffff;
  border:1px solid;
  border-radius:50px;
  font-size: 20px;
  font-weight: 700;
  outline: none !important;

}
.btn2{
  width: 106px;
      height: 47px;
      box-shadow: none !important;
      color: #52b68d;
      background: #ffff;
      border: 1px solid;
      border-radius: 50px;
      /* font-size: 20px; */
      /* font-weight: 700; */
      outline: none !important;

}
.wrapper {
    display: flex;
    width: 100%;
}

/* umang */
.language {
    width: 100%;
    height: 30px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    background: linear-gradient(90deg, #52b68d, #52b68d);
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.language:hover,
.language:focus,
.language:active{
    box-shadow: none !important;
    color:#52b68d;
    background: #ffff;
    border:1px solid;

}
/* umang */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s;
	-webkit-box-shadow: 5px 0px 10px -10px rgba(0,0,0,0.50);
  	-moz-box-shadow: 5px 0px 10px -10px rgba(0,0,0,0.50);
  	box-shadow: 5px 0px 10px -10px rgba(0,0,0,0.50);
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #52b68d;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: rgba(82,182,141,1.00);
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #52b68d;
}

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #52b68d;
}

a.download {
    background: #fff;
    color: #52b68d;
}

a.article,
a.article:hover {
    background: #52b68d !important;
    color: #fff !important;
}

#sidebar h3{
	color: white;
}

/*#sidebar ul li i{
	margin-right: 19px;
}*/


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  margin-left: 433px;
    width: 500px;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
        margin: 0px;
    }
    #content.active {
        width: 100%;
    }
    #sidebarCollapse span {
        display: none;
    }
}











/*=====================================fixed HEADER AND BODY STYLE=============================================================*/

body{
	font-family: 'Roboto', sans-serif;
	overflow: scroll;
}
h2{
	font-weight: 400;
}
/*a{
	text-decoration: none;
	transition: 5s #000000;
}*/
header{
	background-color: #52b68d;
	color: #ffffff;
	height: 70px;
	width: 100%;
	margin-bottom: 0.20in;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.50);
	padding-top: 10px;
}
header .row{
	padding-top: 10px;
}
header h2{
	margin-top: -5px;
}
@media only screen and (max-width: 600px){
	header h2{
		font-size: 24px;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 325px){
	header h2{
		font-size: 20px;
		margin-top: 0px;
	}
}


.green{
	color: #52b68d;
}

/*==========================================       YOUR CLEANER NOTIF      ====================================================*/

/* ---------------------------------------------------
    your cleaner notif alert
----------------------------------------------------- */

#bookingdetails .alert{
	background-color: #e28290;
}

@media only screen and (max-width: 425px) and (min-width: 405px){
	#bookingdetails .alert h6{
		font-size: 15px;
	}
	h2{
		font-size: 24px;
		padding-top: 5px;
	}
}

@media only screen and (max-width: 404px){
	#bookingdetails .alert h6{
		font-size: 11px;
	}
}

/* ---------------------------------------------------
    your cleaner notif card  & services list card
----------------------------------------------------- */


.card{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  padding-left: 3px;
  /*padding-bottom: 10px;*/
  /*padding-top: 10px;*/
}
.servicecard{
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  padding-left: 3px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.hoverable:hover{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8) ;
}


.card-footer{
	color: #52b68d;
}

/*====================================================       SERVICES      ====================================================*/
.container .dropdown .dropdown-toggle{
	cursor: pointer;
}
#categories.active>a, #categories[aria-expanded="true"]{
	background-color: transparent;
	color: black;
}

/* ---------------------------------------------------
    SERVICES DROPDOWN CHECKBOX
----------------------------------------------------- */
.containerc {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerc input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #52b68d;
}

/* On mouse-over, add a grey background color */
.containerc:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerc input:checked ~ .checkmark {
  background-color: #52b68d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerc input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerc .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 460px){
	table tbody tr td h6{
		font-size: 12px;
	}
}

/* ---------------------------------------------------
    SERVICES TOGGLE BTN
----------------------------------------------------- */
table tr .text-left h6{
	padding-top: 10px;

}

.badge{
	background-color: #ffffff;
	border: solid 1px #000000;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 27px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  top: 1px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #000000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%; 
}

.moreoption
{
  float: right;
}
@media only screen and (max-width: 600px) 
{
  .btn
  {
	  width: 100% !important;
    	/* position: absolute; */
      position: inherit;
      
  }
    .moreoption
    {
      float: left !important;
      width: 100%;
      margin-top: 6px;
    }

}


@media only screen and (min-height: 2880px){
	.btn{
		position: absolute;
		bottom: 20px;
	}
}

/*===================================================     PROFILE     =========================================================*/
/* ---------------------------------------------------
    PROFILE PIC
----------------------------------------------------- */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background-color: transparent;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  border-radius: 50% !important;
}

/* ---------------------------------------------------
    INPUT FIELDS
----------------------------------------------------- */

form input{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}


/*==================================================    SKILLS     ============================================================*/
/* ---------------------------------------------------
    ALERT CLOSE
----------------------------------------------------- */
.close:focus{
	outline: none;
}

/*==========================================       WORKING HOURS LIST      ====================================================*/

#workinghourslist .hoverable .card-body .card-link{
	border: none;
}
#workinghourslist .hoverable:hover{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#workinghourslist .badge{
	background-color: #52b68d;
}
#workinghourslist .card a:hover{
	background-color: rgba(82,182,141,0.50);
}




/*==========================================       WORKING HOURS      =========================================================*/
/* ---------------------------------------------------
    INPUT TIME PLACEHOLDER
----------------------------------------------------- */

input[type="time"]::after{
	color: black;
}

/*input[type="month"]:before {
  content: attr(placeholder);
}*/
input[type="time"]::before {
	color: #666666;
	content: attr(placeholder);
}
input[type="time"] {
	color: #ffffff;
}
input[type="time"]:focus,
input[type="time"]:valid {
	color: #666666;
}
input[type="time"]:focus::before,
input[type="time"]:valid::before {
	content: "" !important;
}

/* ---------------------------------------------------
    SELECT DAY CSS
----------------------------------------------------- */

#workinghours ul li{
	border: solid 0.5px #ffffff;
}
#workinghours ul li a{
	background-color: #52b68d;
	color: white;
}
#workinghours ul li a:hover{
	background-color: rgba(82,182,141,0.75);
	color: white;
}
#workinghours ul li a:active{
	background-color: white;
	color: black;
}
#workinghours ul li a:focus{
	background-color: white;
	color: black;
	outline: solid 1px #52b68d;
}

@media only screen and (max-width: 488px){
	/*ul li{
		padding: 0px;
	}
	ul li a{
		margin: 0px;
		font-size: 10px;
	}*/
}

.save{
	background-color: #52b68d;
}


#workinghours ul li h6{
	text-align: center;
}


@media only screen and (max-width: 520px) and (min-width: 415px){

	#workinghours ul li{
		width: 18%;
	}
	#workinghours ul li h6{
		font-size: 11px;
	}
	#workinghours ul li a span i{
		font-size: 10px;
	}
}

@media only screen and (max-width: 415px){
	h2{
		padding-top: 5px;
		font-size: 24px;
	}
	#workinghours ul li{
		width: 2%;
	}
	#workinghours ul li h6{
		font-size: 11px;
		text-align: center;
	}
	#workinghours ul li i{
		font-size: 10px;
		padding-left: -10px;
	}

}


/*===========================================     CHANGE PASSWORD     =========================================================*/
/* ---------------------------------------------------
    INPUT FILED ICONS
----------------------------------------------------- */

#changepassword span{
	left: auto;
	right: 0px;
}

/*=================================			 NOTIFICATION SETTINGS           ==================================================*/
/* ---------------------------------------------------
    NOTIF CHECKBOX
----------------------------------------------------- */
/* The container */
.containerd {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: #eee;
  border: solid 0.5px rgba(0,0,0,0.20);
  border-radius: 5px;
}
.checkmark2 {
  position: absolute;
  top: -7px;
  left: 41%;
  height: 35px;
  width: 35px;
  background-color: #eee;
  border: solid 0.5px rgba(0,0,0,0.20);
  border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  .checkmark2 {
    left:50px;
  }
}

.checkmark3 {
  position: absolute;
  top: -7px;
  left: -7% !important;
  height: 35px;
  width: 35px;
  background-color: #eee;
  border: solid 0.5px rgba(0,0,0,0.20);
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.containerd:hover input ~ .checkmark1  {
  background-color: #ccc;
}
.containerd:hover input ~ .checkmark2  {
  background-color: #ccc;
}

.containerd:hover input ~ .checkmark3  {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.containerd input:checked ~ .checkmark1  {
  background-color: #ffffff;
}
.containerd input:checked ~ .checkmark2 {
  background-color: #ffffff;
}
.containerd input:checked ~ .checkmark3 {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerd .checkmark1 .checkmark2 .checkmark3:after {
  content: "";
  position: absolute;
  display: none;
}
.containerd .checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}
.containerd .checkmark3:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerd input:checked ~ .checkmark1:after {
  display: block;
}
.containerd input:checked ~ .checkmark2:after {
  display: block;
}
.containerd input:checked ~ .checkmark3:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerd .checkmark1:after {
  left: 14px;
  top: 10px;
  width: 5px;
  height: 10px;
  border: solid #52b68d;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.containerd .checkmark2:after {
  left: 14px;
  top: 10px;
  width: 5px;
  height: 10px;
  border: solid #52b68d;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.containerd .checkmark3:after {
  left: 14px;
  top: 10px;
  width: 5px;
  height: 10px;
  border: solid #52b68d;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---------------------------------------------------
    CHECKBOX ALIGNMENT
----------------------------------------------------- */
#notificationsettings .form form div{
	width: 31%;
}

@media only screen and (max-width: 1034px){
	#notificationsettings .form form div{
	width: 30%;
}
}

@media only screen and (max-width: 845px){
	#notificationsettings .form form div{
	width: 28%;
}
}


/*=================================			 BOOKING STEP 1           ==================================================*/
/* ---------------------------------------------------
    INPUT TYPE NUMBER OUTLINE
----------------------------------------------------- */
#bookingstep1 input[type="number"]{
	outline: none;
}
/*#bookingstep1 .hoverable{
	height: 200px;
}*/
.btn{
	color: white;
	background-color: #52b68d;
}
.btn:hover{
	color: #52b68d;
	background-color: white;
	border: solid 1px #52b68d;
}
/*=================================			BOOKING STEP 2           ==================================================*/
/* ---------------------------------------------------
    PROGRESS BAR
----------------------------------------------------- */

#bookingstep2 .progress{
	background-color: rgba(82,182,141,0.30)
}
#bookingstep2 .progress .progress-bar{
	background-color: #52b68d;
}
/* ---------------------------------------------------
    CARD
----------------------------------------------------- */
#bookingstep2 .card-title{
	color: #52b68d;
}

#bookingstep2 hr{
	background-color: #52b68d;
}
#bookingstep2 .card .badge{
	background-color: #e28290;
	top: 10px;
	right: 0px;
	left: auto;
}

#bookingstep2 .check{
	color: #52b68d;
}

/*=================================			     BOOKING STEP  7             ==================================================*/
/* ---------------------------------------------------
    BTN
----------------------------------------------------- */
#bookingstep7 .container a{
	color: #52b68d;
	border-color: #52b68d;
}
/*#bookingstep7 .container a:hover{
	border-color: rgba(82,182,141,0.50);
}

#bookingstep7 .container a i{
	color: #52b68d;
}*/
/* ---------------------------------------------------
    EDIT ICON
----------------------------------------------------- */
#bookingstep7 .hoverable .card-body .card-link{
	border: none;
}
#bookingstep7 .card a:hover{
	background-color: white;
	opacity: 0.6;
}
/* ---------------------------------------------------
    CONTINUE BTN
----------------------------------------------------- */
/*@media only screen and (min-height: 602px){
	#bookingstep7 .continue{
	position: absolute;
	bottom: 5px;
	top: auto;
	left: 0px;
	right: 0px;
}
}

@media only screen and (max-width: 637px){
	#bookingstep7 .continue{
		width: 70%;
	}
}

@media only screen and (min-width: 638px) and (max-width: 1002px){
	#bookingstep7 .continue{
		 width: 80%;
	}
}

@media only screen and (min-width: 1003px){
	#bookingstep7 .continue{
		 width: 90%;
	}
}*/

/*=================================			     BOOKING STEP  8            ==================================================*/
/* ---------------------------------------------------
   MONTH INPUT
----------------------------------------------------- */
#bookingstep8 input[type="month"]::before {
	color: #666666;
	content: attr(placeholder);
}
#bookingstep8 input[type="month"] {
	color: #ffffff;
}
#bookingstep8 input[type="month"]:focus,
input[type="month"]:valid {
	color: #666666;
}
#bookingstep8 input[type="month"]:focus::before,
#bookingstep8 input[type="month"]:valid::before {
	content: "" !important;
}

/*=================================			     BOOKING STEP  6            ==============================================*/

#bookingstep6 form input{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
#bookingstep6 span{
	left: auto;
	right: 0px;
}
#bookingstep6 form .divider{
	padding: 0px 0px 0px;
}
#bookingstep6 form p{
	clear: both;
}
#bookingstep6 .facebook{
	background-color: #3c5b9b;
	border: none;
}



@media only screen and (max-width: 768px){
	#bookingstep6 .divider h6{
		font-size: 12px;
	}
}

/*=================================			           SIGN IN                   ==============================================*/

#signin form input{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

#signin .sign{
	background-color: #52b68d;
}

#signin span{
	left: auto;
	right: 0px;
}
#signin form .divider{
	padding: 0px 29.5% 0px;
}
#signin form p{
	clear: both;
}
#signin .facebook{
	background-color: #3c5b9b;
}

/*=================================			     BOOKING STEP  5                 ==============================================*/

#bookingstep5 .progress{
	background-color: rgba(82,182,141,0.30)
}
#bookingstep5 .progress .progress-bar{
	background-color: #52b68d;
}
#bookingstep5 .textarea{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.add{
	border: solid 1px #52b68d;
	color: #52b68d;
}


/* ---------------------------------------------------
   MODAL RADIO BTN
----------------------------------------------------- */
/* The container */
#bookingstep5 .containerm {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
#bookingstep5 .containerm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
#bookingstep5 .containerm .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
#bookingstep5 .containerm:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
#bookingstep5 .containerm input:checked ~ .checkmark {
  background-color: #52b68d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#bookingstep5 .containerm .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
#bookingstep5 .containerm input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#bookingstep5 .containerm .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*=================================			     BOOKING STEP  4                 ==============================================*/


#bookingstep4 .custom-select{
	background: url("img/downangle.png") no-repeat right #ffffff;
}
#bookingstep4 .agency{
	background-color: #f4f4f4;
}
#bookingstep4 .book{
	outline: none;
	border: solid 1px #52b68d;
	color: #52b68d;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
#bookingstep4 .rate{
	color: #52b68d;
}
#bookingstep4 hr{
	background-color: #52b68d;
}
#bookingstep4 tr td{
	width: 33%;
}

/* ---------------------------------------------------
   FILTER BTN
----------------------------------------------------- */

.accordion {
  cursor: pointer;
  padding: 10px;
  width: 50%;
  border: none;
  text-align: center;
  outline: none;
  transition: 0.4s;
  background-color: white;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}


/*=================================			        EDIT SERVICE                 ==============================================*/

#editservice .textarea{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}


/*=================================			        CUSTOMER FEEDBACK            ==============================================*/
/* ---------------------------------------------------
   STARS
----------------------------------------------------- */

.rating {
		border: none;
		float: left;
}

.rating > input { display: none; }
.rating > label:before {
		margin: 5px;
		font-size: 1.25em;
		font-family: FontAwesome;
		display: inline-block;
		content: "\f005";
}

.rating > .half:before {
		content: "\f089";
		position: absolute;
}

.rating > label {
		color: #ddd;
	float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }



/*=================================			        CANCEL BOOKING               ==============================================*/
#cancelbooking .alert{
	background-color: #e28290;
  outline: none;
}

/*=================================			        PENDING BOOKING              ==============================================*/
.wait{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

#bookingstep5 .one {
    position: relative;
}
#bookingstep5 .two {
    position: absolute;
    left: 0px;
}
#bookingstep5 .three {
    position: absolute;
    right: 0px;
	}
@media only screen and (max-width: 447px){
	.one .two h6{
		font-size: 11px;
	}
	.one .three h6{
		font-size: 11px;
	}
}
/*=================================			        HOME              ==============================================*/

#home button{
	top: 25%;
	bottom: auto;
}
#home .rate{
	color: #52b68d;
}
#home .red{
	color: #e28290;
}

/*=================================			        BOOKING ALL               ==============================================*/
#bookingall .nav li{
	background-color: #52b68d;
	color: white;
}

#bookingall .nav li a:focus{
	text-decoration: none;
	background-color: #ffffff;
    color: #000000;
}
#bookingall .nav li a:active{
	color: black;
}

@media only screen and (max-width: 406px){
	#bookingall .nav li{
		padding: 0px;
		margin: 0px;
		text-align: center;
	}
	#bookingall .nav{
		padding: 0px;
		margin: 0px;
	}
	#bookingall .nav li a{
		padding: 0px;
		margin: 0px;
		font-size: 12px;
	}
}
#bookingall .red{
	color: #e28290;
}
#bookingall .green{
	color: #52b68d;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #52b68d;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: white;
  opacity:0.6;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: white;
  opacity: 1;
  /*border-bottom: solid 2px rgba(255,255,255,0.60)*/
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: solid 2px #ffffff;
  color: #ffffff;
  opacity: 1;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding-top: 10px;
}

/*=================================			        RATE US              ==============================================*/
@media only screen and (max-width: 460px){
	#rateus table tbody tr td h6{
		font-size: 12px;
	}
}
#rateus table tr .text-left h6{
	padding-top: 10px;

}

input::-moz-range-track{
	background-color: green;
}



.btn7 {
    background-color: #52b68d;
    width: 314px;
    height: 60px;
    border-radius: 50px;
    border: none;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(90deg, #52b68d, #52b68d);
    color: #fff;
}
.btn7:hover,
.btn7:focus,
.btn7:active{
    box-shadow: none !important;
    color:#52b68d;
    background: #ffff;
  border-radius: 50px;
  border: 1px solid #52b68d;
  outline: none !important;
}


.facebook1{
    border: none;
    width: 314px;
    height: 60px ;
    border-radius: 50px ;
    text-transform: capitalize;
    font-size: 20px ;
    font-weight: 700 ;
    background: linear-gradient(90deg, #3b5998, #3b5998);
    color:#3b5998;
}


.bcgclr{
  background-color:#f0f1f6;
}

.btn8{
    width: 100%;
    height: 60px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(90deg,  #52b68d, #52b68d);
    color: #fff;
    border: solid 1px;
  }


.card-deck {
  margin-right: 0;
margin-left: 0;
}


      .btn9{

          width: 70px;
          height:50px;
          font-size: 20px;
          font-weight: 700;
          background: linear-gradient(90deg, #ffff, #ffff);
          color: black;

      }
      .btn9:active{
          box-shadow: none !important;
          color:#ffff;
          background:#52b68d;
      }
      .btn10{

        width: 70px;
        height:50px;
        font-size: 20px;
        font-weight: 700;
        color: black;

    }

ul  li {
  display:inline;

}



.btnsub{
  background-color: #52b68d;
  /* width: 104px; */
  height: 38px;
  /* border-radius: 50px; */
  /* text-transform: capitalize; */
  font-size: 20px;
  /* margin-left: 10px; */
  font-weight: 700;
  background: linear-gradient(90deg, #52b68d, #52b68d);
  color: #fff;
  border: none;
}

.cleane-hover::-webkit-scrollbar {
  display: none;
}
.cleane-hover{
  flex-wrap:nowrap;
}

.forgetrow{
  background:#f3f3f3;
  margin-right:0px;
  margin-left:0px;
}

.forgetmainsec{
  height:35.67em;
  padding-top: 26px;
}
.forgetrestmainsec{
  height:39.67em;
  padding-top: 26px;
}
.signinmainsec{
  height:55.67em;
  padding-top: 26px;
}
.signupmainsec{
  height:83.67em;
  padding-top: 26px;
}
.forgetformsec{
  min-height: 21rem !important;
  padding-left: 16px !important;
}

.forgetrestformsec{
  min-height: 26rem !important;
  padding-left: 16px !important;
}

.forgetbtn{
  padding-top: 20px;
}

.signin{
  font-size:31px;
}
.signup{
  font-size:30px;
}


.subscribe{
  background-color:#52b68d;
  border: 1px solid #52b68d;
  height: 34px;
  color:white;
}

.cleaner{
  background-color: #52b68d;
  height: 53px;border: 1px solid #52b68d;
  text-transform: uppercase;
  font-weight: 700;
  padding:.625rem;
  font-size:1rem;
  color:white;
}

.subscribe:hover{
  background-color: #444444;
  border: 1px solid #52b68d;

}
.cleaner:hover{
  background-color: #444444;
  border: 1px solid #52b68d;

}
.subscribeemail{
    background: #444444;
    height: 34px;
    border: 1px solid white;
    box-shadow: none;
    outline:none;
}
.btn10:hover{
    background-color: #52b68d;
}
