@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Nunito+Sans:wght@300;400;500;600;700&display=swap');

body {
  color: #6F8BA4;
}

.slider {
  width: 100%;
  height: 100vh;
  background: url("../images/slider.png") no-repeat top center;
  background-size: cover;
}

.h-menu-top {
  height: 85px;
}

.h-menu-top img {
  max-height: 55px;
}

.menu-top a {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  color: #1b2a52;
  line-height: 32px;
  margin: 0px 15px;

  overflow: hidden;
  position: relative;
  display: inline-block;
}

.menu-top a::before,
.menu-top a::after {
 content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.menu-top a::before {
  background-color: #8592b6;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  left: 49.5%;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}
.menu-top a::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #1b2a52;
}

.menu-top a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.menu-top a:hover::after {
  transform: translate3d(0, 0, 0);
}

.menu-top a span {
  display: inline-block;
  transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.menu-top a:hover span {
  transform: translate3d(-200%, 0, 0);
}

.menu-top-icons a {
  text-decoration: none;
  font-size: 12px;
  color: #5049e1;
  font-family: 'Montserrat';
  white-space: nowrap;
  font-weight: 600;
  background: #fff;
  padding: 9px 18px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 4px 6px 24px -14px rgba(66, 68, 90, 1);
  -moz-box-shadow: 4px 6px 24px -14px rgba(66, 68, 90, 1);
  box-shadow: 4px 6px 24px -14px rgba(66, 68, 90, 1);
}

.menu-top-icons a:hover {
  background: #5049e1;
  color: #fff;
}

.slider-text h1 {
  font-size: 58px;
  color: #1b2a52;
  font-family: 'Nunito Sans';
  font-weight: 700;
  text-transform: Capitalize;
  margin-bottom: 20px;
}

.slider-text h2 {
  color: #7f879e;
  font-size: 18px;
  font-family: 'Nunito Sans';
  font-weight: 400;
  line-height: 28px;
}

.report-generator-container {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.10) !important;
  -moz-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.10) !important;
  box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.10) !important;
}

.slider-generator {
  background: #fff;
  border-radius: 5px;
  padding: 15px 30px;
  margin-top: 35px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.19);
  -moz-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.19);
  box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.19);
}

.slider-generator button {
  border: 1px solid #5049e1;
  border-radius: 6px;
  background: #5049e1;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  font-family: 'Montserrat';
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.slider-generator button:hover {
  border: 1px solid #4740cd;
  background: #4740cd;
}

.slider-gen-submit-i {
  position: relative !important;
  margin-right: 4px;
  margin-top: 0px !important;
  color: #fff !important;
  top: 2px;
}

.slider-generator input {
  color: #888686;
  background: #fff !important;
  border: 0px solid;
  padding: 0.67rem 1rem 0.6rem 25px;
  font-size: 15px;
  max-width: 100%;
}

.slider-generator input:focus {
  outline: none !important;
}

.slider-generator input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a5a2cc;
  opacity: 1; /* Firefox */
}

.slider-generator input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a5a2cc;
}

.slider-generator input::-ms-input-placeholder { /* Microsoft Edge */
  color: #a5a2cc;
}

.slider-generator i {
  color: #c4c2e4;
  position: absolute;
  margin-top: 13px;
  font-size: 18px;
  z-index: 1;
}

.select2-calendar-corr {
  margin-top: 11px !important;  
}

.slider-generator-border-col {
  border-right: 1px solid #ecebf8;
}

.pv-choice-title {
  color: #172653;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pv-choice-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pv-choice-row-small {
  gap: 8px;
}

.pv-choice {
  cursor: pointer;
  margin: 0;
}

.pv-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pv-choice-card {
  align-items: center;
  background: #f7f6ff;
  border: 1px solid #e6e3fb;
  border-radius: 9px;
  color: #6f6b9b;
  display: flex;
  font-family: 'Montserrat';
  font-size: 13px;
  gap: 8px;
  min-height: 46px;
  padding: 10px 12px;
  position: relative;
  transition: all 0.18s ease-in-out;
}

.pv-choice-card i {
  color: #9b96d8;
  font-size: 18px;
  margin-top: 0;
  position: static;
}

.pv-choice-card:after {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #5049e1;
  content: "\2713";
  display: flex;
  font-size: 11px;
  font-weight: 800;
  height: 18px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.18s ease-in-out;
  width: 18px;
}

.pv-choice:hover .pv-choice-card {
  border-color: #c7c2f3;
  color: #5049e1;
}

.pv-choice input:checked + .pv-choice-card {
  background: #5049e1;
  border-color: #5049e1;
  color: #fff;
  box-shadow: 0 10px 22px rgba(80, 73, 225, 0.22);
}

.pv-choice input:checked + .pv-choice-card i {
  color: #fff;
}

.pv-choice input:checked + .pv-choice-card:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

@media (max-width: 575.98px) {
  .pv-choice-row {
    grid-template-columns: 1fr;
  }
}

.slider-pick-mode {
  background: #f3f2fc;
  padding: 6px 10px 9px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.slider-pick-mode > span {
  font-family: 'Montserrat';
  font-size: 12px;
  padding: 4px 9px;
  border-radius: 4px;
  cursor: pointer;
}

.slider-pick-mode > span.active {
  background: #4740cd;
  color: #fff;
}

.slider-generator-desc {
  margin-top: 14px;
  line-height: 16px;
}

.slider-generator-desc span {
  font-size: 12px;
  font-family: 'Montserrat';
  color: #a5a2cc;
}

.slider-generator-desc span > i {
  margin-right: 4px;
}

/*==================== REPORT STUFF ====================*/
.features-small-item {
  display: block;
  background: #F9FAFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  -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;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  font-family: 'Nunito Sans';
}
.features-small-item.item-1 {
  border-radius: 25px 5px 5px 5px;
}
.features-small-item.item-2 {
  border-radius: 5px 25px 5px 5px;
}
.features-small-item.item-3 {
  border-radius: 5px 5px 5px 25px;
}
.features-small-item.item-4 {
  border-radius: 5px 5px 25px 5px;
}
.features-small-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(135deg, #9B77FF 0%, #4740cd 100%);
  -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;
  opacity: 0;
}
.features-small-item.active:before, .features-small-item:hover:before {
  opacity: 1;
}
.features-small-item.active .features-title, .features-small-item:hover .features-title {
  color: #ffffff;
}
.features-small-item.active .icon i, .features-small-item:hover .icon i {
  color: #fff;
}
.features-small-item.active p, .features-small-item:hover p {
  color: #EEE5FF;
}
.features-small-item.active a span, .features-small-item.active a i, .features-small-item:hover a span, .features-small-item:hover a i {
  color: #fff;
}
.features-small-item .icon {
  width: 60px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}
.features-small-item .icon i {
  font-size: 30px;
  color: #4740cd;
}
.features-small-item .features-title {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -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;
}
.features-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -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;
  margin-bottom: 20px;
}
.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}
.features-small-item a span {
  font-weight: 700;
  font-size: 12px;
  color: #4740cd;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-right: 10px;
}
.features-small-item a i {
  color: #4740cd;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
}

@media (max-width: 991px) {
  .features-small-item.item-1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .features-small-item.item-2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .features-small-item.item-3 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .features-small-item.item-4 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}

.left-text-report ul {
  color: #6F8BA4;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.88px;
  list-style-type: none;
  padding-left: 0px;
}
.left-text-report ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  -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;
}
.left-text-report ul li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #4740cd;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 2;
}
.left-text-report ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #d5d3ff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 1;
}
.left-text-report ul li:hover {
  padding-left: 40px;
}
/*==================== END REPORT STUFF ====================*/

.section-title {
  font-size: 36px;
  color: #1b2a52;
  font-family: 'Nunito Sans';
  font-weight: 700;
  margin-bottom: 20px;
}

.section-title2 {
  font-size: 36px;
  color: #1b2a52;
  font-family: 'Nunito Sans';
  font-weight: 700;
  margin-bottom: 2px;
}

.section-title-sep {
  margin-bottom: 14px;
}

.section-title:after {
  position: absolute;
  bottom: -11px;
  left: 0;
  border: 0px solid;
  width: 100px;
  height: 4px;
  background: rgb(73,65,205);
  background: linear-gradient(90deg, rgba(73,65,205,1) 0%, rgba(151,117,253,1) 100%);
  content: '';
  border-radius: 30px;
  z-index: 4;
}

.section-title:before {
  position: absolute;
  bottom: -11px;
  left: 10px;
  width: 15px;
  height: 4px;
  content: '';
  z-index: 5;
  background: #fff;
  animation: mover 2s infinite alternate;
}

.section-title:before {
	bottom: -13px;
  border: 2px solid #4941cd;
  border-radius: 30px;
	width: 8px;
  height: 8px;
  background: #f9faff;
	z-index: 5;
}

@-webkit-keyframes mover {
  0% { transform: translateX(-10); }
 100% { transform: translateX(60px); }
}
@keyframes mover {
 0% { transform: translateX(-10); }
 100% { transform: translateX(60px); }
}

.left-text-report p {
  font-family: 'Nunito Sans';
  font-size: 16px;
  color: #6F8BA4;
}

.left-text-report ul li {
  font-family: 'Nunito Sans';
  font-size: 14px;
  line-height: 20px;
  color: #6F8BA4;
}

.section-bg {
  background: #f9faff;
}

.section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.how-works-header {
  width: 100%;
  height: 300px;
  background: rgb(151,117,253);
  background: linear-gradient(168deg, rgba(151,117,253,1) 0%, rgba(73,65,205,1) 100%);
}

.how-works-container {
  margin-top: -247px;
}

.nunito-text {
  font-family: 'Nunito Sans';
}

.montserrat-text {
  font-family: 'Montserrat';
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.how-works-p {
  font-weight: bold;
  font-family: 'Nunito Sans';
  font-weight: 500;
  color: rgba(255,255,255,0.75);
}

/*==================== THREE STEPS ====================*/
.three-steps {
  margin-top: 50px;
}

.team-item {
  background: #F9FAFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 45px;
  font-family: 'Nunito Sans';
}
.team-item:hover .user-image {
  top: -55px;
}
.team-item .user-image {
  width: 76px;
  height: 76px;
  border: 6px solid #fff;
  background: #ececfc;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: -38px;
  -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;
}
.three-step-count {
  width: 35px;
  height: 35px;
  border: 0px solid rgba(86,79,215,0.65);
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 50%;
  transform: translateY(-50%);
  color: rgba(86,79,215,0.85);
  font-family: 'Nunito Sans';
  font-size: 26px;
  font-weight: 700;
}
.team-item .team-content {
  text-align: center;
  overflow: hidden;
}
.team-item .team-content img {
  margin-top: 55px;
  width: 65px;
}
.team-item .team-content .user-name {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.69px;
  margin-bottom: 3px;
  margin-top: 20px;
  font-family: 'Nunito Sans' !important;
}
.team-item .team-content span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}
.team-item .team-content .social {
  text-align: center;
  margin-bottom: 15px;
}
.team-item .team-content .social li {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.team-item .team-content .social li a {
  color: #A97BF2;
}
.team-item .team-content p {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}
/*==================== END THREE STEPS ====================*/

.section-title3 {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Nunito Sans';
  color: #9d9cac;
  padding-left: 2px;
}

.join-us {
  background: #866af3;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.join-us-bg {
  background: url('../images/join-us.png') no-repeat center center;
  background-size: cover;
  padding: 90px 13%;
}

.join-us-robot {
  position: absolute;
  left: -100px;
  margin-top: -20px;
  height: 75%;
}

.join-us-title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  font-family: 'Nunito Sans';
  margin-bottom: 15px;
}

.join-us-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Nunito Sans';
  opacity: 0.85;
}

.join-us-btn {
  opacity: 1;
	outline: 0;
	color: #634eb4;
	line-height: 42px;
	position: relative;
	text-align: center;
	display: inline-block;
	text-decoration: none;
  font-weight: 700;
  font-size: 15px;
	font-family: 'Nunito Sans';
  white-space: nowrap;
}

.join-us-btn:hover:after {
	opacity: 1;
	transform: translateY(0) rotateX(0);
}
.join-us-btn:hover:before {
	opacity: 0;
	transform: translateY(50%) rotateX(90deg);
}
.join-us-btn:after {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	color: #634eb4;
	display: block;
	transition: 0.5s;
	position: absolute;
	background: #fff;
	content: attr(data-back);
	transform: translateY(-50%) rotateX(90deg);
  border-radius: 5px;
}
.join-us-btn:before {
	top: 0;
	left: 0;
	opacity: 1;
	color: #634eb4;
	display: block;
	padding: 0 30px;
	line-height: 42px;
	transition: 0.5s;
	position: relative;
	background: #fff;
	content: attr(data-front);
	transform: translateY(0) rotateX(0);
  border-radius: 5px;
}

.footer {
  background: url('../images/footer.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 60px 0px 30px 0px;
}

.footer-logo {
  width: 180px;
}

.footer-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Nunito Sans';
  opacity: 0.85;
}

.footer-title {
  color: #fff;
  font-family: 'Nunito Sans';
  font-size: 24px;
  line-height: 20px;
}

.footer-menu {
  margin-top: 20px;
  padding-left: 0px;
}

.footer-menu li {
  list-style-type: none;
  margin-bottom: 8px;
}

.footer-menu i {
  color: #fff;
  font-size: 16px;
  margin-right: 14px;
  position: relative;
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.footer-menu a {
  color: #fff;
  font-size: 15px;
  font-family: 'Nunito Sans';
  font-weight: 400;
  opacity: 0.85;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer-menu li:hover i {
  margin-right: 6px;
}

.footer-menu li:hover a {
  opacity: 1;
}

.footer-social a {
  color: #fff;
  opacity: 0.75;
  transition: all 0.2s ease-in-out;
}

.footer-social a:hover {
  opacity: 1;
}

.footer-links-2 {
  padding-top: 60px;
}

.footer-phone {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Montserrat';
  color: #fff;
}

.text-decoration-none {
  text-decoration: none !important;
}

.footer-hr {
  border-color: #fff;
  opacity: 0.15;
  margin-top: 35px;
  margin-bottom: 35px;
}

.footer-credits {
  text-align: center;
  font-family: 'Nunito Sans';
  color: rgba(255,255,255,0.85);
  font-size: 15px;
}

.footer-credits i {
  position: relative;
  top: 1px;
}

.footer-credits a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.footer-credits a:hover {
  color: rgba(255,255,255,1);
}

.select2-container .select2-selection--single {
  height: 38px;
  padding-left: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  color: #888686;
  font-size: 15px; 
}

.select2-selection__placeholder {
  color: #a5a2cc !important;
}

.select2-container--default .select2-selection--single {
  border: 0px solid;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}
.select2-results__options::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  height: 8px;
  background-clip: padding-box;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 12px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #a5a2cc;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 12px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.select2-dropdown {
  border: 0px solid;
  -webkit-box-shadow: 0px 0px 24px -14px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 24px -14px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 24px -14px rgba(66, 68, 90, 1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5049e1;
}

.select2-results__option {
  font-size: 14px;
}

/*-----------------------------------*/

.navbar {
  width: 100%;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 600;
  font-size: 16px;
  margin-left: 10px;
  font-family: 'Nunito Sans';
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 1px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 23px;
  width: 28px;
  top: -8px;
  left: 15px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 23px;
  width: 28px;
  position: absolute;
  top: -8px;
  left: 15px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding: 20px;
  background: #fff;
  height: 105%;
  width: 55%;
  left: 0;
  transform: translate(-4000px);
  display: block;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  text-align: left;
  margin-top: -45px;
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 8px 0px 24px -20px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 8px 0px 24px -20px rgba(0, 0, 0, 0.65);
  box-shadow: 8px 0px 24px -20px rgba(0, 0, 0, 0.65);
}

.navbar .menu-items li {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.hamburger-min {
  min-width: 60px;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0px);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}

/*-----------------------------------*/

.mobile-menu-account i {
  font-size: 33px;
  color: #202020;
  position: relative;
  top: 4px;
}

.mh-38 {
  max-height: 42px !important;
}

.slider-subpage {
  height: auto !important;
  background: #fff !important;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}

.subpage-title-container {
  background: #F4F8FB;
  width: 100%;
  padding: 40px 0px;
  text-align: center;
}

.subpage-title-container h1 {
  color: #3B566E;
  font-size: 32px;
  font-weight: 400;
  font-family: 'Montserrat';
}

.subpage-title-container a {
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
  text-decoration: none;
  font-family: 'Nunito Sans';
}

.subpage-title-container a.active {
  font-weight: 400;
  font-size: 14px;
  color: #8aa2b8;
  text-decoration: none;
  font-family: 'Nunito Sans';
}

.subpage-title-container i {
  font-size: 11px;
  position: relative;
  top: 0px;
  margin-left: 8px;
  margin-right: 8px;
}

.slider-subpage .menu-top-icons a {
  background: #775ce0 !important;
  color: #fff !important;
}

.slider-subpage .menu-top-icons a:hover {
  background: #896ef3 !important;
  color: #fff !important;
}

.contact-sidebar {
 background: #866af3;
 padding: 0px; 
}

.contact-sidebar h4 {
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.contact-sidebar img {
  margin-top: -10px;
}

.contact-main h4 {
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 20px;
  color: #3B566E;
}

.contact-main img {
  margin-top: -10px;
}

.contact-main p {
  font-family: 'Nunito Sans';
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
}

.apperle-input {
  width: 100%;
  font-family: 'Nunito Sans';
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px 10px 30px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  transition: all 0.2s ease-in-out;
}

.apperle-input:focus {
  outline: none;
  border: 1px solid #d1c5ff;
}

.form-group {
  position: relative;
}

.form-group i {
  position: absolute;
  font-size: 16px;
  left: 10px;
  top: 9px;
  color: #a7a7a7;
}

.form-label {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Nunito Sans';
  color: #3e3e3e;
  margin-bottom: 0px;
}

.submit-button {
  text-decoration: none;
  font-size: 12px;
  font-family: 'Montserrat';
  white-space: nowrap;
  font-weight: 600;
  background: #775ce0;
  padding: 11px 18px;
  border-radius: 20px;
  border: 0px solid;
  color: #fff;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 4px 6px 24px -14px rgba(66, 68, 90, 1);
  -moz-box-shadow: 4px 6px 24px -14px rgba(66, 68, 90, 1);
  box-shadow: 4px 6px 24px -14px rgba(66, 68, 90, 1);
}

.submit-button:hover {
  background: #896ef3;
  color: #fff;
}

.thanks-check {
  font-size: 55px;
}

.colored {
  color: #775ce0;
}

.cursor-default {
  cursor: default !important;
}

.about-bg {
  background: url('../images/about-bg.jpg') no-repeat;
  background-position: right 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-title {
  color: #3B566E;
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 0px;
}

.about-desc {
  font-weight: 400;
  font-size: 15px;
  color: #6F8BA4;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: 'Nunito Sans';
}

.terms-desc {
  font-weight: 400;
  font-size: 14px;
  color: #525558;
  line-height: 22px;
  font-family: 'Nunito Sans';
}

.about-image {
  max-width: 340px;
  position: relative;
  z-index: 1;
}

.about-image-bg {
  display: block;
  width: 288px;
  height: 295px;
  object-size: contain;
  position: absolute;
  top: 24px;
  left: 140px;
  z-index: 0;
}

.accordion {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
}

.accordion .accordion-item {
  border: none;
  background: none;
  border-bottom: 1px solid #f8f8f8;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.accordion .accordion-item .accordion-header:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.accordion .accordion-item .accordion-header {
  padding: 0px;
  border: none;
  background: none;
  -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;
}

.accordion .accordion-item .accordion-header .accordion-button {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -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;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: none !important;
  font-family: 'Nunito Sans';
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion .accordion-item .accordion-header .accordion-button:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #937af4;
  left: 0px;
  top: 0px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion .accordion-item .accordion-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
  position: relative;
  font-family: 'Nunito Sans';
}

.accordion .accordion-item .accordion-body:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #dcd4fb;
  left: 0px;
  top: 0px;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.account-type {
  padding: 10px 20px 20px 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 20px;
}

.account-type img {
  max-width: 90%;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.account-type h4 {
  color: #495057;
  font-size: 14px;
  font-family: "Nunito Sans";
  margin-top: 10px;
  margin-bottom: 0px;
  transition: all 0.2s ease-in-out;
}

.account-type:hover img {
  opacity: 0.9;
}

.account-type:hover h4 {
  color: #4843b2;
}

.account-type.active {
  border: 1px solid rgba(72,67,178,0.35);
  background: rgba(72,67,178,0.02);
}

.account-type.active img {
  opacity: 0.9;
}

.account-type.active h4 {
  color: #4843b2;
}

.account-type-icon {
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #4843b2;
  font-size: 23px;
  text-align: center;
  position: absolute;
  right: -2px;
  bottom: -5px;
  line-height: 30px;
  display: none;
}

.account-type.active > .account-type-icon {
  display: block !important;
}

.types-buttons {
  transition: all 0.2s ease-in-out;
}

.scale-types-buttons {
  transform: scale(0.7);
  transition: all 0.2s ease-in-out;
}

.button-next {
  border: 1px solid #5049e1 !important;
  border-radius: 6px;
  background: #5049e1 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  font-family: 'Montserrat';
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.button-next:hover {
  border: 1px solid #4740cd !important;
  background: #4740cd !important;
}

.form-check-label {
  font-size: 14px;
  position: relative;
  top: -1px;
  cursor: pointer;
}

.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #866af3;
  border-color: #866af3;
}

.form-check-input:focus {
  -webkit-box-shadow: 0px 0px 0px 3px rgba(134, 106, 243, 0.2);
  -moz-box-shadow: 0px 0px 0px 3px rgba(134, 106, 243, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(134, 106, 243, 0.2);
  border-color: #866af3;
  outline: 0;
}

.form-check-input:focus:not(:checked) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23866af3'/%3e%3c/svg%3e");
}

.map-form-animation {
  transition: all 1s ease-in-out;
}

.slider-generator hr {
  border-color: #ecebf8;
  opacity: 1;
}

.report-map {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.19);
  -moz-box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.19);
  box-shadow: 0px 0px 24px 0px rgba(66, 68, 90, 0.19);
}

.slider-generator input.valid {
  color: #9490d5 !important;
}

.slider-generator input.invalid {
  color: #f36a81 !important;
}

.address-mistake {
  font-size: 14px;
  font-family: 'Nunito Sans';
  color: #f36a81;
}

.address-map-tip {
  font-size: 14px;
  font-family: 'Nunito Sans';
  color: #8aa2b8;
}

.report-phone-input {
  text-align: center !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.report-label {
  font-size: 14px;
  color: #3B566E;
}

.report-sms-code {
  letter-spacing: 10px;
}

.report-link {
  text-decoration: none;
  color: #866af3;
}

.button-next:disabled {
  background: #e7e7e7 !important;
  border-color: #e1e1e1 !important;
  color: #202020;
}

.error-container {
  background: #866af3;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  text-align: left;
  font-family: 'Nunito Sans';
  border-radius: 6px;
  overflow: hidden;
}

.error-container-icon {
  padding: 12px 18px;
  background: #7155dd;
  font-size: 16px;
  color: rgba(255,255,255,1);
}

.error-container-body {
  padding: 12px 18px;
}

.mw-70 {
  max-width: 70%;
}

.payu-footer {
  max-width: 100px;
  margin-top: 15px;
}
