/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: latoRegular;
  src: url(../../fonts/Lato-Regular.ttf);
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clear {
  clear: both;
}
p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

a {
  text-decoration: none !important;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

a.filled-button {
  background-color: #f27f2a;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
}

a.filled-button:hover {
  background-color: #fff;
  color: #f27f2a;
}

a.border-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
}

a.border-button:hover {
  background-color: #fff;
  color: #f27f2a;
}

.section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1e1e1e;
}

.section-heading em {
  font-style: normal;
  color: #f27f2a;
}

.section-heading span {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #f27f2a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: #0056b3;
  color: #ffffff;
}
#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
  background-color: #3e4095;
  height: 36px;
  line-height: 36px;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.left-info li:first-child {
  position: relative;
  padding: 0px 20px 0 5px;
}
.sub-header ul.left-info li:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  border-right: 1px solid rgb(250 250 250 / 40%);
  height: 14px;
}
.sub-header ul.left-info li:nth-child(2) {
  padding: 0px 20px;
}

/* .sub-header ul.left-info li:not(:last-child) {
  border-right: 1px solid rgba(250, 250, 250, 0.3);
} */

.sub-header ul.left-info li i {
  margin-right: 10px;
  font-size: 14px;
}

.sub-header ul.left-info li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.sub-header ul.right-icons {
  float: right;
}

.sub-header ul.right-icons li {
  margin-right: -4px;
  width: 46px;
  display: inline-block;
  text-align: center;
}
.sub-header ul.right-icons li:first-child,
.sub-header ul.right-icons li:nth-child(2) {
  position: relative;
}
.sub-header ul.right-icons li:first-child:after,
.sub-header ul.right-icons li:nth-child(2):after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  border-right: 1px solid rgb(250 250 250 / 40%);
  height: 14px;
}

.sub-header ul.right-icons li a {
  color: #fff;
  transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
  opacity: 0.75;
}

/* Header Style */
header {
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 100%;
  background-color: transparent !important;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header .navbar {
  padding: 10px 0px 0 0;
  background: #fff;
}
.background-header .navbar {
  padding: 10px 0px;
}
.background-header {
  top: 0;
  position: fixed;
  background-color: #fff !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.nav-sticky {
  top: 0px;
  width: 100%;
  z-index: 1;
  position: sticky;
  background-color: #fff !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.background-header .navbar-brand h2 {
  color: #f27f2a !important;
}
.background-header .navbar-nav a.nav-link {
  color: #1e1e1e !important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active > .nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show > .nav-link {
  color: #f27f2a !important;
}
.navbar .navbar-brand {
  float: left;
  /* margin-top: 12px; */
  outline: none;
}
.navbar .navbar-brand h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar .navbar-brand h2 em {
  font-style: normal;
  font-size: 16px;
}
#navbarResponsive {
  z-index: 999;
}
.navbar-collapse {
  text-align: center;
}
.navbar .navbar-nav .nav-item {
  margin: 0px 12px;
}
.navbar .navbar-nav a.nav-link span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #3e4095;
  transition: all 0.2s;
  margin-top: 5px;
}
/* .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show > .nav-link {
 
  border-bottom: 2px solid #f27f2a;
  padding-bottom: 5px;
} */
.navbar-nav .nav-item a.nav-link:hover span {
  border-bottom: 2px solid #f27f2a;
  padding-bottom: 16px;
}
.navbar .navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler {
  border-color: #fff;
  background-color: #fff;
  height: 36px;
  outline: none;
  border-radius: 0px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.navbar .navbar-toggler-icon:after {
  content: "\f0c9";
  color: #f27f2a;
  font-size: 18px;
  line-height: 26px;
  font-family: "FontAwesome";
}

/* Banner Style */
.carousel-indicators [data-bs-target] {
  background-color: #3e4095;
  width: 15px;
  height: 3px;
  border-radius: 47%;
}
.carousel-indicators {
  bottom: 12px;
  z-index: 1;
}

.carousel-control-next,
.carousel-control-prev {
  display: none;
}

.carousel {
  position: inherit;
}

#popupModal {
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.popup-box {
}
.modal-dialog {
  max-width: 350px;
  margin: 0 auto;
}
.modal-header {
  border-bottom: none;
  padding: 25px 0 0 0;
}
.modal-body {
  padding: 0px 0 25px 0;
}
.modal-body a {
}
.modal-body a img {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
button.close {
  position: absolute;
  right: 0;
  top: -2px;
  background-color: #fff;
  opacity: 1 !important;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 8px #999;
}
.modal-header img {
  display: block;
  margin: 0 auto;
}
.slide-carousel {
  height: 546px;
  display: flex;
  align-items: center;
  background: url(../images/bg.svg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 0 0 4% 0;
}
.slider-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.slider-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.slider-text h2 {
  color: #f58634;
  font-weight: 600;
  padding: 0px 0 35px 0;
  line-height: 48px;
  font-size: 35px;
}
.slider-text h2 span.mind {
  color: #f58634;
  font-weight: 600;

  font-size: 29px;
  border-bottom: none;
}
.order-first {
  order: 0 !important;
}
.navbar .navbar-nav a.login-in span {
  color: #3e4095;
  border: 1px solid #3e4095;
  border-radius: 20px;
  padding: 7px 20px 8px;
  height: 35px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.navbar .navbar-nav a.login-in:hover span {
  border: none;
  border: 1px solid #3e4095;
  background: #3e4095;
  color: #fff;
  padding-bottom: 8px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  margin-top: 5px;
  color: #3e4095;
}
.dropdown-menu {
  background: #ffffff;
  border: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 48px;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
}
.dropdown-item {
  color: #3e4095;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all 0.2s;
}
.slider-text > h2 > span {
  color: #3e4095;
  border-bottom: 4px solid #f58634;
}
.slider-text > h2 > span.formed {
  color: #3e4095;
  border-bottom: none;
}
.slider-text h3 {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 35px;
  width: 92%;
  color: #3b3b3b;
  font-weight: 400;
}
.carousel-indicators {
}
.slider-text a {
  color: #fff;
  background: #f58634;
  text-decoration: none;
  width: 200px;
  display: block;
  padding: 8px 0 8px 28px;
  position: relative;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 300;
  word-spacing: 1px;
  text-transform: uppercase;
}
.slider-text a.learnMore {
  width: 170px;
  display: block;
  padding: 8px 0 8px 37px;
}

.slider-text a img {
  position: absolute;
  top: 2.5px;
  right: 3px;
  width: 28px;
}
/* .slider-text a:after{
	content: "\f178";
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'FontAwesome';
	background: #fff;
	color: #f58634;
	margin: 3px 3px;
    padding: 5px 9px;
    border-radius: 100%;
} */
.menu_icon {
  display: none;
  cursor: pointer;
}
.menu_icon div {
  width: 16px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.menu_icon div {
  margin-top: 3px;
}
.active_menu div:nth-child(2) {
  opacity: 0;
}
.active_menu div:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}
.active_menu div:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
.active_menu div {
  /* margin: 0px !important; */
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}
.beautify {
  margin-top: 50px;
  background: rgb(62 64 149 / 10%);
  padding: 70px 0;
}
.beautifyIn {
}
.beautifyIn h1 {
  color: #3b3b3b;
  line-height: 48px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
.beautifyIn h1 span {
  color: #f58634;
}
.beautifyIn p {
  font-size: 18px;
  line-height: 32px;
  color: #3b3b3b;
  text-transform: uppercase;
  text-align: center;
}
.downloadApp {
  padding: 120px 0;
}
.downloadApp-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.downloadApp-left figure {
  margin: 0;
}
.downloadApp-left figure img {
  max-width: 100%;
}
.downloadApp-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.downloadApp-right h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 35px 0;
  font-size: 28px;
  text-transform: uppercase;
  word-spacing: 1.5px;
  line-height: 48px;
  position: relative;
}
.downloadApp-content {
  padding-left: 30px;
}
.downloadApp-right h2::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -25px;
  height: 36px;
  width: 4px;
  background: #3e4095;
}
.downloadApp-right p {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}
.downloadApp-right p img {
  position: absolute;
  top: -9px;
  left: -25px;
  width: 38px;
}
.downloadApp-content a {
  height: 40px;
  font-size: 15px;
  line-height: 19px;
  padding: 10px 20px;
  text-decoration: none;
  border: 1px solid #3e4095;
  border-radius: 20px;
  text-transform: uppercase;
  color: #3e4095;
  display: inline-block;
  margin-top: 30px;
  font-size: 12px;
}
/* .downloadApp-content a img {
  margin-left: 16px;
  width: 12px;
  margin-top: -2px;
} */
.downloadApp-content a i {
  margin-left: 16px;
  width: 12px;
  margin-top: -2px;
  color: #3e4095;
}
.downloadApp-content a:hover {
  background: #3e4095;
  color: #fff;
  transition: 0.5s;
}
.downloadApp-content a:hover i {
  color: #fff;
  transition: 0.5s;
}
.scheduling {
}
.recommendations {
  padding-top: 120px;
  padding-bottom: 120px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 95vh;
}

.Modern-Slider .item-1 .img-fill {
  background-image: url(../images/how-tobg.png);
}

.Modern-Slider .item-2 .img-fill {
  background-image: url(../images/talkbg.jpg);
}

.Modern-Slider .item-3 .img-fill {
  background-image: url(../images/laugh-sessionbg.jpg);
}
.Modern-Slider .item-4 .img-fill {
  background-image: url(../images/talkbg.jpg);
}
.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 30px;
  border: 0 none;
  background-color: transparent;
  text-align: center;
  font-size: 36px;
  font-family: "FontAwesome";
  color: #fff;
  z-index: 5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before {
  content: "\f105";
}

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 30px;
  border: 0 none;
  background-color: transparent;
  text-align: center;
  font-size: 36px;
  font-family: "FontAwesome";
  color: #fff;
  z-index: 5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before {
  content: "\f104";
}

ul.slick-dots {
  display: none !important;
}

.Modern-Slider .text-content {
  text-align: left;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #f27f2a;
  animation: fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #fff;
  overflow: hidden;
  animation: fadeOutLeft 1s both;
}

.Modern-Slider .item p {
  max-width: 570px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6 {
  animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4 {
  animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {
  background: #000;
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left /* If RTL Make This Right */;
  height: 100%;
  min-height: 1px;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Request Form */

.request-form {
  background-color: #f27f2a;
  padding: 40px 0px;
  color: #fff;
}

.request-form h4 {
  font-size: 22px;
  font-weight: 600;
}

.request-form span {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

.request-form a.border-button {
  margin-top: 12px;
  float: right;
}

/* Services */

.services {
  margin-top: 80px;
}

.service-item img {
  width: 100%;
  overflow: hidden;
}

.service-item .down-content {
  background-color: #f7f7f7;
  padding: 30px;
}

.service-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.service-item .down-content p {
  margin-bottom: 20px;
}

/* Fun Facts */

.fun-facts {
  margin-top: 140px;
  background-image: url(../images/laugh-sessionbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0px;
  color: #fff;
}

.fun-facts span {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.fun-facts h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
}

.fun-facts em {
  font-style: normal;
  color: #f27f2a;
}

.fun-facts p {
  color: #fff;
  margin-bottom: 40px;
}

.fun-facts .left-content {
  margin-right: 45px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.1);
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.count-digit {
  margin: 5px 0px;
  color: #f27f2a;
  font-weight: 700;
  font-size: 36px;
}
.count-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

/* More Info */

.more-info {
  margin-top: 140px;
}

.more-info .left-image img {
  width: 100%;
  overflow: hidden;
}

.more-info .more-info-content {
  background-color: #f7f7f7;
}

.about-info .more-info-content {
  background-color: transparent;
}

.about-info .right-content {
  padding: 0px !important;
  margin-right: 30px;
}

.more-info .right-content {
  padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.more-info .right-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
}

.more-info .right-content em {
  font-style: normal;
  color: #f27f2a;
}

.more-info .right-content p {
  margin-bottom: 30px;
}

/* Testimonials Style */

.about-testimonials {
  margin-top: 0px !important;
}

.testimonials {
  margin-top: 140px;
  background-color: #f7f7f7;
  padding: 140px 0px;
}
.testimonial-item .inner-content {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
}
.testimonial-item p {
  font-size: 14px;
  font-weight: 400;
}
.testimonial-item h4 {
  font-size: 19px;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.testimonial-item span {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #f27f2a;
}
.testimonial-item img {
  max-width: 60px;
  border-radius: 50%;
  margin: 25px auto 0px auto;
}

/* Call Back Style */

.callback-services {
  border-top: 1px solid #eee;
  padding-top: 140px;
}

.contact-us {
  background-color: #f7f7f7;
  padding: 140px 0px;
}

.contact-us .contact-form {
  background-color: transparent !important;
  padding: 0 !important;
}

.callback-form {
  margin-top: 80px;
}

.callback-form .contact-form {
  background-color: #f27f2a;
  padding: 60px;
  border-radius: 5px;
  text-align: center;
}

.callback-form .contact-form input {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 15px;
  color: #6a6a6a;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.callback-form .contact-form textarea {
  border-radius: 20px;
  height: 120px;
  max-height: 200px;
  min-height: 120px;
  display: inline-block;
  padding: 15px;
  color: #6a6a6a;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
  background-color: #fff;
  color: #f27f2a;
}

.contact-us .contact-form button.filled-button {
  background-color: #f27f2a;
  color: #fff;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
  background-color: #fff;
  color: #f27f2a;
}

/* Partners Style */

.contact-partners {
  margin-top: -8px !important;
}

.partners {
  margin-top: 140px;
  background-color: #f7f7f7;
  padding: 60px 0px;
}

.partners .owl-item {
  text-align: center;
  cursor: pointer;
}

.partners .partner-item img {
  max-width: 156px;
  margin: auto;
}

/* Footer Style */

footer {
  background-color: #232323;
  padding: 40px 0px;
  color: #fff;
}
.form-check-input:checked {
  background-color: #3e4095;
  border-color: #3e4095;
}
footer h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 35px;
}
footer p {
  color: #fff;
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: #f27f2a;
  font-weight: 500;
}
footer ul.social-icons {
  margin-top: 25px;
}

footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

footer ul.social-icons li:last-child {
  margin-right: 0px;
}

footer ul.social-icons li a {
  width: 34px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  color: #232323;
  border-radius: 50%;
  transition: all 0.3s;
}

footer ul.social-icons li a:hover {
  background-color: #f27f2a;
  color: #ffffff;
}

footer ul.menu-list li {
  margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
  margin-bottom: 0px;
}

footer ul.menu-list li a {
  font-size: 14px;
  color: #fff;
  transition: all 0.3s;
}

footer ul.menu-list li a:hover {
  color: #f27f2a;
}

footer .contact-form input {
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 10px 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

footer .contact-form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form textarea {
  border-radius: 5px;
  height: 80px;
  /* max-height: 80px;
  min-height: 80px; */
  display: inline-block;
  padding: 15px;
  color: #aaa !important;
  background-color: #343434;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}
.textarea.form-control {
  min-height: auto;
}
footer .contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
  background-color: transparent;
  color: #fff;
  background-color: #f27f2a;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}

footer .contact-form button.filled-button:hover {
  background-color: #fff;
  color: #f27f2a;
}

/* Sub-footer Style */

.sub-footer {
  background-color: #343434;
  text-align: center;
  padding: 16px 0px;
}

.sub-footer p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.sub-footer a {
  color: #fff;
}

.page-heading {
  text-align: center;
  background-image: url(../images/laugh-time-newbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 0px 150px 0px;
  color: #fff;
}

.page-heading h1 {
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.page-heading span {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
}

/* team */

.team {
  background-color: #f7f7f7;
  margin-top: 140px;
  margin-bottom: -140px;
  padding: 120px 0px;
}

.team-item img {
  width: 100%;
  overflow: hidden;
}

.team-item .down-content {
  background-color: #fff;
  padding: 30px;
}

.team-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}

.team-item .down-content span {
  color: #f27f2a;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.team-item .down-content p {
  margin-bottom: 20px;
}

/* Single Service */

.single-services {
  margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #f27f2a;
  font-size: 20px;
  color: #121212;
  letter-spacing: 0.5px;
  font-weight: 700;
  transition: all 0.3s;
}
#tabs ul li a i {
  float: right;
  margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
}
.tabs-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}

/* Contact Information */

.contact-information {
  margin-top: 140px;
}

.contact-information .contact-item {
  padding: 60px 30px;
  background-color: #f7f7f7;
  text-align: center;
}

.contact-information .contact-item i {
  color: #f27f2a;
  font-size: 48px;
  margin-bottom: 40px;
}

.contact-information .contact-item h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.contact-information .contact-item p {
  margin-bottom: 20px;
}

.contact-information .contact-item a {
  font-weight: 600;
  color: #f27f2a;
  font-size: 15px;
}

/* Responsive Style */
@media (max-width: 768px) {
  .sub-header {
    display: none;
  }
  .order-first {
    order: -1 !important;
  }

  .Modern-Slider .text-content {
    top: 55%;
  }

  .Modern-Slider .item h6 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .Modern-Slider .item h4 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .Modern-Slider .item p {
    max-width: 570px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .Modern-Slider .NextArrow {
    right: 5px;
  }
  .Modern-Slider .PrevArrow {
    left: 5px;
  }
  .request-form {
    text-align: center;
  }
  .request-form a.border-button {
    float: none;
    margin-top: 30px;
  }
  .services .service-item {
    /* margin-bottom: 30px; */
  }
  .fun-facts .left-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .more-info .right-content {
    padding: 30px;
  }
  footer {
    padding: 80px 0px 20px 0px;
  }
  footer .footer-item {
    border-bottom: 1px solid #343434;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  footer .last-item {
    border-bottom: none;
  }
  .about-info .right-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .team .team-item {
    margin-bottom: 30px;
  }
  .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .contact-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 30px;
    top: 10px;
  }
  .navbar .navbar-brand {
    width: auto;
  }
  .navbar:after {
    display: none;
  }
  #navbarResponsive {
    z-index: 99999;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #eee;
  }
  .navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar .navbar-nav a.nav-link {
    padding: 15px 0px;
    color: #1e1e1e !important;
  }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .active > .nav-link,
  .navbar .navbar-nav .nav-link.active,
  .navbar .navbar-nav .nav-link.show,
  .navbar .navbar-nav .show > .nav-link {
    color: #f27f2a !important;
    border-bottom: none !important;
  }
}
/* free checkup start */
.check-up {
  background: #eaf3fa;
  padding: 40px 0 0 0;
}
.health-check {
}
.health-check h1 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 30px 0;
  line-height: 48px;
  font-size: 35px;
}
.health-check p {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 10px;
  width: 92%;
  color: #3b3b3b;
  font-weight: 400;
}
.health-check-bg {
  padding-top: 140px;
}
.health-check-bg figure {
  margin: 0;
}
.health-check-bg figure img {
  max-width: 100%;
}
.question {
  padding-bottom: 40px;
}
.question h2 {
  color: #f58634;
  font-weight: 600;
  padding: 40px 0 40px 0;
  line-height: 48px;
  font-size: 35px;
  text-align: center;
}
.question h2 span {
  color: #3e4095;
}
.question-bg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.question-bg figure {
  margin: 0;
}
.question-bg figure img {
  max-width: 100%;
}
.question-in {
}
.question-in h3 {
  color: #3b3b3b;
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  padding-bottom: 24px;
}
.question-tags {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  list-style: none;
  width: 68%;
}
/* .line-in {
    height: 2px;
    width: 74%;
    background: #3b3b3b;
  } */
.question-tags li:first-child {
  padding: 0 25px;
}
.question-tags li a.line-active {
  color: #f58634;
  border-bottom: 2px solid #f58634;
}
.question-tags li:not(:first-child) {
  padding: 0 25px;
}
.question-tags li {
  color: #3b3b3b;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
  cursor: pointer;
}
.question-yes {
  padding: 20px 0 0 0;
  position: relative;
  padding-left: 52px;
}
.question-yes img {
  position: absolute;
  top: 30px;
  left: 0;
  max-width: 100%;
}
/* .question-yes::after {
  content: "\f00c";
  background-image: url(../images/answer-icon.svg);
  position: absolute;
  left: 0;
  top: 0;
  background: #f58634;
} */

.question-yes p {
  color: #3b3b3b;
  font-weight: 500;
  font-size: 18px;
}
.question-yes ul {
  border-bottom: none;
  margin: 0;
  padding-top: 8px;
}
.question-yes ul li {
  float: left;
  width: 50%;
}
.question-yes ul li:first-child {
  padding: 0;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.8px;
  border-color: gray;
  margin-bottom: 4px;
}
input[type="radio"]:checked + * {
  color: #3b3b3b;
}
input[type="radio"]:checked + *::before {
  background: radial-gradient(
    #f58634 0%,
    #f58634 50%,
    transparent 60%,
    transparent
  );
  border-color: #f58634;
}
.form-check-label {
  /* font-size: 14px; */
  line-height: 28px;
}
.form-check {
  padding-left: 0px;
}

/* basic layout */
.question-in {
  position: relative;
}
.progressCircle {
  position: absolute;
  right: 44px;
  top: -16px;
}
#responsive-progress {
  display: none;
}
fieldset {
  /* margin: 20px;
  max-width: 400px; */
}
input[type="radio"] + * {
  display: inline-block;
}
.pages-main {
  padding: 40px 0 0 0;
}
.pages {
  padding: 11px 0 0 0;
}
.pages-in li a {
  padding: 1px 8px;
  font-size: 15px;
  color: #3e4095;
  /* background: #ccc; */
}
.pages-in li a.angles i {
  font-weight: 600;
}
.pages-in li a.angles {
  padding: 0 !important;
}
.pages-in li a.angles-active {
  background: #3e4095;
  color: #fff;
}
.pages-in li {
  position: relative;
  padding: 0 10px;
}
.pages-in li:nth-child(2)::after {
  border-right: 2px solid #3e4095;
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  height: 14px;
}
.pages ul.pages-in li:nth-child(3)::after {
  border-right: 2px solid #3e4095;
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  height: 14px;
}
.pages > a:hover {
  background: #ccc;
}
.pagenation-btn a {
  text-align: center;
  float: right;
  color: #fff;
  background: #3e4095;
  width: 200px;
  padding: 9px 0;
  font-size: 18px;
  border-radius: 30px;
}

.progress {
  width: 100px;
  height: 100px !important;
  float: left;
  line-height: 130px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  line-height: 92px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progress.blue .progress-bar {
  border-color: #049dff;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #47d55b;
}

.progress.yellow .progress-right .progress-bar {
  animation: loading-3 1.8s linear forwards;
}

.progress.yellow .progress-left .progress-bar {
  animation: none;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.line-active {
  border-bottom: 2px solid #f58634;
  position: relative;
  top: 1px;
  color: #f58634 !important;
}
#data {
  display: block;
}
#answer,
#notAnswer {
  display: none;
}
.question-yes p.answerIn {
  padding-top: 6px;
  color: #999;
}
#saveBtn {
  display: block;
}
.clickBtn,
.radioBtn {
  display: inline;
}
/* free checkup end */
/* how to do start */
.steps-banner {
  background: #eaf3fa;
  padding: 20px 0 0 0;
}
.beauty-your-mind {
  padding-top: 64px;
}
.beauty-your-mind h1 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 20px 0;
  line-height: 48px;
  font-size: 35px;
  text-transform: uppercase;
}
.beauty-your-mind h4 {
  color: #333;
  font-weight: 500;
  padding: 0px 0 0px 0;
  font-size: 20px;
  text-transform: uppercase;
}
.stepLeft {
  padding: 100px 0;
  background: #fff;
}
.step-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-image figure {
  margin: 0;
}
.step-image figure img {
  max-width: 100%;
}
.enroll-mind {
  display: flex;
  align-items: center;
  justify-content: center;
}
.enroll-mind h5 {
  color: #333;
  font-weight: 600;
  padding: 0 0 0 0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.enroll-mind h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 40px 0;
  font-size: 28px;
  text-transform: uppercase;

  word-spacing: 1.5px;
  line-height: 48px;
}
.enroll-mind p {
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
}
.stepRight {
  padding: 100px 0;
  background: rgb(62 64 149 / 10%);
}
.receive-information {
  display: flex;
  align-items: center;
  justify-content: center;
}
.receive-information h5 {
  color: #333;
  font-weight: 600;
  padding: 0 0 0 0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.receive-information h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 40px 0;
  font-size: 28px;
  text-transform: uppercase;
  word-spacing: 1.5px;
  line-height: 48px;
}
.receive-information p {
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
}

/* how to do end */

/* talk-time start */
.talk-banner {
  background: #eaf3fa;
  padding-top: 30px;
}
.laugh-banner {
  background: #eaf3fa;
  padding-top: 30px;
}
.talk-banner-left {
}
.talk-banner-left h1 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 20px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
  text-transform: uppercase;
}
.laugh-banner-left h1 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 20px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
  text-transform: uppercase;
}
.talk-banner-left p {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
  padding-bottom: 25px;
}
.talk-banner-left a {
  color: #fff;
  background: #f58634;
  text-decoration: none;
  width: 258px;
  display: block;
  padding: 8px 0 8px 28px;
  position: relative;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 300;
  word-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 30%);
}
.talk-banner-left a:hover {
  box-shadow: 0px 2px 8px 0 rgb(0 0 0 / 50%);
  transition: all 0.3s;
}
.form-check-input:focus {
  border-color: #3e4095;
}
.therapy-cardsIn h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 100px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}
.therapy-cardsIn h2 span {
  color: #f58634;
}
.talk-banner-left a img {
  position: absolute;
  top: 2.5px;
  right: 3px;
  width: 28px;
}
.laugh-banner-left a.LaughingBtn {
  color: #fff;
  background: #f58634;
  text-decoration: none;
  width: 180px;
  display: inline-block;
  padding: 8px 0 8px 28px;
  position: relative;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 300;
  word-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 30%);
}
.laugh-banner-left a.LaughingBtn:hover {
  box-shadow: 0px 2px 8px 0 rgb(0 0 0 / 50%);
  transition: all 0.3s;
}
.laugh-banner-left a.LaughingBtn img {
  position: absolute;
  top: 2.5px;
  right: 3px;
  width: 28px;
}
/* .laugh-banner-left a.LaughterBtn {
  color: #fff;
  background: #f58634;
  text-decoration: none;
  width: 204px;
  display: inline-block;
  padding: 8px 0 8px 28px;
  position: relative;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 300;
  word-spacing: 1px;
  text-transform: uppercase;
  margin-left: 40px;
  box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 40%);
}
.laugh-banner-left a.LaughterBtn img {
  position: absolute;
  top: 2.5px;
  right: 3px;
  width: 28px;
} */
.laugh-banner-left p {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
  padding-bottom: 25px;
}
.laugh-banner-right {
  padding-top: 168px;
}
.talk-banner-right {
  padding-top: 80px;
}
.talk-banner-right figure {
  margin: 0;
}
.laugh-banner-right figure {
  margin: 0;
}
.talk-banner-right figure img {
  max-width: 100%;
}
.laugh-banner-right figure img {
  max-width: 100%;
}
.joinUs {
  text-align: center;
  padding: 100px 0;
}
.joinUs-in {
}
.joinUs-in h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 30px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}
.joinUs-in h2 span {
  color: #f58634;
}
.joinUs-in p {
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.joinUs-in a {
  width: 152px;
  padding: 8px 12px 8px 0px;
  color: #fff;
  background: #f58634;
  text-decoration: none;
  position: relative;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 300;
  word-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 30%);
}
.joinUs-in a:hover {
  box-shadow: 0px 2px 8px 0 rgb(0 0 0 / 50%);
  transition: all 0.3s;
}
.joinUs-in a img {
  position: absolute;
  top: 2.5px;
  right: 3px;
  width: 28px;
}
.therapy-cards {
  background: #ebebf4;
  padding: 100px 0;
}
.therapy-cardsIn {
  width: 90%;
  margin: 0 auto;
}
.Individual {
}
.IndividualIn {
  background: #ffffff;
  width: 90%;
  padding: 50px 0 30px 0;
  border-radius: 10px;
}
.IndividualIn h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 30px 0;
  font-size: 24px;
  line-height: 40px;
  word-spacing: 1.5px;
  text-align: center;
  padding-bottom: 100px;
}
.IndividualIn figure {
  margin: 0;
}
.IndividualIn figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.Group {
}
.GroupIn {
  background: #ffffff;
  width: 90%;
  float: right;
  padding: 50px 0 30px 0;
  border-radius: 10px;
}
.GroupIn h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 30px 0;
  font-size: 24px;
  line-height: 40px;
  word-spacing: 1.5px;
  text-align: center;
  padding-bottom: 100px;
}
.GroupIn figure {
  margin: 0;
}
.GroupIn figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.Patient {
  padding-top: 100px;
}
.Medication {
  padding-top: 100px;
}
.navbar-nav .nav-item a.nav-link span.activeNav {
  border-bottom: 2px solid #f27f2a;
  padding-bottom: 16px;
}
/* talk-time end */
.footerIn {
  width: 90%;
  margin: 0 auto;
}
.about-banner {
  background: #eaf3fa;
  padding-top: 30px;
}
.about-banner-left {
}
.about-banner-left h1 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 20px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
  text-transform: uppercase;
}
.about-banner-left p {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
}
.about-banner-right {
  padding-top: 60px;
}
.about-banner-right figure {
  margin: 0;
}
.about-banner-right figure img {
  max-width: 100%;
}
/* login start */
.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logIn {
  width: 1140px;
  padding: 50px 0 0 0;
}
.form-check-login {
  text-align: left;
  padding-left: 20px;
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input:active {
  filter: initial;
}
.form-check-input {
  width: 14px;
  height: 14px;
  margin-top: 6px;
}
.logIn-left {
  width: 300px;
}
.logIn-left h1 {
  color: #3b3b3b;
  font-weight: 600;
  padding: 0px 0 0px 0;
  font-size: 28px;
  line-height: 40px;
  word-spacing: 1.5px;
  /* text-transform: uppercase; */
}
.logIn-left p {
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
}
.logIn-left p a {
  color: #3e4095;
  margin-left: 5px;
}
.loginInputs {
  padding-top: 30px;
}
.loginInputs input {
  background: rgb(62 64 149 / 10%);
  border: none;
  border-left: 3px solid #3e4095;
  outline: none;
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: 40px;
  font-size: 14px;
  color: #3b3b3b;
}
.loginInputs input::placeholder {
  color: #a3a3a9;
}
.navbar .navbar-nav a.login-in span.login-active {
  border: 1px solid #3e4095;
  background: #3e4095;
  color: #fff;
  padding-bottom: 8px;
}
.rememberMe {
  padding-bottom: 30px;
}
.rememberMeIn {
  float: left;
}
.ForgotPwd {
  float: right;
}
.rememberMeIn label {
  font-size: 14px;
  font-weight: 400;
}
.ForgotPwd a {
  font-size: 14px;
  font-weight: 400;
  color: #3e4095;
}
.logIn-right figure {
  float: right;
  margin: 0;
  max-width: 90%;
}
.logIn-right figure img {
  max-width: 100%;
}
.signIn {
  background: #3e4095;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  outline: none;
  border: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  height: 40px;
  border-radius: 30px;
}
.Signwith {
  margin-top: 30px;
}
.Signwith button {
  font-size: 12px;
  border: 1px solid #3e4095;
  border-radius: 30px;
  outline: none;
  color: #3e4095;
  font-weight: 400;
  /* padding: 0px 20px; */
  height: 40px;
  width: 45%;
}
.Signwith button i {
  margin-left: 5px;
}
.google-btn {
  float: left;
}
.facebbok-btn {
  float: right;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
.form-group {
  margin-bottom: 0;
}
.joinnow-wrapper {
  height: auto;
}
.joinNow {
  padding: 100px 0;
}
.joinNow-left {
  width: 100%;
}
.joinNow-left h1 {
  color: #3b3b3b;
  font-weight: 600;
  padding: 0px 0 0px 0;
  font-size: 28px;
  line-height: 40px;
  word-spacing: 1.5px;
  /* text-transform: uppercase; */
}
.joinNow-left p {
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
  padding-bottom: 34px;
}
.joinNow-left p a {
  color: #3e4095;
  margin-left: 6px;
}
.joinNowInputs {
  padding-top: 30px;
  padding-bottom: 10px;
}
.joinNext {
  background: #3e4095;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 300px;
  outline: none;
  border: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  height: 40px;
  border-radius: 30px;
}
.joinNowInputs input {
  background: rgb(62 64 149 / 10%);
  border: none;
  border-left: 3px solid #3e4095;
  outline: none;
  width: 300px;
  padding: 10px 10px;
  margin-bottom: 20px;
  height: 40px;
  font-size: 14px;
  color: #3b3b3b;
}
.joinNowInputs input::placeholder {
  color: #a3a3a9;
}
.Progress {
  width: 100%;
  margin: 0 auto;
  /* padding-right: 32%; */
}
.Progress ul {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  position: relative;
}
.Progress ul li {
  position: relative;
}
.Progress ul li p {
  position: absolute;
  bottom: 24px;
  background: #3e4095;
  color: #ffffff;
  border-radius: 100%;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  left: 17%;
  cursor: pointer;
}
.p-videoPlay {
  background: #9c9c9c !important;
}
.Progress ul li span {
  font-size: 12px;
  margin-top: 36px;
  display: block;
  color: rgb(59 59 59 / 50%);
}
.Progress ul li span.personal-info {
  color: #3e4095;
}
.progress-line {
  width: 56%;
  height: 1px;
  background: rgb(59 59 59 / 50%);
  position: absolute;
  top: 11px;
  left: 10px;
  right: 0;
  margin: 0 auto;
}
.progress-lineTwo {
  width: 60%;
  height: 1px;
  background: #3e4095;
  position: absolute;
  top: 11px;
}
.p-Questionarie {
  background: #9c9c9c !important;
}
.videoSel {
  background: #3e4095 !important;
  color: #fff !important;
}
#personalInfo {
  display: block;
}
#videoSelected {
  display: none;
}
#Questionarie {
  display: none;
}
.joinusQuestionsIn {
  padding-top: 30px;
}
.joinusQuestions {
  position: relative;
  padding-left: 32px;
  padding-bottom: 20px;
}
.joinusQuestions img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 5%;
}
.joinusQuestions p {
  color: #3b3b3b;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 0px;
}
.joinusQuestions input {
  border: none;
  border-bottom: 1px solid #9b9b9b;
  width: 68%;
  outline: none;
}
.JoinIn {
  padding-top: 10px;
  width: 300px;
}
.sub-footer-login {
  background-color: #343434;
  text-align: center;
  padding: 16px 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.navBar {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.sub-footer-login p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.main {
  height: 100vh;
  display: flex;
  justify-content: center;
  width: 100%;
}
/* stat laugh start */
.startLaugh {
  background: #eaf3fa;
  padding-top: 30px;
}
.startLaugh-left {
  display: flex;
  align-items: center;
}
.startLaugh-left h1 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 20px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
}
.startLaugh-right {
}
.startLaugh-right figure {
  margin: 0;
  float: right;
}
.startLaugh-right figure img {
  max-width: 100%;
}
.start-laugh-card {
}
.start-laugh-card h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 30px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
  text-align: center;
  padding: 70px 0;
}
.start-laugh-card h2 span {
  color: #f58634;
}
.laugh-cardIn {
  padding: 70px 0;
  background: rgb(62 64 149 / 10%);
}
.cardOne {
}
.cardOne h3 {
  font-size: 20px;
  line-height: 30px;
  background: #000000;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.cardOne figure {
  margin: 0;
}
.cardOne figure img {
  width: 100%;
}
/* stat laugh end */
/* live session start */
.liveSession {
  background: #eaf3fa;
  padding-top: 30px;
}
.liveSession-left {
  display: flex;
  align-items: center;
}
.liveSession-left h1 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 20px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
}
.liveSession-right {
}
.liveSession-right figure {
  margin: 0;
  float: right;
}
.liveSession-right figure img {
  max-width: 100%;
}
.liveSession-card {
  padding: 100px 0 0 0;
}
.liveSession-card h2 {
  color: #3e4095;
  font-weight: 600;

  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
  text-align: center;
  padding: 0 0 70px 0;
}
.liveSession-card h2 span {
  color: #f58634;
}
.liveSession-cardIn {
  padding: 80px 0 0 0;
  background: rgb(62 64 149 / 10%);
}
.Livesession-cards {
  padding-bottom: 80px;
}
.Livesession-cards figure {
  margin: 0;
}
.Livesession-cards figure img {
  max-width: 100%;
}
.Livesession-cards h3 {
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
  background: #3e4095;
  text-align: center;
  padding: 30px 0;
  max-width: 514px;
  border-radius: 0 0 5px 5px;
}
.livesession-float {
  float: right;
}
.intercative {
  padding: 100px 0;
}
.intercative h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 0 0 70px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
  text-align: center;
}
.intercative h2 span {
  color: #f58634;
}
.intercative-card {
  min-height: 300px;
  background: #f58634;
  border-radius: 5px;
}
.intercative-card a img {
  display: block;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.intercative-card h4 {
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  padding: 40px 0;
}
.sessionBtn {
  background: #3e4095;
  padding: 30px 0;
  text-align: center;
}
.sessionBtn a {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 12px 40px;
}
.sessionBtn a img {
  margin: -5px 12px 0 0;
}

/* live session end */
/* start talk chart start */
.startTalkchart {
  background: #eaf3fa;
  padding-top: 30px;
}
.startTalkchart-left {
  display: flex;
  align-items: center;
}
.startTalkchart-left h1 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 20px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
}
.startTalkchart-right {
}
.startTalkchart-right figure {
  margin: 0;
  float: right;
}
.startTalkchart-right figure img {
  max-width: 100%;
}
.start-talk-chart-card h2 span {
  color: #f58634;
}
.start-talk-chart-card p {
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
  text-transform: uppercase;
  padding-bottom: 70px;
  text-align: center;
}
.start-talk-chart-card {
  padding: 100px 0 0 0;
}
.start-talk-chart-card h2 {
  color: #3e4095;
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
  text-align: center;
  padding: 0 0 30px 0;
}
.start-talk-chart-cardIn {
  padding: 80px 0;
  background: rgb(62 64 149 / 10%);
}
.start-talk-card {
}
.start-talk-card figure {
  margin: 0;
}
.start-talk-card figure img {
  max-width: 100%;
}
.chat-floats {
  max-width: 514px;
}
.chat-floats h3 {
  float: left;
  background: #3e4095;
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  padding: 30px 0;
  width: 50%;
}
.chat-floats h4 {
  float: right;
  background: #f58634;
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  padding: 30px 0;
  width: 50%;
}
.start-talk-img {
  float: right;
}
/* Telepsychiatry start */
.Telepsychiatry-banner {
  background: #eaf3fa;
  padding-top: 30px;
}
.Telepsychiatr-left {
}
.Telepsychiatr-left h1 {
  color: #3e4095;
  font-weight: 600;
  padding: 0px 0 20px 0;
  font-size: 28px;
  line-height: 48px;
  word-spacing: 1.5px;
}
.Telepsychiatr-left p {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
}
.Telepsychiatr-right {
  padding-top: 90px;
}
.Telepsychiatr-right figure {
  margin: 0;
  float: right;
}
.Telepsychiatr-right figure img {
  max-width: 100%;
}
.Telepsychiatry-left {
  padding: 100px 0;
  background: rgb(62 64 149 / 10%);
}
.Telepsychiatry-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 56px;
}
.Telepsychiatry-image figure {
  margin: 0;
}
.Telepsychiatry-image figure img {
  max-width: 100%;
}
.Telepsychiatry-mind {
}
.Telepsychiatry-mind h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 0 0 40px 0;
  font-size: 28px;
  text-transform: uppercase;
  word-spacing: 1.5px;
  /* line-height: 48px; */
}
.Telepsychiatry-mind p {
  font-size: 18px;
  line-height: 36px;
  color: #3b3b3b;
}
.Telepsychiatry-Right {
  padding: 100px 0;
}
.Telepsychiatry-information {
}
.Telepsychiatry-information h2 {
  color: #3e4095;
  font-weight: 600;
  padding: 0 0 40px 0;
  font-size: 28px;
  text-transform: uppercase;
  word-spacing: 1.5px;
}
.benfits {
  color: #f58634 !important;
  text-align: center !important;
}
.Telepsychiatry-information p {
  font-size: 18px;
  line-height: 36px;
  color: #3b3b3b;
}
.Telepsychiatry-information ul li {
}
.Telepsychiatry-information ul li p {
  line-height: 30px;
  font-size: 18px;
  position: relative;
  padding-left: 12px;
}
.Telepsychiatry-information ul li p::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #3b3b3b;
  border-radius: 100%;
  left: 0;
  top: 12px;
}
/* .Telepsychiatry-information ul li::before {
  content: "\f0a4";
  position: absolute;
  top: 0;
  left: 0px;
  font-family: "FontAwesome";
} */

.vid-wrapper {
  text-align: center;
  padding: 20px 0;
}

.vid {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid;
  padding: 2px;
  cursor: pointer;
  border-radius: 15px;
  margin-bottom: 15px;
}

.vid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h2.vid-head {
  font-size: 20px;
  color: #333;
}

/* Video Popup */
.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 998;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none !important;
}

.video-popup.show-video {
  display: flex !important;
}

.iframe-wrapper {
  position: relative;
  width: 90%;
  max-width: 849px;
  padding-top: 31.75%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.iframe-wrapper .close-video {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  top: -13px;
  right: -11px;
  background: #ffffff;
  background: url(../images/cancel.png) #fff;
  border-radius: 50%;
  background-size: cover;
}
iframe {
  padding: 4px;
  border-radius: 10px;
}
.selectLabel {
  float: left;
  margin: 0 0 0 8px;
}
.VideoButtons {
  padding-top: 10px;
  width: 300px;
  margin: 0 auto;
}
.v-Questionarie {
  margin-left: 10px;
  color: #3e4095 !important;
}
.pQuestionarie {
  margin-left: 10px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff;
  color: #000;
}
.aciveNow {
  background-color: #3e4095;
  color: #ffffff;
}
/* comming soon start */
.commingSoon {
  padding: 100px 0;
}
.commingSoonIn {
  text-align: center;
}
.commingSoonIn h1 {
  color: #3e4095;
  font-weight: 600;
  font-size: 35px;
  line-height: 48px;
  word-spacing: 1.5px;
  text-align: center;
  padding-bottom: 30px;
}
.commingSoonIn figure img {
  max-width: 100%;
}
.commingSoonIn a {
  height: 40px;
  font-size: 15px;
  line-height: 19px;
  padding: 10px 20px;
  text-decoration: none;
  background: #3e4095;
  border: 1px solid #3e4095;
  border-radius: 20px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
/* comming soon end */
/* .closeIcon {
  height: 2px;
  width: 20px;
  background: #5c5c5c;
  transform: translateY(4px) rotate(45deg);
  margin-top: 19px;
  margin-left: 9px;
}
.closeIconT {
  height: 2px;
  width: 20px;
  background: #5c5c5c;
  transform: translateY(2px) rotate(-45deg);
} */
/* dashboard styles */

@media (min-width: 1200px) {
  /* line 13, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
  .container {
    max-width: 1310px;
  }
}

/* line 17, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.body_white_bg {
  background: #fff;
}

/* line 20, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.br_5 {
  border-radius: 5px;
}

/* line 23, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.border_bottom_1px {
  border-bottom: 1px solid #eff2f7;
}

/* line 26, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.message_submit_form:focus {
  outline: none;
}

/* line 29, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
input:hover,
input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}

/* line 33, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/* line 36, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

/* line 40, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.form-control {
  border-color: #bbc1c9;
}

/* line 43, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
  border-color: #bbc1c9;
}

/* line 47, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.dropdown-menu {
  margin: 0;
  padding: 0;
}

/* line 51, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.section_padding {
  padding: 120px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 51, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
  .section_padding {
    padding: 80px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 51, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 575.98px) {
  /* line 51, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 51, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 66, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.padding_top {
  padding-top: 120px;
}

@media (max-width: 991px) {
  /* line 66, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 66, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
  .padding_top {
    padding-top: 80px;
  }
}

/* line 75, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
.padding_bottom {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  /* line 75, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 75, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
  .padding_bottom {
    padding-bottom: 80px;
  }
}

/* line 85, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 88, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 94, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #302d43;

  font-weight: 600;
  line-height: 1.2;
}

/* line 100, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
h2 {
  font-size: 30px;
}

/* line 103, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
h3 {
  font-size: 26px;
}

/* line 106, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
h4 {
  font-size: 20px;
}

/* line 109, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

/* line 114, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
li {
  list-style: none;
}

/* line 117, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
ul,
ol {
  margin: 0;
  padding: 0;
}

/* line 121, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #6f7a92;
}

/* line 130, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
a:focus,
.button:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

/* line 205, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
th:focus,
td:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/* line 209, G:/admin_project/10 admin/cryptocurrency/scss/_reset.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  vertical-align: middle;
}

.border_1px {
  border-right: 1px solid rgba(130, 139, 178, 0.3);
  height: 40px;
  margin-right: 20px;
  margin-left: 8px;
}

/* line 229, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.header_iner .header_right .header_notification_warp li > a span {
  position: absolute;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #fff;
  font-size: 11px;
  border-radius: 50%;
  right: -12px;
  top: -12px;
  background: #486dcf;
  line-height: 22px;
  border: 6px solid #fff;
}

@media (max-width: 575.98px) {
  /* line 248, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
  .header_iner .header_right .select_style {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 248, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
  .header_iner .header_right .select_style {
    display: none !important;
  }
}

/* line 257, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.header_iner .nice_Select {
  color: #929bb5;
}

/* line 261, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info {
  position: relative;
}

/* line 265, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info img {
  max-width: 54px;
  max-height: 54px;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 991px) {
  /* line 265, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
  .profile_info img {
    max-width: 30px;
  }
}

/* line 275, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .author_name h4 {
  color: #434750;
  margin-bottom: 0;
  line-height: 18px;
}

/* line 280, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .author_name span {
  color: #9b9aba;
}

/* line 284, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_iner {
  position: absolute;
  right: 0;
  background-color: #fff;
  text-align: left;
  width: 215px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  top: 77px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 0 2px 2px rgba(62, 217, 124, 0.1);
}

/* line 297, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_iner::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: -10px;
  right: 15px;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #373063 transparent;
  z-index: 2;
}

/* line 309, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_iner .profile_author_name {
  padding: 20px 25px;
  background: #373063;
  border-radius: 0;
}

/* line 315, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_iner a {
  display: block;
}

/* line 319, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_iner p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

/* line 324, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_iner h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

/* line 331, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info:hover .profile_info_iner {
  opacity: 1;
  visibility: visible;
  top: 77px;
}

/* line 337, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_details {
  padding: 20px 25px;
}

/* line 339, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_details a {
  color: #2e4765;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  font-weight: 400;
}

/* line 345, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_details a:hover {
  color: #2e4765;
}

/* line 347, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_details a:hover i {
  color: #2e4765;
}

/* line 352, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.profile_info .profile_info_details i {
  color: #2e4765;
  font-size: 12px;
  margin-left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 360, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.sidebar_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 20px;
}

@media (max-width: 575.98px) {
  /* line 360, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
  .sidebar_icon {
    right: auto;
    left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 360, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
  .sidebar_icon {
    right: auto;
    left: 20px;
  }
}

/* line 375, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.sidebar_icon i {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

/* line 567, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
table.dataTable {
  width: 100% !important;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
.clear {
  clear: both;
}

/* line 580, G:/admin_project/10 admin/cryptocurrency/scss/_header.scss */
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0 !important;
}

/************ sidebar css here ************/
/* line 2, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar {
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  padding-bottom: 50px;
  position: fixed;
  width: 270px;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
  /* box-shadow: 0 12px 30px rgba(80, 143, 244, 0.1); */
  transition: 0.3s;
}

/* line 18, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .small_logo {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 21, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .sidebar.hide_vertical_menu {
    left: -20%;
  }
}

@media (min-width: 1201px) {
  /* line 21, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .sidebar.hide_vertical_menu {
    left: -270px;
  }
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .sidebar {
    left: -280px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    width: 280px;
    background: #fff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .sidebar {
    width: 20%;
  }
}

/* line 40, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .logo {
  margin: 0px;
  background: #efefef;
  padding: 24px;
  margin-bottom: 0px;
}

/* line 47, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .logo .large_logo img {
  width: 100%;
}

@media (max-width: 991px) {
  /* line 40, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .sidebar .logo {
    padding: 30px;
  }
}

/* line 56, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .menu-text {
  font-size: 12px;
  color: #b1bdcb;
  font-weight: 600;
  margin: 0;
  padding: 12px 0 12px 24px;
  text-transform: uppercase;
}

/* line 63, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .menu-text i {
  display: none;
}

/* line 68, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle i {
  font-size: 18px;
  margin-right: 12px;
  color: #f8dbdd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 74, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  padding: 10px 25px 10px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  border-top: 1px solid transparent;
  background: transparent;
}

/* line 89, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a::before {
  position: absolute;
  right: 0;
  background: #2e4765;
  width: 0px;
  top: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  transition: 0.3s;
  right: 0px;
  visibility: hidden;
}

/* line 103, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.current_active i {
  color: #2e4765;
}

/* line 106, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.current_active::before {
  opacity: 1;
  width: 3px;
  visibility: visible;
}

/* line 112, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a:hover::before {
  opacity: 1;
  right: 0;
  visibility: visible;
  width: 3px;
}

/* line 118, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title {
  padding: 28px 25px 18px 40px;
  background: #fff7f8;
  border-top: 1px solid #eee1e2;
}

/* line 122, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title:after {
  position: absolute;
  right: 40px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}

/* line 133, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title.collapsed {
  padding: 10px 25px 10px 40px;
  background: #fff;
  border-top: 1px solid transparent;
}

/* line 137, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle a.normal_title.collapsed:after {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #cec1c2;
  font-weight: 600;
  font-size: 14px;
}

/* line 151, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover {
  background-color: #192434;
}

/* line 153, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_sidebar_tittle:hover i {
  color: #2e4765;
}

/* line 158, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_menu_item {
  padding-left: 36px;
  margin: 6px 0;
  line-height: 21px;
}

/* line 162, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .single_menu_item:hover {
  padding-left: 55px !important;
}

/* line 168, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li {
  list-style: none;
}

/* line 170, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu {
  background: #fff7f8;
  padding: 0px 0px 0px 70px !important;
  border-bottom: 1px solid #eee1e2;
}

/* line 175, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu li a {
  font-size: 13px;
  line-height: 36px;
  color: #7e7172;
  font-weight: 400;
}

/* line 181, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar .sidebar_iner ul li .submenu li:last-child {
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  /* line 194, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .active_sidebar {
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
}

/* line 199, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar_close_icon i {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 30px;
  font-size: 25px;
  top: 29px;
  cursor: pointer;
  color: #222222;
}

/* line 214, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar_widget .white_box {
  padding: 30px;
}

@media (max-width: 991px) {
  /* line 214, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 214, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 15px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  /* line 214, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .sidebar_widget .white_box {
    padding: 25px 15px;
  }
}

/* line 225, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar_widget .white_box .btn_2 {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  padding: 16px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 225, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .sidebar_widget .white_box .btn_2 {
    padding: 12px 7px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  /* line 234, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .sidebar_widget .white_box .btn_1 {
    padding: 8px 10px;
    font-size: 11px;
  }
}

/* line 241, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar_widget .date_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0 18px;
}

/* line 246, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar_widget .date_range .btn_3 {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
}

/* line 251, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar_widget .date_range i {
  display: none;
}

/* line 254, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date,
.sidebar_widget .date_range .end_date {
  width: 115px;
}

/* line 256, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date input,
.sidebar_widget .date_range .end_date input {
  width: 100%;
  border: 1px solid #e4e8ec;
  color: #7e7172;
  font-size: 13px;
  padding: 11px 20px;
  border-radius: 5px;
  font-weight: 300;
}

/* line 265, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar_widget .date_range .start_date ::placeholder,
.sidebar_widget .date_range .end_date ::placeholder {
  color: #7e7172;
}

/************ sidebar css end ************/
/* line 276, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li {
  margin-left: 0px;
}

/* line 279, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a {
  font-size: 16px;
  font-weight: 300;
  color: #8f91aa;
  padding: 0px 25px 0px 0px;
  background: #fff;
  transition: 0.3s;
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 24px auto;
  grid-gap: 15px;
  align-items: center;
  position: relative;
  background: transparent;
  color: #8f91aa;

  padding: 10px 10px 10px 26px;
  background: #fff;
  border-radius: 0;
}

/* line 299, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a:hover {
  color: #68657d !important;
  background: #efefef;
}

/* line 303, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a.active {
  color: #68657d !important;
  background: #efefef;
}

/* line 307, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a::after {
  color: #fff;
  transform: rotate(-90deg) translate(0, -50%);
  opacity: 1;
  font-size: 10px;
  right: 15px;
  color: #a1a4b9;
}

/* line 331, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a i {
  font-size: 15px;
  margin-right: 12px;
  color: #a5adc6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 344, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li a:hover::before {
  width: 6px;
  opacity: 1;
  visibility: visible;
}

/* line 352, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li > a {
  color: #8f91aa;
}

/* line 357, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a {
  background: #fff;
  border-radius: 30px;
  color: #68657d;
  border-radius: 0;
  background: #efefef;
}

/* line 363, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a::after {
  color: #7a8698;
  transform: rotate(0deg) translate(0, -50%);
  opacity: 1;
  font-size: 10px;
  right: 15px;
}

/* line 372, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active.metis_dropmenu > a {
  padding-top: 29px;
  padding-bottom: 30px;
  color: #a5adc6;
}

/* line 379, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a i {
  color: #a5adc6;
}

/* line 382, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li.mm-active > a::before {
  opacity: 1;
  width: 6px;
  visibility: visible;
}

/* line 389, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul {
  padding: 0px 0px 5px 40px;
  background: transparent;
  border-radius: 0 0 4px 4px;
  margin-left: 0px;
  background: #fff;
}

/* line 402, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li:last-child a {
  padding-bottom: 30px;
}

/* line 406, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a {
  font-size: 14px;
  color: #8f91aa;
  font-weight: 400;
  padding: 0;
  white-space: nowrap;
  padding: 0;
  padding: 10px 0 10px 8px !important;
  margin-top: 0;
  margin-left: 0px;
  text-transform: capitalize;
}

/* line 417, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a::before {
  display: none;
}
.small_logo img {
  height: auto;
  width: 32%;
  margin: 0 auto;
  display: block;
}
/* line 420, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a.active {
  color: #3d3e50 !important;
  background: transparent;
}

/* line 425, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li a:hover {
  background: transparent;
  color: #3d3e50 !important;
}

/* line 430, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu > li ul li ul {
  padding-left: 5px;
}

/* line 524, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #ddd;
}

/* line 529, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 6px;
  background-color: #ddd;
}

/* line 534, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #f8dbdd;
}

/* line 540, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
body::-webkit-scrollbar {
  width: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 547, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
  .metismenu .has-arrow::after {
    right: 25px;
  }
}

/* line 553, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu li a img {
  width: 24px;
  height: auto;
}

/* line 559, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar #sidebar_menu li a .icon_menu {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
}

/* line 571, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar.dark_sidebar {
  background: #f58634;
}

/* line 573, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar.dark_sidebar .logo {
  background: #182444;
}

/* line 576, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li ul {
  background: #091023;
}

/* line 579, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */

/* line 586, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li > a {
  color: #3b3b3b;
  background: transparent;
  font-weight: 500;
}

/* line 590, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li ul li a.active,
.sidebar.dark_sidebar #sidebar_menu > li ul li a:hover {
  background: #091023 !important;
  color: #fff !important;
}
#sidebar_menu {
  padding-top: 20px;
}

/* line 595, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li ul li a {
  color: #acb6c4;
  background: transparent;
}

/* line 599, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li {
  margin-left: 0px;
  margin-right: 0px;
  margin: 16px 0;
}

/* line 603, G:/admin_project/10 admin/cryptocurrency/scss/_sidebar.scss */
.sidebar.dark_sidebar #sidebar_menu > li a::after {
  color: #fff;
}

/* line 6, G:/admin_project/10 admin/cryptocurrency/scss/_body_content.scss */
.main-title h3 {
  font-weight: 700;
  font-size: 18px;
  color: #302d43;
}

/* line 15, G:/admin_project/10 admin/cryptocurrency/scss/_body_content.scss */
.main-title span {
  font-size: 12px;
  font-weight: 400;
  color: #757575;
  display: block;
  margin-top: 6px;
}

/* line 23, G:/admin_project/10 admin/cryptocurrency/scss/_body_content.scss */
.box_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}

@media (max-width: 575.98px) {
  /* line 28, G:/admin_project/10 admin/cryptocurrency/scss/_body_content.scss */
  .box_header.box_header_block {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

@media (max-width: 575.98px) {
  /* line 33, G:/admin_project/10 admin/cryptocurrency/scss/_body_content.scss */
  .box_header.box_header_block .main-title {
    margin-bottom: 15px;
  }
}

/* line 40, G:/admin_project/10 admin/cryptocurrency/scss/_body_content.scss */
.box_header .title_info p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  color: #a3a0fb;
}

/******** main content css here *********/
/* line 2, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
.main_content {
  padding-left: 270px;
  width: 100%;
  padding-top: 0px !important;
  transition: 0.5s;
  position: relative;
  min-height: 100vh;
  padding-bottom: 70px;
}

/* line 13, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
.main_content.full_main_content {
  padding-left: 100px;
}

/* line 17, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
.main_content.main_content_padding_hide {
  padding-left: 0px;
  padding-top: 100px !important;
}

@media (max-width: 991px) {
  /* line 2, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
  .main_content {
    padding: 90px 0 100px 0;
  }
}

@media (max-width: 575.98px) {
  /* line 2, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 20px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
  .main_content {
    padding: 120px 0 100px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
  .main_content {
    padding-left: 20%;
  }
}

/* line 39, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
.main_content.default_content .main_content_iner {
  margin: 0;
  border-radius: 0;
}

/* line 44, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
.main_content .main_content_iner {
  min-height: 68vh;
  transition: 0.5s;
  position: relative;
  background: #ffffff;
  margin: 0;
  z-index: 22;
  border-radius: 0px;
  padding: 25px;
}

/* line 54, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
.main_content .main_content_iner.default_main_contaner_iner {
  background: #ffffff;
}

/* line 56, G:/admin_project/10 admin/cryptocurrency/scss/_main_content.scss */
.main_content .main_content_iner.default_main_contaner_iner::before {
  display: none;
}

/* line 2, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar {
  width: 100px;
  z-index: 1;
  overflow: visible !important;
  min-width: 100px;
  max-width: 100px;
  position: absolute;
  z-index: 9999999;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 14, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar .menu-text {
  font-size: 12px;
  color: #b1bdcb;
  font-weight: 600;
  margin: 0;
  padding: 12px 0 12px 24px;
  text-transform: uppercase;
  text-align: center;
  padding-left: 0;
}

/* line 23, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar .menu-text span {
  display: none;
}

/* line 26, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar .menu-text i {
  display: block;
}

/* line 30, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar .mini_logo {
  display: block;
  width: 136px;
}

/* line 35, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar .logo {
  width: 100px;
  padding: 21px 0;
  margin: 0;
  justify-content: center !important;
}

/* line 41, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar .large_logo {
  display: none;
}

/* line 44, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar .small_logo {
  display: block;
}

/* line 48, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar .has-arrow::before {
  display: none;
}

/* line 52, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar .sidebar-header {
  padding-left: 11px;
}

/* line 55, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar .update_sidebar img {
  max-width: 40px !important;
}

/* line 59, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu ul li ul {
  overflow: visible;
  position: absolute;
  z-index: 999;
  left: 100% !important;
  top: 100%;
}

/* line 66, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li {
  position: relative;
  width: 100px;
  text-align: center;
}

/* line 70, G:/admin_project/10 admin/cryptocurrency/scss/_mini_menu.scss */
.sidebar.mini_sidebar #sidebar_menu > li ul {
  margin-left: 0;
  padding-left: 0;
}

/* new */
.sidebar .logo .large_logo img {
  width: 110px;
  height: 44px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.large_logo {
  margin: 0 auto;
}
.sidebar .logo {
  margin: 0px;
  background: #efefef;
  padding: 20px;
  margin-bottom: 0px;
}

.header_iner .header_right .header_notification_warp li > a {
  position: relative;
  margin-right: 10px;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex: 47px 0 0;
  background: none;
  color: #fff;
}
.header_iner .header_right .header_notification_warp li > a > i {
  color: #fff;
  font-size: 22px;
}
.sidebar.dark_sidebar .logo {
  background: #240d81;
}
.header_iner {
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 15px 30px;
  position: relative;
  border-radius: 0px;
  margin: 0;
  background: #240d81;
  border-radius: 0;
  margin: 0;
  border-radius: 0px;
}
.profile_info h2 {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  padding-top: 6px;
}
.profile_info span {
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
}
.profile_pic {
  float: left;
  width: 30%;
  /* margin-left: 20px; */
}
.profile_pic img {
  width: 76%;
  border-radius: 50%;
}
.profile {
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.sidebar.mini_sidebar .profile {
  display: none;
}

.EmployeesCards {
  padding: 0 0 25px 0;
}
.EmployeesCardsIn {
  list-style: none;
  display: flex;
  padding: 0;
}
.EmployeesCardsIn > li {
  width: 19%;
  border-radius: 5px;
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
  padding: 10px 10px 10px 20px;
  margin-right: 27px;
  background: #ffffff;
}
.EmployeesCardsIn li a ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.cardImg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.EmployeesCardsIn li a ul li h5 {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 300;
}
.EmployeesCardsIn li a ul li h2 {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}

.cardsIn {
  margin: 0 !important;
}
.piechart-color {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.piechart-color li p {
  font-size: 12px;
  line-height: 17px;
  color: #000;
  position: relative;
  padding-left: 23px;
  margin-right: 20px;
}
.piechart-color li p.color-one::before {
  content: "";
  background: #240d81;
  height: 16px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.piechart-color li p.color-two::before {
  content: "";
  background: red;
  height: 16px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.piechart-color li p.color-three::before {
  content: "";
  background: yellow;
  height: 16px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.piechart-color li p.color-four::before {
  content: "";
  background: green;
  height: 16px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.chart-left {
  background: #fff;
  border-radius: 5px;
  padding-bottom: 20px;
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
}
.chart-right {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 20px;
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
}
.white_box {
  padding: 20px 30px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0;
  margin: 0 !important;
}
.table-profile-img {
  width: 40px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
}
.table td,
.table th {
  vertical-align: middle;
}
.dashboard-table {
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
  margin-top: 25px;
  padding: 10px;
  border-radius: 5px;
}
.edit {
  color: #240d81;
  font-size: 14px;
  margin-right: 20px;
  text-decoration: underline;
}
.report {
  color: #990f6f;
  font-size: 14px;
  text-decoration: underline;
}
.header_iner .header_right .header_notification_warp li {
  display: inline-block;
  position: relative;
  padding: 0 8px;
}
.line_icon {
  cursor: pointer;
}
.Menu_NOtification_Wrap {
  background: #ffffff;
  box-shadow: 0px 10px 15px rgb(6 0 8 / 22%);
  border-radius: 10px;
  position: absolute;
  right: 148px;
  width: 350px;
  transform: translateY(30px) translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.active-dashboard-Nav {
  background: #ffffff;
  border-right: 4px solid #000000;
}
.employeeList li h2 {
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
}
.Elist {
  padding-top: 12px;
  padding-bottom: 12px;
}
.employeeList {
  display: flex;
  align-items: center;
  padding-left: 5px;
  list-style: none;
}
.employeeList li + li {
  padding-left: 20px;
}
.employeeList li a {
  color: #240d81;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #240d81;
  padding: 7px 24px;
  border-radius: 5px;
}
.ImportEmployees {
  display: flex;
  align-items: center;
  /* margin: 12px 0 0 0; */
  padding-left: 5px;
  list-style: none;
  float: right;
}
.employeeList li {
  margin-bottom: 15px;
}
.ImportEmployees a {
  color: #240d81;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #240d81;
  padding: 7px 24px;
  border-radius: 5px;
}
.ImportEmployees a.Iemploye {
  color: #990f6f;
  border: 1px solid #990f6f;
  margin-right: 16px;
}
.reportBtn {
  color: #990f6f;
  border: 1px solid #990f6f;
  text-decoration: none;
  font-size: 13px;
}
.table td,
.table th {
  padding: 8px;
  font-size: 13px;
}
.sidebar.dark_sidebar #sidebar_menu > li.mm-active > a,
.sidebar.dark_sidebar #sidebar_menu > li.mm-active > a.active,
.sidebar.dark_sidebar #sidebar_menu > li > a.active,
.sidebar.dark_sidebar #sidebar_menu > li > a:hover {
  color: #000 !important;
}

.sidebar.mini_sidebar #sidebar_menu > li > a {
  background: #990f6f;
  /* border-right: 4px solid #ffffff; */

  padding-left: 0px;
  display: grid;
  grid-template-columns: 44px auto !important;
}
.sidebar.mini_sidebar #sidebar_menu > li {
  position: relative;
  width: 100px;
  text-align: center;
  margin-bottom: 10px;
}

.mini_sidebar .nav_title span {
  display: none;
}

.sidebar.mini_sidebar #sidebar_menu > li > a {
  margin: 0 auto;
  display: block;
}
.sidebar.mini_sidebar #sidebar_menu > li > a.acive {
  width: 0px;
}

.sidebar.mini_sidebar #sidebar_menu > li > a.active {
  width: inherit;
}
.sidebar.mini_sidebar #sidebar_menu > li > a {
  background: none;
}
.bell-icon {
  margin-right: 20px;
}
.bell-icon i {
  font-size: 22px;
  color: #fff;
}
.price {
  height: 35px;
  background: rgba(0, 0, 0, 0.05);
}
.features {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.customise {
}
.customise h4 {
  margin: 0;
  padding: 10px 0;
  font-size: 15px;
  line-height: 28px;
}
.customise-email {
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
  min-height: 443px;
}
.customise-email ul li {
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.customise-email ul li.activeg {
  background: #240d81;
  text-align: center;
  color: #fff;
}
.editor {
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
  padding: 15px;
}
.editor ul {
  display: flex;
  padding: 0;
  border-bottom: 1px solid gray;
  margin-bottom: 12px;
}
.editor ul li {
  padding-right: 20px;
}
.editor ul li p {
  color: #302d43;
  font-weight: 500;
  cursor: pointer;

  position: relative;
  top: 1.2px;
}
.editor ul li p.textActive {
  border-bottom: 3px solid #240d81;
}
.ck.ck-editor__editable_inline > :first-child {
  font-size: 16px;
}
.email-response {
  font-size: 15px;
  padding: 0px 0 10px;
  margin: 0;
}

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

.cardsIn {
  margin: 0 !important;
}
.sentBtn {
  color: #990f6f;
  border: 1px solid #990f6f;
  font-size: 12px;
  padding: 4px;
}

.customiseBtn {
}
.customiseBtn button {
  background: #240d81;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  padding: 8px 40px;
  border-radius: 5px;
  margin-top: 30px;
  display: inline-block;
  border: none;
}

.table > thead {
  border-style: hidden;
}
#bellIcon {
  position: relative;
}
.notifi {
  position: absolute;
  top: 2px;
  right: 0;
  background: red;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
/* profile page start */
.Profile-header {
  position: absolute;
  left: 73px;
  top: 30px;
}
.Profile-header p {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
}
.editPencial {
  text-align: right;
}
.editPencial button {
  background: none;
  border: 1px solid #240d81;
  color: #240d81;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.editPencial button i {
  margin: 0 3px;
}
.myProfile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myProfile h3 {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
  font-weight: 400;
  position: absolute;
  top: -5px;
  left: 14px;
}
.profile-left-img {
}
.profile-left-img figure {
  position: relative;
  padding-right: 30px;
  margin: 0;
}
.profile-left-img figure::before {
  content: "";
  position: absolute;
  right: -16px;
  width: 2px;
  top: 33px;
  height: 131px;
  background: #9c9c9c;
}
.profile-left-img figure img {
  width: 200px;
  border-radius: 100%;
  border: 5px solid #9c9c9c;
}
.inputNames {
  padding-top: 20px;
}
.inputNames label {
  font-size: 14px;
  line-height: 20px;
  color: #3b3b3b;
  margin: 0;
}
.inputNames input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #3b3b3b;
}
.PersonalDetails {
  width: 92%;
  float: right;
}
.PersonalDetails h2 {
  font-size: 20px;
  line-height: 30px;
  color: #3b3b3b;
  font-weight: 500;
  padding: 30px 0 0px 0;
}
.profile-left {
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
  padding: 30px;
}
.profile-right {
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
  padding: 30px;
  max-width: 32%;
}
.myPlane h3 {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
  font-weight: 400;
}
.inputNames select {
  border: none;
  border-bottom: 1px solid #3b3b3b;
  width: 100%;
  color: #3b3b3b;
  font-size: 14px;
  margin-top: 8px;
}

/* profile page end */
/* plans start */
.plans-card {
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
  padding: 50px 0;
}
.plans-card h2 {
  font-size: 48px;
  line-height: 58px;
  color: #008fc4;
  font-weight: 400;
  text-align: center;
  font-family: "Lato", sans-serif;
  letter-spacing: 2.5px;
  padding-bottom: 40px;
}
.plans-card ul {
  padding-left: 90px;
}
.plans-card ul li {
  padding-bottom: 30px;
}
.plans-card ul li img {
  width: 7%;
}
.plans-card ul li span {
  font-size: 17px;
  line-height: 30px;
  color: #3b3b3b;
  margin-left: 25px;
  font-weight: 500;
}
.plans-card ul li {
}
.plans-card h1 {
  font-size: 45px;
  line-height: 55px;
  color: #3b3b3b;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: -10px;
  letter-spacing: 2.5px;
  text-align: center;
}
.plans-card strong {
  font-size: 13px;
  color: #3b3b3b;
  text-align: center;
  display: inherit;
}
.plans-card button {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2.5px;
  background: #008fc4;
  color: #ffffff;
  border: none;
  outline: none;
  width: 40%;
  padding: 6px 0;
  display: block;
  margin: 35px auto 0;
  text-transform: uppercase;
}
.Standard {
  color: #002b4d !important;
}
.StandardBtn {
  background: #002b4d !important;
}
.Premium {
  color: #ea0049 !important;
}
.PremiumBtn {
  background: #ea0049 !important;
}
/* plans end */

/* dashboard styles end */
/* user profile start */
.profileImg {
  border-radius: 100%;
  width: 100%;
  margin: -12px 0 0 0;
}
.user-profile {
  width: 60px;
}
.user-profile-img {
  border-bottom: 1px solid rgb(59 59 59 / 50%);
  padding-bottom: 25px;
  padding-top: 30px;
}

.user-profile-img figure {
}
.user-profile-img figure img {
  width: 200px;
  border-radius: 100%;
  border: 5px solid #9c9c9c;
  margin: 0 auto;
  display: block;
}
.user-profile-img h2 {
  font-size: 20px;
  line-height: 30px;
  color: #3e4095;
  text-align: center;
}
.user-profile-img p {
  font-size: 14px;
  text-align: center;
  color: #3b3b3b;
}
.profileDetails {
  padding: 25px;
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
}
.yourQuestions {
  text-align: center;
}
.yourQuestions h4 {
  font-size: 18px;
  line-height: 30px;
  color: #f58634;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
}
.yourQuestions ul {
  list-style: none;
  display: flex;
}
.yourQuestions ul li {
  width: 33.3%;
  position: relative;
}
/* .yourQuestions ul li {
  border-right: 1px solid #3b3b3b;
} */
.yourQuestions ul li h2 {
  font-size: 20px;
  line-height: 32px;
  color: #3e4095;
  font-weight: 600;
}
.yourQuestions ul li p {
  font-size: 10px;
  font-weight: 400;
  color: #3b3b3b;
}
.yourQuestions ul li.yourQ::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  height: 32px;
  width: 2px;
  background: rgb(59 59 59 / 50%);
}
.user-question {
  font-size: 16px !important;
}
.allAnswered {
  padding: 25px;
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
}
.yourPlane {
  padding: 25px;
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
  min-height: 273px;
}
.yourPlane h2 {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
  font-weight: 400;
  padding-bottom: 20px;
}
.yourPlane button {
  background: none;
  border: none;
  color: #240d81;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}
.yourPlane p {
  font-size: 14px;
  line-height: 24px;
  color: #3b3b3b;
  font-weight: 400;
}
.activity {
  margin-top: 30px;
  padding: 25px;
  box-shadow: 0 0 6px 0px rgb(5 5 5 / 20%);
}
.activity h4 {
  font-size: 18px;
  line-height: 30px;
  color: #3b3b3b;
  font-weight: 400;
  padding-bottom: 20px;
}
.activity h6 {
  font-size: 13px;
  color: #3b3b3b;
  font-weight: 400;
}
.activity p {
  font-size: 13px;
  line-height: 20px;
  color: #3b3b3b;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.user-profile-main {
  padding: 50px 0;
}
