/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.head-block .row {
  margin-left: 0;
}

.pagination {
  display: none !important;
}

section.pagination2 .pagination {
  display: block !important;
}

section.pagination2 {
  background-color: #fff;
  padding: 12px;
  width: 100%;
  position: relative;
  top: -24px;
}

.pagination ul {
  float: right;
}

.pagination {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  text-align: right;
}

ul.pagination li {
  display: inline-block;
}

.pagination li a.page-link,
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
  border: none;
  height: 30px;
  width: 30px;
  line-height: 16px;
  border-radius: 50%;
  background-color: transparent;
  color: #323232;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
  margin: 0 8px 0 0;
  transition: all 0.4s ease 0s;
}

.pagination li a.page-link:before,
.pagination li:first-child a.page-link:before,
.pagination li:last-child a.page-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #198ef7;
  border-radius: 50%;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
}

.page-item.active .page-link {
  z-index: 3;
  color: #198ef7;
}

.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before {
  transform: scaleY(1);
  opacity: 1;
}

.pagination li:last-child a.page-link {
  margin-right: 0;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover {
  background-color: transparent;
  color: #198ef7;
  border: none;
}

@media only screen and (max-width: 480px) {
  .pagination {
    display: block;
  }
  .pagination li {
    display: inline-block;
    margin-bottom: 20px;
  }
}

h1.blog-banner-head {
  font-size: 40px !important;
  text-transform: uppercase;
}

label.check-label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 4px 0 6px 0;
}

.consult {
  height: auto;
  transition: height 0.4s;
}

/* .show-consult {
  height: fit-content;
} */

.blog-bottom ul li {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  padding: 6px;
  line-height: 35px;
}

.menu .menu--1 {
  display: none;
}

.get-img-hold {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.get-person {
  position: absolute;
  bottom: -8px;
  left: 75%;
  width: 107px !important;
}

.whatget img {
  width: 100%;
}

.stand img {
  width: 100%;
}

p.popup-description {
  font-size: 14px;
  line-height: 27px;
  color: #666;
  letter-spacing: 0.3px;
}

.waves-block {
  position: absolute;
  top: 48px;
  left: 69px;
  z-index: 99;
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

a.getstarted {
  background: #198ef7;
  color: #fff;
  padding: 0;
  width: 130px;
  text-align: center;
  height: 38px;
  display: block;
  line-height: 39px;
  border-radius: 100px;
}

a.getstarted:hover {
  color: #fff;
}

.signup-head h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 0;
  padding: 7px 0;
  margin-bottom: 14px;
}

.about.how {
  background: #f7faff;
  margin: -168px 0 30px 0;
  padding-top: 180px;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgb(48 153 248 / 38%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -48.5px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* h1, h2, h3, h4, h5, h6, button { */
/* font-family: 'Montserrat', sans-serif !important; */
/* } */

/* .value-cont label { */
/* font-family: 'Montserrat', sans-serif !important; */
/* } */

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

.topbar {
  border-bottom: 1px solid #ddd;
  height: 38px;
  line-height: 33px;
}

.topsocial ul li {
  display: inline-block;
}

.topsocial ul li a {
  padding: 0 0 0 15px;
  display: block;
  font-size: 15px;
  color: #168cf7c9;
  text-decoration: none;
}

.topsocial ul li:first-child a {
  font-size: 15px;
  /* color: #444; */
  /* border-left: 1px solid #ddd; */
  padding-right: 6px;
  font-weight: 500;
}

.social a {
  display: contents;
}

a.mail {
  color: #555;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.9px;
  font-weight: 500;
}

header {
  line-height: 55px;
  background-image: none;
  transition: padding 0.6s;
  padding: 7px 0;
}

/* .tech header {
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
} */

header ul li {
  display: inline-block;
}

header ul li a {
  font-size: 14px;
  color: #444;
  text-decoration: none;
  padding: 0 0px 0px 27px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}
.modal-header {
  padding: 0;
  border: none;
  position: relative;
}
.modal-header .close {
  position: absolute;
  top: 15px;
  right: 16px;
  z-index: 99999;
  font-size: 35px;
  color: #ffffff;
  cursor: pointer;
  padding: 5px 7px 10px 15px;
  background: #198ef7;
  border-radius: 0px 0px 0px 100px;
  font-weight: 400;
}
header ul li a:hover {
  text-decoration: none;
  color: #168cf7;
}

header ul li a.active {
  text-decoration: none;
  color: #168cf7;
}

.header-stick {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fffffff5;
  box-shadow: 0 2px 9px #ddd;
  z-index: 999;
  background-image: none;
  padding: 2px 0;
}

.fa-arrow-right {
  display: none;
}

.modal-body button.close {
  margin: -31px 0 0 0px;
  width: 24px;
  height: 24px;
  background: red;
  border-radius: 1px 5px 1px 1px;
  position: absolute;
  top: 33px;
  right: 2px;
  color: #fff;
  font-weight: 100;
  font-size: 32px;
  line-height: 24px;
  z-index: 9999;
}

.none {
  display: none;
}

.banner {
  padding: 48px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.banner p button {
  border: 1px solid;
  color: #fff;
  background: #198ef7;
  width: 209px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 17px;
  height: 59px;
  border-radius: 200px;
  font-weight: 500;
  margin-bottom: 22px;
  margin-top: 6px;
}

.banner h4 {
  font-size: 20px;
  color: #777;
  margin: 0;
  margin-bottom: 9px;
}

.banner h1 {
  font-size: 40px;
  font-weight: 700;
  color: #198ef7;
  margin: 9px 0;
}

.banner p {
  font-size: 16.5px;
  color: #444;
  line-height: 31px;
  font-weight: 400;
  padding-right: 24px;
  margin: 5px 0 20px 0;
}

.strip {
  background: #ffffff;
  padding: 14px 0;
  margin-bottom: 22px;
  box-shadow: 0 0px 49px #d4d4d4;
  border-radius: 9px;
  position: relative;
  top: -50px;
}

.banner img {
  position: relative;
  top: -16px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none !important;
  background: #198ef7;
  font-weight: normal;
  color: #555555;
}
.ui-slider-horizontal .ui-slider-handle[style*="left: 0"] {
  margin-left: -0.1em;
}
.ui-slider-horizontal .ui-slider-handle[style*="left: 100"] {
  margin-left: -1.4em;
}
#slider span {
  width: 25px;
  height: 25px;
  top: -11px;
  background: #198ef7 !important;
  opacity: 1;
}

.ui-widget.ui-widget-content {
  height: 2px;
  box-shadow: none;
  border: none !important;
}
.ui-slider-horizontal {
  height: 0.2rem;
}

.ui-slider .ui-slider-handle {
  /* top: 5px; */
  border-radius: 15px;
}

#slider {
  margin: 12px 0px;
}

.about {
  padding: 70px 0;
  margin-top: -44px;
}

.about h5 {
  font-size: 18px;
  color: #777;
  letter-spacing: 0.3px;
  padding-top: 22px;
}

h3.heading {
  font-size: 36px;
  font-weight: 700;
  color: #198ef7;
  margin: 0;
}

.strip p {
  font-size: 13.5px;
  display: block;
  font-weight: 700;
  line-height: 20px;
  color: #222;
  letter-spacing: 0;
  padding: 27px 6px 27px 22px;
  border-bottom: 2px solid transparent;
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: fit-content;
  border-right: 1px solid #eee;
}

.strip p.active {
  border-bottom: 2px solid #198ef7;
}

.border-right-0 {
  border-right: none;
}

.about button {
  border: 1px solid;
  color: #fff;
  background: #198ef7;
  width: 180px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 17px;
  height: 54px;
  border-radius: 100px;
}

.div1 {
  width: 25%;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}

.div1:hover {
  border-bottom: 2px solid #198ef7;
  outline: none;
}

.div1:visited {
  border-bottom: 2px solid #198ef7;
  outline: none;
}

.div1.active {
  border-bottom: 2px solid #198ef7;
}

.div1 span {
  width: 188px;
  float: right;
  position: relative;
  top: 16px;
  padding-right: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 21px;
}

.div1 img {
  padding-left: 26px;
  width: 79px;
}

.div1:after {
  content: "";
  border: 1px solid #eee;
  position: absolute;
  top: 0;
  left: 105%;
  height: 84%;
  transform: rotate(16deg);
}

.div1:last-child:after {
  content: "";
  border: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
  outline: none;
}

.achieve .owl-carousel .owl-item img {
  display: block;
  width: auto;
  float: left;
  margin-right: 12px;
}

.achieve {
  background: #fff;
  box-shadow: 0 2px 49px #d4d4d4b8;
  padding: 22px 0px;
  border-radius: 9px;
  height: 120px;
  margin-bottom: 29px;
}

a.readmore {
  border: 1px solid;
  color: #fff;
  background: #198ef7;
  width: 164px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 15.5px;
  height: 52px;
  line-height: 52px;
  border-radius: 100px;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-top: 22px;
}

.padding-top {
  padding-top: 104px;
}

.getfinance {
  background-color: #fff;
  margin: 0;
  padding: 22px 0;
}

.getfinance img {
  width: 100%;
}

.achieve .owl-dots {
  display: none;
}

h3.achieve-head {
  text-align: center;
  padding: 17px 0 27px 0;
}

.achieve .owl-nav button.owl-prev {
  left: -53px;
  top: 37px;
  color: #007bff !important;
}

.achieve .owl-nav button.owl-next {
  right: -53px;
  top: 37px;
  color: #007bff !important;
}

.getfinance button {
  border: 1px solid;
  color: #fff;
  background: #198ef7;
  width: 150px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 15px;
  height: 44px;
  border-radius: 100px;
}

.accordion-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.acc-head {
  position: relative;
  background: #fff;
  box-shadow: 0 -9px 17px #e4e4e4ba;
  padding: 16px 40px 16px 22px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  color: #222;
  letter-spacing: 0.2px;
}

.acc-head.active {
  box-shadow: 0 -9px 17px #e4e4e4ba;
  border-radius: 6px 6px 0 0;
}
.acc-head::after {
  content: "\276F";
  position: absolute;
  right: 16px;
  color: #000;
  transform: rotate(0deg);
  transition: 0.4s;
}
.acc-head.active::after {
  content: "\276F";
  position: absolute;
  right: 16px;
  color: #000;
  transform: rotate(90deg);
  transition: 0.4s;
}
.acc-body {
  padding: 0 22px 24px 22px;
  display: none;
  background: #ffffff;
  box-shadow: 0 4px 17px #e4e4e4;
  font-size: 14.5px;
  line-height: 24px;
  color: #666;
  font-weight: normal;
}

img.how-img {
  width: 90%;
  float: right;
  cursor: pointer;
}

.faqs {
  background: #f7faff;
  padding: 48px 0;
}

.faqs h4 {
  font-weight: 400;
  font-size: 20px;
  color: #444;
}

.faqs h3 {
  font-size: 43px;
  font-weight: 700;
  color: #198ef7;
  padding-right: 60px;
}

.contact-sec {
  background-image: url(../images/contact-bg.jpg);
  padding: 100px 0 15px 0;
  background-size: cover;
  background-attachment: fixed;
}

.cont-strip h4 {
  text-align: center;
  font-size: 20px;
  color: #555;
  font-weight: 500;
}

.cont-strip h3 {
  text-align: center;
  color: #198ef7;
  font-size: 38px;
  font-weight: 700;
  max-width: 675px;
  margin: auto;
}

.form-wrapper {
  background: #fff;
  padding: 50px 50px;
  width: 100%;
  box-shadow: 0 1px 12px #dcdcdc;
  border-radius: 6px;
  margin-top: 49px;
}

.custom-input {
  padding: 24px 15px;
  border-radius: 2px;
}

footer {
  background: #323232;
  padding: 40px 0;
}

footer p {
  color: #fff;
}

footer h4 {
  color: #fff;
  margin-bottom: 14px;
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer a {
  color: #fff;
  padding: 7px 3px;
  display: block;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 500;
  transition: 0.4s;
}

footer a:hover {
  color: #198ef7;
  text-decoration: none;
  letter-spacing: 0.5px;
}

footer a.active {
  color: #198ef7;
}

footer .fa-facebook {
  font-size: 19px;
  background: #232323;
  color: #fff;
  padding: 7px 12.5px;
  margin: 2px 4px;
  border-radius: 2px;
  transition: 0.4s;
}

footer .fa-facebook:hover {
  background: #168cf7;
  letter-spacing: 0.5px;
}

.footer-email-box {
  position: relative;
}

.footer-email-box input {
  border-radius: 2px;
  border: none;
  padding: 24px 15px;
}

.footer-email-box .fa-arrow-right {
  font-size: 18px;
  color: #323232;
  position: absolute;
  top: 15px;
  right: 14px;
  font-weight: 300;
}

footer .fa-instagram {
  font-size: 19px;
  background: #232323;
  color: #fff;
  padding: 7px 9.5px;
  margin: 2px 4px;
  border-radius: 2px;
}

footer .fa-instagram:hover {
  background: #168cf7;
  letter-spacing: 0.5px;
}

.padd-left {
  padding-top: 15px;
}

.ci {
  border-radius: 2px;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 19px 14px;
}

.new-form button,
.new-form .button {
  border: 1px solid;
  color: #fff;
  background: #198ef7;
  width: 150px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 15px;
  height: 44px;
  line-height: 18px;
  border-radius: 100px;
  margin-bottom: 9px;
}

.logo img {
  width: 220px;
  margin-top: 2px;
}

footer .fa-linkedin {
  font-size: 19px;
  background: #232323;
  color: #fff;
  padding: 7px 9.5px;
  margin: 2px 4px;
  border-radius: 2px;
}

footer .fa-linkedin:hover {
  background: #168cf7;
  letter-spacing: 0.5px;
}

footer h4 span {
  border-bottom: 3px solid #198ef7e0;
  padding: 0px 0 2px 0;
}

.count-sec {
  /* background-image: url(../images/count-sec-bg.jpg); */
  background-color: #fff;
  background-image: linear-gradient(#f7faff, white);
  padding: 48px 0;
  min-height: 547px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}

.how ul {
  list-style-type: disc;
  padding: 0 22px;
  margin: 0;
}

.how li {
  font-size: 15px;
  font-weight: 500;
  padding: 9px 0;
}

.whatget {
  padding: 66px 0;
}

.whatget h4 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 12px 0 0 0px;
}
.whatget h3 {
  margin-bottom: 7px;
}
.whatget p.paragraph {
  margin: 6px 0 12px 0;
}

.stand {
  padding: 42px 0;
  /* background-color: #f7faff; */
}

.cont-strip h5 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-top: 100px;
  text-shadow: 0 0 4px #5a5a5a;
  letter-spacing: 0.3px;
}

a.startn {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  width: 122px;
  height: 36px;
  line-height: 36px;
  background: #2591f0;
  border-radius: 100px;
  box-shadow: 0 1px 8px #e4e4e4;
  margin: 12px auto;
}

.stand h4 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  padding: 12px 0 0 0px;
}

.consult-label {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 6px;
  color: #222;
}

.stand p.paragraph {
  margin: 6px 0 12px 0;
}

.footer-logo {
  position: relative;
  top: -7px;
  left: -9px;
}

.cout-box {
  /* background: #ffffff; */
  padding: 0px 0px 0px 27px;
}

.cout-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #447eec;
  padding-right: 53px;
  padding-bottom: 4px;
}

.cout-box h4 {
  font-size: 18px;
  color: #666;
}

.getfinance {
  background-color: #fff;
  margin: 0;
  padding: 60px 0 60px 0;
}

.counter {
  max-width: 672px;
  background: #198ef7;
  position: absolute;
  width: 100%;
  top: -60px;
  right: 0px;
  padding: 40px;
  border-radius: 1px;
}

.counter h4 {
  font-size: 20px;
  color: #fff;
}

.counter h3 {
  font-size: 40px;
  color: #fff;
  line-height: 43px;
  font-weight: 700;
  padding-right: 26px;
  margin-bottom: 49px;
}

.invest label {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.invest button {
  border: none;
  background: #fff;
  border-radius: 50px;
  padding: 9px 22px;
  width: 100%;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.value-cont {
  width: 100%;
  margin-top: -10px;
}

.value-cont input {
  width: 100%;
}

strong.text {
  width: 145px;
  display: inline-flex;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  padding: 9px 0;
}

label.range-label {
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: #222;
  margin: 0;
  margin-bottom: 4.5px;
  margin-top: 30px;
}

#demo1,
#demo2,
#demo3,
#demo4 {
  text-align: right;
  display: block;
  margin-top: -52px;
  font-size: 17px;
  font-weight: 700;
  color: #444;
}

/* #demo4 {
    margin-top: -86px;
} */

.pie-chart {
  width: 360px;
  left: 70%;
  min-height: 236.7px;
  top: 125%;
  position: absolute;
  display: none;
}

#chartContainer {
  height: 370px;
  width: 50%;
  position: absolute;
  bottom: 75px;
  right: 106px;
}

.close.modal {
  width: 25px;
  height: 25px;
  background: red;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

.popp-cont img {
  margin-bottom: 14px;
  width: 100%;
}

.head-block h4 {
  font-size: 19px;
  font-weight: 600;
  color: #222;
  padding-bottom: 3px;
  text-transform: capitalize;
  margin-left: 0px;
}

.stand h3 {
  margin-bottom: 14px;
}

.head-block p {
  font-size: 14px;
  letter-spacing: 0.3px;
  word-spacing: 1px;
  color: #777;
  font-weight: 400;
  margin: 0;
  margin-bottom: 7px;
  line-height: 28px;
  padding: 0 0px;
}

p.paragraph {
  font-size: 15.5px;
  color: #555;
  letter-spacing: 0.2px;
  line-height: 28px;
  font-weight: 500;
  margin: 6px 0 24px 0;
}

footer p.paragraph {
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.acc-body {
  font-size: 15px;
  color: #555;
  letter-spacing: 0.2px;
  line-height: 28px;
  font-weight: 500;
  padding-right: 24px;
}

.plan-label label {
  display: flex;
  margin-bottom: 23px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
}

.set-invest {
  border: none;
  background: #447eec;
  color: #ffffff;
  width: fit-content;
  padding: 12px 22px;
  border-radius: 100px;
  position: relative;
  top: 18px;
  font-weight: 500;
  font-size: 14px;
}

.chart-sec {
  padding: 40px 0px;
  background-color: #fafafa;
  background-image: linear-gradient(#f7faff, white);
}

.button-row {
  padding-bottom: 27px;
  margin-top: 35px;
}

h4.select-risk {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  line-height: 25px;
  padding: 2px 0 0 0;
}

.button-row button {
  width: 93%;
  background: #fff;
  border: none;
  font-size: 13px;
  font-weight: 600;
  padding: 16px 0;
  box-shadow: 0 0px 19px #ececec;
  border-radius: 100px;
  transition: 0.3s;
  margin: 0 17px;
}

.button-row button:hover, .button-row button.active:hover, .button-row button.active:focus, .button-row button.active  {
  background: #447eec;
  color: #fff;
}
.button-row button.active {
  background: #447eec;
  color: #fff;
}
#AreaChartContainer,
#myChart {
  width: 100% !important;
  height: auto !important;
}

/* #myChart {
    width: 100% !important;
    height: auto !important;
} */

.div-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
}

.div-wrapper div {
  width: 100%;
}

.plan-label input {
  margin-right: 19px;
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
}

button.submit-btn,
.submit-btn {
  background: #198ef7;
  width: 100%;
  border: none;
  border-radius: 2px;
  padding: 13px;
  position: relative;
  top: -1px;
  color: #fff;
  letter-spacing: 0.5px;
}

.footer-copy {
  background: #000;
  padding: 20px 0;
}

.footer-copy p {
  margin: 0;
  color: #b5b5b5;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.3px;
}

#chartContainer {
  height: 370px;
  width: 50%;
  position: absolute;
  bottom: auto;
  right: 106px;
}

.chart-area {
  position: absolute;
  top: 580px;
}

.modal-content {
  transition: 0.5s;
}

.modal .modal-content {
  transform: scale(0.9);
}

.modal.show .modal-content {
  transform: scale(1);
}

.whatget {
  margin-top: -180px;
}

#button {
  display: inline-block;
  background-color: #198ef7e6;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  bottom: 12px;
  right: 28px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px solid #fff;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

#slider span:focus {
  outline: none;
  background: #198ef7;
}

input[type="range"] {
  width: 100%;
}

input[type="range"] {
  -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: #444;
  border: none;
  border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 25px;
  width: 25px;
  background: #198ef7;
  border-radius: 50%;
  margin-top: -12px;
}
input[type="range"]::-moz-range-track {
  height: 2px;
  background: #444;
  border: none;
  border-radius: 3px;
}
input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  border: none;
  height: 25px;
  width: 25px;
  background: #198ef7;
  border-radius: 50%;
  margin-top: -12px;
}
div#slider {
  width: 100%;
  height: 2px;
  background: #444;
  display: none;
  margin-top: 30px;
}

b#demo5 {
  color: #222;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 100%;
  margin-top: -22px;
}
span#demo5 {
  font-size: 18px;
  font-weight: 600;
}
h4.popup_head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.fa-bars {
  display: none;
}

.insights-box h3 {
  position: absolute;
  width: 50%;
  padding: 12px;
  color: #fff;
}

.insights-box .flex {
  display: block;
}

.overlay {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 370px;
  border-radius: 12px;
  overflow: hidden;
}

.over1 {
  background-image: url(../images/blog1.jfif);
}

.over2 {
  background-image: url(../images/blog2.jfif);
}

.over3 {
  background-image: url(../images/blog3.jfif);
}

.over4 {
  background-image: url(../images/blog4.jfif);
}

.over5 {
  background-image: url(../images/blog5.jfif);
}

.over6 {
  background-image: url(../images/blog6.jfif);
}

.over7 {
  background-image: url(../images/blog7.jfif);
}

.over8 {
  background-image: url(../images/blog8.jfif);
}

.over9 {
  background-image: url(../images/blog9.jfif);
}

.over10 {
  background-image: url(../images/blog10.jfif);
}

.over11 {
  background-image: url(../images/blog11.jfif);
}

.over12 {
  background-image: url(../images/blog12.jfif);
}

.over13 {
  background-image: url(../images/blog13.jfif);
}

.over14 {
  background-image: url(../images/blog14.jfif);
}

.overlay h3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #00000040;
  height: 100%;
  padding: 22px 30px;
  transform: scale(1);
  transition: 10s;
}

.overlay:hover .overlay h3 {
  top: 17px;
  left: 17px;
  transform: scale(1.1);
}

.overlay-cont {
  width: 100%;
}

.insighs-banner {
  background-image: url(../images/insights-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.padding-0 {
  padding: 0;
}

.insighs-banner h1 {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  margin: 0;
  padding: 74px 0;
  text-align: center;
  text-transform: uppercase;
}

.insights-box img {
  float: left;
  margin-right: 14px;
  border-radius: 2px;
  width: 51.5%;
}

.insights-box h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.insights-box p {
  font-size: 15px;
  color: #555;
  line-height: 24px;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 9px;
}

.insights-box {
  margin: 22px 0;
  cursor: pointer;
}

.insighs-list {
  padding: 40px 0;
}

.newsletter {
  background-color: #326fe2;
  padding: 120px 0;
}

.newsletter-box h3 {
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}

.newsletter-box h4 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin: 17px 0;
}

.email-box {
  max-width: 460px;
  margin: 40px auto;
  position: relative;
}

.email-box input {
  border: none;
  border-radius: 100px;
  padding: 27px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
}

.email-box button,
.email-box .submit-btn {
  border: none;
  background: #326fe2;
  color: #fff;
  width: 144px;
  height: 50px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 0;
}

.faqs-banner {
  padding: 50px 0;
  background-image: url(../images/faq-bg.png);
}

.vertical-tabs .nav-link span {
  width: 100%;
  position: initial;
  padding-left: 11px;
}

.faqs-banner h1 {
  font-size: 44px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  max-width: 430px;
}

.question-ans {
  padding: 40px 0;
}

.qa {
  background: #fafafa;
  padding: 0px;
  border-radius: 0px 6px 6px 0;
}

.blog-main {
  box-shadow: 0px 0px 5px 0px #d2d2d2;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.blog-img {
  width: 100%;
  height: auto;
}
.blog-head {
  padding-left: 20px;
  margin-top: 20px;
}

.blog-head h2 {
  margin: 0px;
  margin-bottom: 30px;
  font-size: 17px;
  background-color: #198ef7e8;
  color: white;
  padding: 9px 22px;
  line-height: 22px;
  margin-top: -46px;
  position: relative;
  left: -10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.blog-head a {
  color: #198ef7;
  font-size: 24px;
  text-decoration: none;
}

.blog-top {
  margin-top: 12px;
}

/* .underline1 {
  width: 200px;
  height: 4px;
  background-color: #198ef7;
  margin: 0px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
  top: 10px;
} */

/* .underline2 {
  width: 15px;
  height: 15px;
  background-color: #198ef7;
  margin-top: 0px;
  transform: rotate(45deg);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
} */

.blog-middle {
  display: inline-flex;
  padding-left: 20px;
  margin-top: 18px;
}

.blog-middle h4 {
  font-size: 15px;
  padding: 2px 12px;
  color: #888;
}

.blog-icon {
  color: #888;
  margin-top: 1px;
}

.blog-bottom {
  margin-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
}

/*.blog-bottom p.paragraph {
  margin: 6px 0 0px 0;
}*/

.blog-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 9px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.search-but {
  background: #168cf7;
  color: #fff;
}

.blog-bottom h4 {
  font-size: 17px;
  font-weight: 600;
  padding: 14px 0 2px 0;
}

.blog-content {
  padding: 42px 0;
}

.search-but {
  position: absolute;
  top: 26px;
  right: 0;
  border-radius: 100px;
  padding: 6px 26px;
  font-weight: 500;
}

.abt h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 30px;
  margin: 20px 0 10px;
}

.cetegory h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
  margin-top: 22px;
}

.cetegory a {
  color: #666;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 2px;
  margin: 4px 0;
}

/* .abt img {
  margin: 9px 0 0 0;
} */

.pagination {
  margin-top: 0;
  margin-bottom: 0px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 4px;
}

.pagination ul {
  padding-left: 0px;
  margin: 0px;
  margin-top: 0px;
}

.pagination ul li {
  list-style: none;
  padding: 0px 0px;
  float: left;
  margin-right: 10px;
}

.pagination ul li a {
  font-size: 16px;
  color: white;
  background-color: #198ef7;
  border: 1px solid #198ef7;
  padding: 5px 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.tag {
  margin-top: 35px;
}

.tag h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
  margin-top: 22px;
}

.tag ul {
  padding-left: 0px;
  margin: 0px;
  margin-top: 10px;
}

.tag ul li {
  list-style: none;
  padding: 10px 0px;
  float: left;
  margin-right: 10px;
}

.tag ul li a {
  font-size: 16px;
  color: white;
  background-color: #198ef7;
  padding: 5px 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.Comments {
  margin-top: 103px;
}

.Comments h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 0;
  margin-top: 22px;
}

.comment-details {
  padding: 0px;
  margin-bottom: 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  background-color: white;
  overflow: hidden;
  position: relative;
}

.media:first-child {
  margin-top: 0;
}

.media {
  position: relative;
  z-index: 111;
  margin: 0px;
  padding: 50px 0px;
  padding-bottom: 0px;
}

.media-body img {
  float: left;
  border-radius: 150px;
  width: 14%;
  margin-right: 30px;
  margin-bottom: 33px;
}

.media-body h3 {
  font-size: 17px;
  letter-spacing: 1px;
  color: #555;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  margin-bottom: 0px;
  margin: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
}

.media-body a {
  color: #198ef7;
  font-size: 16px;
}

.media-body p.paragraph {
  font-size: 15.5px;
  color: #777;
  letter-spacing: 0.2px;
  line-height: 25px;
  font-weight: 400;
  padding-right: 24px;
  margin: 2px 0 2px 0;
}

.comment-details {
  padding: 0px;
  margin-bottom: 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  background-color: white;
  overflow: hidden;
  position: relative;
}

.write {
  margin-top: 50px;
}

.write h3 {
  margin: 0px;
  margin-top: 30px;
  font-size: 29px;
  color: #198ef7;
}

.contact-form {
  width: 100%;
  margin: auto;
  margin-top: 10px;
}

.form-control:enabled {
  box-shadow: none;
  border: 1px solid #c8c8c8;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.search-box h3 {
  font-size: 17px;
  font-weight: 600;
  margin: -6px 0 12px 0;
}

.menu input {
  display: none;
}

.menu label {
  width: 13vh;
  height: 13vh;
}

.menu .menu--1 label,
.menu .menu--2 label {
  bottom: 0;
}

.menu .menu--3 label,
.menu .menu--4 label {
  top: 0;
}

.menu .menu--1 label,
.menu .menu--3 label {
  right: 0;
}

.menu .menu--2 label,
.menu .menu--4 label {
  left: 0;
}

.menu path {
  fill: none;
  stroke: #168cf7;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu.cross.menu--1 circle {
  fill: #168cf712;
  opacity: 1;
}

.menu circle {
  fill: #168cf712;
  opacity: 0;
}

.menu label:hover circle {
  opacity: 1;
}

.menu .cross input:checked + svg .line--1,
.cross input:checked + svg .line--3 {
  --length: 22.627416998;
}

.menu .cross input:checked + svg .line--2 {
  --length: 0;
}

.menu .menu--1 {
  background-color: transparent;
  position: absolute;
  right: 0;
}

.menu .menu--1 .line--1,
.menu--1 .line--3 {
  --total-length: 126.64183044433594;
}

.menu .menu--1 .line--2 {
  --total-length: 70;
}

.menu .menu--1 input:checked + svg .line--1,
.menu--1 input:checked + svg .line--3 {
  --offset: -94.1149185097;
}

.menu .menu--1 input:checked + svg .line--2 {
  --offset: -50;
}

.ac-container label {
  height: fit-content;
  line-height: 27px;
  font-size: 17px;
  padding: 12px 17px;
  display: block;
  cursor: pointer;
  color: #222;
  background: #fff;
  border-top: none;
  font-weight: 600;
  box-shadow: 0 0 19px #f3f3f3;
  border-radius: 2px;
}

.ac-container label:hover {
  background: #198ef7;
  color: #fff;
}

.ac-container input {
  display: none;
}

/* Contents */
.ac-container article {
  overflow: hidden;
  height: 0;
  transition: 0.6s;
}
.ac-container article p {
  padding: 20px;
  font-size: 14px;
  color: #777;
  line-height: 25px;
  font-weight: 500;
}
.ac-container input:checked ~ article {
  height: auto;
  border-top: none;
  background: #fff;
  margin-bottom: 19px;
}

.head-block {
  /* box-shadow: 0px 2px 14px #eee; */
  margin-bottom: 12px;
  height: fit-content;
  border: 1px solid #eee;
}

.question {
  background: white;
  padding: 0px 0px 0px 0;
  max-height: 406px;
  overflow: auto;
  border-radius: 5px 0px 0px 0px;
  border: 1px solid #eee;
  border-bottom: none;
}

.question::-webkit-scrollbar {
  width: 7px;
  border-radius: 2px;
}

.question::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.question::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid #f9f9f9;
  border-radius: 2px;
}

.tab-pane p {
  margin-top: -6px;
}

#accordion .card .card-body {
  padding: 7px 20px 6px 9px;
  background: #fafafa;
}

.nav-link svg {
  width: 40px;
  fill: #555;
  border-right: 1px dashed #ddd;
  padding: 0px 10px;
}

.nav-link.active svg {
  fill: #fafafa;
}

#accordion .card {
  border: none;
  border-radius: 0;
}
#accordion .card .card-header {
  background: none;
  border: none;
  padding: 25px 0;
}
#accordion .card .card-header.top-headline {
  padding: 0 0 25px;
}

.vertical-tabs .nav-link {
  position: relative;
  text-transform: capitalize;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  padding: 11px 0px;
  height: fit-content;
  display: flex;
}

@media screen and (min-width: 992px) {
  .second p.short-d {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 12px;
  }

  .whatget img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
  }

  .stand img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
  }
}

.stand img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .strip p img {
    padding-bottom: 0px;
    float: left;
    margin-right: 12px;
  }

  .div1 p {
    padding: 14px 0;
  }
}

@media screen and (max-width: 1199px) {
  .div1 p {
    text-align: center;
  }

  .achieve {
    height: fit-content;
  }

  .div1 span {
    width: 100%;
    float: right;
    position: initial;
    top: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 21px;
    display: block;
  }

  .div1 img {
    padding-left: 0;
    width: 44px;
  }

  .achieve .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .div1 {
    width: 48%;
    margin: 20px 0;
  }

  .div1:after {
    display: none;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .strip p span {
    float: none;
    width: fit-content;
    font-size: 12px;
    font-weight: 600;
  }

  .strip p img {
    padding-bottom: 0px;
    float: left;
    margin-right: 7px;
    width: 35px;
  }
}

.head-block .row {
  margin-left: 0;
}

.hb2 {
  position: relative;
}

.head-block.no-border {
  border: none;
}

.head-block.no-border .co {
  border: 1px solid #eee;
  margin-bottom: 12px;
}
.consult input.form-control {
  display: none;
}

@media screen and (max-width: 991px) {
  .head-block {
    padding-bottom: 12px;
  }

  h4.select-risk {
    padding: 20px 0 0 0;
    text-align: center;
  }

  .div-wrapper div {
    width: 49%;
    margin: 9px 0;
  }

  .button-row button {
    padding: 12px 0;
  }

  .div-wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .popp-cont img {
    margin-bottom: 0;
  }

  .head-block p {
    margin: 0;
  }

  .whatget h3 {
    margin-bottom: 2px;
    margin-top: -17px;
  }

  .stand h3 {
    margin-bottom: 9px;
    margin-top: 12px;
  }

  .pie-chart {
    width: 360px;
    left: 0;
    min-height: 228.7px;
    top: 100%;
    position: absolute;
  }

  .about.how {
    background: #f7faff;
    margin: -200px 0 30px 0;
    padding-top: 170px;
    overflow-x: hidden;
  }

  .spe {
    padding: 0 !important;
    margin-left: 0;
    margin-top: 0px;
  }

  .faqs a.readmore {
    margin-bottom: 26px;
  }

  .div1 span {
    padding: 0 22px;
  }

  .tab-border-none {
    border-right: none !important;
  }

  .search-but {
    padding: 6px 15px;
  }

  .accordion-wrapper {
    margin-top: 24px;
  }

  footer h4 {
    margin-top: 17px;
  }

  .nav-link svg {
    display: none;
  }

  .strip {
    top: -44px;
  }

  img.how-img {
    width: 100%;
    float: none;
    margin-top: 24px;
  }

  img.banner-img {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    display: none;
  }

  .strip p {
    padding: 2px 14px 2px 36px;
    height: 72px;
    margin: 5px 0;
  }

  .achieve {
    height: auto;
  }

  .getfinance img {
    margin-top: 30px;
  }

  .custom-input {
    margin-bottom: 21px;
  }
}

.chartContainer {
  max-width: 50% !important;
}

@media screen and (max-width: 767px) {
  .abt h3 {
    font-size: 20px;
    margin-top: 22px;
  }
  .contact-sec {
    padding: 33px 0 15px 0;
  }
  .cont-strip h5 {
    margin-top: 50px;
  }
  .border-right-0 {
    border-bottom: none !important;
  }

  .vertical-tabs .nav-link {
    border-bottom: 1px solid #ddd;
  }

  .strip p {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
    margin-bottom: 17px;
    display: block;
    height: fit-content;
  }

  .strip p span {
    display: block;
    margin: 7px 0;
  }

  .search-box {
    margin-top: 27px;
  }

  .search-but {
    position: absolute;
    top: 52px;
  }

  .canva2 .canvasjs-chart-canvas {
    position: absolute;
    top: 394px;
    width: 100% !important;
  }

  .chartContainer {
    max-width: 100% !important;
  }

  a.getstarted {
    width: 119px;
    font-size: 13px;
    font-weight: 700;
  }

  header ul li a {
    padding: 0 0px 0px 12px;
  }

  .footer-copy p {
    text-align: center;
  }

  .vertical-tabs .nav-link {
    font-size: 12px !important;
    padding: 5px 2px !important;
  }

  .vertical-tabs .tab-content {
    margin-top: 8px !important;
  }
  .getfinance {
    padding: 20px 0 60px 0;
  }
  .count-sec {
    padding: 10px 0;
  }
  .cout-box h4 {
    margin: 10px 0 6px;
  }
  .tab-pane p.paragraph {
    font-size: 14px !important;
    padding-right: 0px !important;
    margin: 0px 0 0px 0 !important;
  }

  .insighs-banner h1 {
    font-size: 50px !important;
    padding: 40px 0;
  }
  .insighs-list {
    padding: 10px 0;
  }
  .underline2,
  .underline1.blog-top {
    display: none;
  }
  /*.blog-bottom p.paragraph {
    margin: -15px 0 0px 0;
  }*/
  .blog-bottom h4 {
        padding: 14px 0 10px 0;
    line-height: 28px;
  }
  .banner {
    padding: 20px 0;
  }
  .canvasjs-chart-canvas {
    width: 90% !important;
    height: auto;
  }
  .cout-box {
    padding: 0px 0px 0px 0px;
  }
  .set-invest {
    width: 100%;
  }
  .strip p {
    padding: 2px 14px 2px 14px;
  }
  .about {
    padding: 18px 0;
  }
  .about iframe {
    height: 280px;
  }
  .about h5 {
    font-size: 22px;
  }
  .div#pie-chart {
    height: 389px !important;
  }
  .whatget {
    padding: 66px 0 20px;
  }
  .stand {
    padding: 18px 0;
  }
  .paragraph.step-con {
    /*margin: 18px 0 0 0;*/
    line-height: 20px;
  }
  .blog-bottom {
    margin-top: -18px;}
     .blog-content {
    padding: 18px 0;
  }
  .blog-title h3 {
    font-size: 17px !important;line-height: 28px
  }
}

@media screen and (max-width: 575px) {
  h4.popup_head {
    font-size: 16px;
    line-height: 22px;
  }

  .button-row button {
    font-size: 12px;
    padding: 8px 0;
    letter-spacing: 0;
  }
  .button-row button.active:hover, .button-row button.active{
    background: #447eec;
    color: #fff;
  }
  .button-row button:hover, .button-row button:focus {
    background:#fff;
    color: #000;
  }

  .blog-title h3 {
    font-size: 17px !important;line-height: 28px
  }

  .insighs-banner h1 {
    font-size: 24px !important;
  }

  .row {
    margin-left: 0;
  }

  .faqs-banner {
    padding: 30px 0;
  }

  .question-ans {
    padding: 19px 0 40px 0;
  }

  .question {
    max-height: 166px;
    width: 100%;
    border-radius: 5px;
  }

  a.getstarted {
    width: 94%;
    text-align: left;
    padding-left: 23px;
    margin: auto;
  }

  .insights-box h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
  }

  .first-item {
    margin-top: 54px;
    padding-left: 0;
  }

  #accordion .card .card-body {
    padding: 0 !important;
    background: #fafafa;
  }

  .padd-mob-0 {
    padding: 0;
  }

  .tab-pane p.paragraph {
    font-size: 13px !important;
    padding: 4px 14px;
  }

  .overlay {
    min-height: 270px;
  }

  .overlay-cont {
    width: 100%;
  }

  .strip p {
    height: fit-content;
  }

  .div1 {
    width: 100%;
    margin: 20px 0;
  }

  a.readmore {
    width: 144px;
    font-size: 14.5px;
    height: 47px;
    line-height: 47px;
    margin-top: 6px;
    margin: 6px 0 18px;
  }

  .banner h1 {
    font-size: 27px;
    line-height: 35px;
  }

  .banner h4 {
    font-size: 17px;
    line-height: 24px;
  }

  .banner p {
    font-size: 15.5px;
  }

  .banner p button {
    width: 175px;
    font-size: 15px;
    height: 48px;
    margin-bottom: 22px;
  }

  .cout-box h3 {
    font-size: 21px;
  }
  .faqs h4 {
    font-weight: 400;
    font-size: 17px;
  }

  h3.heading {
    font-size: 24px;
  }
  .whatget h4 {
    font-size: 15px;
  }
  .faqs h3 {
    font-size: 24px;
  }

  header ul li a {
    padding: 0px 12px 0px 32px;
    border-bottom: 1px solid #f1f2f7;
    font-weight: 600;
    font-size: 13px;
    color: #222;
  }

  header {
    line-height: 46px;
  }

  .logo img {
    width: 170px;
  }

  .faqs-banner h1 {
    font-size: 28px;
  }

  .menu .menu--1 {
    display: block !important;
    top: -12px;
  }

  .insights-box .flex {
    display: flex;
    flex-wrap: wrap;
  }

  .topbar {
    display: none;
  }

  header ul li {
    display: block;
  }

  header ul li a {
    text-align: left;
  }

  header ul {
    background-color: #fff;
    position: fixed;
    top: -0.5px;
    right: -1px;
    width: 0px;
    height: -webkit-fill-available;
    z-index: 999;
    border-left: 1px solid #168cf7;
    padding: 0px;
    transition: width 1s;
    overflow: hidden;
  }

  .show-menu {
    width: 240px;
    padding: 0;
    height: 100vh;
  }

  .fa-home {
    display: none;
  }

  .show {
    display: block;
  }

  .fa-bars {
    position: absolute;
    top: 6px;
    right: 14px;
    font-size: 18px;
    color: #168cf7;
    cursor: pointer;
    display: block;
    background: #168cf71a;
    padding: 8px 10px;
    border-radius: 100px;
  }

  .fa-arrow-right {
    position: absolute;
    top: 6px;
    right: 17px;
    font-size: 14px;
    color: #168cf7;
    cursor: pointer;
    display: block;
    background: #168cf71a;
    padding: 8px 10px;
    border-radius: 100px;
    display: block;
  }


}

@media (min-width: 768px) {
  .vertical-tabs .nav-link {
    border-bottom: 1px solid #d1d3d4;
  }
}
.vertical-tabs .nav-link.active {
  background: #168cf7;
  color: #fff;
}
.vertical-tabs .tab-content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .vertical-tabs .tab-content {
    margin-top: 22px;
  }
  .whatget {
    margin-top: -11px;
  }
}

.border-primary {
  border-color: #007bff !important;
  background-color: #198ef7 !important;
  color: #fff;
}

#form-mail-status,
#form-mail-status-subscription {
  color: #0d477c;
  display: none;
  background: #ece9e9;
  padding: 2px 6px;
  margin: 4px;
  width: 90%;
}
.in-slider {
  width: 100%;
  outline: none;
  transition: opacity 0.2s;
}
.d-fnsz {
  font-size: 13px;
  margin-top: -28px;
}
.d-fnsz b {
  font-size: 20px;
  font-weight: bold;
}

label.range-label.sw-label {
  position: relative;
  margin-bottom: -10px;
}
label.range-label.sw-label b {
  margin-top: -25px !important;
}
