/*@font-face{font-family:"averta";
src:url(../fonts/AvertaDemo-ExtraBoldItalic.otf);
src:url(../fonts/AvertaDemo-Regular.otf);
}*/

@font-face {
    font-family: 'averta_demoregular';
    src: url('../fonts/avertademo-regular-webfont.woff2') format('woff2'),
         url('../fonts/avertademo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f0d8";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f0d7";
}*/

.login-logo-app{
    text-align: center;
    margin-bottom: 36px;
    margin-top: 25px;
}
.login-logo-app img{
    width: 114px;
}
.login-logo{width: 100px;
    height: 100px;
    margin: 0px auto;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    line-height: 69px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 4px solid #ccc;}
.login-logo img{width: 100%;}
.login-radio [type="radio"]:checked,
.login-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.login-radio [type="radio"]:checked + label,
.login-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size:18px;
  font-family: 'averta_demoregular';
}
.login-radio [type="radio"]:checked + label:before,
.login-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  background: transparent;
}
.login-radio [type="radio"]:checked + label:after,
.login-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.login-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.login-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}





.login-radio-log-app [type="radio"]:checked,
.login-radio-log-app [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.login-radio-log-app [type="radio"]:checked + label,
.login-radio-log-app [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #999;
  font-weight: normal;
  font-size: 16px;
  font-family: 'averta_demoregular';
}
.login-radio-log-app [type="radio"]:checked + label:before,
.login-radio-log-app [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 100%;
  background: transparent;
}
.login-radio-log-app [type="radio"]:checked + label:after,
.login-radio-log-app [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #999;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.login-radio-log-app [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.login-radio-log-app [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}




.login-radio-profile [type="radio"]:checked,
.login-radio-profile [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.login-radio-profile [type="radio"]:checked + label,
.login-radio-profile [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left:20px;
  cursor: pointer;
  line-height:14px;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: 'averta_demoregular';
}
.login-radio-profile [type="radio"]:checked + label:before,
.login-radio-profile [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 100%;
  background: transparent;
}
.login-radio-profile [type="radio"]:checked + label:after,
.login-radio-profile [type="radio"]:not(:checked) + label:after {
  content: "";
  width:6px;
  height:6px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.login-radio-profile [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.login-radio-profile [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}




.login-box, .register-box {
    width: 498px;
    margin: 0px auto;
    height: 100%;
}

.login-box-app{width: 474px;
    margin: 5% auto;}


.login-box-body{background: #1b1133;
    /*padding:0px 38px 38px 38px;*/
        background: #000000;
    }
.login-box-body-app{background: #fff;
    padding: 28px 62px;}

.login-radio{margin: 14px 0px 24px 0px; text-align:center;}
.login-radio label{margin-right:18px;}

.login-form{}
.login-form input{background: transparent;
    height: 44px;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 6px 12px 6px 0px;
    color: #fff;
	font-family: 'averta_demoregular';}	
	.login-form button{background: #f8c346 !important;
    border: 2px solid #f8c346 !important;
    color: #000;
    padding: 3px 20px 5px 20px;
    width: auto;
    font-size: 15px !important;
    border-radius: 2px !important;
    margin: 0px auto;
    font-family: 'averta_demoregular';}
.login-form-btn-app button{background: transparent;
    border: 2px solid #b4b4b4 !important;
    color: #000;
    padding: 6px 30px;
    font-size: 18px !important;
    width: auto;
    margin: 0px auto 28px auto;}
    .login-form-btn-app button:hover{background: #fafafa;
    color: #000 !important;}
    .login-form-btn-app button:focus{background: #fafafa;
    color: #000 !important;}
.login-form-app input{background: #fafafa;
    height: 44px;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-weight: normal;
    color: #555;}

input:-webkit-autofill {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0px 9999px #fafafa;
  color: #999 !important;
} 

input:-webkit-autofill:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0px 9999px #fafafa;
  color: #999 !important;
} 


   .login-form .otp-log{background: #f8c346 !important;
    border: 2px solid #f8c346 !important;
    color: #000;
    padding: 5px 10px 7px 10px;
    width: auto;
    font-size: 15px !important;
    border-radius: 2px !important;
    margin: 0px auto;
    font-family: 'averta_demoregular';}

	.login-form button:hover{background: #f8c346; color:#000 !important;}
	.login-form button a {color:#000;}
	.forgot-password{padding-top: 14px;
    text-align: center;
    padding-bottom: 38px;}
	
	.forgot-password a{color: #fff;
    font-size: 18px;
	font-family: 'averta_demoregular';}
	.social-auth-links-sub{position:relative; margin: 0;}
	.social-auth-links-sub p{margin: 0;
    display: inline-block;
    background: #000000;
    padding: 0px 12px;
    z-index: 999;
    width: 50px;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-family: 'averta_demoregular';}
	
	
	.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
	font-family: 'averta_demoregular';
}

/* Input */
.pure-material-checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}
/* Span */
.pure-material-checkbox > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/* Box */
.pure-material-checkbox > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px;
    border-color: #fff;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
    border-color: #3932f2;
    background-color: #3932f2;
}

.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
    border-color: #fff;
}

.pure-material-checkbox > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Active */
.pure-material-checkbox > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-checkbox > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-checkbox > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}
.social-auth-links-sub .line-sub{background: #b4b4b4;
   height: 1px;
   width: 100%;
   position: absolute;
   top: 14px;}
.material-checkbox{text-align: center;margin-top: 24px;}

.login-form-btn{margin-top: 18px;}
.server-details-back{border-radius: 4px;
  background: #fff;
  padding: 20px;
  /*min-height:456px;*/
  min-height:510px;
  position: relative
	}	
  .server-details-back-m{min-height:588px !important;}

.server-sub-details-back{}
/*.server-sub-details-back .panel-group{}
.server-sub-details-back .panel-default{border: 0;
    box-shadow: inherit;}
.server-sub-details-back .panel-default .panel-heading{background: transparent;
    border-bottom: 1px solid #ccc;}
.server-sub-details-back .panel-default .panel-heading .panel-title a{font-family: averta;}
.server-sub-details-back .panel-default .panel-heading .panel-title{}
.server-sub-details-back .panel-default .panel-heading .panel-title i{}
.server-sub-details-back .panel-default .panel-collapse{}
.server-sub-details-back .panel-default .panel-collapse .panel-body{}*/

.server-login-form{margin-bottom: 40px;}
.server-login-form input{border: 0;
    border-bottom: 1px solid #ccc;
    font-family: 'averta_demoregular';
    font-size:20px;
    height: auto;
    color: #000;
    padding-left: 0;}
.server-login-form select{}

.server-login-form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(../Image/drop-down-caret.png);
    padding: .5em 0;
    padding-right: 1.5em;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-family: 'averta_demoregular';
    font-size: 20px;
    height: auto;
    color: #999999;
}
.last-pre{font-size:14px;}

.server-login-form select option{font-size:18px; color:#000;}

.server-login-form select option:first-child{/*display: none;*/}

.server-login-form-main{}
.enter-mobile-form{margin-top:66px;}
.server-login-form-main .server-login-form{margin-bottom:10px;}

.server-login-form-button{text-align: center;
    margin-top: 65px;}

.server-login-form-button button{background: #f8c346;
    border: 2px solid #f8c346;
    color: #000;
    padding: 3px 20px 4px 20px;
    width: auto;
    font-size: 18px;
    border-radius: 2px;
    margin: 0px auto;
    font-family: 'averta_demoregular';}
	.server-login-form-button a{background: #f8c346;
    border: 2px solid #f8c346;
    color: #000;
    padding: 5px 15px 7px 15px;
    width: auto;
    font-size: 15px;
    border-radius: 2px;
    margin: 0px auto;
    font-family: 'averta_demoregular';}
  
.server-login-form-button a{color:#000;}
	
.enter-mobile{
  width:88px;
  margin: 0px auto;
  margin-bottom:8px;
  height:88px;
  text-align: center;
  margin-top: 12px;
}
.enter-mobile img{width:100%;}
.enter-mobile-content{    text-align: center;
    /*margin-bottom: 40px;*/ margin-bottom:15px;}
.enter-mobile-content h4{margin: 0;
    font-size:18px;
    color: #000;
    font-family: 'averta_demoregular';
    font-weight: 600;
    word-break:break-word;
    }

.enter-mobile-content h5{margin: 0;
    margin-top: 32px;
    font-family: 'averta_demoregular';
    font-size: 18px;}

.home-icon{/*padding: 18px 38px 0px 38px;*/
    background: #000000;height: 34px;}
.home-icon a{color: #f8c346;
    font-size: 24px;}
.home-icon i{}

.profile-back{}
.profile-head{margin-bottom: 10px;}
.profile-head h4{margin: 0;
    font-family: 'averta_demoregular';
    color: #000;
    font-weight: 600; float:left;}
.profile-head button{float: right;
    background: transparent;
    color: #525252;
    padding: 0;
    font-size:14px;}
.sub-group{}
.sub-group01{padding-top: 5px;}
.sub-group .form-group{}
.sub-group .form-group p{}
.sub-group .form-group input{}
.sub-group .form-group select{}

/* form starting stylings ------------------------------- */
.sub-group .group {
  position: relative;
  margin-bottom: 22px;
}
.sub-group input {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    font-family: 'averta_demoregular';
  	color: #000;
}
.sub-group input:focus {
  outline: none;
}

/* LABEL ======================================= */
.sub-group label {
    color: #939393;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
     font-family: 'averta_demoregular';
     margin:0px;
}

/* active state */
.sub-group input:focus ~ label,
.sub-group input:valid ~ label {
  top: -10px;
  font-size: 14px;
  color: #ffc024;
}

/* BOTTOM BARS ================================= */
.sub-group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.sub-group .bar:before,
.sub-group .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #8a8a8a;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.sub-group .bar:before {
  left: 50%;
}
.sub-group .bar:after {
  right: 50%;
}

/* active state */
.sub-group input:focus ~ .bar:before,
.sub-group input:focus ~ .bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.sub-group .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
    font-family: 'averta_demoregular';
}

/* active state */
.sub-group input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}


/* form starting stylings ------------------------------- */

.group1{margin: 0;
    text-align: left;
    margin-top: -16px;}
/*.group1 .g-label{color: #ffc024 !important;
    font-weight: normal;
    padding-bottom: 10px;}*/

.group1 .g-label{color: #999 !important;
    font-weight: normal;
    padding-bottom:4px;
    font-size: 16px;
    font-family: 'averta_demoregular';
    margin: 0;}

.group1 label{color: #000 !important;
    font-family: 'averta_demoregular';
    margin-right: 12px;}
.group1 label:before{content:"";border-color: #1f4eff !important;}
.group1 label:after{content:""; background: #1f4eff !important;}
.group2{margin-top: 20px;}
.group2 input{}
.group2 .input-group-addon{}
.group2 .input-group-addon i{}
.group2 input{border:none;border-bottom:1px solid #ccc;}


/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/*
.ui-tabs 							{ zoom: 1; }
.ui-tabs .ui-tabs-nav 				{ list-style: none; position: relative; padding: 2px 2px 0; overflow: hidden; 
									  top: 1px; z-index: 1000; }
.ui-tabs .ui-tabs-nav li 			{ position: relative; float: left; border: 1px solid #ccc; 
									  border-bottom-width: 0 !important; margin: 0 2px -1px 0; background: #ccc; }
.ui-tabs .ui-tabs-nav li a 			{ float: left; text-decoration: none; padding: 5px 10px; color: black; }
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected 				{ padding-bottom: 1px; border-bottom-width: 0; background: white; }
.ui-tabs .ui-tabs-nav 
li.ui-tabs-selected a, .ui-tabs 
.ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav 
li.ui-state-processing a 			{ cursor: text; }
.ui-tabs .ui-tabs-nav li a, 
.ui-tabs.ui-tabs-collapsible 
.ui-tabs-nav li.ui-tabs-selected a  { cursor: pointer; } 
.ui-tabs .ui-tabs-panel 			{ padding: 20px; display: block; border-width: 0; background: none; 
									  border: 1px solid #ccc; position: relative; min-height: 200px; }
.ui-tabs .ui-tabs-hide 				{ display: none !important; }




a.mover 							{ background: #900; padding: 6px 12px; position: absolute;
								      color: white; font-weight: bold; text-decoration: none; }
.next-tab 							{ bottom: 0; right: 0; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; }
.prev-tab 							{ bottom: 0; left: 0; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; }

*/
.profile-pagination-main{position: absolute;
    left: 50%;
    bottom: 12px;}
.profile-pagination-main ul{left: -50%;}
.profile-pagination{/*position: absolute;
    left: 50%;bottom: 12px;*/}
.profile-pagination ul{padding:0px; margin-top: 0px;
    margin-bottom: 0px;text-align: center; position:relative;/*left: -50%;*/}
.profile-pagination ul li{list-style:none; display:inline-block;}
.profile-pagination ul li a{}
.profile-pagination span{font-size: 18px;
    color: #636363;
    padding: 0px 5px;}
.profile-pagination i{width:25px;
    height:25px;
    border: 1px solid #636363;
    text-align: center;
    line-height:22px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #636363;
    margin: 0px 6px;}
	.group-date{position:relative;/*margin-top: 28px;
    margin-bottom: 28px*/}
	.group-date i{    position: absolute;
    top: 12px;
    right: 0;}
	
/****** Style Star Rating Widget *****/

.rating {
  border: none;
  float: left;
}

/*.rating-sub{padding-left: 63PX;}*/

.rating > input {
  display: none;
}
.rating > label:before {
    margin: 0px 6px;
    font-size: 2.5em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    line-height: 40px;
    cursor: pointer;
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
  margin-bottom: 0;
}

/***** 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: #ffd700;
}
.login-radio-center{text-align:center;}

.member-banner{margin-top: 24px;
    width: 100%;
    height: 125px;
	overflow: hidden;}
.member-banner img{width:100%;}
	

.next-submit{margin-top: 16px !important;}
.profile-button{text-align:center;}
.profile-button button{	margin-top:0px;}
.profile-button .btn1{color: #000;
    background: #f8c346 !important;
    border: 2px solid #f8c346 !important;
    padding: 4px 16px 4px 16px;
    font-size: 18px;
    font-family: 'averta_demoregular';
    border-radius: 2px;}
.profile-button .btn2{float: right;
    background: transparent;
    color: #ccc;
    position: absolute;
    padding: 3px 10px;}
.profile-cont{padding-top: 10px;}
/*
::-webkit-input-placeholder { 
  color: #000;
}
::-moz-placeholder { 
  color: #000;;
}
:-ms-input-placeholder { 
  color:#000;
}
:-moz-placeholder { 
  color: #000;
}*/

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}
.enter-suggestion{background: transparent !important;}
.slimScrollBar{display:block !important;opacity: 0.4 !important;}
.server-login-form-new{}
.server-login-form-new input{}
.enter-mobile .btn-skip{
    background: transparent;
    color: #525252;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 14px;}
.profile-head span{font-weight: normal;
    font-size: 14px;}

.profile-group{
    margin-bottom:16px;
   
}
.profile-group label{font-size: 12px;
    font-weight: normal;
    font-family: 'averta_demoregular';
    margin: 0;}
.profile-group input{border: 0;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    height: auto;
    color: #939393;
    font-size: 16px;
    font-weight: normal;
    font-family: 'averta_demoregular';
      padding-bottom: 5px;}


.no-padding{padding:0px;}
.no-padding-left{padding-left: 0px;}
.no-padding-right{padding-right: 0px;}

.login-radio-profile .profile-gender label{font-size:14px !important;
    color: #000 !important;
    padding-right: 8px;}
}
.profile-group .group-date {margin-top: 0px;}

.profile-group .group-date i {
    position: absolute;
    top: 5px;
    right: 0;
}
.server-details-profile{min-height:560px;}

.weekDays-selector input {
  display: none !important;
}

.weekDays-selector input[type="checkbox"] + label {
   /*display: inline-block;
    background: #fff;
    height: auto;
    width: auto;
    line-height: initial;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 4px 12px;
    margin: 2px 3px 6px 3px;
    border-radius: 25px;
    font-weight: normal;
    font-size: 12px;*/

    display: inline-block;
    background: #fff;
    height: auto;
    width: auto;
    line-height: initial;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 4px 2px 8px 2px;
    border-radius: 25px;
    font-weight: normal;
    font-size:14px;
    word-break: break-word;
   
}

.weekDays-selector input[type="checkbox"] + label:first-child {border-left: 1px solid #ccc;;}

.weekDays-selector input[type="checkbox"]:checked + label {
    background: #ffd700;
    color: #000;
    border-color: #ffd700;
}
.weekDays-selector{text-align: center;margin-top: 4px;}
.button-absolute{position: absolute;left: 50%; bottom:16px;}
.button-absolute a{position: relative; left: -50%;}
.button-absolute button{position: relative; left: -50%;}
.enter-mobile .btn-skip:focus {outline:0px; }

.profile-cont-custom{}
.profile-cont-custom input{}
.profile-cont-custom .profile-group{position: relative;}
 

.ph {
  position: absolute;
  left: 0;
  top: -18px;
  background: transparent;
  color: #999999;
  font-family: 'averta_demoregular';
  font-weight: normal;
  font-size: 14px !important;
  display: none;
}



.profile-cont-custom input[type="text"]{
  transition: all 200ms ease-in-out;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-family: 'averta_demoregular';
    font-size:16px;
    height: auto;
    color: #000;
    padding-left: 0;
    width: 100%;
}

.profile-cont-custom input[type="email"] {
  transition: all 200ms ease-in-out;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-family: 'averta_demoregular';
    font-size:16px;
    height: auto;
    color: #000;
    padding-left: 0;
    width: 100%;
}

.profile-cont-custom input[type="submit"] {
  border: 0;
  margin: 0;
  padding: 10px 16px;
  cursor: pointer;
  color: #fff;
  background: #3e3e3e;
  appearance: none;
  transition: all 200ms ease-in-out;
}
.profile-cont-custom input[type="submit"]:hover {
  background-color: #0b0b0b;
}

.profile-cont-custom input[type="text"]:focus{
  outline: none;
}

.profile-cont-custom input[type="email"]:focus {
  outline: none;
}

.profile-cont-custom input[type="text"]:not(:placeholder-shown) + label{
    transition: all 200ms ease-in-out;
    opacity: 1;
    visibility: visible;
    top: calc(-20px);
    font-size:14px;
    font-family: 'averta_demoregular';
}

.profile-cont-custom input[type="email"]:not(:placeholder-shown) + label {
    transition: all 200ms ease-in-out;
    opacity: 1;
    visibility: visible;
    top: calc(-20px);
    font-size:14px;
    font-family: 'averta_demoregular';
}

.profile-cont-custom input[type="email"]:not(:placeholder-shown) label {
    transition: all 200ms ease-in-out;
    opacity: 1;
    visibility: visible;
    top: calc(-20px);
    font-size: 16px;
    font-family: 'averta_demoregular';
}

.profile-cont-custom input[type="text"]:not(:placeholder-shown) label{
    transition: all 200ms ease-in-out;
    opacity: 1;
    visibility: visible;
    top: calc(-20px);
    font-size: 16px;
    font-family: 'averta_demoregular';
}

.profile-cont-custom .field {
}
.profile-cont-custom .field.text{
  position: relative;
}
.profile-cont-custom .field.email {
  position: relative;
}


.profile-cont-custom .field.text label, .field.email label {
  position: absolute;
  top: 4px;
  left: 0px;
  transition: 300ms all 1000ms ease-in-out;
  opacity: 0;
  visibility: hidden !important;
}

.profile-cont-custom .field.email label {
  position: absolute;
  top: 4px;
  left: 0px;
  transition: 300ms all 1000ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.btn-back{left: 18px; right:auto;}
.profile-button_bottom{margin-bottom:14px;}
.group-like{margin-bottom: 16px;}

.profile-cont-custom textarea{border: 0px;
    border: 1px solid #ccc;
    resize: none;
    height: 80px;
    border-radius: 4px;}
.rating-sub04{position: absolute;
    left: 50%;}
.rating-sub04 fieldset{position: relative;
    left: -50%;
    float: none;}
.profile-suggest{/*margin-top:28px;*/padding: 8px 0px;
    margin: 0;}
.trg_rspns02{padding: 10px 0px 10px 0px;}
.profile-group textarea{height:72px;
    border-radius: 4px;
    resize: none;
    font-size:14px;
    padding: 8px;}
.rating-form{min-height:312px;}
.select-demo{min-height: auto !important;}
.profile-pagination-rating{position: relative !important;
    left: inherit !important;
    bottom: inherit !important;}
.profile-pagination-rating ul{left: inherit !important;}
.fdfd{z-index: 999;
    top: -16px !important;
    visibility: visible !important;
    opacity: 1 !important;}

.rating-sub .rating{/*position: absolute;
     left: 50%; 
     transform: translate(-50%, 0%); */
   display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);}

/*#loadMe{position: absolute;
    top: 60px;
    left: 40%;}

@keyframes loadingA {
  0 {
    height: 15px;
  }
  50% {
    height: 35px;
  }
  100% {
    height: 15px;
  }
}

@keyframes loadingB {
  0 {
    width: 15px;
  }
  50% {
    width: 35px;
  }
  100% {
    width: 15px;
  }
}

@keyframes loadingC {
  0 {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes loadingD {
  0 {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingE {
  0 {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadingG {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(70px, 0) rotate(360deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes loadingH {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
    padding: 4px;
  }
  100% {
    width: 15px;
  }
}

@keyframes loadingI {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes loadingJ {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(80px, 0);
    background-color: #f5634a;
    width: 25px;
  }
}


.load-3 .line:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}
.load-3 .line:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}
.load-3 .line:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}*/



/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 1) 1.5em 0 0 0,
    rgba(255, 255, 255, 1) 1.1em 1.1em 0 0, rgba(255, 255, 255, 1) 0 1.5em 0 0,
    rgba(255, 255, 255, 1) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.5) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.5) -1.1em -1.1em 0 0, rgba(255, 255, 255, 1) 0 -1.5em 0 0,
    rgba(255, 255, 255, 1) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 1) 1.5em 0 0 0,
    rgba(255, 255, 255, 1) 1.1em 1.1em 0 0, rgba(255, 255, 255, 1) 0 1.5em 0 0,
    rgba(255, 255, 255, 1) -1.1em 1.1em 0 0, rgba(255, 255, 255, 1) -1.5em 0 0 0,
    rgba(255, 255, 255, 1) -1.1em -1.1em 0 0, rgba(255, 255, 255, 1) 0 -1.5em 0 0,
    rgba(255, 255, 255, 1) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.footer-cont{text-align: center;padding-top: 8px;}
.footer-cont p{color: #fff;
    font-family: 'averta_demoregular';
    margin: 0px;}
/*rating new css*/
  .rating05 {
  border: none;
  float: left;
}

.rating05 > input {
  display: none;
}

.rating05 > label {
    width: 32px;
    height: 32px;
    border: 1px solid #547fbf;
    display: block;
    float: right;
    line-height: 32px;
    text-align: center;
    margin-right:6px;
    color: #547fbf;
    font-weight:400;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 8px;
    cursor: pointer;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating05 > input:checked ~ label,
/* show gold star when clicked */ 
.rating05:not(:checked) > label:hover,
/* hover current star */ 
.rating05:not(:checked) > label:hover ~ label {
   color: #000;
   background: #ffd700;
   transition: 500ms;
   border-color:#ffd700;
} /* hover previous stars in list */

.rating05 > input:checked + label:hover,
/* hover current star when changing rating */
  .rating05  > input:checked  ~ label:hover,.rating05 > label:hover ~ input:checked ~ label,
/* lighten current selection */ 
.rating05 > input:checked ~ label:hover ~ label {
    color: #000;
    background: #ffd700;
    transition: 500ms;
    border-color:#ffd700;
}

.rating-sub .rating05 {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}

.weekDays-selector05 input {
  display: none !important;
}

.weekDays-selector05 input[type="radio"] + label {
    /*background: linear-gradient(45deg, #ffffff 0%, #ffffff 25%, #bdc5fb 100%, #ffffff 100%);*/
    background-color: #fff;
    display: inline-block;
    background-color: #fff;
    height: auto;
    width: auto;
    line-height: initial;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 2px 8px;
    margin: 4px 2px 4px 2px;
    border-radius:4px;
    font-weight: normal;
    font-size:14px;
    word-break: break-word;
   
}

.weekDays-selector05 input[type="radio"] + label:first-child {border-left: 1px solid #ccc;;}

.weekDays-selector05 input[type="radio"]:checked + label {
    background: #ffd700;
    color: #000;
    border-color: #ffd700;
}
.weekDays-selector05{text-align: center;margin-bottom: 16px;}
/*rating new css end*/
.range-cont{padding-top:16px;}
.range-cont h5{margin: 0px;
    padding-bottom: 22px;
    text-align: center;
    color: #000;
    font-family: 'averta_demoregular';
    font-weight: 600;
    font-size: 16px;}
.user-data-m{text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;}
/*.radios-to-slider input{display: block !important;}*/

.modal-dialog {
padding-top:10%;}
.log-button{text-align: center;
    margin-bottom: 30px;}
.log-button button{border-radius: 4px;
    font-size: 14px;
    background: #f25884;
    border: 0;
    color: #fff;
    padding: 4px 8px;
    width: 58px;}
.log-button button a{color: #fff;
    padding: 4px 18px;
    display: block;
    font-family: 'averta_demoregular';}
.log-button button:first-child{background: #2ca1eb;
    border: 0;
    padding: 0;
    height: auto;
    color: #ffff;}
.modal-log{}
.modal-log p{text-align: center;
    padding: 32px 0px 14px 0px;
    margin: 0px;
    font-family: 'averta_demoregular';
    color: #2ca1eb;
    font-size: 17px;}
.required-custom{color: #f00;font-size: 14px;}
.page-number{font-size:16px !important;
    padding: 0px !important;
    color: #000 !important;
    font-family: 'averta_demoregular';}
.onepage-qs-main{padding-bottom:22px;}
.onepage-qs-main:last-child{padding-bottom:0px;}
.onepage-qs-head{padding-bottom: 16px;}
.onepage-qs-head h4{margin: 0;
    font-size: 16px;
    color: #000;
    font-family: 'averta_demoregular';
    font-weight: 600;
    word-break: break-word;
    text-align: left;}
.rating-sub .onepage-qs-main .rating{
    left: 0;
    transform: inherit;
  }
.rating-sub .onepage-qs-main .rating05{
    left: 0;
    transform: inherit;
  }
.rating-form-page{}
.rating-form-page .slimScrollDiv{margin-bottom: 20px;}
.custom-selector{text-align: left;}
.selector05-custom{text-align: left;margin-bottom: 0px;}
.onepage-valid{color: #f00;
    text-align: left;
    margin: 0;
    font-size: 12px;}
.rating-sub-scroll{padding-right: 14px;}
.qs-radius{border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;}
.owl-carousel{
  background: #fff;
  padding: 6px 20px;
}
.owl-carousel .owl-nav{display: none;}
.owl-carousel .owl-dots{display: none;}
/*pos start*/
.vertical-alignment-helper {
    display:table;
    height: 100%;
    margin:0px auto;
}
.vertical-alignment-helper .modal-dialog{padding-top: 0px !important;}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.pos-modal-body{text-align: center;
    margin-bottom: 22px;
    margin-top: 22px;}
.pos-modal-body h4{font-family: 'averta_demoregular';
    margin: 0;
    padding-bottom: 16px;
    color: #000;
    font-weight: 600;}
.pos-modal-body input{font-family: 'averta_demoregular';
    font-size: 16px;
    border-radius: 4px;
    height: 38px;
    border: 1px solid #adadad;
    color: #000;}
.feed-pos{height: 100%;
    display: table;
    table-layout: fixed;
    width: 458px;
    margin: 0px auto;}
.feed-pos-sub{
    display: table-cell;
    vertical-align: middle;
    }
.feedback-pos-body{border-radius: 4px;
    background: #fff;
    padding: 20px;
    min-height: 536px;
  /*min-height: 652px;*/
}
.feedback-pos-body p{}
.feedback-pos-head{}
.feedback-pos-head a{color: #f8c346;
    font-size: 24px;}
.feedback-pos-head a i{}
.pos-head{}
.pos-head h4{margin: 0px;
    padding-top: 3px;
    color: #000;
  font-family: 'averta_demoregular';
}
.pos-head img{width: 22px;}
.pos-head a{float: left;
    margin-left: 24px;
  font-family: 'averta_demoregular';
}
.pos-head a:first-child{margin-left: 0px;}


.pos-body .panel-group {
  margin-bottom: 8px;
}
.pos-body .panel {
    border-color: #cdcccc;
    margin-bottom: 6px;
}
.pos-body .panel .panel-heading {
    padding: 0;
    background-color: #eff4f7;
    border-radius: 4px;
}
.pos-body .panel .panel-heading .panel-title {
    position: relative;
    font-family: 'averta_demoregular';
}
.pos-body .panel .panel-heading .panel-title a {
    padding: 10px 6px;
    display: block;
    color: #000;
    font-family: 'averta_demoregular';
}
.pos-body .panel .panel-heading .panel-title a h5 {
    margin: 0px;
    font-size: 12px;
    color: #000;
    font-family: 'averta_demoregular';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pos-body .panel .panel-heading .panel-title a h5 b{}
.pos-body .panel .panel-heading .panel-title a h5 span{}
.pos-body .panel .panel-heading .panel-title a h6{margin: 0;
    float: left;
    padding-right: 4px;
    padding-top: 2px;
    font-family: 'averta_demoregular';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    font-size: 12px;
  }
.pos-body .panel .panel-heading .panel-title a span {
    float: right;
    transition: 500ms;
    font-size: 12px;
    width: 10%;
    display: block;
}
.pos-body .panel .panel-collapse {
}
.pos-body .panel .panel-collapse .panel-body {
    border-top-color: #e7e7e9;
    padding: 8px 0px 0px 0px;
}
.pos-body{margin-top: 16px;}
.rotate{
-webkit-transform: rotate(-90deg);  /* Chrome, Safari, Opera */
-moz-transform: rotate(-90deg);  /* Firefox */
-ms-transform: rotate(-90deg);  /* IE 9 */
transform: rotate(-90deg);  /* Standard syntax */    
transition: 500ms;
}
.pos-panel-social-left{border-right: 1px dashed #a0a0a0;
    padding: 2px 0;
    text-align: center;}
.pos-panel-social-right{}
.pos-details{margin-bottom: 8px;}
.pos-details .pos-panel-social-left h5{margin: 0;
    margin-bottom: 15px;
  font-family: 'averta_demoregular';font-size: 12px;}
.pos-details .pos-panel-social-left h5:last-child{margin-bottom: 0;}
.pos-details .pos-panel-social-left img{display: block;
    margin: 0px auto;
    width:14px;}
.pos-details .pos-panel-social-left span{margin-top: 4px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'averta_demoregular';
    padding: 0px 2px;}
.pos-details .pos-panel-social-right{padding-bottom: 12px;
    padding-top: 10px;}
.pos-details .pos-panel-social-right:last-child{padding-bottom: 0;}
.pos-details .pos-panel-social-right h5{font-family: 'averta_demoregular';
font-size: 12px;
margin: 0;
    }
.pos-details .pos-panel-social-right img{width: 16px;}
.pos-details .pos-panel-social-right h6{margin: 0px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
 font-family: 'averta_demoregular';
}
.no-padding-pl{padding-left: 6px;}
.no-padding-pr{padding-right: 6px;}
.pos-panel{padding: 10px 0;
}
.modal-pos{}
.modal-pos .modal-dialog{max-width: 300px;margin: 0px auto;}
.modal-pos .modal-header{padding-top: 8px;
    padding-bottom: 8px;}
.modal-pos .modal-header h4{font-family: 'averta_demoregular';
    color: #000;
    font-size: 16px;
    font-weight: 600;}
.pos-filter-type{}
.pos-filter-type label{display: block !important;
    margin-bottom: 18px !important;
    font-family: 'averta_demoregular';
    font-weight: normal !important;
    color: #000 !important;}
.pos-modal-footer{text-align: right;
    border-top: 1px solid #ccc;
    padding-top: 12px;
  margin-top: 15px;}
.pos-modal-footer button{background: #203198;
    color: #fff;
    padding: 4px 8px;
    font-family: 'averta_demoregular';
    font-weight: normal;
    font-size: 12px;}
  .pos-modal-footer button:hover{color: #fff;}

.pos-filter-type input[type="radio"]:checked,
.pos-filter-type input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.pos-filter-type input[type="radio"]:checked + label,
.pos-filter-type input[type="radio"]:not(:checked) + label {
   position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    margin-right: 12px
}
.pos-filter-type input[type="radio"]:checked + label:before,
.pos-filter-type input[type="radio"]:not(:checked) + label:before {
      content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #3b86ff;
    border-radius: 100%;
    background: #fff;
}
.pos-filter-type input[type="radio"]:checked + label:after,
.pos-filter-type input[type="radio"]:not(:checked) + label:after {
      content: "";
    width: 6px;
    height: 6px;
    background: #3b86ff;
    position: absolute;
    top: 5px;
    left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pos-filter-type input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.pos-filter-type input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pos-filter-check .pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: block;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    font-family: 'averta_demoregular';
}

.pos-filter-check .pure-material-checkbox > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  left: -10px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pos-filter-check .pure-material-checkbox > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/* Box */
.pos-filter-check .pure-material-checkbox > span::before {
      content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px;
    border-color: #a2a2a2;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */

.pos-filter-check .pure-material-checkbox > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 8px;
    height: 4px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.pos-filter-check .pure-material-checkbox > input:checked,
.pos-filter-check .pure-material-checkbox > input:indeterminate {
  background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pos-filter-check .pure-material-checkbox > input:checked + span::before,
.pos-filter-check .pure-material-checkbox > input:indeterminate + span::before {
    border-color: #528be9;
    background-color: #528be9;
}

.pos-filter-check .pure-material-checkbox > input:checked + span::after,
.pos-filter-check .pure-material-checkbox > input:indeterminate + span::after {
      border-color: #fff;
}

.pos-filter-check .pure-material-checkbox > input:indeterminate + span::after {
  border-left: none;
  transform: translate(4px, 3px);
}

/* Active */
.pos-filter-check .pure-material-checkbox > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}

.pos-filter-check .pure-material-checkbox > input:active + span::before {
  border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pos-filter-check .pure-material-checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}
.panel-pos-footer{
    background: #eff4f7;
    border-top: 1px solid #cdcccc;
    text-align: center;
  }
.panel-pos-footer h5 img{
    width: 16px;
  }
.panel-pos-footer h5{margin: 0;
    font-family: 'averta_demoregular';
    font-size: 12px;
  }
.sub-pos-footer{padding: 8px 0; cursor: pointer;}
.sub-pos-footer:first-child{border-right: 1px solid #ccc;}
.pos-order-head{text-align: center;}
.pos-order-head h4{margin: 0px;
    font-family: 'averta_demoregular';
    color: #000;
    font-size: 16px;
    font-weight: 600;}
.pos-order-head p{margin: 0px;
    font-family: 'averta_demoregular';
    color: #000;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;}
.pos-order-body{margin-top: 26px;}
.sub-order-body{border-bottom: 1px solid #c3c2c2;
    margin-bottom: 26px;
    padding-bottom: 6px;}
.sub-order-body h4{margin: 0px;
    font-family: 'averta_demoregular';
    color: #000;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
.sub-order-body:last-child{border-right: 0px;}
.pos-medium{background: #eff4f7;
    border: 1px solid #cfcccd;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    }
.pos-medium .col-xs-4:last-child .sub-pos-medium{}
.sub-pos-medium{padding: 8px 0;
    border-right: 1px solid #cfcccd;
      min-height: 44px;
      cursor: pointer;
    }
.sub-pos-medium img{width:28px;}
.feedback-pos-sart{padding: 0;
    min-height: inherit;}
.pos-bill-no{width:12px !important;}
.data-img{padding-top: 100px;
    text-align: center;}
.data-img img{width: 80px;}
.data-img h4{margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;}
.btn-back-pos{background: transparent;
    color: #525252;
    padding: 0;
    font-size: 14px;
    border: 0;}
.btn-back-pos:hover{color: #525252;}
.pure-select{}
.pure-select label{float: left;}
.pure-select h6{margin: 0;
    float: left;margin: 0;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 86%;
    padding-top: 4px;}
.panel-disibled{opacity: .4;}
.panel-disibled .sub-pos-footer{pointer-events: none; cursor: no-drop;}
.log-button-pos{}
.log-button-pos button:first-child{}
.log-button-pos button{}
.log-button-pos{text-align: center;
    margin-bottom: 30px;}
.log-button-pos button{border-radius: 4px;
    font-size: 14px;
    background: #f25884;
    border: 0;
    color: #fff;
    padding: 4px 8px;
    width: 58px;}
.log-button-pos button a{color: #fff;
    padding: 4px 18px;
    display: block;
    font-family: 'averta_demoregular';}
.log-button-pos button:last-child{background: #2ca1eb;
    border: 0;
    padding: 0;
    height: auto;
    color: #ffff;}
.file-upload {
display: block;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
margin-bottom: 12px;
position: relative;
}
.file-upload .file-select {
display: block;
border: 2px solid #dce4ec;
color: #34495e;
cursor: pointer;
height: 36px;
line-height: 36px;
text-align: left;
background: #ffffff;
overflow: hidden;
position: relative;
}
.file-upload .file-select .file-select-button {
background: #dce4ec;
padding: 0 10px;
display: inline-block;
height: 34px;
line-height: 34px;
}
.file-upload .file-select .file-select-name {
line-height: 34px;
display: inline-block;
padding: 0 10px;
}
.file-upload .file-select:hover {
border-color: #34495e;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
background: #34495e;
color: #ffffff;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
border-color: #3fa46a;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
background: #3fa46a;
color: #ffffff;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
z-index: 100;
cursor: pointer;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
cursor: default;
display: block;
border: 2px solid #dce4ec;
color: #34495e;
cursor: pointer;
height: 40px;
line-height: 40px;
margin-top: 5px;
text-align: left;
background: #ffffff;
overflow: hidden;
position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
background: #dce4ec;
color: #666666;
padding: 0 10px;
display: inline-block;
height: 40px;
line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
line-height: 40px;
display: inline-block;
padding: 0 10px;
}
.file-select-button {
    float: left;
    width: 24%;
    padding: 0px 4px !important;
}
.file-select-name {
    width: 76%;
    padding: 0px 4px !important;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.hr-sub-file{padding-bottom: 12px;}
.hr-file-button{position: absolute;
    bottom: 70px;
    right: 0px;
    transform: translate(-22px, 0px);}
.hr-file-button .add-hr-file{
    color: #0e8d05;
    font-size: 14px;}
.hr-file-button .add-hr-file i{font-style: normal;}
.hr-comment{}
.hr-comment input{border: 1px solid #ccc;
    font-size: 14px;
    padding: 6px !important;
    height: 34px;
    border-radius: 4px;}
.hr-head-panel{float: left;
    width: 100%;
    margin-bottom: 12px;
    border: 1px dashed #ccc;
    padding: 4px 8px 8px 8px;
    position: relative;
  }
.remove-file{}
.remove-file i{font-style: normal;
    border: 1px solid #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background: #e64c3c;
    font-weight: normal;
    position: absolute;
    right: -12px;
    top: -10px;
    z-index: 999;}
.chat-box-hr{
    max-height: 410px;
    overflow-y: scroll;
    scrollbar-width: thin;
    overflow-x: hidden;
    padding-right: 10px;
    padding-top: 10px;
}
    .chat-box-hr::-webkit-scrollbar {
      width: 6px;
      border-radius: 4px;
    }

    /* Track */
    .chat-box-hr::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
     
    /* Handle */
    .chat-box-hr::-webkit-scrollbar-thumb {
      background: #888; 
    }

    /* Handle on hover */
    .chat-box-hr::-webkit-scrollbar-thumb:hover {
      background: #555; 
    }
.form-fill-setup{}
.file-select p{color: red;
    position: absolute;
    float: left;
    margin: 0;
    top: -26px;
    left: 0;
    font-size: 10px;
    font-weight: 600;}
.file-accpt{margin: 0;
    text-align: right;
      font-size: 10px;}
.form-fill-setup .identy_add{float: left;
    color: #0e8d05;
    font-size: 12px;
    margin-top: 6px;
    font-weight: 600;}
.form-fill-setup .identy_add i{font-style: normal;}
.qua-file{padding-bottom: 12px;}
.qua-file textarea{resize: none; border:1px solid #ccc; border-radius: 4px;height: 50px;
    padding: 4px 8px; width: 100%;}
.file-comments{resize: none; border:1px solid #ccc; border-radius: 4px;height: 50px;
    padding: 4px 8px; width: 100%;}
.hr-qualification-custom{float: left;
    width: 100%;
    margin-bottom: 12px;
    border: 1px dashed #ccc;
    padding: 8px 8px 8px 8px;
    position: relative;}
.no-margin{margin: 0px;}
.file-error p{margin: 0px;
    position: absolute;
    top: 0px;
    font-size: 10px;
    font-weight: 600;}
.modal-alert-set{padding: 6px 15px;}
.modal-alert-set button{background: #065593;
    color: #fff;}
.one-multiple .profile-cont-custom input[type="text"]:not(:placeholder-shown) + label{
    top: calc(-12px);
    font-size: 12px;
}
.modal-window {
  position: fixed;
  background-color: rgb(0 0 0 / 54%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;/*
  visibility: hidden;
  opacity: 0;*/
  /*pointer-events: none;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0px;
  background: #ffffff;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}
.modal-window .modal-header{padding: 12px 15px;
    border-bottom: 1px solid #ccc;}
.modal-window .modal-header h4{margin: 0px;
    font-weight: normal;
    color: #000;
    font-size: 16px;
    float: left;
}
.modal-window .modal-header i{float: right;
    color: #0574b3;
    font-size: 20px;
    cursor: pointer;}
.modal-window .modal-header .modal-close{}
.modal-window .modal-set-body{padding: 15px;}
.modal-window .modal-set-body p{margin: 0px;
    text-align: left;
}
.modal-window .modal-set-footer{padding: 15px;
    border-top: 1px solid #ccc;
    text-align: right;
    margin-top: 10px;
  }
.modal-window .modal-set-footer button{background: #0574b3;
    border: 0px;
    color: #fff;
    font-weight: normal;
    padding: 6px 15px;
    border-radius: 2px;}
.chat-scroll{
max-height: 192px;
overflow-y: scroll;
scrollbar-width: thin;
overflow-x: hidden;
padding-right: 4px;
}
.chat-scroll::-webkit-scrollbar {
width: 6px;
border-radius: 4px;
}

/* Track */
.chat-scroll::-webkit-scrollbar-track {
background: #fff; 
}

/* Handle */
.chat-scroll::-webkit-scrollbar-thumb {
background: #d2d2d16e; 
}

/* Handle on hover */
.chat-scroll::-webkit-scrollbar-thumb:hover {
background: #555; 
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.banner-rating-scroll{
    max-height: 412px;
    overflow-y: scroll;
    scrollbar-width: thin;
    overflow-x: hidden;
    margin-bottom: 10px;
}
.banner-rating-scroll::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
}

/* Track */
.banner-rating-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.banner-rating-scroll::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.banner-rating-scroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.add_banner_scroll .banner_rating{min-height: 242px !important;}
.add_banner_scroll .banner_r_scroll{max-height: 242px !important;}
.login-container{
  }
.feedback-set-body{}
.feedback-main-button{

}
.feedback-main-button button{

  }
.login-box-feedback{
}
.log-service-body{
}
.feedback-service-body{
  border-radius: 4px;
  background: #fff;
  /*padding: 20px;*/
  position: relative;
  width: 498px;
  margin: 0px auto;
  height: 100%;
  /*display: table;*/
}
.feedback-header {
    top: 0;
    left: 0;
    right: 0;
}
.feedback-footer {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.feedback-header, .feedback-footer {
    position: fixed;
    background: #fff;
    width: 498px;
    margin: 0px auto;
    z-index: 1;
}
.feedback-cont{
  padding-top:176px;
  /*padding-bottom:84px;*/
  padding-bottom: 114px;
  background: #fff;
}
.feedback-cont-inner{
  height: 100%;
  overflow: auto;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}
.feedback-footer button{
  color: #000;
  background: #f8c346 !important;
  border: 2px solid #f8c346 !important;
  padding: 4px 16px 4px 16px;
  font-size: 18px;
  font-family: 'averta_demoregular';
  border-radius: 2px;
  margin-bottom: 20px;
}
.feedback-header .profile-head{
  padding: 6px 15px 0px 15px;
  margin-bottom: 0;
}
.feedback-mobile .feedback-cont{
  padding-top:124px;
}
.feedback-mobile .feedback-cont-inner{
  overflow: inherit;
}
.profile-head-mobile{margin-bottom: 10px;}
.profile-head-mobile h4 {
    margin: 0;
    font-family: 'averta_demoregular';
    color: #000;
    font-weight: 600;
    float: left;
}
.profile-head-main {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-head-mobile span {
    font-weight: normal;
    font-size: 14px;
}
.feedback-cont-profile{padding-top:194px;}
.feedback-cont-profile .feedback-cont-inner{padding-top: 8px;}
.feedback-footer-profile{}
.feedback-footer-profile ul {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    padding-bottom: 12px;
}
.feedback-footer-profile ul li {
    list-style: none;
    display: inline-block;
}
.feedback-footer-profile i {
    width: 25px;
    height: 25px;
    border: 1px solid #636363;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #636363;
    margin: 0px 6px;
}
.feedback-footer-profile button{margin-bottom: 0px;}
.multipage-banner{overflow: hidden;}
/*.multiple-banner-body .feedback-header, .multiple-banner-body .feedback-footer{position: relative;}*/
.multiple-banner-body .feedback-cont{padding-bottom:232px;}
.feedback-cont-onepage{padding-bottom: 84px;}
.owl-item .item{float: left;}

/* General Rules For Range Slider */
.custom-rangeslider {
  position: relative;
  margin-top: 40px;
  padding: 0;
}

.custom-rangeInput {
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  height: 20px;
}
.custom-rangeInput::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  background-color: #21324f;
  outline: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  margin-top: -8px;
}
.custom-rangeInput::-webkit-slider-thumb:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.custom-rangeInput::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  background-color: #21324f;
  outline: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}
.custom-rangeInput::-moz-range-thumb:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.custom-rangeInput::-ms-thumb {
  appearance: none;
  box-sizing: border-box;
  background-color: #21324f;
  outline: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  margin: auto;
}
.custom-rangeInput::-ms-thumb:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.custom-rangeInput::-webkit-slider-runnable-track {
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: grey;
}
.custom-rangeInput::-moz-range-track {
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: grey;
}
.custom-rangeInput::-ms-track {
  appearance: none;
  box-sizing: border-box;
  height: 5px;
  width: 100%;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: grey;
  color: transparent;
  border: none;
  outline: none;
}
.custom-rangeInput:focus, .custom-rangeInput:active {
  outline: none;
}
.custom-rangeInput::-ms-tooltip {
  display: none;
}

.custom-rangeslider__tooltip {
  line-height: 20px;
  position: absolute;
  height:26px;
  width: 40px;
  background-color: #fff;
  padding: 3px 3px;
  border: 1px #33ccff solid;
  top: -40px;
  left: 0;
  text-align: center;
  transform: translate(-26%, 0);
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}
.custom-rangeslider__tooltip:after {
  display: block;
  content: " ";
  background: #fff;
  position: absolute;
  border: 1px #33ccff solid;
  border-top: 0;
  border-left: 0;
  width: 10px;
  height: 10px;
  left: calc(50% - 6px);
  bottom: -6px;
  transform: rotate(45deg);
}

.custom-rangeslider__label {
  width: 100%;
  display: block;
}
.custom-rangeslider__label span {
  display: block;
}
.custom-rangeslider__label-min {
  float: left;
}
.custom-rangeslider__label-max {
  float: right;
}
.custom-rangeslider__label:after {
  content: "";
  display: table;
  clear: both;
}
.curser-set-pointer{
    pointer-events: none;
    opacity: .4;
    cursor: no-drop;
}
.radio-group-sec input[type=radio] {
  visibility: hidden;
  display: none;
}

.radio-group-sec label {
    color: #9a929e;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    padding:6px 12px;
    width: 116px;
    margin: 0px;
    border: 1px solid #675f6b;
}

.radio-group-sec input[type=radio]:checked + label{
    color: #ccc8ce;
    background: #100417;
}

.radio-group-sec label + input[type=radio] + label {
  /*border-left: solid 1px #675f6b;*/
}
.radio-group-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nps-radio-section{
  margin: 0px auto;
  text-align: center;
}
.group2-set{margin-top:0px;}
.radio-group-sec label:last-child{border-left: 0px solid #000 !important;}
.owl-stage{overflow: hidden;}
.owl-carousel{overflow: hidden;}
.owl-stage-outer {
  overflow: visible !important;
}

.owl-carousel .owl-item img {
  transform-style: flat;
}
.owl-stage{width: 1638px;transform: translate3d(-351px, 0px, 0px);}
.owl-carousel .owl-item{width: 224px;}