.form_custom{
	height: 65px;
    border-radius:62px;
    border: 1px solid #707070;
    margin-bottom: 40px;
}
.labelText{
	position: absolute;
	/*top: -17px;*/
	top: -33px;
	/*left: 22px;*/
	left: 9px;
    padding: 3px 10px;
    /*background: #fff;*/
    margin: 0;
    color: #575757;
    font-size:16px;
}
.form_group_custom{
	position: relative;
}
body{
	font-family: 'Poppins', sans-serif;
}
.loginbtn{
	background: #FF005F;
	padding: 10px;
	width: 100%;
	border: none;
	border-radius: 62px;
	    height: 65px;
    font-size: 16px;
    color: #fff;
}
.ORText{
text-align: center;
font-size: 16px;
color: #575757;
    margin: 40px 0px;
}
.ORText:before{
	content: '';
	width: 40%;
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	top:15px;
}
.ORText:after{
	content: '';
	width: 40%;
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	right: 0;
	top:15px;
}
.facebookLogins{
	height: 65px;
    border-radius: 63px;
    width: 100%;
    background: #3B5998;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 40px;
}
.googleButton{
	height: 65px;
    border-radius: 63px;
    width: 100%;
    background: #F44336;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.signUp_label{
	color: #575757;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
}
.signUp_label a{
	color: #FF005F;

}
.v_align{
	align-items: center;
}
.Bottom_outer{
	border: 1px solid #9B9B9B;
	margin-top: 30px;
    border-radius: 6px;
}
.serviceBanner{
	background: url('../images/service.png');
	background-size: cover;
	height: 400px;
}
.topbrdcrumb{
	font-size: 13px;
	text-align: center;
	padding: 10px;
	color: #fff;
}
.Home_Services{
	font-size: 60px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.countryDrodpdown{

    width: 100%;
    height: 65px;
    border: none;
    border-radius: 6px;

}
.serviceInput{
	font-size: 16px;
	height: 64px;
	border-radius: 6px;
	border: none;
    padding: 0px 45px;
    background-image: url(../images/search-24px.svg);
    /* background: #fff; */
    background-repeat: no-repeat;
    background-position: 12px 54%;
    background-size: 6%;
    width: 100%;
}
.serviceList{
	list-style-type: none;
	padding: 0px;
}
.serviceList li{
width:18%;
float: left;
text-align: center;
padding: 20px;
border-radius: 6px;
box-shadow: -1px 2px 5px 2px rgba(0,0,0,0.42);
margin-right: 2%;
margin-bottom: 2%;
}
.serviceList li p{
	padding: 10px 0px;
	font-size: 18px;
}
.mainAreaTitle{
	font-size: 50px;
	font-weight: bold;
	color: #575757;
	text-align: center;
	padding:30px 0px;
	text-transform: uppercase;
}
.View_All_Services{
	height: 68px;
    background: #FF005F;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    display: flex;
    padding: 0px 30px;
    color: #fff;
    margin: 0 auto;
    width: 40%;
    align-items: center;
    justify-content: center;

}
.servicesSection{
	border-radius: 6px;
	height: 285px;
	position: relative;
	    margin-bottom: 30px;
}
.servicesSection img{
	max-height: 100%;
}
.Newlaunch{
	background: #FF005F;
	border-top-left-radius: 6px;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	    width: 40%;
    color: #fff;
    padding: 10px;
}
.bottomservice_txt{
	background: #060606;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	position: absolute;
	bottom: 0px;
	top: auto;
	left: 0px;
	right: 0px;
	color: #fff;
}
.bottomservice_txt h6{
font-size: 18px;
margin: 0;
text-align: center;    padding: 5px 0px;
}
.bottomservice_txt p{
font-size: 16px;
margin: 0;
text-align: center;
    padding: 0px 0px 5px;
}
.bg-pink{
	background: #FF005F;
}
.logoImage img{
width: 30%;
}
.nopadding  {
	padding: 0px;

}
.fullWidth{
width: 100%;
 	} 
.nomargin{
	margin: 0px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%);
}
.navigationsinside li{
display: flex;
align-items: center;
justify-content: center;
width: 20%;
}
.w-full{
	width: 100%;
}
.RequestedServiceTitle{
	    font-size: 26px;
    font-weight: bold;
    padding: 20px 0px;
    margin: 0;
    text-decoration: underline;
}
.requestLabel{
	font-size: 21px;
	margin: 0px;
	color: #575757;
}
.insideCustomform{
    height: 60px;
    border: 1px solid #B1B1B1;
    margin-bottom: 32px;
}
.AddCalanderIcon{
	background: url('../images/calendar_today-24px.png');
	background-repeat: no-repeat;
    background-position: right;
}
.insideCustomform_upload input[type=file]{
	    width: 100%;
	    font-size: 0!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    opacity: 0!important;
    cursor: pointer;
    width: 100%;
    height: 100px;
    
}
.insideCustomform_upload{
	height: 100px;
    border: 1px dashed #B1B1B1;
    margin-bottom: 32px;
    position: relative;
    text-align: center;
    color: #878787;
        padding: 10px;
        border-radius: 6px;
}
.UploadList{
	padding: 0px;
}
.UploadList li{
	list-style-type: none;
	display: inline-block;
	width: 30%;
	position: relative;
	margin-right: 10px;
}
.cancel_img{
	position: absolute;
    top: 0;
    right: 0;
}
.requestSubmitBtn{
	background: #FF005F;
	border-radius: 6px;
	border: none;
    color: #fff;
    padding: 15px;
    width: 100%;
    margin-bottom: 30px;
}
.ThankYoutext{
	color: #535353;
	text-align: center;
	padding: 20px 0px;
	margin: 0px;
}
.Okbtn{
	border-radius: 6px;
	background:#FF005F;
	display: block;
	margin: 0 auto;
	border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;

}
.myjobTabs .nav-item.show .nav-link, .myjobTabs .nav-link.active{
	background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    margin-top: 21px;
    border: 1px solid #FF005F;
    border-radius: 6px;
    background: #FF005F;
    color: #fff;
    text-align: center;
}
.myjobTabs .nav-link{


	margin-top: 21px;
    color: #FF005F;
    border: 1px solid #FF005F;
    text-align: center;
    border-radius: 6px;
}
.myjobTabs{
	border: none;
}
.img_area{
	    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 200px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.img_area img{
	max-height: 100%;
	max-width: 100%;
}
.JobTitle{
	color: #575757;
	font-size: 26px;
	margin: 0px;
	    padding: 5px 10px;
	      border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.jobsubtitle{
color: #575757;
font-size: 16px;
margin: 0;
  border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    
padding: 5px 10px;
}
.jobDate{
	    padding: 5px 10px;
	color: #575757;
font-size: 16px;
margin: 0;
  border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.View_Details{
	background: #FF005F;
	border-radius: 6px;
	padding: 10px 20px;
	color: #fff;
	border: none;
	 
}
.Select_Technician{
	background: #FF005F;
	border-radius: 6px;
	padding: 10px 20px;
	color: #fff;
	float: right;
	 
  
}
.btnArea{
	 border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 5px 10px 10px;
      border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 30px;
}
.Detail-dialog{
max-width: 1150px;
}
.noborder{
	border: none;
}
.statusTxt{
	color: #FF005F;
}
.cancel_pink{
	position: absolute;right: 10px;
	top: 0px;
	cursor: pointer;
}
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;

}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background: transparent linear-gradient(180deg, #FE0679FA 0%, #000000AD 100%) 0% 0% no-repeat padding-box;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
text-align: left;
border-radius: 6px;
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:capitalize;
color:#fff;
text-align:center;
position:relative;
font-size:17px;

-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
    margin-top: 90%;
    text-align: left;
}
.hovereffect h2 span{
	font-size: 14px;
}
.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:capitalize;
color:#fff;
border:1px solid #FF005F;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:0px 10px 0;
padding:7px 14px;
font-size: 16px;
border-radius: 6px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.m-b-30{
	margin-bottom: 30px;
}
.TechnicianProfile{
	width: 100px;
	height: 100px;
	margin:0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #ccc;
}
.tech-dialog{
	max-width: 470px;
}
.Tech_name{
	font-size: 18px;
	text-align: center;
	color: #575757;
}
.Book_button{
	background: #FF005F;
	color: #fff;
	margin: 0 auto;
    /* display: block; */
    width: 100%;
    text-align: center;
    padding: 6px 30px;
    border-radius: 6px;
}
.cancel_button{
	border: 1px solid #FF005F;
	width: 100%;
    text-align: center;
    padding: 6px 21px;
    border-radius: 6px;
    color: #FF005F;
}
.TechnicianInfo{
	font-size: 16px;
    padding: 60px 0px 0px;
}
.technicianPrice{

}
.canceledPrice{
	color: #979797;
	font-size: 14px;
	    text-decoration: line-through;
}
.actucalPrice{
	background: #FF005F;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	font-style: italic;
    padding: 0px 3px;
}
.JobDetails{
	font-size: 16px;
	color: #575757;
	padding: 10px 0px;
	border-bottom: 1px solid #CCCCCC;
}
.starRating{
	font-size: 22px;
	font-weight: bold;
	color: #0DA72C;
	    margin: 0;
}
.ExcellentBtn{
	background: #0DA72C;
	color: #fff;
	padding: 1px 20px;
	border-radius: 5px;
	border: none;
}
.Rating_new{
	font-size: 14px;
	font-weight: bold;
	color: #0DA72C;
	    padding-right: 10px;
}
.border-left{
	border-left: 1px solid #ccc;
}
.progressTitle{
	color: #575757;
	margin: 0px;
}
.V_alignCls{
	align-items: center;
	margin: 10px 0px;
}
.bg-yellow{
	background: #EBDA47;
}
.bg-warning{
	background-color: #CE6B15;
}
.progress
{
	height: 10px;
    border-radius: 0px;

}
.UserProfile{
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}
.UserNameTitle{
	color: #575757;
	font-size: 14px;
	margin: 0px;
}
.loc_title{
	    font-size: 12px;
    color: #A8A8A8;
}
.comment_title{
	font-size: 13px;
	color: #575757;


}
.border-bottom{
	margin-bottom: 1px solid #ccc;
}
.Comment_rating{
	font-size: 14px;
	color: #0DA72C;
}
.m-t-10{
	margin-top: 10px;
}
.paymentImage{
	background: #fff;

}
.Numbers{
	text-align: right;
}
.savingTitle{
	font-size: 14px;
	color: #0DA72C;
	text-align: right;
}
.ItemTotalTable td{
border: none;
}
.ItemTotal{
box-shadow: 0px 1px 3px #00000029;
}
.Border_new{
	border-top:1px solid #DCDCDC !important;
}
.Offers{
	margin-top: 20px;
	box-shadow: 0px 1px 3px #00000029;
    background: #F6EBEF;
    border-radius: 6px;
}
.OfferTitle
{
	font-size: 16px;
	color: #F3538F;
	margin: 0;

}
.OfferSubtitle{
	font-size: 12px;
	color: #F3538F;
	margin: 0px;
}
.payment_optiontitle{
	font-size: 24px;
	color: #313131;
	    padding: 5px 10px;
}
.Payment_options{
	margin-top: 20px;
	box-shadow: 0px 1px 3px #00000029;
	border-radius: 6px;
}
.ItemTotalTable td {
    border: none;
}
.paybtn{
	background: #FF005F;
    border-radius: 6px;
    padding: 16px 10px;
    border: none;
    color: #fff;
    width: 100%;
    text-align: left;
}
.paybtn span{
	text-align: right;
	    float: right;
}
.payment{
	margin-top: 20px;
}
body{
	    background-color: #fff;
}
.notificationDiv{
	background: #fff;
	position: absolute;
	top: 70px;
	right: 0px;
	width: 450px;
	    border-radius: 5px;
	    padding: 0px 20px 20px;
	    box-shadow: 0px 1px 3px #00000029;
	    display: none;
}
.Notification_title{
font-size: 16px;
font-weight: bold;margin: 0px;
color: #575757;
    padding: 5px 10px 0px;
}
.NotificationDesc{
font-size: 14px;
color: #575757;
margin: 0px;
padding: 5px 10px;

}
.Notification_title span{
color: #ABABAB;
font-weight: normal;
font-size: 12px;
float: right;
}
.recentTitle{
	font-size: 16px;
	color: #575757;
	    padding: 10px 10px 0px;
}
.box-shadow{
	box-shadow: 1px 4px 6px #00000057;
	margin-bottom: 10px;
	border-radius: 6px;
}

.notificationDiv:before{
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	
	    top: -10px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}