/**
* Template Name: Appland - v4.10.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "San Francisco", "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #cb62fc;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "San Francisco", "Nunito", sans-serif;
}

.download-button {
  margin-top: 20px;
}

.download-button a {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.download-button a img {
  border-radius: 10px;
  width: 150px;
}

.download-button a:hover {
  opacity: 0.8;
}

.video-block video {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #cb62fc;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #748ec6;
  color: #fff;
}

.back-to-top.show {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
main {
  margin-bottom: 60px;
}

section,
#how-it-works {
  padding: 100px 0 0px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section,
  #how-it-works {
    padding: 50px 0 0px;
  }
}

section.faq-body {
  padding: 0;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #444444;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 22px;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 0px 0 0px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img,
.footer-top .logo img {
  height: 30px;
  width: auto;
  /* margin-right: 6px;
    margin-top: 10px; */
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  /* color: #012970; */
  font-family: "San Francisco", "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "San Francisco", "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #444444;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #cb62fc;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #cb62fc;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #cb62fc;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  /* color: #012970; */
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    margin-left: 130px;
  }

  .navbar ul {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  .plan-tab-active {
    background-position: left -0.3em bottom 60px;
  }
}

@media screen and (min-width: 375px) {
  /* .navbar {
      margin-left: 60px !important;
    } */

  .plan-tab-active {
    background-position: left -0.3em bottom 54px;
  }
}

@media screen and (min-width: 425px) {
  /* .navbar {
      margin-left: 100px !important;
    } */

  .plan-tab-active {
    background-position: left -0.3em bottom 54px;
  }
}

@media screen and (min-width: 768px) {
  /* .navbar {
      margin-left: 430px !important;
    } */

  .plan-tab-active {
    background-position: left -0.3em bottom 23px;
  }
}

@media screen and (min-width: 1024px) {
  /* .navbar {
      margin-left: 260px !important;
    } */

  .plan-tab-active {
    background-position: left -0.3em bottom 18px;
  }

  /* .slide-down {
      margin-top: -2%;
    } */

  /* .landing-video {
      margin-top: -20%;
    } */
}

@media screen and (min-width: 1400px) {
  /* .navbar {
      margin-left: 560px !important;
    } */
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  /* color: #012970; */
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #cb62fc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #cb62fc;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  /* color: #012970; */
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #cb62fc;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: "San Francisco", "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }

  /* .banner {
      margin-top: 200px;
    } */

  .hero-text {
    padding-top: 0px;
    padding: 10px;
  }

  .img-main {
    border-radius: 20px;
    height: 40%;
    width: 80%;
    margin-top: 420px;
    margin-bottom: 380px;
    margin-left: 90px;
  }

  .me-2 {
    margin-left: 0rem;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 0px 0;
  }

  .hero h1 {
    margin-bottom: 20px;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }

  .hero-banner {
    margin-top: 0px;
  }

  .hero-text {
    padding-top: 0px;
  }

  .img-main {
    height: 100%;
    width: 99%;
    margin-top: 23px;
  }

  .me-2 {
    margin-left: 0rem;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
  }

  .hero-banner {
    margin-top: 0px;
  }

  .hero-text {
    padding-top: 40px;
  }

  .me-2 {
    margin-left: 0rem;
    margin-top: 10px;
  }
}

@media (max-width: 320px) {
  .hero-text {
    padding-top: 30px;
    font-size: 25px !important;
  }

  .img-main {
    border-radius: 20px;
  }

  .me-2 {
    margin-left: 0rem;
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* section {
  padding: 60px 0;
  overflow: hidden;
} */

.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  /* text-align: center; */
  padding-bottom: 30px;
}

.section-title h2 {
  padding-bottom: 10px;
  font-size: 35px;
  letter-spacing: 1.2px;
  font-weight: 700;
  color: #444444;
}

.section-title h3 {
  padding-bottom: 10px;
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #444444;
  text-align: left;
}

/* .section-title p {
  font-size: 17px;
  font-weight: 700;
} */

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f8fb;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }

  .how-it-works .about-img iframe {
    width: 80vw;
    height: 45vw;
  }
}

/* About Section
--------------------------------*/
.how-it-works .content,
.profile-card {
  background-color: rgba(65, 84, 241, 0.1);
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  margin: 0 1px 20px;
  border: none;
}

.profile-card .card-header {
  background: transparent;
}

/* .how-it-works .content {
  color: #444444;
  font-weight: 700;
  font-size: 36px;
  font-family: "San Francisco", "Raleway", sans-serif;
} */

.how-it-works .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

.how-it-works .content p {
  line-height: 26px;
}

.how-it-works .content p:last-child {
  margin-bottom: 0;
}

.how-it-works .content i,
.profile-card i {
   font-size: 20px; 
  padding-right: 4px;
  color: #cb62fc;
}

.how-it-works .content ul {
  list-style: none;
  padding: 0;
}

.how-it-works .content ul li {
  padding-bottom: 10px;
}

.how-it-works .content .btn.btn-primary {
  background-color: #cb62fc;
  border-color: #cb62fc;
}

.how-it-works iframe {
  border-radius: 10px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  width: calc(100% - 30px);
  height: 45vw;
  margin: 0 15px;
}

@media (min-width: 576px) {
  .how-it-works iframe {
    max-width: 540px;
    margin: 0;
    width: 100%;
  }

  .how-it-works .content {
    margin: 0 -15px 40px;
  }
}

@media (min-width: 768px) {
  .how-it-works iframe {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .how-it-works iframe {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .how-it-works iframe {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .how-it-works iframe {
    max-width: 1320px;
  }
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/

/* .features {
  padding: 60px 0 30px 0;
} */

.features .language-tiles {
  margin-top: 1rem;
}

.features .language-tiles strong {
  /* border-right: 1px solid; */
  margin: 10px;
  box-shadow: 0px 0 10px #cb62fc;
  border-radius: 5px;
  /* background-color: #cb62fc;
    color: ##cb62fc; */
  padding: 1rem 0.5rem;
  font-size: 2rem;
  font-weight: 100;
}

.features .language-tiles strong span {
  display: block;
  font-weight: 1000;
}

.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  /*font-weight: 700;*/
  margin: 5px 0 10px 60px;
  line-height: 40px;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #cb62fc;
}

.features .content .icon-box p {
  /* font-size: 15px;
    color: #979aa1; */
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }

  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 120px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 30px;
  color: #47536e;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 24px;
  padding-right: 2px;
  color: #cb62fc;
  line-height: 0;
}

.details .content ul i .details .content p:last-child {
  margin-bottom: 0;
}

.details .why-moss-img {
  /* border-radius: 10px;
    box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1); */
  max-height: 600px;
  width: 100%;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-slide {
  transition: 0.3s;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cb62fc;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cb62fc;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    /* border: 6px solid #cb62fc;
        padding-top: 5px; 
        padding: 4px; */
    margin-bottom: -300px;
    background: #fff;
    height: 320px;
    z-index: 1;
    /* transform: scale(1.2); 
        margin-top: 10px;*/
    border-radius: 25px;
  }
}

.our-investors .testimonial-item {
  box-sizing: content-box;
  padding: 16px;
  margin: 20px 0px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.our-investors .testimonial-item .testimonial-img {
  width: 160px;
  border-radius: 10px;
  border: 4px solid #fff;
  margin: 0 auto;
}

.our-investors .testimonial-item h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.our-investors .testimonial-item h4 {
  font-size: 18px;
  color: #999;
  margin: 0;
}

.our-investors .testimonial-item p {
  font-style: italic;
  margin: 15px 0;
  text-align: justify;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 20px 10px 60px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cb62fc;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cb62fc;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  /* color: #012970; */
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cb62fc;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cb62fc;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/* .testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 10px 30px 50px;
  min-height: 200px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e8ecf5;
  font-size: 26px;
}

.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;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cb62fc;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cb62fc;
} */

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
  padding-bottom: 30px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.55);
  background: #fff;
  text-align: center;
}

.meetings-box {
  padding: 10px;
  margin-top: 20px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.55);
  background: #fff;
  border-radius: 15px;
}

/* .pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
} */

.pricing h4 {
  font-size: 46px;
  color: #cb62fc;
  font-weight: 400;
  font-family: "San Francisco", "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul,
.meetings-box ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.meetings-box ul li {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
}

.pricing ul i,
.meetings-box ul i {
  color: #cb62fc;
  font-size: 18px;
  padding-right: 4px;
}

.details .content ul i .meetings-box ul i {
  padding-right: 24px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn,
.pricing .get-started-btn-outline {
  background: #47536e;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "San Francisco", "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:disabled,
.pricing .get-started-btn-outline:disabled {
  cursor: not-allowed;
}

.pricing .get-started-btn:hover {
  background: #cb62fc;
}

.pricing .get-started-btn-outline {
  background: white;
  color: #47536e;
  border: 1px solid #47536e;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

/* .pricing .featured .get-started-btn {
  background: #cb62fc;
} */

.pricing .featured .get-started-btn:hover {
  background: #748ec6;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .accordion-list {
  padding: 0 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li + li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: "San Francisco", "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #b1c0df;
}

.faq .accordion-list .icon-show,
.faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #cb62fc;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 48px;
  color: #9fb2d8;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "San Francisco", "Poppins", sans-serif;
}

.contact .info p {
  font-size: 15px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  font-family: "San Francisco", "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #8a8c95;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #cb62fc;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #fff;
  border: 2px solid #cb62fc;
  padding: 10px 24px;
  color: #cb62fc;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #cb62fc;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }

  .img-feature {
    height: "650px";
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #47536e;
  font-size: 14px;
  background: #eff2f8;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #eff2f8;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #47536e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #cb62fc;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #415f9d;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #47536e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "San Francisco", "Raleway", sans-serif;
  color: #8a8c95;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #47536e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9fb2d8;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #8a8c95;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #cb62fc;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #cb62fc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #27282c;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #47536e;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #47536e;
}

@media (max-width: 768px) {
  #footer .footer-top .footer-links ul {
    display: flex;
    flex-wrap: wrap;
  }

  #footer .footer-top .footer-links ul li {
    flex: 0 0 auto;
    width: auto;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 10px;
  }

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}

/* Profile css */

/* @import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bree+Serif&display=swap"); */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.profile-header {
  background: #fff;
  width: 100%;
  display: flex;
  height: 190px;
  position: relative;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.profile-img {
  float: left;
  width: 340px;
  height: 200px;
}

.profile-img img {
  border-radius: 50%;
  height: 230px;
  width: 230px;
  border: 5px solid #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50px;
  top: 20px;
  z-index: 5;
  background: #fff;
}

.profile-nav-info {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
}

.profile-nav-info h3 {
  font-variant: small-caps;
  font-size: 2rem;
  font-family: "San Francisco", sans-serif;
  font-weight: bold;
}

.profile-nav-info .address {
  display: flex;
  font-weight: bold;
  color: #777;
}

.profile-nav-info .address p {
  margin-right: 5px;
}

.profile-option {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  outline: none;
  background: #e40046;
}

.profile-option:hover {
  background: #fff;
  border: 1px solid #e40046;
}

.profile-option:hover .notification i {
  color: #e40046;
}

.profile-option:hover span {
  background: #e40046;
}

.profile-option .notification i {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.5s ease-in-out;
}

.profile-option .notification .alert-message {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #fff;
  color: #e40046;
  border: 1px solid #e40046;
  padding: 5px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
}

.main-bd {
  width: 100%;
  display: flex;
  padding-right: 15px;
}

.profile-side {
  width: 300px;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 90px 30px 20px;
  font-family: "San Francisco", "Bree Serif", serif;
  margin-left: 10px;
  z-index: 99;
}

.profile-side p {
  margin-bottom: 7px;
  color: #333;
  font-size: 14px;
}

.profile-side p i {
  color: #e40046;
  margin-right: 10px;
}

.mobile-no i {
  transform: rotateY(180deg);
  color: #e40046;
}

.profile-btn {
  display: flex;
}

button.chatbtn,
button.createbtn {
  border: 0;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  background: #e40046;
  color: #fff;
  font-family: "San Francisco", "Bree Serif";
  font-size: 1rem;
  margin: 5px 2px;
  cursor: pointer;
  outline: none;
  margin-bottom: 10px;
  transition: background 0.3s ease-in-out;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}

button.chatbtn:hover,
button.createbtn:hover {
  background: rgba(288, 0, 70, 0.9);
}

button.chatbtn i,
button.createbtn i {
  margin-right: 5px;
}

.user-rating {
  display: flex;
}

.user-rating h3 {
  font-size: 2.5rem;
  font-weight: 200;
  margin-right: 5px;
  letter-spacing: 1px;
  color: #666;
}

.user-rating .no-of-user-rate {
  font-size: 0.9rem;
}

.rate {
  padding-top: 6px;
}

.rate i {
  font-size: 0.9rem;
  color: rgba(228, 0, 70, 1);
}

.nav {
  width: 100%;
  z-index: -1;
}

.nav ul {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  height: 40px;
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.nav ul li {
  padding: 10px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.nav ul li a:hover,
.nav ul li a.active {
  box-shadow: 0px -3px 0px rgba(288, 0, 70, 0.9) inset;
}

.profile-body {
  width: 100%;
  z-index: -1;
}

.tab {
  display: none;
}

.tab {
  padding: 20px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1100px) {
  .profile-side {
    width: 250px;
    padding: 90px 15px 20px;
  }

  .profile-img img {
    height: 200px;
    width: 200px;
    left: 50px;
    top: 50px;
  }
}

@media (max-width: 900px) {
  /* body {
      margin: 0 20px;
    } */

  .profile-header {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }

  .profile-img {
    float: left;
    width: 100%;
    height: 200px;
  }

  .profile-img img {
    position: relative;
    height: 200px;
    width: 200px;
    left: 0px;
  }

  .profile-nav-info {
    text-align: center;
  }

  .profile-option {
    right: 20px;
    top: 75%;
    transform: translateY(50%);
  }

  .main-bd {
    flex-direction: column;
    padding-right: 0;
  }

  .profile-side {
    width: 100%;
    text-align: center;
    padding: 20px;
    margin: 5px 0;
  }

  .profile-nav-info .address {
    justify-content: center;
  }

  .user-rating {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  body {
    margin: 0;
  }

  .profile-option {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 83%;
  }

  .profile-option .notification .alert-message {
    top: -3px;
    right: -4px;
    padding: 4px;
    height: 15px;
    width: 15px;
    font-size: 0.7rem;
  }

  .profile-nav-info h3 {
    font-size: 1.9rem;
  }

  .profile-nav-info .address p,
  .profile-nav-info .address span {
    font-size: 0.7rem;
  }
}

#see-more-bio,
#see-less-bio {
  color: blue;
  cursor: pointer;
  text-transform: lowercase;
}

.tab h1 {
  font-family: "San Francisco", "Bree Serif", sans-serif;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.swiper-container {
  width: 480px;
}

@media screen and (min-width: 640px) {
  .swiper-container {
    width: 640px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-container {
    width: 768px;
  }
}

.mossai-text {
  color: #cb62fc;
}

.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

.me-2 {
  background-color: #0f01ff;
  border-color: #0f01ff;
}

:hover .me-2 {
  background-color: #0f01ff;
  border-color: #0f01ff;
}

:mouse .me-2 {
  background-color: #0f01ff;
  border-color: #0f01ff;
}

/* Accountifo */

body {
  background-repeat: repeat;
  /* min-height: 1585px; */
}

/*------------------------------------------------*/
/*    Profile Page
/*------------------------------------------------*/

.profile-header-background {
  margin: 0px 0px 0 -30px;
}

.profile-header-background img {
  width: 100%;
  height: 250px;
}

.profile-info-left {
  position: relative;
  top: -110px;
  margin-bottom: -80px;
}

.profile-info-left img.avatar {
  border: 2px solid #fff;
  width: 200px;
  height: 200px;
}

.profile-info-left h2 {
  font-family: "josefinslab-semibold";
  margin-bottom: 30px;
}

.profile-info-left .section h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.profile-info-left ul.list-social > li {
  line-height: 2.3;
}

.profile-info-left ul.list-social > li i {
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  position: relative;
  top: 1px;
  font-size: 16px;
  min-width: 16px;
  line-height: 1;
}

.profile-info-left ul.list-social > li a {
  color: #696565;
}

.profile-info-right .tab-content {
  padding: 30px 0;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .profile-info-right {
    position: relative;
    top: -70px;
  }
}

.user-follower,
.user-following {
  position: relative;
  margin-bottom: 40px;
}

.user-follower img,
.user-following img {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 40px;
}

.user-follower a,
.user-following a {
  font-size: 1.1em;
  line-height: 1;
}

.user-follower .username,
.user-following .username {
  font-size: 0.9em;
  line-height: 1.5;
}

.user-follower .btn,
.user-following .btn {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 92px;
}

.btn-toggle-following {
  background-color: #7bae16;
  color: #fff;
}

.btn-toggle-following:hover {
  background-color: #ef2020;
  color: #fff;
}

.btn-toggle-following:hover span {
  display: none;
}

.btn-toggle-following:hover:after {
  content: "Unfollow";
  display: inline;
}

.btn-toggle-following:hover i:before {
  content: "\f129";
}

/* list icons */
.list-icons-demo li {
  margin-bottom: 20px;
  text-align: center;
}

.list-icons-demo li i {
  font-size: 24px;
}

.list-icons-demo2 li {
  margin-bottom: 10px;
}

.activity-item {
  overflow: visible;
  position: relative;
  margin: 15px 0;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.activity-item:first-child {
  border-top: none;
}

.activity-item .avatar {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 32px;
}

.activity-item > i {
  font-size: 18px;
  line-height: 1;
}

.activity-item .media-body {
  position: relative;
}

.activity-item .activity-title {
  margin-bottom: 0;
  line-height: 1.3;
}

.activity-item .activity-attachment {
  padding-top: 20px;
}

.activity-item .well {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-left: 2px solid #cfcfcf;
  background: #fff;
  margin-left: 20px;
  font-size: 0.85em;
}

.activity-item .thumbnail {
  display: inline;
  border: none;
  padding: 0;
}

.activity-item .thumbnail img {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: auto;
  margin: 0;
}

.activity-item .activity-actions {
  position: absolute;
  top: 15px;
  right: 0;
}

.activity-item .activity-actions .btn i {
  margin: 0;
}

.activity-item .activity-actions .dropdown-menu > li > a {
  font-size: 0.8em;
  padding: 3px 10px;
}

.activity-item + .btn {
  margin-bottom: 15px;
}

.nav-tabs > li > a {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
  cursor: pointer;
}

.nav-pills > li > a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.nav-pills > li > a.active,
.nav-pills > li > a.active:hover,
.nav-pills > li > a.active:focus {
  background-color: #1688ae;
}

.nav-tabs.tabs-iconized > li a,
.nav-pills.tabs-iconized > li a {
  padding-top: 0;
  padding-bottom: 5px;
}

.nav-tabs.tabs-iconized > li i,
.nav-pills.tabs-iconized > li i {
  position: relative;
  margin-right: 3px;
  top: 4px;
  font-size: 24px;
}

.tab-content {
  padding: 30px 15px 15px 15px;
  background-color: #fff;
}

.nav.nav-tabs-custom-colored > li > a {
  border-color: #ccc;
  border-bottom: transparent;
}

.nav.nav-tabs-custom-colored > li > a:hover,
.nav.nav-tabs-custom-colored > li > a:focus {
  background-color: #1688ae;
}

.nav-tabs.nav-tabs-custom-colored {
  border-bottom-color: #1688ae;
}

.nav-tabs.nav-tabs-custom-colored > li {
  z-index: 0;
  margin-bottom: 0;
  background-color: #fff;
}

.nav-tabs.nav-tabs-custom-colored > li > a {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  color: #696565;
  margin-right: 0;
}

.nav-tabs.nav-tabs-custom-colored > li > a:hover,
.nav-tabs.nav-tabs-custom-colored > li > a:focus {
  color: #fff;
  border-color: #1688ae;
}

.nav-tabs.nav-tabs-custom-colored > li > a.active,
.nav-tabs.nav-tabs-custom-colored > li > a.active:hover,
.nav-tabs.nav-tabs-custom-colored > li > a.active:focus {
  color: #fff;
  background-color: #1688ae;
  border-color: #1688ae;
  border-bottom: transparent;
}

.nav-tabs > li a.active {
  z-index: 1;
}

.nav-pills-custom-minimal {
  border-bottom: 1px solid #ccc;
}

.nav-pills-custom-minimal > li > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
  border-top: 4px solid transparent;
  color: #696565;
}

.nav-pills-custom-minimal > li > a:hover,
.nav-pills-custom-minimal > li > a:focus {
  background-color: transparent;
  color: #4f4c4c;
}

.nav-pills-custom-minimal > li > a.active,
.nav-pills-custom-minimal > li > a.active:hover,
.nav-pills-custom-minimal > li > a.active:focus {
  background-color: transparent;
  border-top-color: #94c632;
  color: #696565;
}

.nav-pills-custom-minimal > li + li {
  margin-left: 30px;
}

@media screen and (max-width: 480px) {
  .nav-pills-custom-minimal > li + li {
    margin-left: 0;
  }
}

.nav-pills-custom-minimal.custom-minimal-bottom > li a {
  border-top: none;
  border-bottom: 4px solid transparent;
}

.nav-pills-custom-minimal.custom-minimal-bottom > li > a.active,
.nav-pills-custom-minimal.custom-minimal-bottom > li > a.active:hover,
.nav-pills-custom-minimal.custom-minimal-bottom > li > a.active:focus {
  border-bottom-color: #94c632;
}

.img-circle {
  border-radius: 50% !important;
  height: 50%;
  width: 50%;
}

span a {
  color: #cb62fc;
}

.account-plan {
  border: 1px solid;
  padding: 0px 5px 1px 5px;
}

.account-bg {
  background-color: #f9f8f8;
}

.plan-tab {
  border: 3px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}

.plan-tab-active {
  border: 3px solid #cb62fc;
  border-radius: 3px;
  background-color: #f6f3f3;
  cursor: pointer;
  background-image: url("../img/checked.png");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0.1, 0, 0.2, 0.2);
}

/* notification */

.nav-login {
  position: relative;
  padding-left: 70px;
  /* background: #ffffff; */
  background-size: cover;
}

.profile-pic-dashboard {
  width: 100px;
  height: 100px;
}

.profile-pic {
  max-width: 80px;
  text-align: center;
  font-size: 12px;
}

.profile-pic-dashboard-small {
  width: 30px;
  transition: all 0.3s ease-in-out;
}

.centered-flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .profile-pic-dashboard {
    width: 120px;
    height: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .profile-pic-dashboard {
    width: auto;
    height: auto;
    max-height: 100%;
  }

  .welcome-text {
    letter-spacing: 0.1rem;
  }
}

.notification-bell {
  position: absolute;
  bottom: 7px;
  right: 250px;
}

.profile-info:hover .profile-pic-dashboard-small {
  transform: scale(1.2);
}

.notification-count {
  position: relative;
}

.notification-badge {
  color: #ef0768;
  border-radius: 50%;
  border: 1px solid #000;
  height: 15px;
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  position: absolute;
  margin-left: 60%;
  margin-top: -60%;
  padding: 2px;
}

.profile-info .user-info {
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}

.profile-info:hover .user-info {
  margin-right: 10px;
}

.dropdown-menu.dropdown-menu-xl {
  width: 300px;
}

.dropdown-menu .active {
  color: #cb62fc !important;
  background-color: transparent !important;
}

.dropdown-menu {
  border: solid 1px 1px 1px 2px !important;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1) !important;
}

.notification-panel {
  max-height: 380px;
  position: relative;
  overflow: auto;
}

.app-notification {
  display: grid;
  grid-template-columns: 20px 1fr 80px;
  grid-gap: 10px;
  padding: 10px;
  transition: background 0.3s ease-in-out;
  border-bottom: 1px solid #eee;
}

.app-notification:hover {
  background: #f7f7f7;
}

.app-notification i {
  text-align: center;
}

.app-notification-details {
  display: flex;
  flex-direction: column;
  /* width:220px!important; */
}

.app-notification-time {
  text-align: right;
  font-size: 12px;
}

.app-notification-view-all {
  background: #f7f7f7;
  padding: 10px;
  border: 1px solid #eee;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 4px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  float: right;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.available {
  padding-top: 10px;
  color: #94c632;
}

.pull-right {
  float: right;
}

.text-bg {
  background-color: #f6f5f5;
  box-shadow: 2px 2px 2px 2px #f5f0f0;
  border-radius: 10px;
}

.plan-text {
  font-size: 15px;
}

.page {
  display: flex;
  min-height: 45vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#form-file-upload {
  height: 12rem;
  width: 18rem;
  max-width: 100%;
  text-align: center;
  margin-left: 10px;
  position: relative;
}

#input-file-upload {
  display: none;
}

#label-file-upload {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-radius: 1rem;
  border-style: dashed;
  border-color: #cbd5e1;
  background-color: #f8fafc;
}

#label-file-upload.drag-active {
  background-color: #ffffff;
}

.upload-button {
  cursor: pointer;
  padding: 0.25rem;
  font-size: 1rem;
  border: none;
  font-family: "Oswald", sans-serif;
  background-color: transparent;
}

.upload-button:hover {
  text-decoration-line: underline;
}

#drag-file-element {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.btn-gray {
  background-color: #f8fafc;
  color: #27282c;
  border: #aaaaaa solid 1px;
}

.btn-gray:hover {
  background-color: #e8eaed;
  color: #27282c;
  border: #aaaaaa solid 1px;
}

.btn-upload {
  background-color: #cb62fc;
  color: #fff;
  border: #c76be8 solid 1px;
}

.btn-upload:hover {
  background-color: #cc80ef;
  color: #fff;
  border: #c76be8 solid 1px;
}

.invalid {
  color: #dc3545;
}

.invalid-feedback {
  padding-left: 7px;
  display: block;
}

.body-bg {
  width: 120px;
  height: 60px;
  top: 120px;
  right: 20px;
  border-radius: 15px;
  background: rgba(203, 98, 252, 0.9);
}

.zindex-102 {
  z-index: 1020 !important;
}

.sr-only {
  display: none;
}

.pl-0 {
  padding-left: 0rem !important;
}

.focus-input100.pull-right::after {
  right: 0;
  left: auto;
}

.plan-title {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 16px;
}

.plan-text {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
}

.show-password-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35px;
  right: 2px;
}

.show-password-icon::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #adadad;
  font-size: 22px;
  /* display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: calc(100% - 20px);
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px; */
}

h2 small,
h3 small {
  font-size: 12px;
}

.profile-info,
.profile-links {
  text-align: center;
}

.profile-links a,
.profile-links .btn-link,
.link-block a,
.link-block .btn-link {
  font-size: 12px;
  color: #666666;
  text-decoration: none;
  padding: 0 8px;
}

.form-block,
.link-block {
  width: 100%;
}

.link-block {
  text-align: center;
  padding-top: 30px;
}

.link-block a,
.link-block .btn-link {
  display: block;
}

.user-profile {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) {
  .profile-info {
    margin-top: 16px;
  }

  .profile-info,
  .profile-links {
    text-align: left;
  }

  .profile-links a,
  .profile-links .btn-link,
  .link-block a,
  .link-block .btn-link {
    font-size: 14px;
    padding: 0 16px;
  }
}
.testimonials .card {
  overflow: hidden;
}
.testimonials .card::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #e0ecff;
  top: -12%;
  right: -12%;
}
.testimonials .card img {
  width: 40%;
  padding: 1rem;
}

.pricing .nav {
  z-index: 0;
}

#plans .tab-content {
  padding: 0;
  background-color: none;
}
#plans .tab-content > .active {
  display: flex;
}
