/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	/* font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/* line-height: 1; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.1;
	font-weight: 500;	
}

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

* {box-sizing: border-box;}

/* SIGNIN PAGE */
html, body {height: 100%;}
img {max-width: 100%;}

select::-ms-expand {
	display: none;
	/* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    /* IE 5-7 */
    filter: alpha(opacity=10);
    /* Good browsers :) */
    opacity: 10;
}
.signin-page {
	height: 100%;
}
.table-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.banner-img {
	min-height: 100%;
	 background-image: url('../../img/professionals/sign_in_banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 15px;
}

 .banner-img.dark-bg{
	background-image: url('../../img/professionals/sign_in_banner.jpg');
}
.banner-img.ser-banr {
	background-image: url('../../img/professionals/service-banner.jpg');
}
.banner-img.add-project {
	background-image: url('../../img/professionals/add-banner.jpg');
}
/* .table-outer {
	display: table;
	width: 100%;
	height: 100%;
} */
.table-outer .table-center {
	display: table-cell;
	vertical-align: middle;
}
.signin-page .signin-content,.owner-page  {
    max-width: 735px;
    width: 100%;
    display:block;
    border-radius: 5px;
    overflow: hidden;
	/* display: table; */
	box-shadow: 4px 4px 10px 0 rgba(94, 87, 87, 0.67);
	margin: auto;
	position: relative;
}
.signin-page .signin-left {
	width: 300px;
	background-color: rgba(89, 89, 89, 0.9);
	 float: left; 
	color: #ffffff;
	/* display: table-cell; */
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding: 20px 20px;/* 20px 45px  */
	vertical-align: middle;
	position: absolute;
    top: 0;
    bottom: 0;
	height: 100%;
}
.signin-page .signin-left img {
	position: absolute;
    bottom: 100px;
	left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);    
}

.signin-page h2 {
	margin: 0;
    font-size: 20px;/* 45px; */
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700; /* 300; */
}
.signin-page h2 span{
	 font-size: 24px;
}
.signin-page .signin-left p {
	color: #ffdac4;
	font-size: 16px;
	line-height: 20px;/* 22px; */
	margin-bottom: 12px;
	font-weight: 500;
}
.signin-page .signin-left p  span{
	font-size: 22px;
}
.signin-page .signin-left p:nth-child(3){
	font-size: 14px;
}
.signin-page .signin-right {
	width: 435px;
	background-color: #FFFFFF;
	float: right;
	/* display: table-cell; */
	vertical-align: middle;
	padding: 40px 40px;
	padding-bottom: 25px;
	text-align:center;
}
.signin-page .signin-right .signin-logo {
    max-width: 300px;
    margin-bottom: 30px;
}
.signin-form input:not([type='checkbox']) {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
	width: 100%;
    padding: 12px;
    padding-left: 46px;
    border-radius: 5px;
    outline: 0;
	/* color: #a3a3a3;
	color: #7D7D7D; */
	color: #666a73;	    
    border: 1px solid #D0D0D0;
    /* margin-bottom: 15px; */
	font-size: 16px;
}
.signin-form .input-icon input{
	color: #666a73 !important;	    
}
.signin-form .orange-btn{
	max-width: 100%;
	text-transform: initial;
}
.error,.busines-info .radio-check span.error,.business_details  .error{
	font-size: 13px;
    color: #a94442;/* red; */
    margin-top: 3px;
    display: block;
}
.business_details  .error{
	text-align: left;
}
.signin-form .buttons,.signin-form input[type='submit'].buttons  {
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}
.signin-form .buttons {
	margin-bottom: 15px;
}
.input-icon {
	position: relative;
	margin-bottom: 15px;
}
.input-icon i {
	position: absolute;
    left: 0;
    /* top: 35%; */
	top: 24px;
    width: 46px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
	color: #7D7D7D;
}
.buttons,.signin-form input[type='submit'] {
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	padding: 14px 20px;
	color: #fff;
	border: 0;
	outline: 0;
	background-color: #FF6E41;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}
.social-media .buttons {
	width: auto;
    padding: 9px 17px;
	text-decoration: none;
	min-width: 168px;
	margin-bottom: 15px;
}
.social-media .fb-btn {
	color: #fff;
	background-color: #4A6BB2;
	margin-right: 13px;
	font-weight: 700;
}
.social-media .fb-btn span {
	border-right: 1px solid #7791C4;
}
.social-media .google-btn {
	margin-right: 0;
	background-color: transparent;
	box-shadow: inset 0 0 0 1px #D0D0D0;
	color: #525252;
	font-weight: 700;
	
}
.social-media .google-btn span {
	border-right: 1px solid #DDDDDD;
}
.social-media .buttons span {
	display: inline-block;
	margin-right: 17px;
	padding-right: 17px;
	vertical-align: text-bottom;
} 
.social-media .buttons span img {
    max-width: 20px;
    height: 20px;	
	display: block;
}
.custom-checkbox {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	cursor: pointer;
	margin-bottom: 15px;
    color: #ff6e40;
	font-size: 14px;
	width: 100%;
}
.custom-checkbox .reg-news p{
	color: #666666;
}
.custom-checkbox .reg-news p:last-child{
	color: #888888;
}
.custom-checkbox span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #D0D0D0;
	border-radius: 3px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.custom-checkbox span i {
	font-size: 14px;
	position: absolute;
	top: 45%;/* 59% */
	left: 50%;
	opacity: 0;
	transform: translateY(-50%) translateX(-50%) scaleX(0) scaleY(0);
	-webkit-transform: translateY(-50%) translateX(-50%) scaleX(0) scaleY(0);
	transition: transform .2s ease, opacity .5s ease;
	-webkit-transition: -webkit-transform .2s ease, opacity .5s ease;
	-moz-transition: transform .2s ease, opacity .5s ease;
	-o-transition: transform .2s ease, opacity .5s ease;
}
.custom-checkbox input[type='checkbox']:checked + span i {
	transform: translateY(-50%) translateX(-50%) scaleX(1) scaleY(1);
	-webkit-transform: translateY(-50%) translateX(-50%) scaleX(1) scaleY(1);
	opacity: 1;
}
.custom-checkbox label {
	font-weight: 400;
	/* font-size: 14px; */
	/* color: #ff6e40; */
	margin: 0;
	width: 100%;
	text-align: left;
}
.custom-checkbox input[type='checkbox'] {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
	z-index: 1;
	cursor: pointer;
}
.link {
	font-weight: 400;
	font-size: 14px;
	color: #ff6e40;
	margin: 0;
	text-decoration: none;
}
.link:hover, .link:focus {
	color: #ff6e40;
	 text-decoration: underline;
}
.social-media h3 {
	text-align: center;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	color: #a9a9a9;
	margin-top: 18px;
	margin-bottom: 18px;
}
.social-media h3:after {
	content: '';
	position: absolute;
	left: 0;
	background-color: #a9a9a9;
	width: 100%;
	height: 1px;
	top: 50%;
	/* transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
}
.social-media h3 span {
    display: inline-block;
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding: 0 5px;
}

 
/* SIGNUP-CONTENT */

.signup-content {margin-top: 35px;}
.sign-in.signup-content h4 {margin-top: 15px;}
/* .sign-in.signup-content{margin-top: 0px;} */
.signup-content h4 {
	font-size: 15px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 15px;
}
.signup-content h4 .link {font-size: 15px;}
.signup-content p {
	font-size: 13px;
	color: #666666;
	margin-bottom: 0;
}
.signup-content p .link {
	font-size: 13px;
}


/* Add-Project */

.form-info-left .prt-msg{
	color: #666666;
	padding-bottom: 20px;
	padding-left: 30px;
}
.prt-add p{
	color: #666666;
	padding-bottom: 10px;
	font-size: 14px;
}
.project-detail > div{
	width: 47%;
	display: inline-block;
}
.project-detail > div:first-child{
	margin-right: 3%;
}
.busines-info  textarea ~ span{
	color: #b2b4b9;
	display: block;
	font-size: 12px;
	text-align: right;
	max-width: 480px;
    width: 100%;
	padding-right: 10px;
	padding-top: 1px;
}
.photo-detail.locat-info input,.photo-detail.locat-info select{
	width: 100%;
}
.photo-detail .photo-desp{
	color: #666666;
	font-size: 14px;
	padding-left: 25px;
	padding-top: 5px;
}
.photo-detail .photo-desp a{
	color: #ff6e40;
}
.add-project  .directory{
	padding : 20px;
}
.add-project .directory span{
	font-size: 40px;
	width: 10%;
}
.directory ul{
	width: 80%;
	-webkit-width: calc(100% - 50px);
	-moz-width: calc(100% - 50px);
	display: inline-block;	
	vertical-align: top;	
	padding-left: 20px;		
}
.directory ul li{
	font-size: 13px;
	/* list-style: outside; */
	/* padding-left: 5px; */
	line-height: 22px;
}
.directory ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #666666;
    display: inline-block;
    border-radius: 100%;
    margin-right: 7px;
    line-height: 10px;
    vertical-align: middle;
    margin-top: -3px;
}
.recent-project .project{
	width: 100%;
	height: 175px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	border-radius:5px;
	margin-bottom: 13px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #d2d2d2;
}
 .directory  .icon-close{
	color: #737373;
}
.project .prt-owner{
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	bottom: 0;
	padding: 10px 30px 12px;
	font-size: 15px;
	line-height: 20px;
}
.prt-owner div.projects-prof-pic{
	width: 45px;
    height: 45px;
    position: absolute;
    bottom: 40px;
    right: 20px;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid #fff;
	background-position: center;
}
 .project .prt-owner p{padding-right:35px} 

.prt-owner div img{
	width: 45px;
	height: 45px;
	border-radius: 100%;
	border: 1px solid #fff;
}
.btn-button{
	position: relative;
	z-index:1;
}
/* .btn-button:before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #24206C;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
	border-radius: 5px;
}	
.btn-button:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -2;
} */
/* .btn-button:hover:before,.tab li:hover a:before{
	width: 100%;
} */
/* .tab li:hover a{
	color: #24206C;
} */
.tab li {
	position:relative;
	-webkit-transition: color 0.40s ease;
    transition: color 0.40s ease;
    -moz-transition: color 0.40s ease;
    -o-transition: color 0.40s ease;
}
/* .tab li a:before {
   content: '';
	position: absolute;
	width: 0%;
	height: 5px;
	left: 0;
	bottom: -5px;
	display: inline-block;
	background-color: #24206C;
	-webkit-transition: width 0.40s ease;
	transition: width 0.40s ease;
	-moz-transition: width 0.40s ease;
	-o-transition: width 0.40s ease;
} */
.tab li.sel,.tab li.sel a{
	color: #24206C;
}
.recent-project	h2{
	font-weight: 500;
    font-size: 18px;
    font-style: initial;
    font-family: 'Montserrat', sans-serif;
	color: #ff6e40;
}
.add-project .form-info-right {
	margin-top: 65px;
}
.add-project .form-info-right h2 {
	margin-bottom: 25px;
}
.add-project .info-video {margin-bottom: 10px;}
.add-project .directory ul {width: 88%;vertical-align: middle;}
.add-project .directory {padding-top: 55px;padding-bottom: 55px;}

/* Add-Project-end */

/* Business details */

.business_details .profile-info {padding-top: 21%;}
.business_details .profile-info span {
	font-size: 110px;
    color: #D7D7D7;
}
.three_input {
	display: inline-block;
    width: 100%;
}
.three_input select, .three_input input {
    width: 30%;
    margin-right: 4%;
    float: left;
}
.three_input select:last-child, .three_input input:last-child { 
	margin-right: 0;
}
.business_details .directory{
	border:0;
	padding: 25px;
}
.business_details .directory >div{
	padding-left: 30px;
}
/* Business details end */

/* Upload photos */

.locat-info > div.browse_file {
	margin-top: 15px;
	padding-right: 2%;
}
.browse_file {    
	margin-bottom: 10px;
    display: inline-block;
    max-width: 480px;
    width: 100%;
}
.browse_file label {
	font-size: 13px;
}
.upload_photos ,.browse_file{
	border: 1px solid #f1f1f1;
	border-radius: 5px;
    padding: 30px 10px;
    padding-bottom: 25px;
	background: #fafafa;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.browse_file { padding: 15px;min-height:150px}
.upload_photos{
	/* padding: 0; */
	border: 0;
}
.upload_photos p {
	font-size: 14px;
    color: #bcbec1;
	line-height: 16px;
}
.upload_photos i {
    font-size: 60px;
    color: #C8C8C8;
    display: inline-table;
}
.upload_photos i:before {
	display: table-cell;
}
.upload_photos input[type='file'] {
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    font-size: 0;
    border: 0;
    outline: 0;
    z-index: 1;
    opacity: 0;
}
.col-md-4 .upload_photos input[type='file']{z-index:0}
.business_details .directory h3 {
	font-size: 16px;
    color: #333333;	
}
.business_details .busines-info {
    margin-bottom: 30px;
}
.business_details .btn-button {
	margin-top: 7px;
	margin-bottom: 0;
	margin-left: 0;
}
.business_details  textarea {
	height: 100px;
}
.business_details .message textarea {
	height: 90px;
}
	
/* Upload photos end */
select [selected="selected"] {
    background-color: #ff6e40 !important;
}

.basic-info .btn-button {/* margin-left: 0; */}
.clone_element_div {margin-bottom: 25px;}
.certify-award .cloned{/* float:left;clear:both */}
.clone_element_div input{/* margin-bottom:15px; */}
.certify-award .btn-button input[type="file"]{
	margin-bottom:0;
	max-width:200px;
	padding:0;
	border:0;
	float:left; 
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	opacity:0;
	cursor:pointer
}
.certify-award .btn-button {
    margin-top: 0;
    margin-left: 0;
    width: auto;
    max-width: 100%;
    display: inline-block;
   /*  padding: 8px 15px; */
	vertical-align: top;
}
.certify-award .btn-button:hover, .certify-award .btn-button:focus {
	color: #ffffff;
	text-decoration: none;
}
.cloned .btn-button,.cloned .btn-button:hover{
	position: relative;
	margin: 0;
	margin-top: 4px;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	background-color: #f58484;	
}
.rm-btn span.icon-cancel{color:#fff}

.certify-award .btn-button:hover{color:#000}
.bordered_content.none{padding-left:0}

.certify-award .remove-button,.certify-award .remove-button:hover {
    float: left;
    padding: 0;
    border-radius: 50%;
	margin-left:10px;
    /* background-color: red; */
	
	border: 0;
    font-size: 23px;
}
.certify-award .remove-button{z-index:0}
.certify-award .remove-button:hover,.certify-award .remove-button{background:transparent}
.certify-award .remove-button span.icon-cancel{
	font-size: 25px;
}
.certify-award .remove-button span.icon-cancel:before{
}
.certify-award img{
    border: 1px solid #CFCFCF;
    border-radius: 3px;
	/* margin-left: 10px; */
}

/* .cloned a.btn-button{padding:5px;} */

/* Bordered content */

.bordered_content {
	padding-left: 25px;
}
.bordered_content label {
    padding-right: 75px;
    padding-top: 3px; /* 7px */
}
.bordered_content .bordered {
    position: relative;
    padding: 10px;
    border: 1px solid #FF6E40;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.bordered_content .bordered .add-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	display: inline-block;
	width: auto;
}
.bordered_content .bordered .add-btn .icon-add:before{vertical-align:top;margin-top:4px;float:left}
.certify-award .btn-button:hover{color:#fff}
.bordered_content .bordered .add-btn a {display: inline-block;}
.branch-info .cloned > div {
	margin-top: 10px;
}
.branch-info .cloned > div:first-child {
	margin-top: 0;
}
.branch-info .cloned {margin-top: 20px;border-radius: 5px;}
.browse_file.upload-width{width:100px;padding:0;float:left}
.upload-width .upload_photos {padding:6px 0}
/* .rm-btn span.icon-cancel:hover{border:1px solid #000} */
.clone_element_div .col-md-5,.clone_element_div .col-md-7{width:50%}
.col-md-4 .browse_file{min-height:0}
.intl-tel-input .selected-flag{height:72%}
.result_div{
	background: #FFFFFF;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    position: absolute;
    left: 15px;
    top: 46px;
    max-width: 318px;
    z-index: 1;
    width: 90%;
	}
.result_div li{
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-size: 14px;
	cursor: pointer;
}
.result_div li:last-child{margin-bottom:0;padding-bottom: 0;border-bottom:0}
.result_div ul{padding:10px}
.cloned .col-md-8{position:relative}



select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.locat-info select,.busines-info select{
	background-image: url('../../img/professionals/down-arrow.png');
	background-repeat:no-repeat;   
	background-position: 92% 15px;
    background-size: 12px;
	padding-right: 40px;
	/* overflow: hidden; */
}

.selected-flag  .arrow.icon-down-arrow{
	font-size: 6px;
}
.locat-info .intl-tel-input #professionals_phone_number-{
	padding-left: 55px;
}

.busines-info select{background-position: 97% 16px;}
.locat-info .selected-flag input.errorbox{height:72%;}
.intl-tel-input .flag-dropdown{top:23px;bottom:auto;}
.phone-icon  .intl-tel-input .flag-dropdown{top:23px;bottom:auto}
.locat-info .phone-icon  .iti-flag {
width: 20px !important;}
.phone-icon.align .intl-tel-input .selected-flag .arrow {right:16px}
.phone-icon.align .intl-tel-input {width:100%}
.phone-icon .intl-tel-input .selected-flag .arrow {
	border-top:0;
	padding:4px;
	left: 25px;
	right: auto;
	}/*  */
.locat-info .phone-icon  .intl-tel-input .selected-flag .arrow{
	/* right:0 !important; */
	margin-top: -6px !important;
}
.project-styles select,.business-area select{background-image:none}
.business-cost select{background-position: 92% 15px;}
.locat-info .phone-icon .intl-tel-input .country-list{
	top: 25px;
}
.locat-info .phone-icon .intl-tel-input {
	width:100%;
}
.locat-info .cloned .phone-icon .intl-tel-input {
	width: 49%;
}
.brn-name .phone-num{
	position: relative;
}
.phone-icon  .sample-code{
	margin-left: 1%;
	color: #666a73;
	font-style: italic;
	font-size: 13px;
	position: absolute;
	top: 15px;
	left: 100%;
	width: 100%;
}
.phone-code .phone-icon.align{
	width: 100%;
}
select option{
	color: #333333;
}
/*.logo{
	position: fixed;
	width: 100%;
	height: 60px;
	padding-top: 15px;
	padding-bottom: 7px;
	padding-left: 20px;
	opacity: 1;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 50;
	-webkit-box-shadow: 0px 0px .5px 2px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 0.5px 2px rgba(0,0,0,0.10);
	box-shadow: 0px 0px .5px 2px rgba(0,0,0,0.1);
	 position: relative;
	display: block;
	width: 100%;	
	border-bottom: 2px solid rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px .5px 2px rgba(0,0,0,0.10);
	
} */

.logo a{
	width: 150px;
	display: block;
}
/* orange-btn */

	.orange-btn {
		padding: 10px 15px;
		max-width: 125px;
		width: 100%;
		text-transform: uppercase;
		background: #FF6E40;
		border: 0;
		border-radius: 5px;
		color: #ffffff;
	}
/* orange-btn */
/* Browse file */

	.browse_file .up-img img{
		max-width: 100px;
		width: 100%;
		height: 100px;
		border: 1px solid #ccc;
		margin: 5px;
	}
	.browse_file .up-img{
		display: inline-block;
		position: relative;
	}
	.browse_file .up-img .icon-cancel,.browse_file .up-img .project-edit{
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 16px;
		color: white;
		/* background: #f58484; */
		background: rgba(0, 0, 0, 0.55);
		border-radius: 100%;
		z-index: 10;
		display:none;
		width: 20px;
		height: 20px;
	}
	.browse_file .up-img .icon-cancel:before{
		line-height: 21px;
	}
	.browse_file .up-img .project-edit{
		left: 10px;
		right: auto;
		margin-left:0;
	}
	.browse_file .up-img .project-edit .icon-edit{
		font-size: 10px;		
		margin-top: 5px;
		margin-left: 5px;
		right: auto;
		background: transparent;
	}
	.browse_file .up-img:hover .project-edit{display:block;}
	.browse_file .up-img:hover .icon-cancel{display:block}
	.browse_file  img{
		max-height: 150px;
		width: auto;
	}
/* edit-popup */
	.edit-pop .modal-content{
		width: 100%;		
		display: inline-block;
	}
	.edit-pop .edit-image{
		max-height: 350px;
		overflow-y: scroll;
	}
	.edit-pop .modal-lg{
		background: #fff;
		padding: 20px;
		border-radius: 10px;
	}
	.edit-pop .modal-header{
		border-bottom: 0;
		padding: 0;
		padding-bottom: 15px;		
		margin-top: -5px;
	}
	.edit-pop .modal-content{
		box-shadow: none;
		border: 0;
	}
	.edit-pop .modal-content input{
		width: 100%;
		max-width: 100%;
	}
	.edit-pop .modal-content .col-lg-12{
		padding: 0;
	}
	.edit-pop .orange-btn {
		max-width: 160px;
		font-weight: 600;
		font-size: 18px;
		text-transform: initial;
	}
	.edit-pop .photo-form{
		margin-bottom: 0;
	}
/* edit-popup-end */

/* .blur{
	position: fixed;
	background-color: #e2e2e2;
	background-image: url('../../img/professionals/sign_in_banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	filter: blur(2px);
} */
/* .logo img{
	position: relative;
	display: block;
	height: 90%;
	width: auto;
} */
	.no-record-found {
		font-size: 13px;
		color: #ff0000;
		margin: auto;
		margin-top: 3px;
		display: table;
		text-align: center;
		border: 1px dotted red;
		padding: 10px 20px;
		background-color: #fca2a21a;
		margin-bottom: 10px;
		max-width: 350px;
		width: 100%;
	}
	
	.cc-selector input {
		margin:0;padding:0;
		-webkit-appearance:none;
		   -moz-appearance:none;
				appearance:none;
		width: auto!important;
	}
	
	.cc-selector label:before, .cc-selector label:after {
		display:none;
	}
	
	.singapore_flag {background-image:url('https://www.renotalk.com/img/singapore_flag.png');}
	.malaysia_flag {background-image:url('https://www.renotalk.com/img/malaysia_flag.png');}

	.cc-selector-2 input:active +.drinkcard-cc, .cc-selector input:active +.drinkcard-cc{opacity: .9;}
	.cc-selector-2 input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-cc{
		-webkit-filter: none;
		   -moz-filter: none;
				filter: none;
	}
	.drinkcard-cc {
		cursor:pointer;
		background-size:contain;
		background-repeat:no-repeat;
		display:inline-block;
		width:64px;
		height:64px;
		margin: 5px 5px;
		-webkit-transition: all 100ms ease-in;
		   -moz-transition: all 100ms ease-in;
				transition: all 100ms ease-in;
		-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
		   -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
				filter: brightness(1.8) grayscale(1) opacity(.7);
	}
	.drinkcard-cc:hover {
		-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
		   -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
				filter: brightness(1.2) grayscale(.5) opacity(.9);
	}