::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #fdffe7;
}

.fa-star {
  color: gold;
}

::-webkit-scrollbar-thumb {
  background: #486cff;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(85, 85, 85, 0.454);
}

.card-gradient {
  background-image: linear-gradient(100deg, #486cff, #fdfdd3, #baa3266e);
}

.badge.badge-primary {
  position: absolute;
  background: var(--bs-orange);
  z-index: 9;
  font-size: 12px;
  /* border-radius: 10px 0; */
  /* left: 15px; */
  padding: 3px 10px;
}

.datewise-edi-badge {
  border-radius: 5px 0 !important;
  left: 0 !important;
}

.border-radius-primium {
  border-radius: 5px 0 !important;
}

.coupon-gradien {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  color: #fff !important;
}

* {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none !important;
}

body {
  /* background-color: #fdfdd3; */
  font-family: "Nunito", sans-serif;
  background-color: #f0fdf4;
  color: #646f;
  font-size: 0.9rem;
}
.playfair {
  font-family: "Playfair Display", serif;
}
a {
  text-decoration: none !important;
  color: unset;
}

.active {
  /* background-color: #486cff !important;
  font-weight: 600 !important;
  border-radius: 6px; */
}

.signup {
  background-color: #486cff !important;
  font-weight: 600 !important;
  border-radius: 5px;
}

.login {
  border: 1px solid gray;

  border-radius: 5px;
}

/* .nav-link.active {
  color: #fff !important;
} */
.card-header {
  border-bottom: none !important;
}

.nav-logo {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  border-radius: 30px;
}

.sections-bg {
  background-color: #fdffe7;
  background-color: #fefff4;
}

#portfolio {
  background-color: #b6c4ff !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}

.img-quiz {
  height: 100% !important;
  width: 100% !important;
}

.button {
  display: inline-block;
  padding: 1px 2px;
  /* background-color: black; */
  color: black;
  text-decoration: none;
  border: none;
  position: relative;
}

/* Styles for the bottom border */
.button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #b7c428;
  transition: width 1s ease-in-out;
}

/* Hover effect for the bottom border */
.button:hover::before {
  width: 100%;
  /* transition-delay: 1s; Delay the transition by 1 second */
}

.nav-active {
  text-decoration: underline !important;
  text-underline-offset: 13px;
  text-decoration-thickness: 2px !important;
  color: green !important;
}

.min-height-100 {
  min-height: 100px !important;
}

.min-height-58 {
  min-height: 58px !important;
}

.min-height-50 {
  min-height: 50px !important;
}

.no-extra * {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.next-pre {
  color: rgb(161, 156, 150) !important;
  font-size: 40px !important;
}

#topbar .fab {
  font-size: 18px;
  background: #d7d3d3;
  border-radius: 50%;
  padding: 5px;
}

.topbar {
  /* background: #403f3d; */
  background: #fdffe7;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #ffffe0;
  color: black !important;
  padding: 0;
  background: #fff;
  background-color: #e7eca8;
}

.topbar .contact-info i {
  font-style: normal;
  color: gray;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #ffffe0;
  color: black;
}

@media (max-width: 575px) {
  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  color: #0a0707;
}

.topbar .contact-info i a:hover {
  color: #fff;
  color: black;
  text-decoration: underline;
}

.topbar .social-links a {
  color: #ffffe0;
  color: black;
  line-height: 0;
  transition: 0.3s;
  margin-left: 7px;
}

.topbar .social-links a:hover {
  color: #875959;
}

section {
  scroll-margin-top: 70px;
}

@media (min-width: 1280px) {
  .nav-item {
    padding: 5px 15px;
  }
}

#header,
.navbar {
  background-color: #403f3d;
  background-color: #fdffe7;
}

.hero {
  width: 100%;
  position: relative;
  padding: 60px 0 0 0;
  background-color: #f0fdf4;
}

/* .hero::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("/public/assets/img/top-pattern-left.png") no-repeat 0 0 /
    contain;
  z-index: 12;
  width: 300px;
  height: 400px;
} */
.nav-link {
  color: #000 !important;
}

.nav-active {
  color: green !important;
}

.signup {
  color: #fff !important;
}

.hero .icon-boxes {
  padding-bottom: 60px;
}

.hero .icon-boxes {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fdffe7;
  }
}

.hero .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #486cff;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.hero .icon-box .title a {
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}

.hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}

.hero .icon-box:hover {
  background: rgb(224, 224, 150);
}

.hero .icon-box:hover .title a,
.hero .icon-box:hover .icon {
  color: #fff;
}

.services .card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(3, 99, 255, 0.12);
  border: none;
  font-size: 0.9rem !important;
  border: 1px solid #e1b5b5;
  position: relative;
}

.portfolio-wrap {
  height: 510px !important;
}

.daily-card .float-end {
  position: absolute;
  bottom: 0;
  right: 12px;
}

/* .stretched-link::after{
  font-family: "Font Awesome 5 Pro"!important;
  content: "\f054"!important;
 
  font-size: 10px !important;
  position: absolute !important;
  top: 26px !important;
  right: -50px !important;
} */
.services .card-footer a {
  background-color: inherit !important;
  border: none;
}

.portfolio .card-footer a {
  text-decoration: none;
  color: blue;
}

.services .card-footer {
  background-color: inherit !important;
  border: none;
}

.services .card-footer span {
  font-size: 12px;
  color: #979797;
  font-weight: 600;
}

.services .service-item {
  padding: 14px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #eadddd;
}

.services .service-item .icon {
  width: 100%;
  height: 160px;
  position: relative;
  padding: 0;
  background: none;
  z-index: 1;
  /* transition: 0.3s; */
}

.services .service-item .icon i {
  color: var(--color-default);
  font-size: 56px;
  /* transition: ease-in-out 0.3s; */
  z-index: 2;
  position: relative;
}

.services .service-item h5 {
  width: 100%;
  color: var(--color-default);
  font-weight: 700;
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #eeeeee;
  /* transition: 0.3s; */
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  text-decoration: none;
  margin-top: 0 !important;
  display: inline-block;
  color: black;
  border: 1px solid gray;
  /* border-radius: 0 0 0 10px; */
}

.read {
  margin-top: 10px;
}

.readmore {
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  color: black;
  border: 1px solid gray;
  border-radius: 0 0 0 10px;
  cursor: pointer;
  outline: none;
  text-transform: capitalize;
  /* transition: all 0.2s ease-in-out; */
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  background: #486cff;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  padding: 0.375rem 1.5rem;
  line-height: 1.6;
  font-size: 0.875rem;
}

.fa-chevron-right {
  font-size: 10px;
}

.services .card-footer a:hover {
  background: #486cff !important;
  color: white;
}

.service-item > .icon > img {
  /* width: 100%; */
  height: 150px;
  border-radius: 10px;
}

.services .service-item:hover h5,
h4,
h3,
h6,
h2,
h1 {
  width: 100%;
  border-color: var(--color-primary);
}

.navbar-toggler {
  background-color: #8b8b77 !important;
}

/* a:hover{
  color:#fff!important;
} */
.stretched-link::after {
  position: absolute !important;
  top: 24px !important;
  right: -50px !important;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "\f054" !important;
  font-size: 7px !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 11px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
  border-radius: 5px !important;
  text-align: center !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  text-align: center !important;
  border-radius: 4px !important;
}

.ui-datepicker-calendar a:hover {
  color: #111 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: green !important;
  color: #fff !important;

  border: 1px solid #2bf02b !important;
}

.daily-feeds .card-footer {
  position: relative;
}

.ui-widget-header a:hover {
  color: #333333 !important;
}

/* .navbar {
  border-bottom: 1px solid #bbbbbb;
}

.nav-link {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #031d44;
  padding: 20px 0px;
  margin: 0px 20px;
  display: inline-block;
  position: relative;
  opacity: 0.75;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #031d44;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
} */
.daily-card .row {
  min-height: 170px !important;
}

section {
  padding: 30px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: rgb(224, 224, 150);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}

.portfolio .card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: none;
}

.portfolio .card-footer {
  background-color: inherit !important;
  border: none;
  color: #979797;
}

.portfolio .card-footer a {
  text-decoration: none;
  color: blue;
}

.portfolio .card-footer span {
  font-size: 12px;
  color: #979797;
}

.portfolio .portfolio-flters {
  padding: 0 0 20px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-wrap {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
  padding: 25px 20px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #f3f3f3;
  z-index: 2;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
  color: var(--color-primary);
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {
  .portfolio-details .swiper-button-prev,
  .portfolio-details .swiper-button-next {
    display: none;
  }
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  font-size: 16px;
}

.portfolio-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #9c9c9c;
  font-size: 12px;
}

.portfolio-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
  background: #009d8b;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: white;
  height: 100%;
  margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.portfolio-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

.footer {
  font-size: 14px;
  background-color: #403f3d;
  padding: 50px 0;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}

.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #b6c4ff;
  border-radius: 10px;
  min-height: 320px;
  height: 420px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
  color: #fff;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 10px auto 10px auto;
  font-size: 0.9rem !important;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  /* background-color: var(--color-primary); */
  background-color: #111;
}

#navbarNav a:hover {
  color: #111 !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #b6c4ff;
    border-radius: 10px;
    min-height: 320px;
    height: 420px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
    height: 80px;
    width: 80px;
  }
}

@media (max-width: 370px) {
  .nav-link {
    width: 120px;
  }

  .contact_us_icon {
    margin: 10px 20px;
  }

  .card {
    width: 340px;
  }

  .service-item > .icon > img {
    width: 290px;
  }
}

.type_filter_btn {
  display: inline-block;
  padding: 20px 25px !important;
  background-color: #fff !important;
  margin: 15px;
  text-decoration: none;
  color: black;
  font-size: 16px;
  border: 1px solid rgb(228, 228, 228);
}

.type_filter_btn {
  border: 2px solid #486cff;
  font-weight: bold !important;
  background-color: #486cff;
}

.category-card img:hover {
  box-shadow: 0 0 5px 0 rgb(247, 229, 31) !important;
}

.category-card img {
  box-shadow: 0 0 5px 0 rgba(97, 97, 113, 0.842);
}

.btn-get-started {
  cursor: pointer;
  outline: none;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  background: #0ad0f4;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  line-height: 1.6;
  font-size: 0.875rem;
}

.profile-section {
  position: relative;
}

.profile-section .timeline-div {
  position: relative;
  z-index: 1;
}

.profile-section .timeline-user-image {
  position: absolute;
  z-index: 2;
  width: 8rem;
  height: 8rem;
  right: 10%;
  bottom: -50px;
  border-radius: 10px 0 10px 0;
}

.user-details-div label {
  color: rgb(6, 6, 100);
  font-size: 1rem;
}

.user-details-div p {
  font-size: 1.4rem;
  color: gray;
}

/* .contact_us_icon:hover img {
  transform: scale(1.1, 1.2);
} */
.contact_us_icon img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.social-login a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 7px 25px;
  border-radius: 3px;
  color: unset;
}

.social-login a img {
  width: 16px;
  margin-right: 4px;
}

.social-login {
  margin: 10px 0;
}

.or-outer {
  margin: 16px 0 30px;
}

.or-outer span {
  background: #fff;
  margin-bottom: -23px;
  display: inline-block;
  position: relative;
  top: 5px;
  z-index: 10;
  padding: 0 8px;
  font-size: 17px;
}
