@charset "UTF-8";

@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/ProximaNovaRegular.eot");
  src: local("ProximaNovaRegular"), url("../fonts/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular.ttf") format("truetype");
}

/*

font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Great Vibes', cursive;

*/
body {
  color: #8a8a8a;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  font-family: "ProximaNovaRegular";
  font-size: 0.85rem;
  font-weight: 400;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  body {
    font-size: 0.935rem;
  }
}

@media (min-width: 1920px) {
  body {
    font-size: 1.02rem;
  }
}

@media (min-width: 3840px) {
  body {
    font-size: 1.105rem;
  }
}

a {
  text-decoration: none;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  color: #8a8a8a;
}

a:hover {
  text-decoration: none;
  color: #8a8a8a;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
label {
  font-family: "ProximaNovaRegular";
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #222;
}

.vertical-divider:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 50%;
  margin-right: -2px;
  height: 60%;
  width: 4px;
  background-color: #000;
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.img-rounded {
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}

.border-5 {
  border: 5px solid #ffffff;
}

@media (min-width: 1440px) {

  h1,
  .h1 {
    font-size: 3.1875rem;
  }

  h2,
  .h2 {
    font-size: 2.7625rem;
  }

  h3,
  .h3 {
    font-size: 2.3375rem;
  }

  h4,
  .h4 {
    font-size: 1.7rem;
  }

  h5,
  .h5 {
    font-size: 1.445rem;
  }

  .h6 {
    font-size: 1.275rem;
  }
}

@media (min-width: 1600.98px) {

  h1,
  .h1 {
    font-size: 3.825rem;
  }

  h2,
  .h2 {
    font-size: 3.4rem;
  }

  h3,
  .h3 {
    font-size: 2.7625rem;
  }

  h4,
  .h4 {
    font-size: 2.125rem;
  }

  h5,
  .h5 {
    font-size: 1.7rem;
  }

  .h6 {
    font-size: 1.4875rem;
  }
}

canvas[resize] {
  width: 100%;
  height: 100%;
}

section {
  width: 100%;
}

.scroll-top-bottom {
  width: 50px;
  height: 50px;
  position: absolute;
  opacity: 0;
  right: 30px;
  background: transparent;
  bottom: 30px;
  cursor: pointer;
  z-index: 500;
}

.scroll-top-bottom.white .arrow-cone {
  border-color: #fff !important;
}

.scroll-top-bottom.white .animate-line {
  background-color: #fff !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes downMove {
  0% {
    top: 0px;
    height: 0px;
  }

  100% {
    bottom: 20px;
    height: 20px;
  }
}

@keyframes downMove {
  0% {
    top: 0px;
    height: 0px;
  }

  100% {
    bottom: 20px;
    height: 20px;
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes upMove {
  0% {
    bottom: 20px;
    height: 20px;
  }

  100% {
    top: 0px;
    height: 0px;
  }
}

@keyframes upMove {
  0% {
    bottom: 20px;
    height: 20px;
  }

  100% {
    top: 0px;
    height: 0px;
  }
}

.heading-xl {
  font-size: 2.75rem;
}

.heading-lg {
  font-size: 2.25em;
}

.heading-md {
  font-size: 1.75em;
}

.heading-sm {
  font-size: 1.25em;
}

@media (min-width: 576px) {
  .heading-xl {
    font-size: 3.5rem;
  }

  .heading-lg {
    font-size: 2.75em;
  }

  .heading-md {
    font-size: 2em;
  }

  .heading-sm {
    font-size: 1.5em;
  }
}

@media (min-width: 1024px) {
  .heading-xl {
    font-size: 5rem;
  }

  .heading-lg {
    font-size: 4em;
  }

  .heading-md {
    font-size: 3em;
  }

  .heading-sm {
    font-size: 2em;
  }
}

@media (min-width: 1600.98px) {
  .heading-xl {
    font-size: 6rem;
  }

  .heading-lg {
    font-size: 5em;
  }

  .heading-md {
    font-size: 4em;
  }

  .heading-sm {
    font-size: 3em;
  }
}

.container {
  z-index: 1;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1600.98px) {
  .container {
    max-width: 1360px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1500px;
  }
}

*:focus {
  outline: 0;
}

.full-height {
  min-height: 60vh;
}

@media (min-width: 1024px) {
  .full-height {
    min-height: 100vh;
  }
}

@media (min-width: 1600.98px) {
  .full-height {
    min-height: 100vh;
  }
}

@media (min-width: 1920px) {
  .full-height {
    min-height: 100vh;
  }
}

.scroll-top {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  opacity: 0;
  display: none;
  width: 40px;
  height: 40px;
  color: #000;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.1);
}

.scroll-top:hover {
  background-color: #ff8943;
  color: #ffffff;
}

.loader {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: hidden;
}

.loader:after {
  content: "";
  top: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  background-image: url("../img/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px 200px;
}

.pace.pace-inactive {
  display: none;
}

.social-icons a {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  justify-content: center;
  display: block;
  color: #000;
}

.social-icons a span {
  align-self: center;
  font-size: 1.25rem;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

.social-icons a.facebook:focus,
.social-icons a.facebook:hover {
  color: #3b5999;
}

.social-icons a.twitter:focus,
.social-icons a.twitter:hover {
  color: #55acee;
}

.social-icons a.linkedin:hover,
.social-icons a.linkedin:focus {
  color: #0077b5;
}

.social-icons a.instagram:focus,
.social-icons a.instagram:hover {
  color: #eb1f81;
}

.social-icons a.youtube:focus,
.social-icons a.youtube:hover {
  color: #cd201f;
}

.facebook-text {
  color: #3b5999 !important;
}

.twitter-text {
  color: #55acee !important;
}

.linkedin-text {
  color: #0077b5 !important;
}

.instagram-text {
  color: #bc0d5f !important;
}

.youtube-text {
  color: #cd201f !important;
}

.bg-green {
  background-color: #1c7e7d !important;
}

.bg-gradient {
  background: #57b4a4;
  background: -moz-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: -webkit-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b4a4", endColorstr="#5a4fb0", GradientType=1);
}

.bg-none {
  background-color: transparent !important;
}

.border-primary {
  border-color: #475da4 !important;
}

.bg-red {
  background-color: #ff004b !important;
}

.text-light-gray {
  color: #dde1e8 !important;
}

.bg-light-gray {
  background-color: #dde1e8 !important;
}

.bg-light-gray2 {
  background-color: #f0f0f0;
}

.bg-xt-light {
  background-color: #f4f5f9;
}

.bg-sm-light {
  background-color: #dde1e8;
}

.bg-dr-light {
  background-color: #667bbd;
}

.font-weight-light {
  font-weight: 100 !important;
}

.text-gray {
  color: #c4c5c5 !important;
}

.text-primary {
  color: #475da4 !important;
}

.text-light-blue {
  color: #6378bb;
}

.text-black {
  color: #000 !important;
}

.p-sm {
  font-size: 13px;
}

.video-block {
  line-height: 0;
}

.content-box {
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .content-box {
    padding: 2.5rem;
  }
}

.content-box-px {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 1024px) {
  .content-box-px {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.content-box-py {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .content-box-py {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.section-heading {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .section-heading {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1440px) {
  .section-heading {
    margin-bottom: 3rem;
  }
}

.section-heading-over {
  position: relative;
  z-index: 5;
  transform: translateY(50%);
}

.page-wrapper {
  display: block;
  min-height: 50vh;
  position: relative;
}

.mapView {
  position: relative;
}

.mapView .btn {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
}

.google-map {
  max-height: 500px !important;
}

.round {
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}

.round-lg {
  -webkit-border-radius: 1.3rem;
  -moz-border-radius: 1.3rem;
  border-radius: 1.3rem;
}

@media (min-width: 1024px) {
  .round-lg {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
}

.round-xl {
  -webkit-border-radius: 1.75rem;
  -moz-border-radius: 1.75rem;
  border-radius: 1.75rem;
}

@media (min-width: 1024px) {
  .round-xl {
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
  }
}

.round-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.round-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.round-top-left-0 {
  border-top-left-radius: 0 !important;
}

.round-top-right-0 {
  border-top-right-radius: 0 !important;
}

.round-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.round-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

.round-bottom-left-1 {
  border-bottom-left-radius: 1rem;
}

.round-bottom-right-1 {
  border-bottom-right-radius: 1rem;
}

.round-top-left-1 {
  border-top-left-radius: 1rem;
}

.round-top-right-1 {
  border-bottom-left-radius: 1rem;
}

.red-link {
  color: #ff004b;
  font-weight: 600;
}

.red-link:hover {
  color: #c40923;
}

p {
  margin-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  p {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 1600.98px) {
  p {
    margin-bottom: 1rem;
  }
}

.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 0.5rem 0.5rem;
  font-size: 0.85rem;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

@media (min-width: 768px) {

  .btn-group-lg>.btn,
  .btn-lg {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }
}

@media (min-width: 1200px) {

  .btn-group-lg>.btn,
  .btn-lg {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
  }
}

.btn-xl {
  padding: 0.5rem;
  font-size: 0.85rem;
}

@media (min-width: 576px) {
  .btn-xl {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .btn-xl {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #000;
  background-color: transparent;
  border-color: #475da4;
}

.btn-outline-primary {
  color: #475da4;
  border-color: #475da4;
}

.btn-outline-primary.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary .show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  color: #ffffff !important;
  background-color: rgba(71, 93, 164, 0.9);
  border-color: rgba(71, 93, 164, 0.9);
  -webkit-box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
  -moz-box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
  box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
}

.show>.btn-outline-primary.dropdown-toggle:active:active,
.show>.btn-outline-primary.dropdown-toggle:active:focus,
.show>.btn-outline-primary.dropdown-toggle:active:hover,
.show>.btn-outline-primary.dropdown-toggle:focus:active,
.show>.btn-outline-primary.dropdown-toggle:focus:focus,
.show>.btn-outline-primary.dropdown-toggle:focus:hover,
.show>.btn-outline-primary.dropdown-toggle:hover:active,
.show>.btn-outline-primary.dropdown-toggle:hover:focus,
.show>.btn-outline-primary.dropdown-toggle:hover:hover {
  color: #ffffff !important;
  background-color: rgba(71, 93, 164, 0.9);
  border-color: rgba(71, 93, 164, 0.9);
  -webkit-box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
  -moz-box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
  box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
}

.btn-primary {
  background-color: #475da4;
  border-color: #475da4;
}

.btn-primary.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.show>.btn-primary.dropdown-toggle,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: rgba(71, 93, 164, 0.9);
  border-color: rgba(71, 93, 164, 0.9);
  -webkit-box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
  -moz-box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
  box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
}

.btn-gradient {
  color: #ffffff;
  background: #57b4a4;
  background: -moz-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: -webkit-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b4a4", endColorstr="#5a4fb0", GradientType=1);
  border-color: transparent;
}

.btn-gradient.btn-gradient:not(:disabled):not(.disabled).active,
.btn-gradient.btn-gradient:not(:disabled):not(.disabled):active,
.btn-gradient.show>.btn-gradient.dropdown-toggle,
.btn-gradient:visited,
.btn-gradient:active,
.btn-gradient:focus,
.btn-gradient:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
  -moz-box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
  box-shadow: 0 5px 15px rgba(71, 93, 164, 0.4);
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  background-color: rgba(221, 225, 232, 0.9);
  border-color: rgba(221, 225, 232, 0.9);
  -webkit-box-shadow: 0 5px 15px rgba(221, 225, 232, 0.4);
  -moz-box-shadow: 0 5px 15px rgba(221, 225, 232, 0.4);
  box-shadow: 0 5px 15px rgba(221, 225, 232, 0.4);
}

.shadow-primary {
  -webkit-box-shadow: 0 8px 15px rgba(71, 93, 164, 0.9);
  -moz-box-shadow: 0 8px 15px rgba(71, 93, 164, 0.9);
  box-shadow: 0 8px 15px rgba(71, 93, 164, 0.9);
}

.shadow-primary-sm {
  -webkit-box-shadow: 0 4px 15px rgba(71, 93, 164, 0.2);
  -moz-box-shadow: 0 4px 15px rgba(71, 93, 164, 0.2);
  box-shadow: 0 4px 15px rgba(71, 93, 164, 0.2);
}

.btn-link {
  font-weight: 600;
  text-decoration: none;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  text-transform: capitalize;
}

.btn-link:hover {
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #475da4;
}

.main-heading {
  display: block;
  position: relative;
  padding: 0.25rem 0;
  margin-bottom: 0.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .main-heading {
    padding: 0.75rem 0;
  }
}

.main-heading .small {
  font-weight: 900;
  font-size: 60%;
}

.main-heading * {
  text-transform: capitalize;
}

.border-white {
  border-color: #ffffff !important;
}

.bg-trans-blue {
  background-color: rgba(13, 71, 158, 0.5);
}

.shadow-blue {
  -webkit-box-shadow: 0 0 15px rgba(13, 71, 158, 0.2);
  -moz-box-shadow: 0 0 15px rgba(13, 71, 158, 0.2);
  box-shadow: 0 0 15px rgba(13, 71, 158, 0.2);
}

.fa-icon {
  width: 22px;
}

@media (min-width: 1200px) {
  .fa-icon {
    width: 28px;
  }
}

@media (min-width: 1200px) {
  .form-control-lg {
    height: calc(2.25em + 1rem + 2px);
  }
}

.pointer {
  cursor: pointer;
}

.wordlimit {
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scrollable {
  overflow-y: scroll;
}

.scrollable::-webkit-scrollbar {
  width: 5px;
}

.scrollable::-webkit-scrollbar-track {
  width: 5px;
  background: #e6e6e6;
}

.scrollable::-webkit-scrollbar-thumb {
  width: 1em;
  background-color: #475da4;
  outline: 1px solid slategrey;
  border-radius: 1rem;
}

.earningtable {
  height: 280px;
}

.earningRecords .leftSide .imgContainer {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 8px;
}

.earningRecords .leftSide .details {
  width: calc(100% - 60px);
}

.earningRecords .leftSide .details p {
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.earningRecords .leftSide .details p.name {
  font-size: 13px;
  font-weight: 500;
}

.earningRecords {
  height: 470px;
  overflow: auto;
}

.earningRecords .rightSide p {
  font-size: 13px;
  margin-bottom: 3px !important;
}

.earningRecords .rightSide .ownerProfit {
  margin-right: 25px;
}

.earningRecords .bgTag {
  display: none;
}

@media screen and (max-width:576px) {
  .earningRecords .rightSide {
    margin-top: 3px;
  }

  .earningRecords .bookingAmount {
    margin-top: 8px;
  }

  .earningRecords .rightSide p {
    font-size: 12px;
    margin-bottom: 0px !important;
  }

  .earningRecords .rightSide .ownerProfit {
    margin-right: 15px;
  }

  .earningRecords .bgTag {
    display: block;
  }

  .earningRecords .rightSide p {
    font-size: 13px;
    margin-bottom: 3px;
  }
}

@media (min-width: 420px) {
  .flex-xxs-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .pl-xxs-1,
  .px-xxs-1 {
    padding-left: 0.25rem !important;
  }

  .pr-xxs-1,
  .px-xxs-1 {
    padding-left: 0.25rem !important;
  }

  .pl-xxs-2,
  .px-xxs-2 {
    padding-left: 0.5rem !important;
  }

  .pr-xxs-2,
  .px-xxs-2 {
    padding-left: 0.5rem !important;
  }

  .pl-xxs-3,
  .px-xxs-3 {
    padding-left: 1rem !important;
  }

  .pr-xxs-3,
  .px-xxs-3 {
    padding-left: 1rem !important;
  }

  .pl-xxs-4,
  .px-xxs-4 {
    padding-left: 1.5rem !important;
  }

  .pr-xxs-4,
  .px-xxs-4 {
    padding-left: 1.5rem !important;
  }

  .pl-xxs-5,
  .px-xxs-5 {
    padding-left: 3rem !important;
  }

  .pr-xxs-5,
  .px-xxs-5 {
    padding-left: 3rem !important;
  }

  .col-xxs-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxs-12 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.rowMarginHalf .row,
.rowMarginHalf {
  margin-left: -7px;
  margin-right: -7px;
}

.rowMarginHalf .row.colpadhalf .col,
.rowMarginHalf .row.colpadhalf .col-1,
.rowMarginHalf .row.colpadhalf .col-10,
.rowMarginHalf .row.colpadhalf .col-11,
.rowMarginHalf .row.colpadhalf .col-12,
.rowMarginHalf .row.colpadhalf .col-2,
.rowMarginHalf .row.colpadhalf .col-3,
.rowMarginHalf .row.colpadhalf .col-4,
.rowMarginHalf .row.colpadhalf .col-5,
.rowMarginHalf .row.colpadhalf .col-6,
.rowMarginHalf .row.colpadhalf .col-7,
.rowMarginHalf .row.colpadhalf .col-8,
.rowMarginHalf .row.colpadhalf .col-9,
.rowMarginHalf .row.colpadhalf .col-auto,
.rowMarginHalf .row.colpadhalf .col-lg,
.rowMarginHalf .row.colpadhalf .col-lg-1,
.rowMarginHalf .row.colpadhalf .col-lg-10,
.rowMarginHalf .row.colpadhalf .col-lg-11,
.rowMarginHalf .row.colpadhalf .col-lg-12,
.rowMarginHalf .row.colpadhalf .col-lg-2,
.rowMarginHalf .row.colpadhalf .col-lg-3,
.rowMarginHalf .row.colpadhalf .col-lg-4,
.rowMarginHalf .row.colpadhalf .col-lg-5,
.rowMarginHalf .row.colpadhalf .col-lg-6,
.rowMarginHalf .row.colpadhalf .col-lg-7,
.rowMarginHalf .row.colpadhalf .col-lg-8,
.rowMarginHalf .row.colpadhalf .col-lg-9,
.rowMarginHalf .row.colpadhalf .col-lg-auto,
.rowMarginHalf .row.colpadhalf .col-md,
.rowMarginHalf .row.colpadhalf .col-md-1,
.rowMarginHalf .row.colpadhalf .col-md-10,
.rowMarginHalf .row.colpadhalf .col-md-11,
.rowMarginHalf .row.colpadhalf .col-md-12,
.rowMarginHalf .row.colpadhalf .col-md-2,
.rowMarginHalf .row.colpadhalf .col-md-3,
.rowMarginHalf .row.colpadhalf .col-md-4,
.rowMarginHalf .row.colpadhalf .col-md-5,
.rowMarginHalf .row.colpadhalf .col-md-6,
.rowMarginHalf .row.colpadhalf .col-md-7,
.rowMarginHalf .row.colpadhalf .col-md-8,
.rowMarginHalf .row.colpadhalf .col-md-9,
.rowMarginHalf .row.colpadhalf .col-md-auto,
.rowMarginHalf .row.colpadhalf .col-sm,
.rowMarginHalf .row.colpadhalf .col-sm-1,
.rowMarginHalf .row.colpadhalf .col-sm-10,
.rowMarginHalf .row.colpadhalf .col-sm-11,
.rowMarginHalf .row.colpadhalf .col-sm-12,
.rowMarginHalf .row.colpadhalf .col-sm-2,
.rowMarginHalf .row.colpadhalf .col-sm-3,
.rowMarginHalf .row.colpadhalf .col-sm-4,
.rowMarginHalf .row.colpadhalf .col-sm-5,
.rowMarginHalf .row.colpadhalf .col-sm-6,
.rowMarginHalf .row.colpadhalf .col-sm-7,
.rowMarginHalf .row.colpadhalf .col-sm-8,
.rowMarginHalf .row.colpadhalf .col-sm-9,
.rowMarginHalf .row.colpadhalf .col-sm-auto,
.rowMarginHalf .row.colpadhalf .col-xl,
.rowMarginHalf .row.colpadhalf .col-xl-1,
.rowMarginHalf .row.colpadhalf .col-xl-10,
.rowMarginHalf .row.colpadhalf .col-xl-11,
.rowMarginHalf .row.colpadhalf .col-xl-12,
.rowMarginHalf .row.colpadhalf .col-xl-2,
.rowMarginHalf .row.colpadhalf .col-xl-3,
.rowMarginHalf .row.colpadhalf .col-xl-4,
.rowMarginHalf .row.colpadhalf .col-xl-5,
.rowMarginHalf .row.colpadhalf .col-xl-6,
.rowMarginHalf .row.colpadhalf .col-xl-7,
.rowMarginHalf .row.colpadhalf .col-xl-8,
.rowMarginHalf .row.colpadhalf .col-xl-9,
.rowMarginHalf .row.colpadhalf .col-xl-auto,
.rowMarginHalf.colpadhalf .col,
.rowMarginHalf.colpadhalf .col-1,
.rowMarginHalf.colpadhalf .col-10,
.rowMarginHalf.colpadhalf .col-11,
.rowMarginHalf.colpadhalf .col-12,
.rowMarginHalf.colpadhalf .col-2,
.rowMarginHalf.colpadhalf .col-3,
.rowMarginHalf.colpadhalf .col-4,
.rowMarginHalf.colpadhalf .col-5,
.rowMarginHalf.colpadhalf .col-6,
.rowMarginHalf.colpadhalf .col-7,
.rowMarginHalf.colpadhalf .col-8,
.rowMarginHalf.colpadhalf .col-9,
.rowMarginHalf.colpadhalf .col-auto,
.rowMarginHalf.colpadhalf .col-lg,
.rowMarginHalf.colpadhalf .col-lg-1,
.rowMarginHalf.colpadhalf .col-lg-10,
.rowMarginHalf.colpadhalf .col-lg-11,
.rowMarginHalf.colpadhalf .col-lg-12,
.rowMarginHalf.colpadhalf .col-lg-2,
.rowMarginHalf.colpadhalf .col-lg-3,
.rowMarginHalf.colpadhalf .col-lg-4,
.rowMarginHalf.colpadhalf .col-lg-5,
.rowMarginHalf.colpadhalf .col-lg-6,
.rowMarginHalf.colpadhalf .col-lg-7,
.rowMarginHalf.colpadhalf .col-lg-8,
.rowMarginHalf.colpadhalf .col-lg-9,
.rowMarginHalf.colpadhalf .col-lg-auto,
.rowMarginHalf.colpadhalf .col-md,
.rowMarginHalf.colpadhalf .col-md-1,
.rowMarginHalf.colpadhalf .col-md-10,
.rowMarginHalf.colpadhalf .col-md-11,
.rowMarginHalf.colpadhalf .col-md-12,
.rowMarginHalf.colpadhalf .col-md-2,
.rowMarginHalf.colpadhalf .col-md-3,
.rowMarginHalf.colpadhalf .col-md-4,
.rowMarginHalf.colpadhalf .col-md-5,
.rowMarginHalf.colpadhalf .col-md-6,
.rowMarginHalf.colpadhalf .col-md-7,
.rowMarginHalf.colpadhalf .col-md-8,
.rowMarginHalf.colpadhalf .col-md-9,
.rowMarginHalf.colpadhalf .col-md-auto,
.rowMarginHalf.colpadhalf .col-sm,
.rowMarginHalf.colpadhalf .col-sm-1,
.rowMarginHalf.colpadhalf .col-sm-10,
.rowMarginHalf.colpadhalf .col-sm-11,
.rowMarginHalf.colpadhalf .col-sm-12,
.rowMarginHalf.colpadhalf .col-sm-2,
.rowMarginHalf.colpadhalf .col-sm-3,
.rowMarginHalf.colpadhalf .col-sm-4,
.rowMarginHalf.colpadhalf .col-sm-5,
.rowMarginHalf.colpadhalf .col-sm-6,
.rowMarginHalf.colpadhalf .col-sm-7,
.rowMarginHalf.colpadhalf .col-sm-8,
.rowMarginHalf.colpadhalf .col-sm-9,
.rowMarginHalf.colpadhalf .col-sm-auto,
.rowMarginHalf.colpadhalf .col-xl,
.rowMarginHalf.colpadhalf .col-xl-1,
.rowMarginHalf.colpadhalf .col-xl-10,
.rowMarginHalf.colpadhalf .col-xl-11,
.rowMarginHalf.colpadhalf .col-xl-12,
.rowMarginHalf.colpadhalf .col-xl-2,
.rowMarginHalf.colpadhalf .col-xl-3,
.rowMarginHalf.colpadhalf .col-xl-4,
.rowMarginHalf.colpadhalf .col-xl-5,
.rowMarginHalf.colpadhalf .col-xl-6,
.rowMarginHalf.colpadhalf .col-xl-7,
.rowMarginHalf.colpadhalf .col-xl-8,
.rowMarginHalf.colpadhalf .col-xl-9,
.rowMarginHalf.colpadhalf .col-xl-auto {
  padding-right: 7px;
  padding-left: 7px;
}

/*--------------------------------------------------------------
#  header 
--------------------------------------------------------------*/
.site-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1049;
  background-color: #ffffff;
  border-top: 6px solid #2873b9;
}

@media (max-width: 1023.98px) {
  .site-header .container {
    max-width: inherit !important;
  }
}

@media (min-width: 1200px) {
  .site-header .container {
    max-width: 1208px;
  }
}

.site-header .navbar {
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

@media (max-width: 991.98px) {
  .site-header .navbar {
    padding: 0.5rem;
  }
}

@media (min-width: 992px) {
  .site-header .navbar {
    padding: 0.5rem;
  }
}

.site-header.sticky-on {
  padding: 0;
  border: 0;
  background-color: #ffffff;
  box-shadow: -4px 1px 10px rgba(20, 20, 20, 0.25);
}

.site-header.sticky-on .offcanvas-collapse {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.site-header .navbar-brand {
  max-width: 170px;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .site-header .navbar-brand {
    max-width: 230px;
    margin: 0 auto;
  }
}

.site-header .navbar-brand a {
  display: inline-block;
}

.site-header .navbar-brand a img {
  max-width: 100%;
}

.site-header .nav-btns li {
  display: block;
  padding: 0.5rem;
  position: relative;
}

@media (min-width: 1200px) {
  .site-header .nav-btns li {
    padding: 0.5rem 1rem;
    display: inline-block;
  }
}

@media (max-width: 575.98px) {
  .site-header .nav-btns li {
    padding: 4px;
  }
}

@media (min-width: 1024px) {
  .site-header .nav-btns li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 10px;
    margin-top: -5px;
    display: block;
    width: 2px;
    background: #475da4;
  }

  .site-header .nav-btns li:last-child:after {
    display: none;
  }
}

.site-header .nav-btns li a {
  text-align: center;
  display: block;
  cursor: pointer;
  position: relative;
  color: #000;
  text-transform: capitalize;
}

.site-header .nav-btns li a.active,
.site-header .nav-btns li a:focus,
.site-header .nav-btns li a:hover {
  color: #475da4;
}

.site-header .nav-btns li a .badge {
  position: absolute;
  top: -6px;
  right: -15px;
  background-color: #475da4;
  font-size: 8px;
  text-align: center;
  padding: 3px 0;
  color: #ffffff;
  height: 14px;
  width: 14px;
  border-radius: 100%;
}

@media (min-width: 1024px) {
  .site-header .nav-btns li a .badge {
    position: absolute;
    top: -2px;
    right: -5px;
  }
}

.site-header .nav-btns li a.btn span {
  color: #ffffff;
  font-weight: normal;
}

.site-header .nav-btns li a.btn:focus,
.site-header .nav-btns li a.btn:active,
.site-header .nav-btns li a.btn:hover {
  -webkit-box-shadow: 0 5px 10px rgba(71, 93, 164, 0.9);
  -moz-box-shadow: 0 5px 10px rgba(71, 93, 164, 0.9);
  box-shadow: 0 5px 10px rgba(71, 93, 164, 0.9);
}

.site-header .nav-btns li .roundbg-icon {
  padding: 4px;
  border-radius: 100%;
  height: 30px;
  text-align: center;
  display: block;
  background-color: #eee;
  width: 30px;
}

.site-header .nav-btns li .roundbg-icon .ilanguage {
  -webkit-transform: scale(0.5) translate(-14px, -6px);
  -ms-transform: scale(0.5) translate(-14px, -6px);
  transform: scale(0.5) translate(-14px, -6px);
}

.site-header .nav-btns li .roundbg-icon .ibell {
  -webkit-transform: scale(0.6) translate(-6px, -7px);
  -ms-transform: scale(0.6) translate(-6px, -7px);
  transform: scale(0.6) translate(-6px, -7px);
}

.site-header .nav-btns li * {
  font-weight: 600;
}

.site-header .nav-btns li select {
  outline: 0;
  border: 0;
  max-width: 70px;
}

.site-header .dropdown-toggle::after {
  content: "";
  font-family: "themify";
  position: absolute;
  top: 19px;
  right: -7px;
  font-size: 10px;
  border: 0;
}

.site-header .form-group .input-group {
  background-color: rgba(248, 247, 244, 0.9);
  border: 0;
  max-width: 400px;
  margin: auto;
}

.site-header .form-group .input-group .btn {
  font-size: 16px;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
}

.site-header .form-group .input-group .input-group-text {
  color: #551b57;
}

.site-header .form-group .input-group .form-control {
  margin-left: -4px;
}

.home-banner {
  position: relative;
}

.home-banner .banner-form {
  position: relative;
  background-color: #475da4;
  background-image: url(../images/header-form-bg.png);
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
}

.home-banner .banner-form_box {
  padding: 1rem;
  margin: auto;
}

@media (min-width: 1024px) {
  .home-banner .banner-form_box {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: -4rem;
    left: 0;
    max-width: 320px;
  }
}

@media (min-width: 1440px) {
  .home-banner .banner-form_box {
    max-width: 380px;
    bottom: -5rem;
  }
}

.home-banner .banner-form .title {
  position: relative;
}

.home-banner .banner-form .title span {
  background-color: #ffffff;
  z-index: 10;
  position: relative;
  padding-left: 2px;
  padding-right: 1rem;
}

.home-banner .banner-form .title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #dde1e8;
}

.home-banner .banner-form .custom-radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-banner .banner-form .custom-radio-btn label {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #c4c5c5;
  border-color: #d8deea;
}

.home-banner .banner-form .custom-radio-btn input:active+label,
.home-banner .banner-form .custom-radio-btn input.active+label,
.home-banner .banner-form .custom-radio-btn input:checked+label {
  -webkit-box-shadow: 0 5px 10px #dde1e8;
  -moz-box-shadow: 0 5px 10px #dde1e8;
  box-shadow: 0 5px 10px #dde1e8;
  border-color: transparent;
  color: #475da4;
  font-weight: 600;
}

.home-banner .banner-form .custom-radio-btn.invalid label {
  background-color: #d8deea;
}

.home-banner .banner-form .input-group .form-control {
  border-color: #d8deea #f9f9f9 #d8deea #d8deea;
  background-color: #f9fafc;
}

.home-banner .banner-form .input-group .form-control::-webkit-input-placeholder {
  color: #d8deea !important;
}

.home-banner .banner-form .input-group .form-control:-ms-input-placeholder {
  color: #d8deea !important;
}

.home-banner .banner-form .input-group .form-control::placeholder {
  color: #d8deea !important;
}

.home-banner .banner-form .input-group .input-group-text {
  border-color: #d8deea #d8deea #d8deea transparent;
  background-color: #f9fafc;
  color: #d8deea;
}

.home-banner .banner-form .input-group *:focus {
  outline: 0;
}

.home-banner .banner-form .input-group.invalid .form-control {
  border-color: #ff004b #d8deea #ff004b #ff004b;
}

.home-banner .banner-form .input-group.invalid .input-group-text {
  border-color: #ff004b #ff004b #ff004b transparent;
}

.js-main-slider .slick-slide {
  margin: 0;
}

.js-main-slider .slick-slide img {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.js-main-slider .item {
  position: relative;
}

.js-main-slider .item .caption-text {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}

.js-main-slider .item .caption-text h4 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: capitalize;
}

.js-main-slider .item .caption-text a {
  font-weight: normal;
  text-decoration: underline;
}

.js-main-slider .slick-dots {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
}

.js-main-slider .slick-dots li {
  width: 20px;
  height: 10px;
  border-radius: 2rem;
  border: 1px solid #c4c5c5;
  background: transparent;
}

.js-main-slider .slick-dots li button {
  opacity: 0;
}

.js-main-slider .slick-dots li.slick-active {
  background: #475da4;
  -webkit-box-shadow: 0 2px 5px #475da4;
  -moz-box-shadow: 0 2px 5px #475da4;
  box-shadow: 0 2px 5px #475da4;
  border-color: #475da4;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-file,
.custom-file-input,
.custom-file-label {
  height: calc(2.15em + .75rem + 2px);
}

.id-upload {
  padding: 10px 10px 10px 3rem;
}

.id-upload:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "" !important;
  min-width: 40px;
  padding: 10px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
}

.custom-file-label {
  padding: 10px;
}

.custom-file-label:after {
  display: none;
}

.pay-mode .custom-control-label:before,
.pay-mode .custom-control-label:after {
  top: 0.75rem;
}

.pay-mode img {
  max-width: 80px;
}

.container-fluid {
  z-index: 10;
  position: relative;
}

.icon_sprite {
  background-image: url(../images/sprite-icons.png);
  display: inline-block;
  transform: scale(0.75);
}

.infinite {
  background-position: 676px 845px;
  height: 75px;
  width: 75px;
}

.cancellation {
  background-position: 676px 615px;
  height: 75px;
  width: 75px;
}

.customer-support {
  background-position: 676px 726px;
  height: 75px;
  width: 75px;
}

.insurance {
  background-position: 676px 496px;
  height: 75px;
  width: 75px;
}

.card-location {
  background-position: 641px 1394px;
  height: 20px;
  width: 20px;
}

.irenter {
  background-position: 386px 332px;
  height: 53px;
  width: 63px;
}

.iowner {
  background-position: 386px 461px;
  height: 53px;
  width: 63px;
}

.igender {
  background-position: 375px 800px;
  height: 40px;
  width: 40px;
}

.irefresh {
  background-position: 112px 1449px;
  height: 31px;
  width: 31px;
}

.ifacebook {
  background-image: url(../images/fb.png);
  display: inline-block;
  background-position: 78px 91px;
  height: 40px;
  width: 40px;
}

.igoogle {
  background-image: url(../images/google.png);
  display: inline-block;
  background-position: 415px 204px;
  height: 40px;
  width: 40px;
}

.ilocationpin {
  background-position: 642px 1395px;
  height: 24px;
  width: 24px;
  -webkit-filter: grayscale(100%) brightness(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(0);
}

.ilocationpin.gray {
  -webkit-filter: grayscale(100%) brightness(150%);
  filter: grayscale(100%) brightness(200%);
}

.iphone {
  background-position: 647px 1359px;
  height: 24px;
  width: 24px;
}

.ilanguage {
  background-position: 649px 1275px;
  height: 30px;
  width: 38px;
}

.icalander {
  background-position: 650px 1162px;
  height: 35px;
  width: 35px;
}

.idashboard {
  background-position: 740px 1224px;
  height: 30px;
  width: 30px;
}

.iadminmanag {
  background-position: 740px 1355px;
  height: 30px;
  width: 30px;
}

.iusermanag {
  background-position: 740px 856px;
  height: 30px;
  width: 30px;
}

.iundperf {
  background-position: 741px 998px;
  height: 30px;
  width: 30px;
}

.iprodmanag {
  background-position: 740px 1037px;
  height: 30px;
  width: 30px;
}

.ibookmanag {
  background-position: 739px 1497px;
  height: 30px;
  width: 30px;
}

.icatmanag {
  background-position: 740px 1306px;
  height: 30px;
  width: 30px;
}

.ipaymanag {
  background-position: 740px 1114px;
  height: 30px;
  width: 30px;
}

.irevmanag {
  background-position: 742px 784px;
  height: 30px;
  width: 30px;
}

.icoupon {
  background-position: 742px 1264px;
  height: 30px;
  width: 30px;
}

.ireport {
  background-position: 742px 1444px;
  height: 30px;
  width: 30px;
}

.ichat {
  background-position: 742px 895px;
  height: 30px;
  width: 30px;
}

.inotmanag {
  background-position: 741px 1155px;
  height: 30px;
  width: 30px;
}

.icontmanag {
  background-position: 742px 1396px;
  height: 30px;
  width: 30px;
}

.iview {
  background-position: 742px 932px;
  height: 30px;
  width: 30px;
}

.iedit {
  background-position: 742px 1080px;
  height: 30px;
  width: 30px;
}

.iremove {
  background-position: 742px 815px;
  height: 30px;
  width: 30px;
}

.ibell {
  background-position: 742px 1155px;
  height: 30px;
  width: 30px;
}

.idowner {
  background-position: 562px 1227px;
  height: 35px;
  width: 35px;
}

.idowner {
  background-position: 562px 1227px;
  height: 35px;
  width: 35px;
}

.idbooking {
  background-position: 553px 988px;
  height: 35px;
  width: 35px;
}

.iddistance {
  background-position: 562px 1145px;
  height: 35px;
  width: 35px;
}

.idinsuarance {
  background-position: 558px 909px;
  height: 35px;
  width: 35px;
}

.iddelivery {
  background-position: 561px 1056px;
  height: 35px;
  width: 35px;
}

.rent-anything {
  padding-top: 3rem;
}

@media (min-width: 1024px) {
  .rent-anything {
    padding-top: 8rem;
  }
}

.rent-anything .rent-item .card {
  border: 0;
}

.rent-anything .rent-item .card .btn {
  text-transform: uppercase;
  display: block;
  background-color: rgba(20, 20, 20, 0.75);
  border-color: rgba(228, 228, 228, 0.75);
}

.rent-anything .rent-item .card .btn:hover,
.rent-anything .rent-item .card .btn:focus,
.rent-anything .rent-item .card .btn:active {
  background-color: rgba(20, 20, 20, 0.9);
  border-color: rgba(20, 20, 20, 0.9);
}

.itemForu {
  min-height: 300px;
}

@media (min-width: 576px) {
  .itemForu {
    min-width: 196px;
  }
}

.product-item .card {
  border-radius: 12px;
}

.product-item .img-holder {
  min-height: 150px;
  text-align: center;
  padding: 1rem;
}

.product-item img {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .product-item img {
    height: 120px;
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .product-item img {
    height: 190px;
    width: 250px;
  }
}

.product-item .card-body {
  border-top: 1px solid #c4c5c5;
  padding: 8px;
}

.product-item * {
  margin: 0;
}

.product-item h6 {
  font-size: 14px;
  text-transform: capitalize;
}

.product-item .rating {
  color: #475da4;
  font-size: 14px;
}

.product-item .rating i {
  font-size: 10px;
}

.product-item .price {
  font-weight: 700;
  color: #000;
}

.product-item .location {
  text-transform: capitalize;
  font-size: 12px;
}

.product-item .location i {
  color: #475da4;
}

.slider-map .delete-icon,
.slider-map .wishlist-icon,
.slider-map .share-icon,
.product-item .delete-icon,
.product-item .wishlist-icon,
.product-item .share-icon {
  position: absolute;
  top: 8px;
  padding: 4px;
  height: 24px;
  font-size: 12px;
  background-color: #dde1e8;
  color: #c4c5c5;
  border-radius: 30em;
  width: 24px;
  background-repeat: no-repeat;
  background-size: center;
  background-position: center;
  border: 0;
}

.slider-map .delete-icon.active,
.slider-map .delete-icon:active,
.slider-map .delete-icon:hover,
.slider-map .wishlist-icon.active,
.slider-map .wishlist-icon:active,
.slider-map .wishlist-icon:hover,
.slider-map .share-icon.active,
.slider-map .share-icon:active,
.slider-map .share-icon:hover,
.product-item .delete-icon.active,
.product-item .delete-icon:active,
.product-item .delete-icon:hover,
.product-item .wishlist-icon.active,
.product-item .wishlist-icon:active,
.product-item .wishlist-icon:hover,
.product-item .share-icon.active,
.product-item .share-icon:active,
.product-item .share-icon:hover {
  background-color: #475da4;
  color: #ffffff;
  outline: 0;
}

.slider-map .delete-icon.focus,
.slider-map .wishlist-icon.focus,
.slider-map .share-icon.focus,
.product-item .delete-icon.focus,
.product-item .wishlist-icon.focus,
.product-item .share-icon.focus {
  outline: 0;
}

.slider-map .action-right,
.product-item .action-right {
  right: 8px;
}

.slider-map .action-left,
.product-item .action-left {
  left: 8px;
}

.home-listings .listing-slider {
  position: relative;
  padding: 30px 0;
}

.home-listings .listing-slider .slick-slide {
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .home-listings .listing-slider {
    padding: 122px 0;
  }

  .home-listings .listing-slider .slick-slide {
    margin: 0;
    min-height: 275px;
    padding: 0 24px;
  }

  .home-listings .listing-slider:after {
    content: "";
    position: absolute;
    top: -15px;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    background-image: url("../images/listing-mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 290px;
    width: 290px;
  }

  .home-listings .listing-slider .slick-active.slick-center.slick-slide {
    padding: 0 16px;
  }

  .home-listings .listing-slider .slick-active.slick-center .card-body,
  .home-listings .listing-slider .slick-active.slick-center .card {
    border: 0;
  }

  .home-listings .listing-slider .slick-active.slick-center .rating,
  .home-listings .listing-slider .slick-active.slick-center .location {
    visibility: hidden;
  }
}

.home-listings .listing-slider .owl-prev,
.home-listings .listing-slider .owl-next {
  height: 40px;
  width: 40px;
  border: 1px solid red;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px #dde1e8;
  -moz-box-shadow: 0 5px 10px #dde1e8;
  box-shadow: 0 5px 10px #dde1e8;
}

.home-listings .listing-slider .owl-prev i,
.home-listings .listing-slider .owl-next i {
  align-self: center;
}

.home-listings .listing-slider .owl-prev:hover,
.home-listings .listing-slider .owl-prev:focus,
.home-listings .listing-slider .owl-next:hover,
.home-listings .listing-slider .owl-next:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: 0 0px 10px #dde1e8;
  -moz-box-shadow: 0 0px 10px #dde1e8;
  box-shadow: 0 0px 10px #dde1e8;
}

.home-listings .listing-slider .slick-arrow.prev-arrow {
  left: 5px;
}

.home-listings .listing-slider .slick-arrow.next-arrow {
  right: 5px;
}

@media (min-width: 1024px) {
  .home-listings .listing-slider .slick-arrow.prev-arrow {
    left: -40px;
  }

  .home-listings .listing-slider .slick-arrow.next-arrow {
    right: -40px;
  }
}

.listItem-slider .slick-slide {
  margin: 0;
  padding: 0 1rem;
}

.listing-slider .slick-prev,
.listing-slider .slick-next,
.listItem-slider .slick-prev,
.listItem-slider .slick-next {
  height: 40px;
  width: 40px;
  border: 1px solid red;
  margin-top: -20px;
  display: flex;
  z-index: 50;
  justify-content: center;
  background-color: white !important;
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px #dde1e8;
  -moz-box-shadow: 0 5px 10px #dde1e8;
  box-shadow: 0 5px 10px #dde1e8;
}

.listing-slider .slick-prev i,
.listing-slider .slick-next i,
.listItem-slider .slick-prev i,
.listItem-slider .slick-next i {
  align-self: center;
}

.listing-slider .slick-prev:hover,
.listing-slider .slick-prev:focus,
.listing-slider .slick-next:hover,
.listing-slider .slick-next:focus,
.listItem-slider .slick-prev:hover,
.listItem-slider .slick-prev:focus,
.listItem-slider .slick-next:hover,
.listItem-slider .slick-next:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: 0 0px 10px #dde1e8;
  -moz-box-shadow: 0 0px 10px #dde1e8;
  box-shadow: 0 0px 10px #dde1e8;
}

.listing-slider .slick-arrow.prev-arrow,
.listItem-slider .slick-arrow.prev-arrow {
  left: 5px;
}

.listing-slider .slick-arrow.next-arrow,
.listItem-slider .slick-arrow.next-arrow {
  right: 5px;
}

@media (min-width: 1024px) {

  .listing-slider .slick-prev,
  .listItem-slider .slick-prev {
    left: -40px !important;
  }

  .listing-slider .slick-next,
  .listItem-slider .slick-next {
    right: -40px !important;
  }
}

.our-highlights .card {
  border-color: transparent;
  background-color: transparent;
}

.our-highlights .card .card-body {
  padding-top: 0.5rem !important;
}

.app-download {
  background: #57b4a4;
  background: -moz-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: -webkit-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b4a4", endColorstr="#5a4fb0", GradientType=1);
  padding-top: 3rem;
}

@media (min-width: 1024px) {
  .app-download {
    padding-top: 6rem;
  }
}

.owl-dots {
  text-align: center;
  padding-top: 10px;
}

.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5rem;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
  width: 15px;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -17px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-self: center;
  font-size: 1.15rem;
  padding: 0.5rem 0;
  border-radius: 100%;
  cursor: pointer;
  color: #4d65b2;
}

@media (min-width: 768px) {

  .owl-prev,
  .owl-next {
    margin-top: -30px;
    font-size: 1.5rem;
    padding: 1rem 0;
  }
}

.owl-prev:hover,
.owl-next:hover {
  color: #475da4;
}

.owl-prev.owl-prev,
.owl-next.owl-prev {
  left: -30px;
}

.owl-prev.owl-next,
.owl-next.owl-next {
  right: -30px;
}

.owl-nav.round-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -17px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-self: center;
  height: 35px;
  width: 35px;
  font-size: 1.15rem;
  padding: 0.5rem 0;
  border-radius: 100%;
  cursor: pointer;
  color: #2873b9;
  -webkit-box-shadow: 0 0 10px #F8F7F4;
  -moz-box-shadow: 0 0 10px #F8F7F4;
  box-shadow: 0 0 10px #F8F7F4;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .owl-nav.round-arrow {
    margin-top: -30px;
    height: 60px;
    width: 60px;
    font-size: 1.5rem;
    padding: 1rem 0;
  }
}

.owl-nav.round-arrow:hover {
  background-color: #2873b9;
  color: #ffffff;
}

.owl-nav.round-arrow.prev-arrow {
  left: -10px;
}

@media (min-width: 576px) {
  .owl-nav.round-arrow.prev-arrow {
    left: -25px;
  }
}

.owl-nav.round-arrow.next-arrow {
  right: -10px;
}

@media (min-width: 576px) {
  .owl-nav.round-arrow.next-arrow {
    right: -25px;
  }
}

footer {
  background: #475da4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 1.5rem 0;
}

@media (min-width: 992px) {
  footer {
    padding: 2rem 0;
    background-position: bottom right;
  }
}

footer .footer {
  position: relative;
}

footer .widget-title {
  color: #ffffff;
  position: relative;
}

footer .textwidget {
  display: block;
}

@media (max-width: 991.98px) {
  footer .textwidget {
    padding: 0.5rem 0;
  }
}

footer .textwidget .ti {
  font-display: 1.25rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
}

footer .textwidget .logo {
  max-width: 150px;
  display: block;
}

footer .textwidget .app-img {
  max-width: 100px;
  margin-right: 4px;
}

footer .textwidget .nav li {
  padding: 0.25rem 0;
}

footer .textwidget .nav li a,
footer .textwidget .nav li .nav-link {
  color: #ffffff;
  padding: 0;
  text-transform: capitalize;
}

footer .textwidget .nav li a:hover,
footer .textwidget .nav li .nav-link:hover {
  color: #F8F7F4;
  letter-spacing: 0.3px;
}

footer p {
  color: #000;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #475da4;
}

footer .social-links a {
  padding-left: 0;
  color: #ffffff;
  padding-right: 1rem;
  display: inline;
}

@media (min-width: 576px) {
  footer .social-links a {
    padding-right: auto;
    padding-left: 0;
    font-size: 2rem;
  }
}

footer .social-links a span {
  font-size: 1.5rem;
}

footer .form-group {
  position: relative;
}

footer .form-group .btn {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
}

.info-box .box {
  -webkit-box-shadow: 0 0 25px #98a6d2;
  -moz-box-shadow: 0 0 25px #98a6d2;
  box-shadow: 0 0 25px #98a6d2;
  border-radius: 2rem 2rem 0 2rem;
}

.info-box .img-holder {
  max-width: 70%;
  margin: 0 auto;
}

.box-icon-modern {
  margin-bottom: 1rem;
  display: block;
  font-weight: 900;
}

.box-icon-modern .box-icon {
  padding: 1rem;
  border-radius: 50%;
  color: #000;
  margin-right: 8px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  -webkit-box-shadow: 0 0 10px #dde1e8;
  -moz-box-shadow: 0 0 10px #dde1e8;
  box-shadow: 0 0 10px #dde1e8;
  background-color: #ffffff;
  height: 40px;
  width: 40px;
}

@media (min-width: 1200px) {
  .box-icon-modern .box-icon {
    height: 60px;
    width: 60px;
    font-size: 1.5rem;
    margin-right: 16px;
  }
}

.box-icon-modern .box-icon i {
  align-self: center;
  color: #0d479e;
}

.box-icon-modern .box-icon:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 100%;
  border: 3px solid #0d479e;
}

.ownerProfile .modal-content {
  width: 400px;
  margin: auto;
}

@media screen and (max-width:475px) {
  .ownerProfile .modal-content {
    width: 300px;
    margin: auto;
  }
}

.forgotpass .modal-content {
  background-image: url(../images/sape-forgot.png);
  border: 0;
  background-size: 70%;
  background-position: 138px -16px;
  background-repeat: no-repeat;
}

.forgotpass .modal-content .forgotpass-box {
  min-height: 400px;
  display: flex;
  justify-content: center;
}

.forgotpass .modal-content .forgotpass-box form {
  align-self: center;
  width: 90%;
}

.form-image {
  background-image: url(../images/login-bg.png);
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
}

.form-popup form {
  padding: 1rem 1.5rem;
}

.form-popup .modal-dialog .modal-content {
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
  border-radius: 0.75rem;
  background-color: #fff;
  border: 2px solid #475da4;
}

.form-popup .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.form-popup .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1049;
  height: 42px;
  width: 42px;
  color: #000;
  font-size: 1.45rem;
}

.form-popup .modal-dialog .modal-content .modal-body .close:focus {
  outline: 0;
}

.form-popup .modal-dialog .modal-content .modal-body .close.border {
  border-width: 2px !important;
  border-color: #000 !important;
}

.form-popup .modal-dialog .modal-content .modal-body .form-img {
  background-color: #475da4;
  border-bottom-left-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
}

.form-popup .modal-dialog .modal-content .modal-body .form-box {
  min-height: 500px;
}

.form-popup .modal-dialog .modal-content .modal-body .btn-lg {
  padding: 0.75rem 1rem !important;
}

.form-popup .modal-dialog .modal-content .modal-body .invalid-tooltip {
  font-size: 10px !important;
  padding: 2px 8px 1px 8px !important;
  border-radius: 20px;
}

.form-popup .modal-dialog .modal-content .modal-body .partitioned {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 0 auto;
}

.form-popup .modal-dialog .modal-content .modal-body .partitioned input {
  height: 40px;
  width: 40px;
  padding: 0;
  border: 2px dashed #cdcdcd !important;
  text-align: center;
  background-color: #f5f5f5 !important;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .form-popup .modal-dialog .modal-content .modal-body .partitioned input {
    height: 50px;
    width: 50px;
  }
}

.form-popup .modal-dialog .modal-content .modal-body .partitioned input:last-child {
  margin-right: 0;
}

.form-popup .modal-dialog .modal-content .modal-body .partitioned input::-webkit-inner-spin-button,
.form-popup .modal-dialog .modal-content .modal-body .partitioned input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.form-popup .modal-dialog .modal-content .modal-body .partitioned input:focus,
.form-popup .modal-dialog .modal-content .modal-body .partitioned input.focus {
  border-color: green;
  outline: none;
  box-shadow: none;
}

@media (min-width: 576px) {
  .modal-lg {
    min-width: 550px;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    min-width: 750px;
  }
}

@media (min-width: 1024px) {
  .modal-lg {
    min-width: 800px;
  }
}

@media (min-width: 1440px) {
  .modal-lg {
    min-width: 1000px;
  }
}

.modal-lg .modal-content {
  border-color: transparent;
}

.modal-lg .modal-content .modal-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1049;
  color: #000;
}

.modal-lg .modal-content .modal-body .close.border {
  border-width: 2px;
}

.dropdown-toggle.btn i {
  font-size: 12px;
}

.dropdown-toggle.btn:after {
  display: none;
}

.menu-drop,
.profile-drop {
  width: 250px;
  border-color: transparent;
  -webkit-box-shadow: 0 0px 16px #bac7e8;
  -moz-box-shadow: 0 0px 16px #bac7e8;
  box-shadow: 0 0px 16px #bac7e8;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  margin-top: -8px;
  left: calc(100% - 44px);
}

.menu-drop.dropdown-menu-right,
.profile-drop.dropdown-menu-right {
  left: auto;
  right: 0;
}

.menu-drop.dropdown-menu-right:after,
.profile-drop.dropdown-menu-right:after {
  position: absolute;
  top: -20px;
  right: 15px;
  left: auto;
}

.menu-drop:after,
.profile-drop:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 15px;
  content: "";
  height: 20px;
  display: block;
  width: 20px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent white;
}

.menu-drop .userimg,
.profile-drop .userimg {
  border: 3px solid #fefefe;
}

.menu-drop .name,
.profile-drop .name {
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  text-transform: capitalize;
}

.menu-drop .custom-radio-btn label,
.profile-drop .custom-radio-btn label {
  min-width: 102px;
  color: #343a40;
  background-color: #f2f2f2;
  padding: 0.6rem 1rem 1.2rem;
}

.menu-drop .custom-radio-btn input:checked+label,
.profile-drop .custom-radio-btn input:checked+label {
  color: #ffffff;
  border-color: #475da4;
  background-color: #475da4;
}

.menu-drop .menusubmenu,
.menu-drop ul,
.profile-drop .menusubmenu,
.profile-drop ul {
  margin: 0;
  padding: 0;
}

.menu-drop .menusubmenu li,
.menu-drop ul li,
.profile-drop .menusubmenu li,
.profile-drop ul li {
  list-style-type: none;
  position: relative;
}

.menu-drop .menusubmenu li .subMenu,
.menu-drop ul li .subMenu,
.profile-drop .menusubmenu li .subMenu,
.profile-drop ul li .subMenu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  max-width: 250px;
  width: 200px;
  background-color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 5px 15px #eee;
  -moz-box-shadow: 0 5px 15px #eee;
  box-shadow: 0 5px 15px #eee;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
  padding: 1rem;
}

.menu-drop .menusubmenu li:focus .subMenu,
.menu-drop .menusubmenu li:hover .subMenu,
.menu-drop ul li:focus .subMenu,
.menu-drop ul li:hover .subMenu,
.profile-drop .menusubmenu li:focus .subMenu,
.profile-drop .menusubmenu li:hover .subMenu,
.profile-drop ul li:focus .subMenu,
.profile-drop ul li:hover .subMenu {
  display: block;
}

.menu-drop .dropdown-item,
.profile-drop .dropdown-item {
  text-align: left !important;
  position: relative;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #f2f2f2;
  margin: 15px 0;
}

.menu-drop .dropdown-item.active,
.menu-drop .dropdown-item:active,
.menu-drop .dropdown-item:hover,
.menu-drop .dropdown-item:focus,
.profile-drop .dropdown-item.active,
.profile-drop .dropdown-item:active,
.profile-drop .dropdown-item:hover,
.profile-drop .dropdown-item:focus {
  background-color: #475da4;
  color: #ffffff !important;
}

.menu-drop .dropdown-item.active::after,
.menu-drop .dropdown-item:active::after,
.menu-drop .dropdown-item:hover::after,
.menu-drop .dropdown-item:focus::after,
.profile-drop .dropdown-item.active::after,
.profile-drop .dropdown-item:active::after,
.profile-drop .dropdown-item:hover::after,
.profile-drop .dropdown-item:focus::after {
  color: #ffffff;
}

.datepicker-dropdown {
  margin-top: 3.5rem;
}

.form-group .input-group {
  border: 1px solid #dde1e8;
  background-color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.2rem 0.35rem;
}

@media (min-width: 1366px) {
  .form-group .input-group {
    padding: 0.55rem 0.5rem;
  }
}

@media (min-width: 1024px) {
  .form-group .input-group {
    padding: 0.3rem 0.5rem;
  }
}

.form-group .input-group .input-group-text {
  background-color: transparent;
  min-width: 40px;
  border-width: 0;
}

.form-group .input-group .input-group-text.small {
  align-self: center;
  cursor: pointer;
  color: #0d479e;
}

.form-group .input-group .custom-select,
.form-group .input-group .form-control,
.form-group .input-group input {
  border-width: 0;
  font-size: 16px;
  font-weight: 400;
}

.form-group .input-group .custom-select::placeholder,
.form-group .input-group .form-control::placeholder,
.form-group .input-group input::placeholder {
  font-weight: normal;
}

.form-group .input-group .custom-select:focus,
.form-group .input-group .form-control:focus,
.form-group .input-group input:focus {
  outline: 0;
  background-color: transparent !important;
  box-shadow: 0 0 0 transparent;
}

.form-control,
.input-group {
  position: relative;
}

.form-control.invalid,
.input-group.invalid {
  border-color: #ff004b;
  background-color: #fff2f2 !important;
}

.form-control.invalid *,
.input-group.invalid * {
  background-color: transparent !important;
}

.select_angle:before {
  background-color: #dde1e8;
  content: "";
}

.select_angle:before {
  background-color: #dde1e8;
  content: "";
  font-size: 1.3rem;
}

.custom-input-group {
  background: none;
  min-width: 50%;
}

.custom-input-group .custom-select {
  background: transparent;
  z-index: 10;
  position: relative;
}

.custom-input-group:before {
  background-color: #dde1e8;
  font-family: "Font Awesome 5 Free";
  z-index: 0;
  opacity: 0.5;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  color: #000;
  padding: 9px;
  font-weight: 600;
  height: 100%;
}

.btn-facebook,
.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 15px rgba(221, 225, 232, 0.9);
  -moz-box-shadow: 0 8px 15px rgba(221, 225, 232, 0.9);
  box-shadow: 0 8px 15px rgba(221, 225, 232, 0.9);
}

.btn-facebook:hover,
.btn-google:hover {
  -webkit-box-shadow: 0 0 15px rgba(221, 225, 232, 0.6);
  -moz-box-shadow: 0 0 15px rgba(221, 225, 232, 0.6);
  box-shadow: 0 0 15px rgba(221, 225, 232, 0.6);
}

.btn-facebook .f-icon,
.btn-google .f-icon {
  height: 40px;
  font-size: 1.7rem;
  padding: 6px 0;
}

.btn-facebook i {
  color: #475da4;
}

.btn-google i {
  color: #ff004b;
}

.text-underline {
  text-decoration: underline;
}

.gender .custom-radio-btn label {
  color: #475da4;
}

.custom-radio .custom-radio-btn .label-button {
  padding: 8px 8px 8px 45px;
  display: block;
  border: 0;
  position: relative;
  text-align: left;
}

.custom-radio .custom-radio-btn .label-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  border-radius: 100%;
  transform: scale(0.65);
  background-image: url(../images/sprite-icons.png);
  display: inline-block;
  background-position: 375px 574px;
}

.custom-radio .custom-radio-btn input:hover+label,
.custom-radio .custom-radio-btn input:focus+label,
.custom-radio .custom-radio-btn input:checked+label {
  background-color: transparent !important;
  color: #343a40;
}

.custom-radio .custom-radio-btn input:hover+label:before,
.custom-radio .custom-radio-btn input:focus+label:before,
.custom-radio .custom-radio-btn input:checked+label:before {
  background-position: 375px 686px;
}

.login-type .custom-radio-btn .label-button {
  padding: 25px 0 25px 20px;
  position: relative;
}

.login-type .custom-radio-btn .label-button .icon_sprite {
  transform: scale(0.75);
}

.login-type .custom-radio-btn input:checked+label {
  border-color: transparent;
  -webkit-box-shadow: 0 0 8px #dde1e8;
  -moz-box-shadow: 0 0 8px #dde1e8;
  box-shadow: 0 0 8px #dde1e8;
}

.login-type .custom-radio-btn input:checked+label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  border-radius: 100%;
  transform: scale(0.75);
  background-image: url(../images/sprite-icons.png);
  display: inline-block;
  background-position: 375px 1024px;
}

@media (min-width: 1024px) {
  .form-or hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.form-or span {
  position: absolute;
  top: 50%;
  right: 50%;
  height: 26px;
  width: 26px;
  margin-right: -13px;
  border-radius: 100%;
  margin-top: -13px;
  text-align: center;
  background-color: #ffffff;
}

.custom-radio-btn input {
  opacity: 0;
  position: absolute;
}

.custom-radio-btn.invalid .label-button,
.custom-radio-btn.invalid label {
  border-color: #ff004b;
  color: #ff004b;
}

.custom-radio-btn label {
  cursor: pointer;
  font-weight: bold;
  color: #c4c5c5;
  text-transform: capitalize;
}

.custom-radio-btn label i {
  min-width: 20px;
}

.custom-radio-btn .label-button {
  cursor: pointer;
  padding: 0.5rem;
  border: 1px solid #e6e6e6;
  margin-right: 8px;
  text-align: center;
}

@media (min-width: 992px) {
  .custom-radio-btn .label-button {
    padding: 0.5rem 1rem;
  }
}

.custom-radio-btn .label-button.rounded {
  border-radius: 0.75rem;
}

@media (min-width: 992px) {
  .custom-radio-btn .label-button.rounded {
    border-radius: 2rem;
  }
}

.custom-radio-btn .label-button.round-top {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

@media (min-width: 992px) {
  .custom-radio-btn .label-button.round-top {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}

.custom-radio-btn .label-button.bgnone {
  background-color: transparent;
}

.custom-radio-btn input.active+label,
.custom-radio-btn input:checked+label,
.custom-radio-btn input:hover+label {
  color: #475da4;
}

.custom-radio-btn input.active+.label-button {
  font-weight: 600;
}

.custom-radio-btn input.active+.label-button,
.custom-radio-btn input:checked+.label-button,
.custom-radio-btn input:hover+.label-button {
  background-color: #ffffff;
  color: #475da4;
  box-shadow: 0 0 0 transparent;
}

.custom-switch .custom-control-label {
  padding-left: 2rem;
  padding-top: 2px;
}

.custom-switch .custom-control-label:before {
  width: 3.4rem;
  height: 2rem;
  top: calc(0px + 1px);
  border-radius: 2rem;
}

.custom-switch .custom-control-label:after {
  top: calc(.35rem + 1px);
  left: calc(-1.9rem + 1px);
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: 4rem;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #ffffff;
  -webkit-transform: translateX(1.4rem);
  transform: translateX(1.4rem);
}

.custom-control .custom-control-label {
  font-weight: normal;
}

.custom-control .custom-control-label span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: rgba(71, 93, 164, 0.15);
  box-shadow: 0 0 0 transparent;
  background: #57b4a4;
  background: -moz-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: -webkit-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b4a4", endColorstr="#5a4fb0", GradientType=1);
}

.opac-01 {
  opacity: 0.1;
}

.renter-otp input {
  text-align: center;
}

.renter-otp ::-webkit-input-placeholder {
  color: #c4c5c5 !important;
  text-align: center;
}

.renter-otp :-ms-input-placeholder {
  color: #c4c5c5 !important;
  text-align: center;
}

.renter-otp ::placeholder {
  color: #c4c5c5 !important;
  text-align: center;
}

.gray-placeholder::-webkit-input-placeholder {
  color: #c4c5c5 !important;
}

.gray-placeholder:-ms-input-placeholder {
  color: #c4c5c5 !important;
}

.gray-placeholder::placeholder {
  color: #c4c5c5 !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #343a40 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #343a40 !important;
}

::placeholder {
  color: #343a40 !important;
}

.react-tel-input .flag-dropdown {
  border-color: transparent !important;
  background-color: transparent !important;
}

#multi-emails {
  height: auto;
}

@-webkit-keyframes text-shadow-drop-bottom {
  0% {
    text-shadow: 0 0 0 transparent;
  }

  100% {
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  }
}

@keyframes text-shadow-drop-bottom {
  0% {
    text-shadow: 0 0 0 transparent;
  }

  100% {
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  }
}

@-webkit-keyframes text-shadow-drop-bottom {
  0% {
    text-shadow: 0 0 0 transparent;
  }

  100% {
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  }
}

@keyframes text-shadow-drop-bottom {
  0% {
    text-shadow: 0 0 0 transparent;
  }

  100% {
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  }
}

.table .thead-dark th {
  background-color: #475da4;
  border-color: transparent;
  text-transform: capitalize;
}

.table .thead-dark th:first-child {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}

.table .thead-dark th:last-child {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}

.table td {
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  color: rgba(196, 197, 197, 0.85);
}

@media (min-width: 1024px) {
  .table td {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}

.table td a {
  padding: 0.5rem;
  color: #6378bb;
}

.table td .custom-switch {
  margin-top: -1.5rem;
  display: inline-block;
}

.table tr * {
  text-align: center;
  vertical-align: middle !important;
}

.rounded-btn {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #475da4;
  display: inline-block;
  -webkit-box-shadow: 0 4px 18px #dde1e8;
  -moz-box-shadow: 0 4px 18px #dde1e8;
  box-shadow: 0 4px 18px #dde1e8;
}

.rounded-btn.activate,
.rounded-btn.active,
.rounded-btn:focus,
.rounded-btn:hover {
  background-color: #475da4 !important;
  color: #ffffff !important;
}

.rounded-btn.rounded-lg {
  height: 60px;
  width: 60px;
}

.circle-btn {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
}

.circle-btn * {
  align-self: center;
}

.circle-btn.circle-lg {
  height: 60px;
  width: 60px;
}

.ui-datepicker {
  z-index: 1100 !important;
}

.admin-panel .admin-sidebar {
  background-color: #475da4;
  padding-right: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.admin-panel .admin-sidebar nav .navbar-brand {
  display: block;
  max-width: 130px;
  margin: auto;
  padding: 1rem;
  text-align: center;
}

.admin-panel .admin-sidebar nav ul li {
  padding-right: 1rem;
}

.admin-panel .admin-sidebar nav ul li a {
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  display: block;
  border-top-right-radius: 1rem;
  position: relative;
  border-right: 2px solid transparent;
  color: #dde1e8;
}

.admin-panel .admin-sidebar nav ul li a i {
  width: 20px;
}

.admin-panel .admin-sidebar nav ul li a span {
  margin-left: 0.25rem;
  text-transform: capitalize;
}

.admin-panel .admin-sidebar nav ul li a.active,
.admin-panel .admin-sidebar nav ul li a:focus,
.admin-panel .admin-sidebar nav ul li a:hover {
  color: #475da4;
  border-color: #ffffff;
  background-color: #ffffff;
}

.admin-panel .admin-sidebar nav ul li a.active span:after,
.admin-panel .admin-sidebar nav ul li a:focus span:after,
.admin-panel .admin-sidebar nav ul li a:hover span:after {
  display: none;
}

.admin-panel .custom-pagination {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}

.admin-panel .custom-pagination li {
  display: inline-block;
  position: relative;
}

.admin-panel .custom-pagination li.active a {
  color: #475da4;
  font-weight: 600;
}

.admin-panel .custom-pagination li a {
  padding: 0.25rem 0.75rem;
  line-height: 1.5;
}

.button_outer {
  background: rgba(71, 93, 164, 0.15);
  border-radius: 25px;
  text-align: center;
  width: 300px;
  margin: 4px auto;
  display: block;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}

.btn_upload {
  padding: 17px 30px 12px;
  color: #475da4;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 3;
  white-space: nowrap;
}

.btn_upload input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  cursor: pointer;
  opacity: 0;
}

.file_uploading {
  width: 100%;
  height: 10px;
  margin-top: 20px;
  background: #ccc;
}

.file_uploading .btn_upload {
  display: none;
}

.processing_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background: #83ccd3;
  transition: 3s;
}

.file_uploading .processing_bar {
  width: 100%;
}

.success_box {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
}

.success_box:before {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  border-bottom: 6px solid #fff;
  border-right: 6px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: 14px;
}

.file_uploaded .success_box {
  display: inline-block;
}

.file_uploaded {
  margin-top: 0;
  width: 50px;
  height: 50px;
}

.uploaded_file_view {
  max-width: 300px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  transition: 0.2s;
  opacity: 0;
  border: 1px solid #f1f1f1;
  padding: 5px;
}

.file_remove {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  right: -15px;
  top: -15px;
}

.file_remove:hover {
  background: #222;
  transition: 0.2s;
}

.uploaded_file_view img {
  max-width: 100%;
}

.uploaded_file_view.show {
  opacity: 1;
}

.error_msg {
  text-align: center;
  color: #f00;
}

.custom-tabs .nav-item .nav-link {
  color: #000;
  text-transform: capitalize;
  border-radius: 1rem;
  font-size: 14px;
  margin-right: 4px;
  font-weight: 600;
  border: 1px solid #000;
}

@media (min-width: 576px) {
  .custom-tabs .nav-item .nav-link.nav-lg {
    padding: 1rem 2rem;
    font-size: 16px;
  }
}

.custom-tabs .nav-item .nav-link:focus,
.custom-tabs .nav-item .nav-link:hover,
.custom-tabs .nav-item .nav-link.active {
  box-shadow: none;
  color: #ffffff;
  border-color: transparent;
  background: #57b4a4;
  background: -moz-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: -webkit-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b4a4", endColorstr="#5a4fb0", GradientType=1);
}

.cart-summary .price-table .col-6 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.cart-summary .price-table .border-y {
  border-top: 1px solid #74d1dd;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #74d1dd;
}

.ui-datepicker {
  padding: 0 !important;
}

.ui-datepicker {
  padding: 0;
  padding: 0 !important;
}

.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #ddd;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header {
  color: #0d479e !important;
  background: #fff !important;
  border: 0px !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  padding: 0 !important;
  height: 32px;
  position: relative !important;
  border-color: transparent;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar {
  border: 0px !important;
  border-collapse: collapse;
  color: #5e5e5e !important;
  letter-spacing: 1px !important;
  line-height: 28px;
  margin: 0rem !important;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar th {
  border-bottom: 1px solid #ccc;
  background: #f1f1f1 !important;
  padding: 0.3em 0.3em;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
  color: #5e5e5e !important;
  cursor: pointer;
  display: block !important;
  outline: 0;
  border: 0;
  text-decoration: none;
  margin: 0;
  text-align: center;
  background-color: transparent !important;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active {
  background: #222 !important;
  color: #ffffff !important;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
  color: #888 !important;
}

.date-picker {
  position: relative !important;
}

.date-picker:before {
  position: absolute !important;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal !important;
  word-wrap: normal;
  white-space: nowrap;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.makeStyles-root-1 {
  width: 100% !important;
}

.ui-slider-horizontal {
  height: 0.45em;
  background-color: #dde1e8;
  border-color: #dde1e8 !important;
}

.WithStyles\(ForwardRef\(Slider\)\)-rail-7 {
  border-radius: 50px !important;
}

.WithStyles\(ForwardRef\(Slider\)\)-track-6,
.ui-slider .ui-slider-range {
  background: #57b4a4;
  background: -moz-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: -webkit-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b4a4", endColorstr="#5a4fb0", GradientType=1);
  border-color: #475da4;
  margin-top: -1px;
}

.ui-slider .ui-slider-handle {
  height: 24px;
  width: 24px;
  margin-top: -4px;
  display: inline-block;
  margin-left: -1em;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-box-shadow: 1px 2px 5px #c4c5c5;
  -moz-box-shadow: 1px 2px 5px #c4c5c5;
  box-shadow: 1px 2px 5px #c4c5c5;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.ui-slider .ui-slider-handle:focus {
  outline: 0;
}

.ui-slider .ui-slider-handle:after {
  content: "|||";
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.avatar-upload {
  position: relative;
  max-width: 150px;
  margin: 20px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 0px;
  z-index: 1;
  bottom: 0px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 8px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ff004b;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  color: #ffffff;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: rgba(255, 0, 75, 0.85);
  border-color: #ff004b;
}

.avatar-upload .avatar-edit input+label i {
  font-size: 1.6rem;
}

.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  border: 8px solid #8f3b92;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.terms-and-conditions-page .banner {
  background-image: url(../images/terms-and-conditions-page.png);
  background-size: cover;
  background-position: 100%;
  height: 400px;
  min-height: 60vh;
}

@media (min-width: 1024px) {
  .terms-and-conditions-page .banner {
    height: 600px;
    min-height: 90vh;
  }
}

.terms-and-conditions-page .card {
  margin-top: -150px;
  padding: 3rem;
}

.profile-details label {
  font-weight: 600;
}

.profile-details .star-circle {
  height: 34px;
  width: 34px;
  -webkit-box-shadow: 0 5px 15px #eee;
  -moz-box-shadow: 0 5px 15px #eee;
  box-shadow: 0 5px 15px #eee;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  text-align: center;
}

.profile-details .star-circle i {
  align-self: center;
  color: #475da4;
}

.profile-details .icon-box {
  min-width: 34px;
  text-align: center;
  position: relative;
}

.profile-details .icon-box i {
  color: #000;
}

.profile-details .icon-box .dollar-icon {
  border: 2px solid #000;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  display: inline-block;
  font-size: 10px;
}

.profile-details .icon-box .igender,
.profile-details .icon-box .ilanguage,
.profile-details .icon-box .iphone {
  transform: scale(0.55);
  margin-top: -0.15rem;
}

.profile-details .icon-box .mt--1 {
  margin-top: -0.5rem;
}

.onoffswitch {
  position: relative;
  width: 74px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  text-align: left;
  padding-left: 10px;
  background: #57b4a4;
  background: -moz-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: -webkit-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b4a4", endColorstr="#5a4fb0", GradientType=1);
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #F2F2F2;
  color: #AD9191;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  height: 23px;
  margin: 5.5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 38px;
  -webkit-box-shadow: 0px 0px 2px #eee;
  -moz-box-shadow: 0px 0px 2px #eee;
  box-shadow: 0px 0px 2px #eee;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.filter-title {
  border-bottom: 2px solid #475da4;
  padding: 1rem 0;
}

.border-2p {
  border-width: 2px !important;
}

.custom-control-label::before {
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.35rem !important;
}

.custom-control-label::after {
  top: 0.1rem;
  left: -1.35rem;
  transform: scale(1.5);
}

.renter-filters .custom-control {
  margin-bottom: 1rem;
}

.renter-filters .custom-control-label {
  font-weight: bold;
}

.renter-filters .form-control {
  padding: 1.3rem;
  border-color: #dde1e8;
}

.filterView {
  position: fixed;
  top: 4rem;
  right: 0;
  bottom: 0;
  left: 0;
  height: 90vh;
  overflow: auto;
  background-color: #ffffff;
  z-index: 500;
  padding: 1rem;
}

@media (min-width: 768px) {
  .filterView {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.filterView::-webkit-scrollbar {
  width: 5px;
}

.filterView::-webkit-scrollbar-track {
  width: 5px;
  background: #f5f5f5;
}

.filterView::-webkit-scrollbar-thumb {
  width: 1em;
  background-color: #ddd;
  outline: 1px solid slategrey;
  border-radius: 1rem;
}

.listView {
  min-height: 150vh;
}

@media (min-width: 1200px) {
  .col-xxl-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.slider-map {
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.slider-map .product-slider .slick-slide {
  margin: 0;
  padding: 1rem;
}

.slider-map .product-slider .slick-slide img {
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  height: 200px;
}

.slider-map .product-slider .slick-slide:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .slider-map .product-slider-nav-thumbnails {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.slider-map .product-slider-nav-thumbnails .slick-slide {
  margin: 0;
  background-color: #ffffff;
  padding: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

@media (min-width: 992px) {
  .slider-map .product-slider-nav-thumbnails .slick-slide {
    padding: 1rem 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
  }
}

.slider-map .product-slider-nav-thumbnails .slick-slide img {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  height: 45px;
  width: 45px;
  padding: 0.1rem;
  border: 1px solid #f3f3f3;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

@media (min-width: 576px) {
  .slider-map .product-slider-nav-thumbnails .slick-slide img {
    height: 55px;
    width: 55px;
  }
}

@media (min-width: 1200px) {
  .slider-map .product-slider-nav-thumbnails .slick-slide img {
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    height: 100px;
    width: 100px;
    padding: 0.5rem;
  }
}

.slider-map .product-slider-nav-thumbnails .slick-slide:focus {
  outline: 0;
}

.slider-map .product-slider-nav-thumbnails .slick-slide.slick-current img {
  border-color: #475da4;
}

.slider-map .product-slider-nav-thumbnails .slick-arrow.next-arrow {
  right: -45px !important;
}

.slider-map .product-slider-nav-thumbnails .slick-arrow.prev-arrow {
  left: -45px !important;
}

.details-content .table td {
  color: #8a8a8a;
}

.details-content .custom-file-label {
  border-style: dashed;
  cursor: pointer;
}

.details-content .custom-file-label i {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.details-content .item-title {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}

.details-content .item-title * {
  font-weight: bolder;
}

.details-content .item-title .name {
  text-transform: capitalize;
  color: #343a40;
}

.details-content .item-title .name .rating {
  margin-left: 2rem;
  color: #000;
}

.details-content .item-title .price {
  color: #000;
}

.details-content .title {
  display: flex;
  align-items: center;
}

.details-content .custom-control,
.details-content .detail-list {
  padding-top: 4px;
  padding-bottom: 4px;
}

.review-profile-img {
  text-align: center;
  margin-bottom: 2rem;
}

.review-profile-img .prfileimg {
  max-width: 100px;
}

.popover {
  max-width: 400px !important;
  border: 0;
  -webkit-box-shadow: 0 0 1rem #c4c5c5;
  -moz-box-shadow: 0 0 1rem #c4c5c5;
  box-shadow: 0 0 1rem #c4c5c5;
}

.popover .reviews-item {
  border: 0;
}

.reviews-item {
  border-bottom: 1px solid #dde1e8;
  margin: 1rem 0;
}

.reviews-item .item-title {
  display: flex;
  justify-content: space-between;
}

.reviews-item .profile {
  height: 60px;
  width: 60px;
  background-color: #c4c5c5;
  display: flex;
  justify-content: center;
  -webkit-border-radius: 20rem;
  -moz-border-radius: 20rem;
  border-radius: 20rem;
  float: left;
}

.reviews-item .profile span {
  color: #000;
  align-self: center;
}

.reviews-item .dateTime {
  font-size: 12px;
  color: #000;
  margin-bottom: 0;
}

.reviews-item p {
  margin-top: 8px;
}

.reviews-item p,
.reviews-item .rating {
  color: #000;
}

.progressbar {
  counter-reset: step;
}

.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
  font-weight: 600;
}

.progressbar li:before {
  width: 40px;
  height: 40px;
  font-family: "themify";
  font-weight: 900;
  content: "";
  font-size: 1.1rem;
  counter-increment: step;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #dde1e8;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  border: 1px dashed #dde1e8;
  position: absolute;
  top: 20px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #ffffff;
}

.progressbar li.active::before {
  content: "";
  background: #57b4a4;
  background: -moz-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: -webkit-linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  background: linear-gradient(47deg, #57b4a4 6%, #5a4fb0 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#57b4a4", endColorstr="#5a4fb0", GradientType=1);
}

.progressbar li.active span {
  color: #343a40;
}

.itemPhotos .itemPhotosThumb {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.itemPhotos .itemPhotosThumb img {
  max-width: 100%;
}

.itemPhotos .itemPhotosThumb:first-child {
  margin-bottom: 6px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center center;
  border: 2px dashed #dde1e8;
}

.itemPhotos .itemPhotosThumb:first-child img {
  width: 100% !important;
  height: 250px !important;
}

.itemPhotos .itemPhotosThumb+.itemPhotosbigThumb {
  border-color: #dde1e8;
  width: 60px !important;
  height: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.itemPhotos .itemPhotosThumb+.itemPhotosbigThumb .upload-icon {
  font-size: 20px;
}

.itemPhotos .itemPhotosThumb+.itemPhotosbigThumb .upload-icon:after {
  content: "";
}

.itemPhotos .itemPhotosThumb+.itemPhotosbigThumb p {
  display: none;
}

.itemPhotos .itemPhotosbigThumb {
  height: 250px !important;
  display: flex;
  border: 2px dashed #dde1e8;
  cursor: pointer;
  background-color: #f8f9fa;
  justify-content: center;
  text-align: center;
  -ms-flex: 0 0 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center center;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
}

.itemPhotos .itemPhotosbigThumb img {
  max-width: 100%;
}

.itemPhotos .itemPhotosbigThumb .upload-icon {
  font-size: 45px;
}

.itemPhotos .itemPhotosbigThumb .upload-icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #dde1e8;
  height: 60px;
  width: 60px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-uploadthumb {
  border-radius: 8px;
  object-fit: cover;
  object-position: center center;
  border: 1px dashed;
  align-items: center;
  width: 60px !important;
  height: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  border: 2px dashed #dde1e8;
  cursor: pointer;
  background-color: #f8f9fa;
  justify-content: center;
  text-align: center;
  margin: 4px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -17px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-self: center;
  height: 35px;
  width: 35px;
  padding: 0.6rem 0;
  font-weight: 600;
  border-radius: 100%;
  cursor: pointer;
  color: #000;
  -webkit-box-shadow: 0 0 10px #dde1e8;
  -moz-box-shadow: 0 0 10px #dde1e8;
  box-shadow: 0 0 10px #dde1e8;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.slick-arrow:hover {
  background-color: #2873b9;
  color: #ffffff;
}

.slick-arrow.prev-arrow {
  left: -36px;
}

.slick-arrow.next-arrow {
  right: -36px;
}

.underline-tabs {
  border-width: 2px;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .underline-tabs {
    display: inline-flex;
  }
}

@media (max-width: 1023.98px) {
  .underline-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
}

@media (max-width: 1023.98px) {
  .underline-tabs .nav-item {
    white-space: nowrap;
  }
}

.underline-tabs .nav-link {
  min-width: 100px;
  border-width: 2px;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}

@media (min-width: 1366px) {
  .underline-tabs .nav-link {
    padding: 1rem 2rem;
    font-size: 1.1rem;
  }
}

.underline-tabs .nav-link:hover,
.underline-tabs .nav-link.active {
  border-color: #fff #fff #475da4;
  color: #475da4;
}

.item-listings {
  margin: 0;
  padding: 1rem 0;
}

.item-listings li {
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dde1e8;
}

.item-listings .img-holder {
  min-height: 150px;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .item-listings .img-holder {
    padding: 1rem;
  }
}

.item-listings .img-holder img {
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #475da4;
  border-radius: 1rem;
}

@media (min-width: 768px) {
  .item-listings .img-holder img {
    height: 120px;
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .item-listings .img-holder img {
    height: 190px;
    width: 250px;
  }
}

.item-listings .tag {
  background-color: #caefca;
  color: #1c7e7d;
  min-width: 70px;
}

.item-listings .title {
  margin-top: 4px;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.item-listings .price {
  font-weight: 600;
  color: #475da4;
}

.item-listings p {
  margin-bottom: 0;
  font-weight: 500;
}

.item-listings .user {
  position: relative;
  margin-bottom: 8px;
}

.item-listings .user img {
  max-width: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.item-listings .user .chat-btn {
  position: absolute;
  right: -1rem;
  top: -8px;
  z-index: 1;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-color: #ffffff;
}

.map-marker-card {
  min-width: 250px;
}

.map-marker-card img {
  height: 70px;
  width: 70px;
}

.cms-banner {
  background-image: url(../images/banner1.jpg);
  min-height: 50vh;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.whoweare-page .listing {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: 0;
  left: 0;
}

.cmsForm {
  margin-top: -20vh;
}

.cmsForm ::placeholder {
  font-weight: normal;
}

.panel-group {
  margin-bottom: 1rem;
}

.panel-group .panel-title h5 {
  font-weight: normal;
  color: #333;
}

.panel-group .panel-title a {
  padding: 1.25rem 2rem 1.25rem 0;
  display: block;
  position: relative;
}

.panel-group .panel-title a:after {
  font-family: "themify";
  content: "";
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #475da4;
  font-weight: bold;
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

.panel-group .panel-title a.collapsed {
  background-color: transparent !important;
  border-bottom: 1px solid #ddd;
  color: #000 !important;
}

.panel-group .panel-title a.collapsed:after {
  font-family: "themify";
  content: "";
  display: inline-block;
  text-align: center;
  transform-origin: center;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #00abbd;
  font-weight: bold;
  transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transform: rotate(0deg);
}

.panel-group .panel-collapse {
  padding: 1.25rem 0 0.5rem;
  border: 0;
}

.messages ::-webkit-scrollbar {
  width: 5px;
}

.messages ::-webkit-scrollbar-track {
  width: 5px;
  background: #f5f5f5;
}

.messages ::-webkit-scrollbar-thumb {
  width: 1em;
  background-color: #ddd;
  outline: 1px solid slategrey;
  border-radius: 1rem;
}

.messages .messages-box {
  height: 518px;
}

.messages .messages-box,
.messages .chat-box {
  overflow-y: scroll;
}

.messages .chat-part {
  background-color: #ffffff;
  position: relative;
  padding: 2rem 0.5rem 2rem 0;
}

.messages .chat-box {
  height: 425px;
  padding-right: 0.5rem;
}

.messages-box .list-group {
  border-radius: 0;
}

.messages-box .list-group-item {
  background-color: #EBECF1;
  border-width: 0 0 1px 0;
  border-color: #fff;
}

.messages-box .list-group-item:hover,
.messages-box .list-group-item.active {
  background-color: #fff;
}

.messages-box .media .profile-placeholder {
  background-color: #fff;
  border: 1px solid #98A0B6;
}

.messages-box .media .name {
  font-weight: 600;
  font-size: 12px;
  color: #000;
}

.messages-box .media .time {
  font-size: 10px;
  color: #98A0B6;
  font-weight: 600;
}

.messages-box .media .message-text {
  font-size: 9px;
  color: #98A0B6;
  font-weight: 600;
}

.messages-box .media p {
  margin-bottom: 0;
}

.messages-box .media .badge-primary {
  background-color: #475da4 !important;
  color: #fff;
  padding: 0.35em 0.55em;
  font-size: 10px;
}

.chat-part {
  position: relative;
}

.chat-part .reportbtn {
  position: absolute;
  top: 0;
  right: 0;
}

.chat-part .sender .msgtext,
.chat-part .reciever .msgtext {
  max-width: calc(100% - 20px);
  padding: 6px 12PX;
  position: relative;
  border-radius: 4px;
  /* padding-left: 3rem; */
  font-size: 12px;
  display: inline-block;
  min-width: 20%;
  color: #263959;
}

.chat-part .sender .msgtext:before,
.chat-part .reciever .msgtext:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 15px;
  margin-top: -8px;
  border: 8px solid;
}

.chat-part .sender .msgtext p,
.chat-part .reciever .msgtext p {
  margin-bottom: 0;
}

.chat-part .reciever .msgtext {
  background-color: #475da4;
  float: right;
  margin-right: 1rem;
}

.chat-part .reciever .msgtext p {
  color: #ffffff;
}

.chat-part .reciever .msgtext:before {
  right: -15px;
  border-color: transparent transparent transparent #475da4;
}

.chat-part .sender .msgtext {
  background-color: #D6DCEA;
  float: left;
  min-height: 30px;
  margin-left: 1rem;
}

.chat-part .sender .msgtext p {
  color: #000;
}

.chat-part .sender .msgtext:before {
  left: -15px;
  border-color: transparent #D6DCEA transparent transparent;
}

.chat-text-box .input-group {
  padding: 0;
}

.chat-text-box .input-group .form-control {
  background-color: transparent;
}

.chat-text-box .sent-btn {
  background-color: transparent;
}

.chat-text-box .sent-btn,
.chat-text-box .uploadFile+label {
  height: 50px;
  width: 50px;
  display: flex;
  border: 0;
  justify-content: center;
}

.chat-text-box .sent-btn i,
.chat-text-box .uploadFile+label i {
  align-self: center;
}

.chat-text-box .uploadFile {
  position: absolute;
  opacity: 0;
}

.chat-text-box .uploadFile+label {
  margin: 0;
  font-size: 2rem;
  background-color: #f7f7f7;
}

@media (max-width: 1199.98px) {
  .react-tel-input input {
    max-width: 238px !important;
  }
}

ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  position: relative;
  border-radius: 4px;
  border: 1px solid #3a83bb;
  color: #3a83bb;
  margin: 3px 5px;
  padding: 5px 10px 5px 20px !important;
}

ul.react-datepicker__time-list li.react-datepicker__time-list-item:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 5px;
  font-size: 12px;
  line-height: 12px;
  margin-top: -8px;
}

.react-datepicker {
  min-width: 320px;
  box-shadow: 0px 0px 14px #b9b9b9;
  border-color: transparent !important;
}

.react-datepicker__input-container input,
.react-datepicker-ignore-onclickoutside {
  border: 1px solid #dde1e8;
  background-color: #ffffff;
  border-radius: 0.25rem;
  width: 100%;
  padding: 0.5rem;
  width: 100%;
}

.react-datepicker__time-container {
  border-left: 1px solid #e8e8e8 !important;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  background-color: white !important;
  color: #216ba5 !important;
  border-radius: 2rem !important;
}

.react-datepicker__day--outside-month {
  opacity: 0.45 !important;
  cursor: not-allowed;
}

.react-datepicker__day--today,
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 2rem !important;
}

.react-datepicker__header {
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
}

.react-datepicker__navigation {
  margin-top: 0;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  margin: 0.1rem !important;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  background-color: #216ba5 !important;
  color: #fff !important;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  text-transform: capitalize !important;
}

.react-datepicker__time-list::-webkit-scrollbar {
  width: 5px;
}

.react-datepicker__time-list::-webkit-scrollbar-track {
  width: 5px;
  background: #f5f5f5;
}

.react-datepicker__time-list::-webkit-scrollbar-thumb {
  width: 1em;
  background-color: #216ba5;
  outline: 1px solid transparent;
  border-radius: 1rem;
}

/*# sourceMappingURL=custom.css.map */