







/*#ec7500*/



.mlv-element .bye {
    animation: slide-from-right .5s ease-in-out;
    color: black;
}

.modal-content {
    border: none;
    border-radius: 0;
}
    height: 350px !important;
}
.input-group-append {
    height: 3.2rem;
    margin-top: 0.5rem;
}
a.nav-link {
    color: white !important;
}
.close-icon {
    float: right;
    font-size: 22pt;
}
.close-menu {
    margin: 0.5rem;
    padding: 0.5rem;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-togglerer {
        display: none;
    }
}

.navbar-togglerer:not(:disabled):not(.disabled) {
    cursor: pointer;
}
/* .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000…p='round' stroke='rgba(255,102,203, 0.5)' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
*/
.navbar-light .navbar-togglerer {
    color: white; /*rgba(0,0,0,.5);*/
    border-color: rgba(0,0,0,.1);
    border: none;
}
.navbar-togglerer {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.menu-modal {
    position: absolute;
    left: 0;
    top: 1.5%;
    min-height: 600px;
    min-width: 300px;
    background: #1b2e66; /*rgb(37, 37, 115); */
    color: white !important;
    z-index: 10;
    display: none;
    padding: 0;
    font-size: 26pt;
    box-shadow: rgba(255,255,255,0.2) 2px 10px 9px 6px;
}
@media (max-width: 768px){
    .menu-modal {
        top: 1.2%;
    }
}
/*.menu-modal {
    position: fixed;
    top: 0;
    left: 0;
    background: #1b2e66;
    z-index: 10;
    height: 100%;
    width: 100%;
}*/
.menu-modal > ul > li {
    text-decoration: none !important;
    display: block;
}
.menu-modal > ul > li:hover {
    text-decoration: none !important;
}
.menu-modal > a {
    color: white !important;
}
.menu-modal .nav-item {
    margin-right: 0;
}
.menu-modal .nav-item:hover, .menu-modal .nav-item:hover * {
    background: white;
    color: #1b2e66 !important;
}


/* The Modal (background) */
.lightbox-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 210; /* Sit on top */
  padding-top: 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content 
  border: 1px solid #888;
  */
.lightbox-content {
   display: flex;
   align-items: center; 
   justify-content: center;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.lightbox-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.lightbox-close:hover,
.lightbox-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.lightbox-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.lightbox-body {
	/*padding: 2px 16px;*/
	text-align: center;
	margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#lightbox_img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
 /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.lightbox-footer {
  padding: 2px 16px;
  background-color: #ccc;
  color: white;
  position: fixed;
  width: 100%;
  bottom: 0;
}

.nav-btn {
    border-radius: 36px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px !important;
    border: none;
}
.nav-item:hover .nav-btn{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px !important;
    color: #dc1e72;
}

.blog .blog-cont {
    border-radius: 0 0 5px 5px;
    padding-bottom: 20px;
    box-shadow: none;
}
.about .about-cont {
    box-shadow: none;
    background: none;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
    top:0;
    left:0;
}
#nav_toggler {
    color: black;
    background-color: white;
    border: 1px solid black;
}
.bg-white {
    background-color: white;
}
footer {
    background: unset;
    color: black;
}
footer::before {
    background-color: white;
    color: black;
}
.list-style-none {
    list-style: none;
}
.inline-list li {
    display: inline;
    pointer: cursor;
}
.dark, .dark a {
    color: #2f3034;
}
.f-12 {
    font-size: 14px;
    padding-top: 1rem;
}
#mainNav .navbar-toggler {
    background-color: #fff;
    color: black;
    border-radius: 0;
    font-size: 14px;
}
.blog .blog-cont img {
    border-bottom: none;
}

.material_card {
    border-color: #f9f9f9;
    border-radius: 0 !important;
    background-color: white;
    min-height: 200px;
  -webkit-transition: 0.2s linear !important;
  -moz-transition: 0.2s linear !important;
  -o-transition: 0.2s linear !important;   
  transition: 0.2s linear !important;
}
.material_card:hover {
    box-shadow: 0px 7px 15px 1px rgba(235,235,235,1);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(235,235,235,1);
    -moz-box-shadow: 0px 7px 15px 1px rgba(235,235,235,1);
    box-shadow: 0px 7px 15px 1px rgba(235,235,235,1);
}
#blog {
    background-color: #f9f9f9;
}
.bg-grey {
    background-color: #f9f9f9;
}
.list-style-none {
    list-style: none;
}
.underline {
    border-bottom: 1px solid black;
}
.height-2 {
    height: 2rem;
}
.info-blue {
    color: #17a2b8;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    overflow-x: hidden;
    overflow-y: auto;
}
.white {
    color: white;
}
select {
    border-radius: 0 !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 0px);
}

.h-3r {
    height: 3rem !important;
}

.p-1-5 {
    padding: 0.35rem !important;
}

.h-50p {
    height: 50px;
}

.h-100p {
    height: 100px;
}

.category-icon {
    filter: invert(22%) sepia(50%) saturate(3709%) hue-rotate(233deg) brightness(117%) contrast(91%);
    /*filter: invert(69%) sepia(79%) saturate(4038%) hue-rotate(142deg) brightness(101%) contrast(101%);*/

}


a {
    color: #5252f3;
}

a:hover {
    color: #00c9d3;
    text-decoration: none !important;
}

form .row p a {
     color: #dc1e72;
}

.section-heading {
    word-wrap: break-word;
}

html {
  scroll-behavior: smooth;
}

body {
    min-height: 100vh;
}
.job_listing > .blog-cont {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
    border-radius: 16px !important;
}

.job_listing {
    text-align: unset !important;
}

.job_img img {
    border-radius: 16px !important;
}

.br {
        border-radius: 16px !important;
}

.section-heading {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 65px;
    background: -webkit-linear-gradient(45deg, #5251f3, #34cad3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.affix {
  background-color: white !important;
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition: 0.2s linear !important;
  -moz-transition: 0.2s linear !important;
  -o-transition: 0.2s linear !important;   
  transition: 0.2s linear !important;
}
.theme-color {
    color: #ffe9d1 !important;
}
.bg-theme-color {
    background-color: #ffe9d1 !important;
}
.f-1 {
    font-size: 1rem;
}
.f-1-5 {
    font-size: 1.5rem;
}
.f-2 {
    font-size: 2rem;
}
.f-2-5{
    font-size: 2.5rem;
}
@media (min-width: 300px) {
    .f-2-5 {
      font-size: 1.5rem ; } 
}
@media (min-width: 576px) {
    .f-2-5 {
      font-size: 1.5rem ; } 
}
@media (min-width: 768px) {
    .f-2-5 {
      font-size: 1.5rem ; } 
}
@media (min-width: 992px) {
    .f-2-5 {
      font-size: 2.0rem ; } 
}
@media (min-width: 1200px) {
    .f-2-5 {
      font-size: 2.5rem ; } 
}

.f-3 {
    font-size: 3rem !important;
}
.f-3-5 {
    font-size: 3.5rem;
}
.theme-dull {
    color: rgb(120, 156, 157) !important;
}
.dark {
    color: #2f3034 !important;
}
.btn {
    border-radius: 16px;
}
.cta-btn {
    border: #2f3034 2px solid;
    border-radius: 16px;
    color: #2f3034;
    background-color: white;
}
.cta-btn:hover {
    border: #2f3034 2px solid;
    color: white;
    background-color: #2f3034;
}
.cta-btn::after {
    background: none;
}
.cta-blue {
    color: #17a2b8;
}
.partner_logo {
    max-width: 100% !important;   
}
.promo_image {
    max-width: 100% !important;   
}
.partner_logo_container {
    padding: 10px;
}
.thick_container {
    padding-right: 20%;
    padding-left: 20%;
}
.form-control {
    /*margin-left: 0.5rem;
    margin-right: 0.5rem;*/
    border-radius: 16px !important;
}
.bg-black {
    background-color: black;
}
.how-work {
    padding: 40px;
}
.inline .form-group {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.fa.fa-star {
    color: #dc1e72;
}
.fa.fa-star-o {
    color: #dc1e72;
}
.r-accent {
 color: #dc1e72;
}
.r-accent-bg {
 background-color: #dc1e72;
}
.b-accent {
 color: #34cad3;
}
.b-accent-bg {
 background-color: #34cad3;
}
.p-accent {
 color: #5251f3;
}
.p-accent-bg {
 background-color: #5251f3;
}
.flash-area {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    font-size: 15pt;
    z-index: 10000;
    background: white;
    text-align: center;
    opacity: 1;
    border: 1px solid black;
    border-radius: 10px;
    font-size: 15pt;
}

.thin-container {
    padding-left: 5%;
    padding-right: 5%;
}

@media(max-width: 768px){
    .thin-container {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .section-header {
        font-size: 1.5rem;
        margin-top: 0.7rem;
    }

}


.fleek_area, nav {
    max-width: 2560px;
    margin: 0 auto;
}


.grey-1-text {
    color: #adadaa;
}

.section-header {
    font-size: 2rem;
    margin-top: 0.7rem;
    font-weight: 300;
}

.section-pretext {
    color: #6e6e6e;
    margin-bottom: 8px;
    text-transform: uppercase;
}


.section-pretext {
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.cta-btn {
    display: inline-block;
    position: relative;
    padding: 7px 16px;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #ff128a;;
    border: 1px solid #ff128a;;
}

.cta-btn-i {
    display: inline-block;
    position: relative;
    padding: 7px 16px;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #8889ff;
    color: white;
    border: 1px solid #8889ff;
}

.cta-btn:hover {
    display: inline-block;
    position: relative;
    padding: 7px 16px;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #ff128a;
    background-color: #fff;
    border: 1px solid #fff;
}

.cta-btn-i:hover {
    display: inline-block;
    position: relative;
    padding: 7px 16px;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #ff128a;
    color: #fff;
    border: 1px solid #ff128a;
}

.blue-wave::before {
    content: "";
    width: 100%;
    height: 175px;
    background: url(https://cdn.rfitzy.net/df6a7b78d608/files/blue_wave_63767411391874285.svg) 0px center / cover rgb(255, 255, 255);
}


.range-style {
  position: relative;
  z-index: 1000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  height: 6px;
  border-radius: 3px;
  outline: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}
.thumb-style {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  background: #ff4040;
  border: 1px solid #ff4040;
  border-radius: 100%;
  cursor: pointer;
  z-index: 5000;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.thumb-style_hover {
  background: #ff4040;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.slider-container {
  display: inline-block;
  position: relative;
  width: 200px;
  margin: 15px 0;
}
input[type='range'] {
  position: relative;
  z-index: 1000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  height: 6px;
  border-radius: 3px;
  outline: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}
input[type='range']::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  background: #ff4040;
  border: 1px solid #ff4040;
  border-radius: 100%;
  cursor: pointer;
  z-index: 5000;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
input[type='range']::-webkit-slider-thumb:hover,
input[type='range']::-webkit-slider-thumb:active {
  background: #ff4040;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
input[type='range']::-moz-range-track {
  background: transparent;
}
input[type='range']::-moz-range-thumb {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  width: 15px;
  height: 15px;
  background: #ff4040;
  border: 1px solid #ff4040;
  border-radius: 100%;
  cursor: pointer;
  z-index: 5000;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
input[type='range']::-moz-range-thumb:hover,
input[type='range']::-moz-range-thumb:active {
  background: #ff4040;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.fill {
  position: absolute;
  z-index: 50;
  top: 50%;
  height: 8px;
  width: 0%;
  border-radius: 6px;
  background: #ff4040;
  /*background: -webkit-gradient(linear, left top, right top, from(#d6e6fa), to(#165dbb));*/
  /*background: linear-gradient(to right, #d6e6fa 0%, #165dbb 100%);*/
}


.count {
  position: absolute;
  top: -25px;
  left: 0;
  color: #fff;
  padding: 2px 5px;
  border-radius: 20px;
  text-align: center;
  width: 7rem;
  margin-left: 0px;
  font-size: 11px;
}

.slider-tooltip {
    font-size: 14px;
    white-space: nowrap;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border-color: #ff4040;
    background-color: #ff4040;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.gray-text-2 {
    color: #adadaa;
}

.dark-text {
    color: #1a1a1a;
}

.light-price {
    color: #2595ff;
}

.table-header {
    font-size: 1.3rem;
}

.table-pricing-results tr {
    border-bottom: 1px solid #e8ecff;
}

.bg-gray {
    background-color: #d9dee6;
}

.bg-white {
    background-color: white;
}

.teal {
    color: #83e2d4;
}

.bg-teal {
    background-color: #83e2d4;
}

.teal-underline {
    border-bottom: 4px solid #83e2d4;
}

.gallery_caption {
     color: #162e66;
     font-weight: bold;
     font-size: 1.5rem;
}

.box_content {
    text-align: center;
    padding: 2rem;
}

.bg-black {
    background-color: black;
}

.pb-30 {
    padding-bottom: 30rem;
}

.input-group-prepend {
    margin-right: -1px;
    height: 3.1rem !important;
    margin-top: .5rem !important;
    background-color: #83e2d4 !important;
    border: none !important;
}

select.form-control {
    height: 3.1rem;
    margin-top: .5rem;
}

.descp {
    color: #ccc;
    font-size: 1.3rem;
}

.tall_box {
    min-height: 300px;
    padding-left: 10%;
    padding-right: 10%;
}

.fa-3x {
    font-size: 2rem;
}

.f-1-5 {
    font-size: 1.5rem;
}



.tall_box {
    height: 350px;            
}

.page-head {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
}
/*
#wave {
  position: relative;
  height: 70px;
  width: 600px;
  background: #e0efe3;
}
*/

.page-head:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 340px;
    height: 100%;
    background-color: white;
    right: -5px;
    top: 40px;
}


/*
.page-head:before {     
    content: '';
    position: absolute;
    left: 20%;
    width: 250%;
    height: 400%;
    background-color: rgb(255, 255, 255);
    /* background-color: rgba(255, 255, 255, 0.5); *
    /* top: 10%; *
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(164deg);
}
*/

@media(max-width: 1200px){
    .page-head:before { 
        display: none;
    }
}

@media (max-width: 768px) {
    .thin-container {
        padding-left: 6%;
        padding-right: 6%;
    }
    .banner_copy {
        padding-top: 2rem;
    }
}

.thin-container {
    padding-left: 2.2%;
    padding-right: 2.2%;
}

@media(max-width: 768px){
    .thin-container {
        padding-left: 5%;
        padding-right: 5%;
    }
}


/** Hover-related CSS **/

.navbar-nav .nav-item .nav-link {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  position: relative;
  font-weight: 300;
}
.navbar-nav .nav-item .nav-link:before, .navbar-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
  background-color: white; /*#e69500;*/
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
}

.navbar-nav .nav-item .nav-link.nav-link:before, .navbar-nav .nav-item .nav-link:after {
  left: 0;
}

.navbar-nav .nav-item:hover {
  cursor: pointer;
}
.navbar-nav .nav-item:hover .nav-link:before, .navbar-nav .nav-item:hover .nav-link:after {
  width: 100%;
  opacity: 1;
}

section.hero-bg .hero-wrapper .hero .desc .create-account {
    position: relative;
    display: flex;
}

.create-account {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
form {
    margin: 0;
}

section.hero-bg .hero-wrapper .hero .desc .create-account input[type="email"] {
    width: 270px;
    height: 48px;
    background-color: #f5f5f5;
    color: #b9b9b9;
    border: none;
    border-radius: 30px;
    padding: 0 50px 0 24px;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
}
.create-account input[type="email"] {
    height: 49px;
    background-color: #f5f5f5;
    color: #b9b9b9;
    border: none;
    border-radius: 30px;
    padding: 0 236px 0 24px;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
    max-width: 100%;
}
section.hero-bg .hero-wrapper .hero .desc .create-account button[type="submit"] {
    background-color: #ff6154;
    color: #ffffff;
    border-radius: 30px;
    padding: 13px 24px;
    border: 2px solid #f5f5f5;
    font-size: 14px;
    position: relative;
    vertical-align: top;
    height: 48px;
    left: 0;
    top: 0;
    margin-left: -50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.create-account button[type="submit"] {
    background-color: #3ac4d7;
    background-color: #ff4040;
    color: #ffffff;
    border-radius: 30px;
    padding: 12px 35px;
    border: 2px solid #f5f5f5;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    width: unset;
}
.primary-bg-color {
    background-color: #8acdff;
    background-color: #8889ff;
}
.page-header {
    overflow: hidden;
    position: relative;
}

.head-image {
    height: 500px;
    width: 500px;
    max-width: 100%;
}


body {
    background-color: #fdfdfd;
    background-color: #fbfbfb;
}

.page-title {
    font-size: 3rem;
}
.page-subtitle {
    font-size: 2rem;
    margin-top: 2.5rem; 
    margin-bottom: 1rem; 
}
.page-lead {
    font-size: 1rem;
}

@media(max-width: 768px){
    .page-title {
        font-size: 2rem;
    }
    .page-subtitle {
        font-size: 1.5rem;
        margin-top: 1rem; 
    }
    .page-lead {
        font-size: 0.7rem;
    }
}



.testimonial {
    border-width: 0 0 1px;
    border-color: #eaedf1;
    height: 100%;
    font-family: ProximaNova,Roboto, Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
}
.testimonial .card-body {
    padding: 2rem 2rem 0;
}
.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.testimonial blockquote {
    font-size: 1.125rem;
}
blockquote, figure {
    margin: 0 0 1rem;
}
.testimonial blockquote::before {
    content: '';
    background-image: url(https://fs.pxcdn.net/88df0e3a3f52/files/quotes_63767524264528937.svg);
    background-repeat: no-repeat;
    width: 2rem;
    height: 1.4rem;
    background-size: 2rem;
    display: block;
    margin-bottom: 1rem;
    opacity: .5;
}
.testimonial .card-footer {
    background: #fff;
    border: none;
    padding: 0 2rem 2rem;
}
.card-footer:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(.125rem - 1px) -webkit-calc(.125rem - 1px);
    border-radius: 0 0 calc(.125rem - 1px) calc(.125rem - 1px);
}
.card-footer {
    border-top: 1px solid rgba(0,0,0,.125);
}
.card-footer, .card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
}
.media {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.testimonial .media img {
    margin-right: 20px;
    height: 50px;
    width: 50px;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.testimonial .media span {
    font-size: .875rem;
}
.testimonial .media h5 {
    margin: 0;
    font-size: 1rem;
}
.testimonial .media span a {
    color: #333;
}


input[type='range'] {
  position: relative;
  z-index: 1000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  height: 6px;
  border-radius: 3px;
  outline: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.9);
}
input[type=range] {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
.range-wrap{
    width: 100%;
    position: relative;
}
.range-value{
    position: absolute;
    top: -50%;
}
.range-value span{
    width: 8rem;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #ff4040;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}
.range-value span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #ff4040;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
.range-filler {
  position: absolute;
  z-index: 50;
  top: 40%;
  height: 8px;
  width: 0%;
  border-radius: 6px;
  background: #ff4040;
}
.slider-wrapper {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: auto;
}
.price {
    color: #ffbe56;
}
.light-price {
    color: #2595ff;
}
                            
/*
@media (min-width: 576px) {
    .fleek_area, nav {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .fleek_area, nav {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .fleek_area, nav {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .fleek_area, nav {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .fleek_area, nav {
        max-width: 1400px;
    }
}
*/