section.default {
  padding: 80px 0;
}

.btn-spinner {
  position: relative;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: var(--color) !important;
  min-height: 100%;
}

.btn-spinner::before {
  content: "\f110" !important;
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute !important;
  top: 19% !important;
  right: 9px !important;
  transform: translateY(-50%);
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  left: auto !important;
  bottom: auto !important;
  height: auto !important;
  width: auto !important;
  background: transparent !important;
}

.dropdown-menu {
  background-color: var(--background-color) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--soft-background) !important;
  color: var(--color) !important;
}


/*********************************
# Start New NavBar
*********************************/
.signupBtn a {
    color: #fff !important;
}
.top-bar i {
    margin-right: 4px;
}
.top-bar .fa {
    font-size: 16px;
}

.homeTopMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background: #29c7ac;
  padding: 0 20px;
  height: 35px;
  display: none;
}
.navbar-custom {
  background: var(--background-color);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.navbar-custom .nav-link {
  font-weight: 400;
  padding: 0.5rem 1rem !important;

}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link:active {
  color: var(--dcolor);
}
nav.navbar a{
  color: var(--color);
}
nav.navbar a.create_profile{
  color: #fff!important;
}
.navbar-brand img {
  transition: transform 0.3s ease;
}

/* Other Styles */
.navbar-toggler {
  font-size: 2rem;
  color: var(--color);
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

@media (max-width: 991px) {


  /* When the navbar is collapsed (burger button clicked) */
  .navbar-collapse {
    background-color: var(--background-color);
    z-index: 1050;
  }


}

@media (max-width: 768px) {

  .navbar-custom .navbar-nav .nav-item {

    margin: 5px 0;

  }


}







/*********************************/
/* End New NavBar */
/*********************************/
/*



nav.navbar a{
  color: var(--color);
}
nav.navbar a.create_profile{
  color: #fff!important;
}
nav.navbar .login_signup a{
  color:inherit;
}


.navArea {
  position: fixed;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 100vh;
  width: 300px;
  background: #191d2b;
  z-index: 10;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  overflow-x: hidden;
}

.navHeader-img {
  padding: 20px 0;
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #2e344e;
  background: linear-gradient(135deg, #3586e8, #7ab4fb, #3586e8, #ccc, #7ab4fb);
  position: relative;
  height: 140px;
  background-size: 400% 400% !important;
}

.navHeader-img:before,
.navHeader-img:after {
  content: '';
  position: absolute;
  left: -17%;
  bottom: -50%;
  width: 100%;
  height: 70%;
  background: #191d2b;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  z-index: 3;
}

.navHeader-img:after {
  left: auto;
  right: -17%;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}

.user_img_thumb {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  bottom: -25px;
  left: 30%;
  z-index: 999;
  padding: 8px;
  background-size: 400% 400% !important;
}


.user_img_thumb {
  background: linear-gradient(135deg, #3586e8, #7ab4fb, #3586e8, #ccc, #7ab4fb);
}

.user_img_thumb img {
  border-radius: 100%;
}

.navIner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.navMenu {
  width: 100%;
  z-index: 9;
}

.navMenu ul {
  width: 100%;
}

.navMenu ul li {
  list-style: none;
  text-align: center;
  display: block;

}

.navMenu ul li a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
  padding: 10px 0;
  color: #a4acc4;
  font-weight: 600;
  position: relative;
}


.navMenu ul li a.active {
  color: #fff;
  position: relative;

}

.navMenu ul li a.active:hover {
  color: #fff;

}

.navMenu ul li a:hover {
  color: #037fff;
}

.navMenu ul li a,
.navMenu ul li a:before {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.navMenu ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  height: 100%;
  width: 0;
  background: rgba(3, 127, 255, .2);
  visibility: hidden;
}

.navMenu ul li a:hover:before {
  width: 100%;
  visibility: visible;
}

.navMenu ul li a.active:before {
  background: #037fff;
  width: 100%;
  visibility: visible;
  z-index: -1;
}

*/

/* home page banner #hero section
================================================== */
/*
#hero {
  width: 100%;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, .5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 56px;
  color: #2d465e;
}

#hero h1 span {
  color: #fff;
  font-family: Montserrat;
  display: block;
}

#hero h2 {
  color: #2d465e;
  margin-bottom: 40px;
  font-size: 1.2rem;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 0;
  transition: 0.5s;
  color: #fff;
  background: rgba(41, 199, 172, .4);
  border: 1px solid rgba(41, 199, 172, .4);
}

#hero .btn-get-started:hover {
  background: rgba(41, 199, 172, 1);
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.hero-waves svg {
  overflow: hidden;
  vertical-align: middle;
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: absolute;
  bottom: 0;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}



.video_play_btn .play-btn {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  background: radial-gradient(#009961 50%, rgba(0, 153, 97, 0.4) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.play-btn i {
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: normal;
}

.video_play_btn .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 153, 97, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

section.hero-banner.home_section.home_banner.video_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .6);
}

a.youtube_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.topHome_banner {
  background-position: left center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  height: 100%;
}

.homeTopBanner {
  min-height: 75vh;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient);
}

.banner_right_img {
  margin: 0 auto;
  width: 50%;
  display: flex;
}

.homeSection {
  min-height: 90vh;
  margin-top: 70px !important;
}

.left_footer h4 {
  font-family: 'Montserrat';
  font-size: calc(15px + .5vw);
}

.left_footer p a {
  color: rgba(41, 199, 172, 1);
  padding: 8px;
  display: block;
  text-transform: lowercase;
}

.learn_more_link {
  color: rgba(41, 199, 172, 1);
}

.home_button .video_play_btn {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 4px 29px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all .3s ease-in-out;
}

.home_button .video_play_btn:hover {
  border: 1px solid rgba(41, 199, 172, .9);
  color: #fff;
}

.home_button .video_play_btn span {
  margin-left: 10px;
}

.home_button {
  display: flex;
  align-items: center;

}

.home_button .video_play_btn {
  margin-left: 20px;
}

.home_button .video_play_btn .play-btn {
  width: 50px;
  height: 50px;
  margin: 0;
  background: radial-gradient(rgba(41, 199, 172, 1) 50%, rgba(41, 199, 172, .4) 52%);
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.home_button .play-btn i {
  font-size: 20px;
}

.home_button .video_play_btn .play-btn::before {
  content: "";
  width: 60px;
  height: 60px;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(41, 199, 172, .7);
  top: -6px;
  left: -6px;
}

.share_btn.open_card.theme_4 {
  display: none;
}

.form-control:focus {
  border-color: var(--dcolor) !important;
  outline: 0;
  box-shadow: none !important;
}

.bounce {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.home_right_test p {
  font-size: calc(15px + .3vw);
  text-align: justify;
  margin-top: 15px;
}

.home_top_banner {
  padding: 109px 0 50px 0;
}

*/

/* end home page banner #hero section
================================================== */




/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
.newSection {
  padding: 80px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {


.newSection {
    scroll-margin-top: 66px;
  }
}
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/

.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: var(--size-800);
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 85px;
  height: 3px;
  background: var(--primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  font-size: var(--size-500);
  padding: 10px;
}

.text-primary {
  color: var(--dcolor) !important;

}

.text-primary.steps {
    font-weight: 700;
}

/* Start NEW #hero section
================================================== */

.hero {
  padding-top: 120px;
  min-height: 100vh;
  background: var(--gradient);
}

.hero .hero-content h1 {
  font-size: var(--size-900);
  font-weight: 700;

}


@media (max-width: 992px) {
  .hero {
    padding: 100px 0 40px;
    text-align: center;
  }

}

@media (max-width: 768px) {

  .features .nav-link {
    padding: 8px 20px;
  }

}

.hero .company-badge {
  background: rgba(13, 131, 253, 0.1);
  color: var(--color);
  padding: 8px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
}

.hero .btn {
  margin: 10px 0;
  border-radius: 50px;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}

.hero .btn-primary {
  padding: 0.75rem 2.2rem;
  background-color: var(--dcolor);
  border-color: var(--dcolor);
  font-weight: 600;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.hero .btn-primary:hover {
  background-color: color-mix(in srgb, var(--dcolor), black 10%);
  border-color: color-mix(in srgb, var(--dcolor), black 10%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.hero .btn-outline-primary {
  padding: 0.7rem 1.5rem;
  border-color: var(--dcolor);
  color: var(--dcolor);
  background-color: transparent;
}

.hero .btn-outline-primary:hover {
  background-color: var(--dcolor);
  color: #fff;
  border-color: var(--dcolor);
}


.hero .btn-link i {
  font-size: 1.5rem;
  vertical-align: middle;
}

.hero .hero-image {
    max-width: 500px;
    max-height: 500px;
  position: relative;
  margin: 0 auto;
}

.avatar:first-child {
  margin-left: 0;
}

.hero .customers-badge {
  position: absolute;
  bottom: -40px;
  right: 10px;
  background-color: var(--background-color);
  padding: 0.5rem;
  border-radius: 10px;
  max-width: 300px;
  animation: float-badge 3s ease-in-out infinite;
  will-change: transform;
}

.hero .customers-badge p {
  font-size: 0.875rem;

}


.hero .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
  margin-left: -0.5rem;
}

.hero .customers-badge .avatar:first-child {
  margin-left: 0;
}

.hero .customers-badge .avatar.more {
  background-color: var(--dcolor);
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
}


@media (max-width: 992px) {
  .hero .customers-badge {
    position: static;
    margin: 1rem auto;
    max-width: 250px;
  }
}

.hero .stats-row {
  position: relative;
  background-color: var(--secondary);
  z-index: 1;
  margin: 5rem 0 0;
  border-radius: 20px;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.hero .stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}

.hero .stat-item .stat-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--dcolor), transparent 92%);
  border-radius: 50px;
  transition: 0.3s;
}

.hero .stat-item .stat-icon i {
  font-size: 1.5rem;
  color: var(--dcolor);
}

.hero .stat-item:hover .stat-icon {
  background-color: var(--dcolor);
}

.hero .stat-item:hover .stat-icon i {
  color: var(--light);
}

.hero .stat-item .stat-content {
  flex-grow: 1;
  text-align: left;
}

.hero .stat-item .stat-content p {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--dark), transparent 40%);
  margin: 0;
}

@media (max-width: 575px) {
  .hero .stat-item {
    padding: 1.5rem;
  }

}

@keyframes float-badge {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}


/********* End NEW #hero section **************/


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-meta {
  color: var(--dcolor);
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}

.about .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 992px) {
  .about .about-title {
    font-size: 2rem;
  }
}

.about .about-description {
  margin-bottom: 2rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--color), transparent 20%);
}

.about .feature-list-wrapper {
  margin-bottom: 2rem;
}

.about .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.about .feature-list li i {
  color: var(--dcolor);
  font-size: 1.2rem;
}

.about .image-wrapper {
  position: relative;
}
.about .image-wrapper .main-image {
    border-radius: 15px;
  }
@media (max-width: 992px) {
  .about .image-wrapper {
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .main-image {
    margin-left: 0;
  }
}

.about .image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border-radius: 15px;
  border: 8px solid #fff;
}

@media (max-width: 992px) {
  .about .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
  }
}


/*--------------------------------------------------------------
# How its works Section
--------------------------------------------------------------*/
.how-it-works-content {
  padding: 1rem;
  background: var(--soft-background);
  border-radius: 20px;
}
.how-it-works-img .screenShot {
  max-width: 200px;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  margin: 40px 0;
  padding: 2px;
}


/* cookies btn
================================================== */
.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #2f3640;
  color: #f5f6fa;
  padding: 10px 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);

  transition: 400ms;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container p {
  margin-top: 5px;
  color: #fff !important;
}

.cookie-container a {
  color: rgb(3, 127, 255) !important;
  text-decoration: underline;
}

.cookie-container.active {
  display: flex;
  z-index: 99999;
}


.cookie-btn {
  background: #e84118;
  border: 0;
  color: #f5f6fa;
  padding: 0px 25px;
  font-size: 15px;
  margin-bottom: 16px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 7px;
  margin-left: 20px;
}

/* cookies btn
================================================== */



/* home Rating
================================================== */
/*   rating
================================================== */

.rating_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eee;
  padding: 10px;
}

.comments_area {
  padding: 10px;
  border: 1px solid #ddd;
}

.rating_content {
  margin-bottom: 10px;
}

span.time_ago {
  color: #777;
  font-size: 13px;
  margin-left: 10px;
}

.star_area i.fa.fa-star {
  color: #FF912C;
}

.star_area i.fa.fa-star-o {
  color: #F2B827;
}

.rating_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.select_rating {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.select_rating span {
  flex: 0 0 60px;
  display: inline-block;
  margin-right: 11px;
}

.rating_button a {}

.review_section {
  min-height: 100vh;
}

.author_rating {
  padding: 5px;
  background: #f8f8f8;
}



/*end home Rating
================================================== */

/*end menu*/
.confirmMsgArea .trackText {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 300;
}

.whatsapp_share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.whatsapp_share a:hover {
    background-color: #128C7E; /* Darker green on hover */
    color: #fff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
.whatsapp_share a:active {
    transform: translateY(0);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp_share_content {
    display: flex;
    align-items: center;
    gap: 5px; /* Space between icon and text */
}
.fa-whatsapp {
    font-size: 24px;
}

.copyRight p {
  color: #a4acc4;
}

.copyRight {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 15px 0;
  border-top: 1px solid #2e344e;
}

/*  home page menu
================================================== */
.home_page_navbar {
  transition: all 0.5s ease;
}

#headers {
  
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease;
 /*  
  position: fixed;
  top: 0;
 */
}

img.site_logo {
  height: 50px;
}

a.navbar-brand img.site_logo {
  height: 50px;
  max-width: 189px;
  padding: 10px;
  object-fit: contain;
  transform: scale(1.2);
}

.home_page_navbar nav li a {
  padding: 12px 10px !important;
  display: inline-block;
}


.right_bar a:hover {
  background: rgba(41, 199, 172, 1);
  border-color: rgba(41, 199, 172, 1);
  color: #fff;
}

.right_bar a {
  background: rgba(41, 199, 172, .1);
  color: rgba(41, 199, 172, 1);
  border: 1px solid rgba(41, 199, 172, 1);
  padding: 12px 30px;
  margin-right: 11px;
  transition: all .5s ease;
  border-radius: 4px;
}

.right_bar a.create_profile {
  background: rgba(41, 199, 172, 1);
  color: #fff;
}

.right_bar a.create_profile:hover {
  background: rgba(41, 199, 172, .1);
  color: rgba(41, 199, 172, 1);
  border: 1px solid rgba(41, 199, 172, 1);
}

.homeMenuNav {
  box-shadow: 0 0 5px var(--box-shadow);
}

.home_page_navbar nav li.active a,
.home_page_navbar nav li a:hover {
  color: rgba(41, 199, 172, 1) !important;
}



ul.left_top_menu {
  display: flex;
  align-items: center;
}

ul.right_top_menu {
  display: flex;
  align-items: center;
}

ul.left_top_menu li a {
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 5px 13px;
}

ul.right_top_menu li a {
  display: block;
  padding: 5px 10px;
}

ul.right_top_menu li a i {
  color: #fff;
}

.bottom_down {
  text-align: left;
  color: var(--color);
}

.bottom_down h4 {
  font-family: 'Montserrat';
  padding-bottom: 2px;
}

/*  home banner with search
================================================== */

/*  features area
================================================== */

.heading {
  color: var(--color);
  font-size: 25px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}

.features-section {
  padding-top: 60px;
  padding-bottom: 50px;
}

.features-heading,
.sction_title{
  padding: 60px 0;
  text-align: center;
}

.features-heading h2,
.sction_title h2{
  padding: 3px;
  color: var(--color);
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h2.heading-text::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 35%;
  background: rgba(41, 199, 172, 1);
  bottom: 0;
  left: 25%;
  transform: translateX(22%);
}

.features-heading p,
.sction_title p{
  color: var(--color);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 10px 30px;
}

.features-wrap {
  background: var(--soft-background) none repeat scroll 0 0;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 16px 5px 13px;
  display: flex;
  justify-content: space-between;
  transition: all .4s ease-out;
  color: var(--color);
}

.features-wrap:hover {
  background: var(--soft-background) none repeat scroll 0 0;
  box-shadow: 0 7px 10px -3px var(--dcolor);
  transition: all .4s ease-out;
}

.features-img img {
  display: block;
  margin: 0px auto;
}

.features-wrap i {
  font-size: 40px;
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  text-align: center;
  line-height: 57px;
}

.features-wrap img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  flex: 0 0 60px;

}

.features-wrap.left_wrap {
  text-align: right;
  padding-left: 3px;
}

.features-wrap.right_wrap {
  text-align: left;
  padding-right: 3px;
}

.features-wrap.left_wrap i,
.features-wrap.left_wrap img {
  margin-left: 20px;
}


.features-wrap.right_wrap i,
.features-wrap.right_wrap img {
  margin-right: 20px;
}

.features-content h4 {
  font-size: calc(13px + .15vw);
}

/* End features area
================================================== */

/* Start home services
================================================== */

.single_serivce_area {
  transition: 1s;
  margin-bottom: 30px;
  height: 305px;
  overflow: hidden;
  box-shadow: 0px 7px 6px 0px var(--box-shadow);
  background: var(--soft-background);
  border-radius: .5rem;
}

.single_service {
  padding: 15px;
}

.home_service_img {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.leftHero {
    max-width: 500px;
}

.single_serivce_area:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 0px rgba(41, 199, 172, 1);
  transition: all .4s ease;
}

.single_serivce_area .topIcon>i {
  border-radius: 50%;
  margin-top: 13px;
  font-size: 30px;
}

.single_service {
  display: flex;
  flex-direction: column;
}

.service_details h4 {
  padding-bottom: 5px;
}

.service_details {
  padding-top: 10px;
}

.top_service h4 {
  font-size: 17px;
}

.top_service i {
  font-size: 25px;
  margin-right: 7px;
}

.home_service_mr {
  margin-bottom: 67px !important;
  box-shadow: 0 2px 3px var(--box-shadow);
  padding: 10px 0;
}

.home_service_icon {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 12px;
}

.home_service_icon i {
  font-size: 27px;
  height: 70px;
  width: 70px;
  color: #fff;
  background: radial-gradient(rgba(41, 199, 172, 1) 60%, rgba(41, 199, 172, .4) 62%);
  ;
  text-align: center;
  line-height: 2.6;
  border-radius: 100%;
}

.single_service {
  padding-top: 5px;
}

section.services_area.how_it_works {
  background: var(--body-color);
  color: var(--color);
}

.teamSections {
  background: var(--body-color);
  padding-top: 100px;
  padding-bottom: 120px;
}

/* End Home services
================================================== */

/*    accordion
================================================== */


.page_accordion_header {
  background: var(--soft-background);
  padding: 20px 10px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: var(--color);
}

.arrow_up::after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  transform: rotate(0deg);
  color: rgba(41, 199, 172, 1);
  transition: transform 200ms ease-in-out;
}

.arrow_down::after {
  font-family: 'FontAwesome';
  content: "\f078";
  float: right;
  transform: rotate(180deg);
  color: rgba(41, 199, 172, 1);
  transition: transform 200ms ease-in-out;
}

.accordion_content {
  background: var(--card-color);
  color: var(--color);
  padding: 5px 10px 10px;
  border-top: 1px solid var(--border-color);
  font-size: 0.9rem;
  display: none;
}

.accordion {
  margin-bottom: 15px;
}

.single_accordion {
  margin-bottom: 12px;
}

.faq_images {
  min-height: 350px;
  max-height: 500px;
  width: 78%;
  overflow: hidden;
  margin: 0 auto;
}

.faq_images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* End faq
================================================== */

/* Home Team
================================================== */
.slider-nav .slick-arrow {
  background: transparent;
  border: 0;
  position: absolute;
  bottom: -45px;
  right: 0;
  height: 4px;
  outline: none;
  height: 30px;
  width: 30px;
  background: rgba(41, 199, 172, 1);
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  margin-right: 16px;
  z-index: 9;
}

.slider-nav .slick-arrow.slick-prev {
  display: block;
  color: #fff;
  right: 36px;
  cursor: pointer;
}

.slider-nav .slick-arrow.slick-next {
  right: 0;
  display: block;
  color: #fff;
  cursor: pointer;
}

.slider-nav.slick-slide.slick-active {
  outline: none;
}

.slider-nav.slick-slide {
  outline: none;
}

.slick-slide {
  outline: none !important;
}

.service_home_img {
  height: 250px;
}

.service_home_title h4 {
  padding-bottom: 15px;
}

.service_home_details p {
  line-height: 27px;
}

.row_reverse {
  flex-direction: row-reverse;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.team_details {
  background: var(--card-color);
  color: var(--color);
  padding: 9px 10px 10px;
}

.single_team {
  min-width: 320px;
  padding: 0 13px;
}

.slick-slide.slick-active {
  outline: none;
}

/*  Home page footer
================================================== */
/*
.footer_area {
  background: #f8f8f8;
  color: #5e5e5e;
}
*/
.left_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
  text-align: center;
}

.left_footer ul {
  display: flex;
}

.left_footer ul li a {
  display: block;
  padding: 5px 10px;
  font-size: 20px;
  color: #777;
}

.left_footer ul li a:hover {
  color: rgba(41, 199, 172, 1);
}

.footer_bottom {
  padding: 10px 0;
  background: #f6f6f6;
}

ul.row_ul {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-top: 10px;
}

ul.row_ul li a {
  padding: 1px 10px;
  font-size: 15px;
  font-weight: normal;
}

ul.row_ul li a i {
  color: rgba(41, 199, 172, 1);
}

/* start login
================================================== */
/*
.login_heading,
.signup_heading{
  color: var(--color);
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.signupSection {
  position: relative;
}
*/
/*.login_wrapper {
    padding: 0 80px;
}*/

/*
.left_login_page.login_banner {

  height: 100vh;

  display: flex;

  align-items: center;

  text-align: center;

  color: #fff;

  background-repeat: no-repeat !important;

  background-position: center center !important;

  background-attachment: fixed !important;

  background-size: cover !important;

  position: fixed;

  width: 40%;

  justify-content: center;

}

.left_login_page.login_banner::before {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  background: rgba(41, 199, 172, .3);

}


.left_top_login h4 {
  margin-bottom: 10px;
}

.left_top_login {
  z-index: 3;
  padding: 0 calc(20px + 2vw);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right_form_login {
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content:  space-between;;
  margin-top: 0px;
}

.forgetPassword {
  justify-content: center;
}

.topSigin {
  display: flex;
  width: 100%;
  min-height: 90vh;
  justify-content: center;
  align-items: center;
}
*/
/*
.form_content {
  padding: 0 calc(30px + 14vw);
}

.login_content {
  padding-top: 80px;

  width: 100%;
}
.othersLogin {
    margin:40px;
}

.form_content.signup {
  text-align: center;
  padding: 0 calc(20px + 9vw);
}

.user_login_header {
  margin-bottom: 40px;
}
.user_login_header .login_heading,
.user_login_header .signup_heading{
  margin-bottom: 15px;
}
.login_form {
  text-align: left;
}

.login_form .form-control {
  height: 45px;
  border-radius: 0;
}

.login_form .btn {
  border-radius: 0;
  padding: 9px 30px;
  margin-top: 10px;
}
*/

/* end login
================================================== */

/* Start New login & sginup
================================================== */

/* === Signup Page Layout === */
.theme-light .signup-Section,
.theme-light .login-Section,
.theme-light .contacts-section{
  background: var(--gradient);
}

.signup-container,
.login-container,
.forgot-container,
.contacts-container{
  min-height: 100vh;

  
}

.signup-box,
.forgot-box,
.staff-box,
.contacts-box {
  background-color: var(--card-color);
  border-radius: 15px;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  opacity: 0;
  transform: scale(0.9);
  animation: zoomIn 0.8s ease-out forwards;
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.form-floating {
  position: relative;
  margin-bottom: 25px;
}

.form-floating label {
  position: absolute;
  top: 50%;
  left: 2.75rem; /* space for icon */
  transform: translateY(-50%);
  background: transparent;
  color: transparent;
  pointer-events: none;
  transition: 0.2s ease all;
  font-size: 0.9rem;
}

.form-control:focus ~ label,
.form-control:not(:placeholder-shown) ~ label {
  top: -12px;
  left: 0;
  right: auto;
  font-size: 0.8rem;
  color: #007bff;
}

.form-check-label{

    font-size: 0.8rem;

}

/* === Icon Inside Input === */
.has-icon {
  position: relative;
}

.input-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 1rem;
  z-index: 2;
  pointer-events: none;
}

.form-control {
    border-color: var(--border-color) !important;
    height: 45px;
}

.form-floating .form-control {
  padding-left: 2rem !important;
}

.progress {
  background-color: transparent;
    margin-bottom: 10px;
}


/* === Utility === */
.flex-center {
   display: flex;
  align-items: center;
  justify-content: center;
}

.signin-link {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 20px;
}

.alert_msg {
  font-size: 0.8rem;
  color: red;
  margin-top: 5px;
}

/* === Login Page Layout === */

.login-box {
  border-radius: 15px;
  max-width: 900px;
  width: 100%;
  opacity: 0;
  transform: scale(0.9);
  animation: zoomIn 0.8s ease-out forwards;
}


.login-left, .login-right {
  padding: 30px;
}

.login-left {
  background-color: var(--card-color);
}

.login-right {
  background-color: var(--background-color);
  border-left: 1px solid var(--border-color);
  
}

.forgot-link {
  font-size: 0.8rem;
  color: #007bff;
}

.forgot-link:hover {
  text-decoration: underline;
}

.alternative-login {
    flex-direction: column;
    gap: 25px;
    
}

.alternative-login i {
  margin: 0 0.8rem;
}

.right-login-group {

    height: 300px;
}
.signup-link {
  font-size: 0.9rem;
  margin-top: 15px;
}


/* Brand Gradient Divider */
.divider {
  margin: 1rem 0;
  position: relative;
  text-align: center;
}
.divider::before, .divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background: linear-gradient(to right, #007bff, #e0e0e0, #fd7e14);
}
.divider::before {
  left: 0;
}
.divider::after {
  right: 0;
}
.divider span {
  position: relative;
  z-index: 1;
  background-color: var(--background-color);
  padding: 0 12px;
  font-size: 0.95rem;
}

.divider .sginup-divspn {
    background-color: var(--card-color);
}

.eye-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  cursor: pointer;
  z-index: 3;
  font-size: 1rem;
}

.staff-box .staff-icon {
  text-align: center;
  margin-bottom: 20px;
}

.staff-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.input-group .dial-cod-select {
  max-width: 70px;
  padding: 5px;
  height: 45px !important;
  
}




/* End New login & sginup
================================================== */


/* start pricing 2
================================================== */
.bg-gradient {
  background: #C9D6FF;
  background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
  background: linear-gradient(to right, #E2E2E2, #C9D6FF)
}

.pricing_2 ul li {
  margin-bottom: 1.4rem
}

.pricing-divider {
  border-radius: 20px;
  background: #C64545;
  padding: 1em 0 4em;
  position: relative
}

.pricing-divider {}

.pricing-divider-img {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px
}

.deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  fill: var(--card-color);
}

.btn-custom {
  background: #C64545;
  color: #fff;
  border-radius: 20px
}

.img-float {
  width: 50px;
  position: absolute;
  top: -3.5rem;
  right: 1rem
}

.princing-item {
  transition: all 150ms ease-out;
  margin-bottom: 20px;

}

.princing-item:hover {
  transform: scale(1.05)
}

.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0)
}

.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0)
}

.card-body.bg-white.mt-0.shadow {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

ul.list-unstyled.mb-5.position-relative {
  text-align: left;
}

h4.my-0.text-light.font-weight-normal.mb-3 {
  font-size: calc(15px + 1vw);
}

.list-unstyled {
  text-align: left;
}


/* start pricing 3
================================================== */
.pricing_3 .card {
  border: none;
  border-radius: 0;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px !important;
}

.pricing_3 hr {
  margin: 1.5rem 0;
}

.pricing_3 .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing_3 .card-price {
  font-size: calc(15px + 1vw);
  margin: 0;
}

.pricing_3 .card-price .period {
  font-size: 1.2rem;
}

.signupCard {
  margin-top: -30px;
}

.pricing_3 ul li {
  margin-bottom: 1rem;
}

.text-muted {
  opacity: 0.7;
}

.pricing_3 .btn.price_btn {
  font-size: 80%;
  border-radius: 0;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
  background: rgba(41, 199, 172, 1);
  border-color: rgba(41, 199, 172, 1);
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing_3 .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing_3 .card:hover .btn {
    opacity: 1;
  }
}

.form_content.signup.with_package {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_package_details_signup.with_package {
  display: flex;
  align-items: flex-start;
  padding: 0;
  justify-content: center;
  width: 100%;
}

.left_package_details_signup.with_package.pricing_3 .card {
  background: var(--card-color);
  margin-right: 10px;
  box-shadow: none;
}

.left_package_details_signup.with_package.pricing_3 .card .fa-ul {
  padding-left: 0px;
  padding-right: 40px;
  text-align: left;
}



.bg_white {
  background: var(--card-color);
}

/*   end pricing
================================================== */


/**
  ***  home search
**/

.banner_img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.home_search_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_search_area input {
  height: 50px;
  border-radius: 0;
  outline: none;
  border: 0;
}

.home_search_area .btn {
  border-radius: 0;
  height: 50px;
  width: 69px;
  padding: 10px;
  border: 0;
  background: #fff;
  color: #777;
}

.home_search_area .btn:hover {
  color: #000;
}

.home_search_area .btn i {
  font-size: 24px;
}

form.home_search_form {
  width: 38%;
}

.single_users {
  margin-top: 10px;
  box-shadow: 0px 0px 5px #eee;
  margin-bottom: 10px;
  height: 336px;
  overflow: hidden;
}

.qr_area {
  height: 80px;
  width: 80px;
  margin: 0 auto;
}

.banner_text {
  width: 38%;
  color: #fff;
  margin-bottom: 10px;
}

.users_banner_area.home_banner {
  height: 100vh;
  z-index: 5;
}

.users_banner_area.home_banner p {
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 10px auto;
}

.custom-file.home_search_area {
  position: relative;
}



.single_user_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.home_user_profile {
  height: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #037fff;
}

.user_social_sites ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.user_social_sites ul li a {
  color: #777;
  height: 35px;
  width: 35px;
  display: inline-block;
  border: 0;
  margin: 0 5px;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  border-radius: 0;
  transition: .5s;
  margin-bottom: 14px;
}

.user_social_sites ul li a:hover {
  color: #037fff;
  transition: .5s;
}

.single_user_body {
  text-align: center;
  /*background: #eee;*/
  padding: 10px 5px;
  padding-top: 0;
}

.users_section {
  min-height: 100vh;
}

.user_right_btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.user_right_btn_area .form-control,
.user_right_btn_area .c_btn {
  border-radius: 0;
  height: 46px !important;
  margin-right: 11px;
  outline: none;
}

.formAreasearch,
.rightSearch {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.formAreasearch {
  justify-content: space-between;
}

.users_section.homeSection.mt-150 {
  padding-top: 80px;
}

.leftSearch {
  margin: 7px 0 14px 0;
}

.users_banner_area {
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  color: #fff;
  position: relative;

}

.users_banner_area::before {
  background: rgba(0, 0, 0, .6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  position: absolute;
}

.user_type {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.user_type span {
  background: #037fff;
  margin: 2px;
  color: #fff;
  border-radius: 14px;
  padding: 2px 8px;
}

.user_banner_wrapper {
  text-align: center;
  z-index: 9;
  width: 100%;
}

.user_banner_wrapper h4 {
  color: #fff !important;
  font-family: Boogaloo;
}

.profile_btn {
  background: #fff;
  border: 1px solid rgba(41, 199, 172, 1);
  display: inline-block;
  margin: 10px 0 20px 0;
  padding: 6px 12px;
  border-radius: 0;
  transition: .5s;
  color: #333;
  font-family: 'rubik';
  font-size: 14px;
}

.profile_btn:hover {
  background: rgba(41, 199, 172, 1);
  transition: .5s;
  color: #fff;
}

.username {
  font-family: 'Montserrat';
  font-size: 19px;
}

.single_user_top label {
  margin-top: -7px;
}

.users_banner_area.home_banner {
  height: 100vh;
  z-index: 5;
}

.users_banner_area.home_banner p {
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 10px auto;
}

.custom-file.home_search_area {
  position: relative;
}

.cd-headline.clip.typing_data.home_search_type {
  font-size: 24px;
  padding: 5px 10px;
  font-family: Boogaloo;
}

.search_typing {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.user_type {
  margin-top: 26px;
}

.user_type .form-control {
  border-radius: 0;
  height: 46px;
  border: 1px solid #777;
  background: transparent;
  color: #fff;
}

.user_type button {
  height: 46px;
  margin-top: -4px;
  padding: 10px 27px;
  background: transparent;
  /*border: 0;*/
  color: #fff;
  transition: 1s;
  font-size: calc(15px + .2vw);
}

.user_type button:hover {
  transition: 1s;
}


.user_type .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.user_type .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.user_type .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.device-wrapper {
  margin: 0 auto;
}

.device-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;

}

.html5-video-player a {
  display: none !important;
}

.ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}

iframe:hover .ytp-autohide .ytp-watermark {
  display: none;
}

.screen::before {
  background: #000;
  height: 50px;
  width: 100%;
  top: 0;
  z-index: 999999;
  position: absolute;
  border-radius: 15px;
}


.screen::after {
  background: #000;
  height: 56px;
  width: 100%;
  top: auto;
  z-index: 999999;
  position: absolute;
  border-radius: 50px;
  bottom: 0px;
}

.features-content p {
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  max-width: 95%;
}

.terms_page {
  padding-top: 120px;
  min-height: 65vh;
}

.home_contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.device {
  transform: scale(.8);
}

.team_header img {
  height: 358px;
}

.heroWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qrImg {
  height: 150px;
  width: 150px;
}

.rightHero {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 40px 0;
}

.rightHero h4 {
  font-family: 'Montserrat';
  padding-bottom: 10px;
  font-size: 15px;
}

.home_banner {
  width: 100%;
  background-attachment: fixed !important;
  background-position: left center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_baner_content {
  position: relative;
  z-index: 9;
  color: #fff;
}


input.form-control.checkUsername:-webkit-autofill,
input.form-control.checkUsername:-webkit-autofill:hover,
input.form-control.checkUsername:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

.form-group.resturant_name {
  display: flex;
  align-items: center;
}

.form-group.resturant_name button {
  background: green;
  color: #fff;
  padding: 3px 20px;
  font-size: 13px;
  border-radius: 5px;
  margin-top: 11px;
  margin-left: -4px;
}

.resturant_name .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.resturant_name .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.resturant_name .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.heroSearch {
  color: #fff !important;
}

.resturant_name .form-control:focus {
  box-shadow: none !important;
  outline: none;

}

.alert_msg.heroSearch,
.heroSearch.searching::after {
  color: #fff !important;
  font-size: 0.8rem;
}

.pb-10 {
  padding-bottom: 10px;
}

section.hero-banner.home_section.home_banner.video_banner {
  padding: 50px 0;
}
a.price_btn{
 color: #fff !important;
}
.not_found_page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invalid_text img {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 14px;
}

.invalid_text {
  text-align: center;
}

.invalid_text h4 {
  font-size: calc(15px + .4vw);
  font-family: cursive;
  margin-bottom: 7px;
}

.invalid_text p {
  font-size: 17px;
  font-family: sans-serif;
}

.invalid_text a {
  font-size: 17px;
  background: rgba(41, 199, 172, 1);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 12px;
  text-decoration: none;
  font-family: sans-serif;
}

.home_right_test h4 {
  margin-bottom: 14px;
}

.device-wrapper {
  margin: 0 auto;
  margin-top: -50px;
}

/*
.home_wrapper {
  color: var(--color);
}
*/
.home_left_img {
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 300px;
  padding: 10px;
}

.home_left_img img {
  height: 200px;
  width: auto;
}

/*----------------------------------------------
1.8
----------------------------------------------*/
.single_user_top label {
  background: #29c7ac;
}


.user_login_header img {
  height: 100px;
  width: 100px;
  margin: 20px auto;
  display: block;
  border: 1px solid #fff;
  border-radius: 20%;
  padding: 5px;
  box-shadow: 0 0 5px #eee;
}

.right_form_login.signup {
  justify-content: center;
}

/*----------------------------------------------
    VERSION 1.9
----------------------------------------------*/
.nearbyArea {
  display: flex;
}

.searchInput {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.searchInput .user_right_btn_area {
  flex: 0 0 98px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.searchInput .user_right_btn_area button {
  margin: 0;
  border-radius: 0 5px 5px 0;
  color: #fff;
}

.searchInput input {
  height: 46px;
  border-radius: 5px 0 0 5px;
  margin-right: -5px;
}

section.nearbySection {
  padding: 80px 0;
}

.findNearby {
  flex: 0 0 200px;
}

.findNearby button {
  height: 46px;
  border-radius: 5px;
  margin-left: 10px;
}

.singleShop {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
  padding: 0 10px;
  border-radius: 5px;
  background: var(--soft-background);
  min-height: 90px;
  flex-direction: column;
  justify-content: space-between;
}

.leftShopImg {
  flex: 0 0 87px;
  margin-right: 10px;
  height: 87px;
}

.shopInfo h4 {
  font-size: 17px;
  font-family: 'Josefin Sans', sans-serif;
}

.shopInfo p {
  font-size: 14px;
}

.shopInfo {
  border-bottom: 1px dashed var(--border-color);
  padding: 8px 0;
}

.shopBottom ul {
  display: flex;
  align-items: center;
  padding: 7px 0;
  justify-content: space-between;
}

div#errorMsg {
  padding: 5px;
  color: tomato;
}

.shopBottom ul li {
  font-size: 12px;
}

.shopUrl {
  width: 100%;
}

.restaurantList {
  margin-top: 30px;
}

.restaurantList a {
  color: #777;
}

.righShopDetails {
  width: 100%;
}

.nearbySection {
  background: var(--card-color);
  color: var(--color);
}

.popularItem .homeSingle_item {
  margin-bottom: 15px;
}




.singleShop.singleShopItem {
  flex-direction: column;
  padding: 0;
}

.singleShop.singleShopItem .leftShopImg {
  height: 191px;
  width: 100%;
  flex: inherit;
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.singleShop.singleShopItem .shop_info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.singleShop.singleShopItem .shop_info>img {
  height: 40px;
  width: 40px;
  margin-right: 7px;
}

.singleShop.singleShopItem .shop_info h4 {
  font-size: 15px;
}

.singleShop.singleShopItem .shopInfo {
  padding: 4px 10px;
}

.singleShop.singleShopItem .shopBottom {
  padding: 3px 10px;
}

.shopInfo .itemTitle {
  padding-top: 5px;
}

.shopBottom.shopDeatils_thumb ul {
  margin: 0;
  padding: 0;
}

.shopBottom.shopDeatils_thumb {
  margin: 3px 0 0 0;
  padding: 0 !important;
}

.shopBottom.shopDeatils_thumb li {
  margin-right: 9px;
}

.itemHeading h4 {
  font-size: 18px;
  display: block;
  padding: 9px 0;
  border-bottom: 1px dashed var(--body-color);
  margin-bottom: 13px;
  font-family: 'Josefin Sans', sans-serif;
}

.homePopular.pb-80 {
  padding-bottom: 80px;
}

.restaurantList {
  min-height: 250px;
}

.load::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../../../assets/frontend/images/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;


}

.load {
  z-index: 2;
  height: 250px;
  position: relative;
  box-shadow: none;
}

.footerLogo {
  height: 40px;
  margin-bottom: 10px;
}

.footerLogo img{

  object-fit: contain;

}

.singleUsersArea img {
  height: 60px;
  width: 60px;
  aspect-ratio: 1/1;
}

.singleUsersArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.usersHeader {
  display: flex;
  gap: 10px;
}

.usersArea {
  /* padding: 20px; */
  background: #f9f9f9;
  box-shadow: 0 0 5px #ddd;
  margin: 10px 0;
}

.usersHeader img {
  height: 80px;
  width: 80px;
  border-radius: 3px 0 0 3px;
  background: #fff;
}

.usersFooter img {
  height: 70px;
  width: 70px;
  margin-right: 5px;
}

.usersHeader h4 {
  padding-top: 8px;
}

.shopTopper {
  display: flex;
}

.cardFooter ul {
  display: flex;
  gap: 10px;
}

.cardFooter ul a {
  display: block;
  padding: 5px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.cardFooter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: var(--body-color);
}

.cardFooter ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cardFooter ul li {
  width: 100%;
  border-right: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardFooter ul li:last-child {
  border: 0;
}

.singleShop {
  padding: 0;
}

.righShopDetails {
  padding: 0 5px;
}

.qrImage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qrImage img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  aspect-ratio: 1/1;
}

span.previous_price.fz-14 {
  font-size: 1.5rem;
}

span.previous_price.fz-14.text-light {
  color: #f8f8f8 !important;
}

.onlinePaymentList ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.onlinePaymentList ul label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  margin: 0;
}

.onlinePaymentList ul .payout_img {
  width: 35px;
  aspect-ratio: 1/1;
  flex: 0 0 35px;
  height: 35px;
  background-color: #fff!important;
}

.onlinePaymentList ul li {
  display: flex;
  cursor: pointer;
  background: var(--soft-background);
  padding: 8px 12px;
  border-radius: .3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.payment_nav li a {
  text-wrap: nowrap;
}

pre.pre-code {
  white-space: pre-line;
  background: transparent;
  border: 0;
  font-size: 15px !important;
  font-weight: 500;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offlinePayment {
  width: 100%;
}

.opacity_0 {
  opacity: 0 !important;
}



input.form-control.checkUsername {
  background: transparent!important;
  border: 0;
  border-bottom: 2px solid #ddd;
  border-radius: 0;
  color: #fff;
  padding-left: 0;
  margin-right: 10px;

}

input.form-control.checkUsername:focus {
  background-color: transparent!important;
  outline: none;
}
/*
.home_wrapper .btn{
  color: #fff!important;
}
*/

