body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  overflow: auto;
}

/* Common */

* {
  box-shadow: none !important;
}

.fs-25 {
  font-size: 125%;
}

.fs-50 {
  font-size: 150%;
}

.fs-75 {
  font-size: 175%;
}

.fs-100 {
  font-size: 200%;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus,
select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px;
}

.c-orange,
.navbar-nav .nav-link {
  color: #f1592d !important;
}

.c-blue {
  color: #25aae1;
}

.bc-orange {
  background-color: #f1592d !important;
}

.bc-blue {
  background-color: #25aae1;
}

.font-righteous {
  font-family: "Righteous", cursive;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.mt-header {
  margin-top: 100px;
}

.cursor-pointer {
  cursor: pointer;
}

/* End Common */

.header {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.header.sticky {
  background: #252a33;
  opacity: 1;
}

.logo {
  height: 100px;
}

.header.sticky .logo {
  height: 60px;
}

.navbar-toggler {
  outline: none;
}

@media (max-width: 992px) {
  .header {
    background: #252a33 !important;
    opacity: 1;
  }
  
  .header .logo {
    height: 60px;
  }
}

.transition {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.fixed {
  /* border-bottom: 1px solid #636363; */
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.index {
  width: 100vw;
  height: 100vh;
}

.navbar {
  /* background: black !important; */
}

/* .nav-link {
  color: #fff !important;
} */

.masthead {
  color: white;
  min-height: 15rem;
  /* width: 100%; */
  height: 35vh;
  /* padding-top: 8rem;
  padding-bottom: 8rem; */
  background: url("/img/home-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 35vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}

/* Index Page */

.home-select {
  padding: 0.5em 1em;
  background: transparent;
  border: transparent;
  color: white;
  font: inherit;
}

.home-select option {
  background-color: transparent !important;
  border: 1px solid #e4e4e4;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.home-search {
  width: 49%;
  margin: auto;
}

.home-search input {
  height: auto;
}

.category-card {
  margin-top: 5vh;
}

.category-card img {
  width: 120px;
  height: 120px;
  margin: auto !important;
  display: flex;
  padding: 30px;
  border: 2px solid silver;
  border-radius: 35px;
}

@media (max-width: 576px) {
  .category-card img {
    width: 75px;
    height: 75px;
    padding: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .category-card img {
    width: 90px;
    height: 90px;
    padding: 1.3rem;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .category-card img {
    width: 100px;
    height: 100px;
    padding: 1.3rem;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .category-card img {
    width: 110px;
    height: 110px;
    padding: 1.3rem;
  }
}

.business-card .business-inner {
  width: 100%;
}

.business-card img {
  width: 100%;
  height: auto;
  margin: auto !important;
  display: flex;
}

.business-card p {
  font-size: 75%;
}

.max-w-100 {
  max-width: 100%;
}

.signup-bg {
  color: white;
  background: url("/img/signup-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.signin-bg {
  color: white;
  background: url("/img/signin_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.signup-form {
  background-color: black;
  opacity: 0.8;
}

.signin-form {
  background-color: black;
  opacity: 0.8;
}

.signup-control {
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
  border-bottom: 1px solid white;
}

.align-field {
  text-align: -webkit-center;
}

.signin-control {
  width: 70%;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid white;
  font-size: 14px;
}

.signin-control:placeholder-shown {
  font-weight: bolder;
  color: #fff;
}

.forget-class {
  font-weight: bolder;
  color: #fff;
  font-size: 14px;
  text-align: center !important;
}

.pad-form {
  padding-top: 60px !important;
}

.width-forgot {
  width: 70% !important;
}

.mar-in {
  margin-left: inherit;
}

.pad-icon {
  padding-top: 90px;
}

.icon-height {
  height: 50px;
}

.signin-control:focus {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid white;
}

.signup-control:focus {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid white;
}

.mx-15 {
  margin: 0% 15%;
}

.btn-orange {
  background-color: #f1592d !important;
  border-color: #f1592d !important;
  border-radius: 4px;
}

.cursor {
  cursor: pointer;
}

.signup-control::placeholder {
  font-weight: bolder !important;
  text-transform: uppercase !important;
  color: white !important;
}

.btn-size {
  width: 86% !important;
}

.signin-control::placeholder {
  font-weight: bolder !important;
  text-transform: uppercase !important;
  color: white !important;
}

.signup-color {
  color: #f1592d !important;
}

/* style to change the checkbox */

/* The container */

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid white;
  background-color: transparent;
}

/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {
  border: 1px solid white;
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .checkmark {
  background-color: #f1592d;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: 1px solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* style to change radio */

.radio {
  margin: 0.5rem;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: black;
  border-radius: 100%;
  border: 2px solid #f1592d;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #f1592d;
  box-shadow: inset 0 0 0 5px black;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  /* border-color: #F1592D; */
  border: 2px solid #f1592d;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 5px black;
  border-color: #f1592d;
  background: #f1592d;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

/* End Index */

#right_now_loader {
  background: url("/img/loader/giff_2.gif") no-repeat center center;
  background-color: rgba(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.profile-image {
  vertical-align: middle;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.profile-img {
  height: 70px;
  width: 70px;
  background-position: center;
  border-radius: 50%;
  background-size: cover;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 5px black;
}

.rating {
  color: #a9a9a9;
  margin: 0;
  padding: 0;
}

ul.rating {
  display: inline-block;
}

.rating li {
  list-style-type: none;
  display: inline-block;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}

.rating .filled {
  color: orangered;
}

.clear {
  margin-top: 20px;
}

.review-navigate {
  vertical-align: middle;
  width: 70px;
  height: 10px;
}

.phone-icons {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 20px;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #a5a4a4;
  border-color: #6c757d;
}

.justify .font-style p {
  text-align: justify;
  font-weight: 400;
}
