.hide
{
	display: none;
}

.text__right
{
	text-align: right !important;
}

.text__left
{
	text-align: left !important;
}

.not__red
{
	color: red;
	font-size: 11px;
}

.not__green
{
	color: green;
	font-size: 11px;
}

.nmt__35
{
    margin-top: -35px;
}

.line_clamp__3
{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.center
{
	margin: auto;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 100px;
}

.section-heading
{
    margin-bottom: 30px;
}

.centre__section__home
{
    margin-top: -20px;
    margin-bottom: 100px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.centre__section
{
    margin-top: 100px;
    margin-bottom: 100px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.clear
{
	clear: both;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.page-item.active .page-link,
.page-item .page-link
{
    z-index: 1;
    color: #fff;
    background-color: #5fbf9f;
    border-color: #285a48;
}

.news__post
{
	text-align: right;
}

.news__post span span
{
	margin-right: 10px;
	font-weight: bold;
}

.post-title
{
    margin-bottom: 30px;
    margin-top: 20px;
}

.post-meta
{
	margin-top: 20px;
}

.post-content
{
	margin-top: 30px;
}

.dark-version p, .dark-version h2, .dark-version h3, .dark-version h4, .dark-version h5, .dark-version h6,
.dark-version .growing-company p .counter, .dark-version .service_single_content .service_icon i,
.dark-version .portfolio-menu button, .dark-version .post-meta p a, .dark-version .group label,
.dark-version input:focus ~ label, .dark-version textarea:focus ~ label, .dark-version input:valid ~ label,
.dark-version textarea:valid ~ label, .dark-version .copywrite_text > p > a
{
    color: #0A0A0A !important;
}

.dark .classy-navbar-toggler.demo .navbarToggler span
{
	background-color: #333 !important;
}

.dark.breakpoint-on .classy-navbar .classy-menu,
.dark.breakpoint-on .classynav>ul>li>a
{
    background-color: #333 !important;
}

.dark.classy-nav-container
{
    background-color: #FFFFFF;
}

.dark.classy-nav-container a
{
    color: rgb(76, 73, 73) !important;
}

.dark.classy-nav-container a:hover
{
    color: #65CAA9 !important;
}

#symp-info
{
    margin-top: 40px;
}

.section-padding-100
{
    padding-bottom: 30px;
}

.symp_info__img
{
	margin-top: 30px;
	height: 400px;
	width: 450px;
}

.nav-logo img
{
	max-width: 15%;
	height: auto;
}

.report_case__img
{
	height: 480px;
}

.footer-paragraph
{
	margin-top: 20px;
}

.service-card a
{
	text-decoration: none;
	color: #212529;
}

.service-card .service_single_content img
{
	max-width: 25%;
	height: auto;
}

.img-opt
{
  height: 130px;
  width: 500px;
}

.service_single_content p
{
  margin-top: 10px;
}

.btn-symp
{
	width: 30%;
	margin: 20px;
	padding: 10px 30px;
	background: #65CAA9;
	color: #fff;
	transition: all .5s;
}

.btn-symp:hover
{
	opacity: .8;
}

.range {
  position: relative;
  width: 550px;
  height: 5px;
}

.range input {
  width: 52%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
  left: -5px;
  z-index: 99;
}

.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #192057;
  cursor: pointer;
  border: 0 !important;
}

.range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #192057;
  cursor: pointer;
  border: 0 !important;
}

.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #192057;
  cursor: pointer;
  border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #192057;
}

.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #192057;
}

.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #192057;
}

.range input:focus {
  background: none;
  outline: none;
}

.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-labels {
  margin: 18px -41px 0;
  padding: 0;
  list-style: none;
}

.range-labels li {
  position: relative;
  float: left;
  width: 90.25px;
  text-align: center;
  color: #b2b2b2;
  font-size: 14px;
  cursor: pointer;
}

.range-labels li::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 9px;
  height: 9px;
  background: #192057;
  border-radius: 50%;
}

.range-labels .active {
  color: #192057;
}

.range-labels .selected::before {
  background: #192057;
}

.range-labels .active.selected::before {
  display: none;
}

.range-ml
{
	margin-left: 20px;
}

.range input
{
	cursor: pointer;
}

.symps h4
{
	margin-bottom: 20px;
}

.gradient-text.blue
{
    background-image: linear-gradient(35deg, #65caa9 0%, #0d3528 100%);
}

.footer-content-area
{
    background: #ffffff !important;
	position:relative;
	left:0px;
	bottom:0px;
	width:100%;
}

.footer__p
{
    color: #060606 !important;
}

.footer__img
{
	margin-left: 6px;
    margin-bottom: 12px;
}

.header-area.sticky
{
    background-color: #FFF;
}

.header-area.sticky .light.classy-nav-container a
{
    color: #060606;
}

#preloader
{
    background: rgb(101, 202, 169);
    background: -webkit-linear-gradient(to right, rgb(101, 202, 169), rgb(36, 60, 52));
    background: -webkit-linear-gradient(left, rgb(101, 202, 169), rgb(36, 60, 52));
    background: linear-gradient(to right, rgb(101, 202, 169), rgb(36, 60, 52));
}

#dream-load, #dream-load:before, #dream-load:after
{
    border-top-color: #FFF;
}

.breadcumb-content
{
    background: rgb(101, 202, 169);
    background: -webkit-linear-gradient(to right, rgb(101, 202, 169), rgb(36, 60, 52));
    background: -webkit-linear-gradient(left, rgb(101, 202, 169), rgb(36, 60, 52));
    background: linear-gradient(to right, rgb(101, 202, 169), rgb(36, 60, 52));
}

.btn-next, .btn-back, .btn-last
{
    background: #65CAA9;
}

.btn-next:hover, .btn-back:hover, .btn-last:hover
{
    background: #1C4E3E;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "/";
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #65caa9;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.form__field:required, .form__field:invalid {
    box-shadow: none;
}
.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 2px solid #ebedf2;
    outline: 0;
    font-size: 13px;
    color: #495057;
    padding: 8px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.form__field:placeholder-shown ~ .form__label {
    cursor: text;
    color: #9b9b9b;
}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
}

.form__field:focus {
    padding-bottom: 5px;
    border-width: 2px;
    border-image: linear-gradient(to left, #192057, #65caa9);
        border-image-slice: 100%;
    border-image-slice: 1;
}

.form-elements
{
  margin-bottom: 30px;
}

.btn-link
{
    color: #5ab698;
}

.btn-link:hover
{
    color: #2d6451;
    text-decoration: none;
}

.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}

.inputGroup label {
  padding: 5px 23px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}

.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #65CAA9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
  color: #fff;
}

.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.inputGroup input:checked ~ label:after {
  background-color: #1C4E3E;
  border-color: #1C4E3E;
}

.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.form
{
  padding: 0 16px;
  max-width: 550px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

code
{
  background-color: #9AA3AC;
  padding: 0 8px;
}

.select-css
{
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    margin-top: 10px;
}

.select-css::-ms-expand
{
    display: none;
}

.select-css:hover
{
    border-color: #888;
}

.select-css:focus
{
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}

.select-css option
{
    font-weight:normal;
}

.sticky__image
{
	width: 100px;
    height: 100px;
    position: fixed;
    bottom: 0;
    margin-bottom: 100px;
}

.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover
{
  background: #5ab698;
  box-shadow: none;
  color: #fff;
  border-color: #5ab698;
}

.flatpickr-months .flatpickr-prev-month:hover, 
.flatpickr-months .flatpickr-next-month:hover {
    color: #5ab698;
}

.flatpickr-months .flatpickr-prev-month:hover svg, 
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #5ab698;
}

.form-control[readonly]:focus
{
  border-bottom: 1px solid #1C4E3E;
  box-shadow: none;
}

.symp-success img
{
  max-width: 50%;
  height: auto;
}

.symp-success 
{
  margin-bottom: 10px;
  margin-top: 80px;
}

.symp-success-report
{
  margin-top: 160px;
}

.symp-success-report p:not(:first-child) 
{
  line-height: 15px;
}

.image-box
{
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) , url('../images/bg-img/header-main.jpg') center center;
  background: none;
  background-size: cover;
  color: black;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-content p
{
  color: black;
}

.promo-section h3
{
  margin-top: 20px;
}
@media screen and (min-width: 768px)
{
  .symp-case
  {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px)
{
  .btn-next-con { display: flex; flex-direction: column;  }
  .btn-back { order: 2; }
  .btn-next, .btn-last { order: 1; margin-bottom: 10px; }

  .range-ml
  {
    margin-left: 1px;
  }

  .gif-icon
  {
    display: none;
  }

  .symp-success img
  {
    max-width: 50%;
    margin-top: 0;
  }

  .symp-success-report
  {
    margin-top: 10px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px)
{
     .symp-report
    {
        margin-top: 80px;
    }
}
