body{
  color: #000;
  font-size: 14px;
}
p{
  color: #000;
}
.logo-name img{
    width: 100%;
    max-width: 400px;
  }

  /* .login-page{ */
    /* background: url(../img/background-plain.jpg) center center no-repeat; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
  /* } */
  .loginscreen.middle-box{
    width: 500px;
    position: relative;
    z-index: 9;
  }

  .loginscreen form{
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 46px 2px rgb(0 0 0 / 9%);
  }


  .plan-box li.pricing-title {
    background: #215da9;
    color: #fff !important;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
}
.plan-box li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px;
}
.plan-box .pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #000;
}

.plan-box .pricing-plan .pricing-price span {
  font-weight: 700;
  color: #f3003d;
}

.plan-box .pricing-plan {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 46px 2px rgb(0 0 0 / 9%);
  height: 100%;

}
.plan-box{
  padding-top: 60px;
  padding-bottom: 60px;
}
.plan-box .logo-name{
  font-size: 50px;
}

.logo-name{
  font-size: 50px;
  line-height: 0 !important;
}

.plan-box .btn input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  place-content: center;
}

.plan-box .btn input[type=radio]::before {
  transform: scale(0);
  transition: 120ms transform ease-in-out;  
  /* Windows High Contrast Mode */
  content: "\f00c";
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.plan-box .btn input[type=radio]:checked::before {
  transform: scale(1);
  font-size: 16px;
}


.plan-box  li.pricing-price{
  font-size: 20px;
}
.register-screen.loginscreen.middle-box{
  width: 100%;
  max-width: 750px;
}

.ratin-star{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.ratin-star li{
  margin-right: 5px;
  color: #e7ae01;
}

.modal-footer .btn.btn-danger{
  margin-right: auto;
}
.modal-footer button#updateRow{
  background: #005eb8;
  border-color: #005eb8;
}


.rate {
  float: left;
}
.rate:not(:checked) > input {
  position:absolute;
  /*top:-9999px;*/
  display: none;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
  margin-top: -15px;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.text-xl{
  font-size: 15px;
}

.btn-blue{
  background-color:#225da9 ;
  border-color:#225da9 ;
  color: #fff !important;
}
.chosen-container-single .chosen-single span{
  text-align: left;
}

.eye-position{
  position: relative;
}
.toggle-password{
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(calc(50% - 20px));
}
.top-space-red{
  margin-top: -10px;
  margin-bottom: 20px;
}
form#businessEditForm{
  padding: 0 15px;
}
.left-space-15{
  margin-left:15px;
}

.outer-form-business{
  padding: 30px;
  padding-top: 0;
  margin-top: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 46px 2px rgb(0 0 0 / 9%);
}
.ibox-title{
  border: 0;
}

.map-outer{
  position: relative;
}
.map-pin{
  position: absolute;
  top: 20%;
  left: 20%;
}
.map-pin-2{
  top: 40%;
  left: 50%;
}
.map-pin-3{
  right: 25%;
  top: 15%;
  left: auto;
}
.map-img img{
  width: 100%;
}

.register-screen .g-recaptcha{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.chosen-container .chosen-results li{
  text-align: left;
}
.send-noti-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.send-noti-box label{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
}
.send-noti-box label input{
  width: 20px;
  margin-right: 5px;
}
#businessAddForm input[type="file"]{
  padding: 3px;
}
.list-modal{
  padding-left: 0;
}

.list-modal li{
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.list-modal li:before{
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #f3003d;
  border: 2px solid #fff;
  outline: 1px solid #f3003d;
}
.list-modal li .linear{
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.list-modal li .linear li{
 width: 50%;
 float: none;
  text-transform: capitalize;
}
.list-modal li .linear li::before{
  border-radius: 0;
  width: 9px;
  height: 9px;
}
.bname{ line-height: 40px;}
.bname .businessbadge {
	max-width: 30px;
	margin: 0 10px 0 0;
}
.marker-header {
	width: 100%;
	float: left;
}
#myModalLabel {
	font-size: 18px;
	color: #005eb8;
}

.map-outer #map button.gm-ui-hover-effect {
	top: 0px !important;
	right: 0px !important;
	background: #ce1237 !important;
	opacity: 1;
	border-radius: 50px;
}
.map-outer #map button.gm-ui-hover-effect span {
	background-color: #fff !important;
}

/*--- review css start 16-May-2023 ---*/
.userstype { display:block; }
.businessname, .postedby {    width: 100%; background: #f5f5f5; margin:auto; padding:0 10px; display: flex;}
.userstype .pby, .businessname .bname { display: flex; justify-content: start; font-size: 14px; font-weight: 600; line-height: 30px;     justify-content: center;}
.userstype .pby p { margin-left:8px; margin-bottom:0; }
.userstype img.businessbadge { max-width: 21px; display: flex; width: 100%; margin: auto 10px; }
.badgename { display: flex; font-size: 12px; justify-content: center; align-items: center; }
input#pac-input { width: 100%; max-width: 75%;margin-top: 10px; height: 40px; border-radius: 3px; border: 1px solid #f3f3f4; padding: 10px; font-size: 14px; }

/*--- review css end ---*/
@media screen and (max-width: 767px) {
.custom-moblie-screen {  max-width: 85%; }
.custom-moblie-screen .logo-name img { max-width: 250px; margin-bottom: 10px; }
}

.outer-animatios{
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  overflow: hidden;
}

.img-big-star{
  position: absolute;
  right: 40px;
  top: 40px;
  width: 400px;
  animation: rotate 15s infinite linear; 
}
.img-big-star img{
  width: 100%;
}

.star-big-left{
  width: 550px;
  right: auto;
  left: 50px;
  top: 150px;
  animation: rotate 25s infinite linear; 
}
.star-zoom{
  animation: zoom-effect 15s infinite linear; 
  position: absolute;
  left: 100px;
  top: 100px;
  opacity: 0.5;

}
.star-zoom-bottom{
  animation: zoom-effect 15s infinite linear 7.5s; 
  position: absolute;
  left: auto;
  top: auto;
  right: 100px;
  bottom: 100px;
  opacity: 0.5;

}
.star-moving{
  position: absolute;
  top: 35%;
  width: 100%;
  left: 0;
  animation: marquee 15s linear infinite;
  opacity: 0.5;

}
.star-opostie{
  position: absolute;
  top: auto;
  bottom: 35%;
  width: 100%;
  left: 0;
  opacity: 0.5;

  animation: marquee2 15s linear infinite;
}

.ajaxSpinner:before {
    content: "";
    border: 5px solid #f0f0f0;
    border-radius: 50%;
    border-top: 5px solid #8eb7f3;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
	margin-top: -3px;
    margin-right: 6px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@keyframes rotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

@keyframes zoom-effect {
  0% {transform: scale(1);}
  50% {transform: scale(1.3);}
  100% {transform: scale(1);}
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
}
}
@keyframes marquee2 {
  0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(100%);
}
}

.ibox-title .ibox-tools .btn{
  font-size: .8rem;
  padding: 0.25rem 0.5rem;
}