@font-face {
  font-family: "FilsonSoft-Medium";
  src: url("../fonts/FilsonSoftW05-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FilsonSoftW05-Medium.woff") format("woff"), url("../fonts/FilsonSoftW05-Medium.ttf") format("truetype"), url("../fonts/FilsonSoftW05-Medium.svg#FilsonSoftW05-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FilsonSoft-Regular";
  src: url("../fonts/FilsonSoftW05-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FilsonSoftW05-Regular.woff") format("woff"), url("../fonts/FilsonSoftW05-Regular.ttf") format("truetype"), url("../fonts/FilsonSoftW05-Regular.svg#FilsonSoftW05-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #636363;
  line-height: 25px;
}

* {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #222;
  background-image: linear-gradient(280deg, #5eeb65, #5ee6eb);
}

h1, h2, h3, h4, h5, h6 {
  font-family: FilsonSoft-medium;
  color: #30254b;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.shrink {
  padding-top: 5px;
  background: #ffffff !important;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3803921569);
}

.dropdown-toggle::after {
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "FilsonSoft-Medium";
  font-size: 16px;
}

.theme-background {
  background: #30254b;
}

/*.landing-home {
    background: url(../images/bg-curve-up.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}*/
@media screen and (min-width: 1200px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.get-started a {
  height: 40px;
  padding: 10px 30px !important;
  font-size: 1rem;
  line-height: 1.5;
  background-image: linear-gradient(280deg, #5eeb65, #5ee6eb);
  font-weight: 400;
  font-size: 16px;
  color: #30254b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  text-align: center;
  text-decoration: none !important;
  font-family: FilsonSoft-Regular !important;
}

.btn-Fheight {
  font-size: 18px;
  width: 175px;
}

.btn-theme {
    height: 50px;
    background-image: linear-gradient(280deg, #5eeb65, #5ee6eb);
    border-radius: 100px;
    font-size: 16px;
    color: #30254B;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    font-weight: 600;
    padding: 0px 20px;
}

.btn-theme:hover {
  color: #fff !important;
  text-decoration: none;
}

.btn-outline-banner {
    background: rgba(255, 255, 255, 0);
    border: solid 2px #ffffff;
    color: #ffffff;
    border-radius: 100px;
    font-weight: 300;
    width: auto;
}

.btn-outline-banner:hover {
  border: solid 2px transparent;
  color: #ffffff;
  background-image: linear-gradient(280deg, #5eeb65, #5ee6eb);
}

.section-padding {
  padding: 60px 0px;
}

.section-title h3 {
  font-size: 38px;
  font-weight: bold;
  color: #30254b;
}
.section-title .divider-centre {
  display: block;
  width: 25px;
  height: 5px;
  margin: 5px auto 15px;
  border-radius: 6px;
  background-color: #ba1a33;
  background-image: -webkit-gradient(linear, left top, right top, from(#fe5030), color-stop(31%, #f7473e), color-stop(60%, #dd2476), to(#dd2476));
  background-image: linear-gradient(280deg, #5eeb65, #5ee6eb);
}

.why-para {
  font-size: 16px;
  line-height: 30px;
}

.subheading h4 {
  line-height: 1.5;
  text-align: center;
}

.theme-color {
  color: #30254b !important;
}

/*.single-promo-section:hover {
    -webkit-box-shadow: 0 1px 2px rgba(212, 212, 212, 0.55);
    box-shadow: 0 1px 2px rgba(212, 212, 212, 0.55);
    cursor: pointer;
} */
.single-promo-section {
    background: #fff !important;
    display: block;
    border-radius: 12px !important;
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0 1px 2px rgba(212, 212, 212, 0.35);
    box-shadow: 0 1px 2px rgba(212, 212, 212, 0.35);
    box-shadow: 0 10px 20px 0 rgba(43, 71, 92, 0.1);
    height: 100%;
    border: 2px solid #50e0b9 !important;
    position: relative;
}

button#calculat_button:hover {
    background-image: linear-gradient(280deg, #5eeb65, #5ee6eb);
}

.color-small-box{
    color: #fff;
    background-image: linear-gradient(199deg, #5eeb65, #30c2c7) !important;
}
.single-promo-content {
  padding: 25px 15px 10px;
}
.single-promo-content .icon img {
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 20px;
    padding: 8px;
}

.heart {
  color: #f25855;
  font-size: 27px;
}

.pricing-details {
  padding: 40px 20px !important;
  text-align: center;
}
.pricing-details .saving_box .title {
  font-size: 20px;
  letter-spacing: 1px;
}
.pricing-details .saving_box .percentage {
  font-size: 70px;
  line-height: 100px;
  color: #5ee7bc;
}
.pricing-details .saving_box .description {
  font-size: 15px;
  color: #b3b3b3;
}
.pricing-details .other_details h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.pricing-details .other_details .line {
  font-weight: bold;
  font-size: 22px;
}
.pricing-details .other_details p {
  color: #9e9e9e;
  font-size: 16px;
}

/*.pricing-faq{

    &:before{
	  background-image: url(../images/pricing_curve.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	}

}*/
.pricing_accordion {
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
}
.pricing_accordion .panel-default {
  border-bottom: 1px solid #eee;
}
.pricing_accordion .panel-default:last-child {
  border-bottom: 1px solid transparent;
}
.pricing_accordion .panel-default .panel-heading {
  background: transparent !important;
}
/*# sourceMappingURL=main.css.map */
.bs-required {
    position: absolute;
    letter-spacing: normal;
    top: 14px;
    right: 35px;
    transform: translateY(-7px);
    font-size: 11px;
    color: #FF5722;
}

