﻿/**
* Template Name: eStartup - v2.2.1
* Template URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

#score-ui #score-display #score-graph span.icon, #score-ui #score-display #score-table span.icon {
    margin: 0;
    font-size: 1.4rem;
    position: relative;
    left: 1px;
}
#score-ui #score-display #score-graph span, #score-ui #score-display #score-table span {
    display: inline-block;
    font-size: 1.1rem;
    margin: 0 20px 0 10px;
}
#score-ui #score-display span {
    display: block;
}
.pill-button.ball .icon, .pill-button.back .icon {
    right: 0;
}
.pill-button span.icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1;
    position: relative;
    right: -6px;
}
.pill-button span {
    vertical-align: middle;
    line-height: 1em;
}


#score-ui #score-display span {
    display: block;
}

#score-ui #water #volume {
    position: relative;
    top: -1px;
    height: 300%;
 background-color: #84d0ff;
    background: -webkit-linear-gradient(top, #d7edfa, #5faedd);
    background: -moz-linear-gradient(top, #bae1ec, #7accfa);
    background: -o-linear-gradient(top, #bae1ec, #7accfa);
    background: -ms-linear-gradient(top, #bae1ec, #7accfa);
    background: linear-gradient(to bottom, #ccebfd, #3e9ed5);
    -webkit-transition: height 0.6s ease-out;
    -moz-transition: height 0.6s ease-out;
    -o-transition: height 0.6s ease-out;
    -ms-transition: height 0.6s ease-out;
    transition: height 0.6s ease-out;

}

    
 a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  letter-spacing: 0px;
  
}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
    position: absolute;
    left: 0;
    top: 35%;
    font-size: 170px;
  	cursor: pointer;
	color:#27b4b1;
}

.next {
 	position: absolute;
    right: 0;
     top: 35%;
    font-size: 170px;
  	cursor: pointer;
	color:#27b4b1;
}

.round {
  border-radius: 50%;
}



.footer-mavi {


  border: 3px solid #059cec;
  /*border-radius: 40px;
  /* padding: 18px 53px 17px 60px; */
  background: #059cec;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 3s;

}


.footer-acikyesil {


  border: 3px solid #2f9194;
  /*border-radius: 40px;
 /*  padding: 18px 53px 17px 60px; */
  background: #2f9194;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 3s;
}


.footer-basla {


  border: 3px solid #00bcb6;
 /* border-radius: 40px;
 padding: 18px 53px 17px 60px;*/
  background: #00bcb6;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 3s;
}

.footer-finish {


  border: 3px solid #00bcb6;
   /*border-radius: 40px;
  padding: 18px 53px 17px 60px;*/
  background: #00bcb6;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 3s;
}

.footer-koyuyesil {


  border: 3px solid #7cb250;
  /*border-radius: 40px;
   padding: 18px 53px 17px 60px; */
  background: #7cb250;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 3s;
}

.footer-yesil {


  border: 3px solid #acddde;
  /* border-radius: 40px;
  padding: 18px 53px 17px 60px; */
  background: #acddde;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 3s;
}



.dotstyle ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display:flex;
}

#progress-ui .progress-group#indoor-water .tri {
    border-left-color: #059cec;
}



#progress-ui .progress-group .tri {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-left: 16px solid #003f69;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    overflow: hidden;
}



.dotstyle li {
	position: relative;
	display: block;
	float: left;
	margin: 0 2px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.dotstyle li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.dotstyle li a:focus {
	outline: none;
}


input.email-input {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 39px;
    border: none;
    font-size: 1.4em;
    display: inline-block;
    width: 240px;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    z-index: 2;
    vertical-align: top;
    margin: 10px 0 0;
    outline: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

@media (min-width: 768px)
.pill-button:hover {
    background-color: #00bcb6;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

body #content .question-ui, body #content #ui-welcome, body #content ui-completion, body #content * {
    pointer-events: auto;
}

pill-button.balloon:hover {
    background-color: #00bcb6;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}


@media (max-width: 767px){
#logo2 {
    width: 40px;
    height: 20px;
    background: transparent url(../images/logo-compact.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    top: 10px;
    right: 6px;

}
}


.pill-button.balloon {
    position: relative;
    background-color: #00bcb6;
    font-size: 1.5em;
    padding: 20px 30px;
    margin-top: 20px;
	pointer-events: auto;
}

@media (min-width: 768px)
.pill-button.balloon:hover {
    background-color: #105855;
}

.email-submit {
    top: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 100px;
    position: relative;
    z-index: 1;
    left: -50px;
    height: 39px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
    line-height: 1.3em;
}


#email-confirmation {
    font-weight: 600;
    font-style: normal;
    color: #00bcb6;
    text-align: center;
    margin: 8px
px
 0;
    padding: 0;
}


.pill-button.balloon .tri.shadow {
    border-top-color: rgba(0,0,0,0.075);
    margin-top: 6px;
}
.pill-button.balloon .tri {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 14px solid #00bcb6;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}
/* Individual styles and effects */

/* Fill up */

.dotstyle-fillup li a {
	overflow: hidden;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px white;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.dotstyle-fillup li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 1px #fff;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.dotstyle-fillup li a:hover,
.dotstyle-fillup li a:focus {
	background-color: rgba(0, 0, 0, 0.2);
}

.dotstyle-fillup li.current a::after {
	height: 100%;
}

/* Scale up */

.dotstyle-scaleup li a {
	-webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.dotstyle-scaleup li a:hover,
.dotstyle-scaleup li a:focus {
	background-color: white;
}

.dotstyle-scaleup li.current a {
	background-color: white;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

/* Stroke */

.dotstyle-stroke li a {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.dotstyle-stroke li a:hover,
.dotstyle-stroke li a:focus {
	background-color: white;
}

.dotstyle-stroke li.current a {
	background-color: transparent;
	box-shadow: 0 0 0 2px white;
}

/* Fill in */

.dotstyle-fillin li a {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px white;
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

.dotstyle-fillin li a:hover,
.dotstyle-fillin li a:focus {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6)
}

.dotstyle-fillin li.current a {
	box-shadow: inset 0 0 0 8px white;
}

/* Circle grow */

.dotstyle-circlegrow li a {
	overflow: hidden;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px white;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.dotstyle-circlegrow li a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.dotstyle-circlegrow li a:hover,
.dotstyle-circlegrow li a:focus {
	opacity: 0.7;
}

.dotstyle-circlegrow li.current a::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Dot to stroke */

.dotstyle-dotstroke li a {
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

.dotstyle-dotstroke li a:hover,
.dotstyle-dotstroke li a:focus {
	box-shadow: inset 0 0 0 8px white;
}

.dotstyle-dotstroke li.current a {
	box-shadow: inset 0 0 0 2px white;
}

/* SVG draw circle stroke */

.dotstyle-drawcircle li {
	width: 18px;
	height: 18px;
}

.dotstyle-drawcircle li a {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background-color: #c44d48;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.dotstyle-drawcircle li svg {
	z-index: 10;
}

.dotstyle-drawcircle li svg circle {
	opacity: 0;
	fill: none;
	stroke: #fff;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 39 39;
	stroke-dashoffset: 39;
	/* length of circle path (pi*2r) */
	-webkit-transition: stroke-dashoffset 0.3s, opacity 0.3s;
	transition: stroke-dashoffset 0.3s, opacity 0.3s;
}

.dotstyle-drawcircle li.current a,
.dotstyle-drawcircle li a:hover,
.dotstyle-drawcircle li a:focus {
	opacity: 0.5;
}

.dotstyle-drawcircle li.current svg circle {
	opacity: 1;
	stroke-dashoffset: 0;
	-webkit-transition: stroke-dashoffset 0.3s, opacity 0.15s;
	transition: stroke-dashoffset 0.3s, opacity 0.15s;
}

/* Small dot with stroke */

.dotstyle-smalldotstroke li {
	border-radius: 50%;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

.dotstyle-smalldotstroke li a {
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.dotstyle-smalldotstroke li a:hover,
.dotstyle-smalldotstroke li a:focus,
.dotstyle-smalldotstroke li.current a {
	background-color: white
}

.dotstyle-smalldotstroke li.current a {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
}

.dotstyle-smalldotstroke li.current {
	box-shadow: 0 0 0 2px white;
}

/* Puff */

.dotstyle-puff li a {
	border: 2px solid #fff;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}

.dotstyle-puff li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background: #c44d48;
	border-radius: 50%;
	box-shadow: 0 0 1px #c44d48;
	opacity: 0;
	-webkit-transform: scale(3);
	transform: scale(3);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}

.dotstyle-puff li a:hover,
.dotstyle-puff li a:focus,
.dotstyle-puff li.current a {
	border-color: #c44d48;
}

.dotstyle-puff li.current a::after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 3D Flip */

.dotstyle-flip li {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.dotstyle-flip li a {
	background-color: transparent;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.dotstyle-flip li a::before,
.dotstyle-flip li a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: white;
	content: '';
	text-indent: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dotstyle-flip li a::after {
	background-color: #c44d48;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.dotstyle-flip li a:hover,
.dotstyle-flip li a:focus {
	opacity: 0.8;
}

.dotstyle-flip li.current a {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Tooltip */

.dotstyle-tooltip li {
	border: 2px solid #fff;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}

.dotstyle-tooltip li a {
	top: auto;
	bottom: 250%;
	left: 50%;
	visibility: hidden;
	padding: 0 10px;
	width: 100px;
	height: auto;
	border-radius: 0;
	background-color: #c44d48;
	color: #fff;
	text-indent: 0;
	line-height: 2;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
}


.dotstyle-tooltip li a::after { /* http: //cssarrowplease.com/ */
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-color: transparent;
	border-top-color: #c44d48;
	content: '';
	pointer-events: none;
	top: 99%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.no-touch .dotstyle-tooltip li:hover a,
.dotstyle-tooltip li.current a {
	z-index: 100;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.dotstyle-tooltip li.current {
	border-color: #c44d48;
}

.dotstyle-tooltip li:hover {
	z-index: 100;
	
}

.no-touch .dotstyle-tooltip ul:hover li.current a {
	opacity: 0.2;
}

.dotstyle-tooltip ul li.current:hover a {
	opacity: 1;
}

/* Dot move */

.dotstyle-dotmove li:last-child {
	position: absolute;
	left: 0;
	margin: 0;
	width: 48px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.dotstyle-dotmove li:last-child::after {
	content: '';
	position: absolute;
	left: 50%;
	top: -1px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #c44d48;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dotstyle-dotmove li.current:first-child ~ li:last-child {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.dotstyle-dotmove li.current:nth-child(2) ~ li:last-child {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.dotstyle-dotmove li.current:nth-child(3) ~ li:last-child {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.dotstyle-dotmove li.current:nth-child(4) ~ li:last-child {
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}

.dotstyle-dotmove li.current:nth-child(5) ~ li:last-child {
	-webkit-transform: translateX(400%);
	transform: translateX(400%);
}

.dotstyle-dotmove li.current:nth-child(6) ~ li:last-child {
	-webkit-transform: translateX(500%);
	transform: translateX(500%);
}

.dotstyle-dotmove li a {
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.dotstyle-dotmove li a:hover,
.dotstyle-dotmove li a:focus {
	background-color: #fff;
}

/* Fly in */

.dotstyle-hop li a {
	border: 2px solid #c44d48;
	background: transparent;
}

.dotstyle-hop li a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	border-radius: 50%;
	visibility: hidden;
	background: #fff;
	opacity: 0;
	-webkit-transform: rotate(-100deg);
	transform: rotate(-100deg);
	-webkit-transform-origin: -200% 50%;
	transform-origin: -200% 50%;
	-webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
	transition: transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
}

.dotstyle-hop li a:focus {
	background: rgba(255, 255, 255, 0.2);
}

.dotstyle-hop li.current-from-right a::after {
	-webkit-transition: none;
	transition: none;
	-webkit-transform: rotate(100deg);
	transform: rotate(100deg);
	-webkit-transform-origin: 300% 50%;
	transform-origin: 300% 50%;
}

.dotstyle-hop li.current a::after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Fall */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
.dotstyle-fall li::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	left: 0;
	background-color: #c44d48;
	border-radius: 50%;
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}

.dotstyle-fall li a {
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.dotstyle-fall li:hover a,
.dotstyle-fall li a:focus,
.dotstyle-fall li.current a {
	background-color: #fff;
}

.dotstyle-fall li.current::after {
	opacity: 1;
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.dotstyle-fall li.current a {
	opacity: 0;
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
}

.buttonHolder{
  margin:80px auto;
  width:400px;
}


		.buttonn{
			background-image: -webkit-linear-gradient(top, #f4f1ee, #fff);
			background-image: linear-gradient(top, #f4f1ee, #fff);
			border-radius: 50%;
			box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
			float:left;
			height: 40px;
			margin: 0 30px 30px 0;
			position: relative;
			width: 40px;			
			-webkit-transition: all .1s linear;
			transition: all .1s linear;
		}

		.buttonn:after{
			color:#e9e6e4;
			content: "";
			display: block;
			font-size: 30px;
			height: 30px;
			text-decoration: none;
			text-shadow: 0px -1px 1px #bdb5b4, 1px 1px 1px white;
			position: absolute;
			width: 30px;
		}


	

		.tick:after{
			content: "+";
			left:6px;
			top:-1px;
		}

		.cross:after{
			content: "-";
			left: 6px;
			top: -1px;
		}

		.buttonn:hover{
			background-image: -webkit-linear-gradient(top, #fff, #f4f1ee);
			background-image: linear-gradient(top, #fff, #f4f1ee);
			color:#0088cc;
		}

		.heart:hover:after{
			color:#f94e66;
			text-shadow:0px 0px 6px #f94e66;
		}

		.flower:hover:after{
			color:#f99e4e;
			text-shadow:0px 0px 6px #f99e4e;
		}

		.tick:hover:after{
			color:#83d244;
			text-shadow:0px 0px 6px #83d244;
		}

		.cross:hover:after{
			color:#eb2f2f;
			text-shadow:0px 0px 6px #eb2f2f;
		}

		

		.buttonn:active{
			background-image: -webkit-linear-gradient(top, #efedec, #f7f4f4);
			background-image: linear-gradient(top, #efedec, #f7f4f4);
			box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0px -3px 1px 1px rgba(204,198,197,.5);
		}

		.buttonn:active:after{
			color:#dbd2d2;
			text-shadow: 0px -1px 1px #bdb5b4, 0px 1px 1px white;
		}
		
		
		
		
		
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/poppins/Poppins-Medium.ttf"); }
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
 


.group-ui {
    position: relative;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.group-ui .member-node {
    position: relative;
    margin: 9px auto;
    -webkit-box-shadow: 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 0 rgb(0 0 0 / 10%);
    width: 200px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 44px;
}

.group-ui #member-pool {
    background-color: #3caaad;
    padding: 12px 24px 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin: 10px 0 20px;
    -webkit-box-shadow: 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 0 rgb(0 0 0 / 10%);
    height: 70px;
    min-width: 56px;
}


.group-ui .member-node .member-controls {
    width: 200px;
    margin: 0 auto;
    padding: 12px;
    background-color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    color: #2b9194;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 44px;
    position: relative;
    z-index: 2;
}

  body #content .question-ui, body #content #ui-welcome, body #content ui-completion, body #content * {
    pointer-events: auto;
}
.group-ui .member-node span {
    margin: 0 10px;
    vertical-align: middle;
}

.group-ui .member-node span.less.dead, .group-ui .member-node span.more.dead {
    cursor: default;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}


.group-ui .member-node span.less.less, .group-ui .member-node span.more.less {
    left: 0;
}

.group-ui .member-node span.less, .group-ui .member-node span.more {
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1.4em;
    width: 30px;
    height: 30px;
    border: 2px solid #3caaad;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    line-height: 1.8em;
    position: absolute;
    top: 7px;
}

.group-ui .member-node span.less.more, .group-ui .member-node span.more.more {
    right: 0;
}

.group-ui .member-node .member-counter {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    padding: 6px 12px 6px 64px;
    background-color: #3caaad;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    color: #2b9194;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 44px;
    z-index: 1;
    -webkit-transition: right 0.1s ease-out;
    -moz-transition: right 0.1s ease-out;
    -o-transition: right 0.1s ease-out;
    -ms-transition: right 0.1s ease-out;
    transition: right 0.1s ease-out;
}


.group-ui2 {
    position: relative;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.group-ui2 .member-node {
    position: relative;
    margin: 9px auto;
    -webkit-box-shadow: 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 0 rgb(0 0 0 / 10%);
    width: 200px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 44px;
}

.group-ui2 #member-pool2 {
    background-color: #3caaad;
    padding: 12px 24px 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin: 10px 0 20px;
    -webkit-box-shadow: 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 0 rgb(0 0 0 / 10%);
    height: 70px;
    min-width: 56px;
}


.group-ui2 .member-node .member-controls {
    width: 200px;
    margin: 0 auto;
    padding: 12px;
    background-color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    color: #2b9194;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    height: 44px;
    position: relative;
    z-index: 2;
}

  body #content .question-ui, body #content #ui-welcome, body #content ui-completion, body #content * {
    pointer-events: auto;
}
.group-ui2 .member-node span {
    margin: 0 10px;
    vertical-align: middle;
}

.group-ui2 .member-node span.less.dead, .group-ui .member-node span.more.dead {
    cursor: default;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}


.group-ui2 .member-node span.less.less, .group-ui .member-node span.more.less {
    left: 0;
}

.group-ui2 .member-node span.less, .group-ui .member-node span.more {
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1.4em;
    width: 30px;
    height: 30px;
    border: 2px solid #3caaad;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    line-height: 1.8em;
    position: absolute;
    top: 7px;
}

.group-ui2 .member-node span.less.more, .group-ui .member-node span.more.more {
    right: 0;
}

.group-ui2 .member-node .member-counter {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    padding: 6px 12px 6px 64px;
    background-color: #3caaad;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    color: #2b9194;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 44px;
    z-index: 1;
    -webkit-transition: right 0.1s ease-out;
    -moz-transition: right 0.1s ease-out;
    -o-transition: right 0.1s ease-out;
    -ms-transition: right 0.1s ease-out;
    transition: right 0.1s ease-out;
}




 .form-control:focus {
    border-color: #3377c0; }

.grid {
  display: flex;
  gap: 20px;
  justify-content: center; 
 
}

.grid-item {

  display: flex;
  margin-bottom: 1px;
  cursor: pointer; 
  }
  


  .grid-item .thumb {
    width: 86.04%; }
	
	
  .grid-item .heading {

    text-transform: uppercase;
    font-size: 1.10em;
    padding: 5px 10px;
    background: #003f69;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 1px;
	border-radius: 60px;
	 }
	
	  .grid-item .heading2 {

	border: 1px solid #b3b3b3;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
	background: #b3b3b3;
	}
	
	
	.grid-item.active .heading2 {
    background: #00bcb6; }
	
  .grid-item.active .heading {
    background: #00bcb6; }
  .grid-item:hover img {
    opacity: 0.6; }

.actions ul {
  display: flex;
  justify-content: space-between;
  margin-top: 42px; }
  .actions ul.mt-7 {
    margin-top: 7px; }
.actions li a {
  border: none;
  display: inline-flex;
  height: 42px;
  width: 112px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background: #3377c0;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 1px; }
  .actions li a:hover {
    background: #3b87d9; }
.actions li:first-child a {
  background: none;
  border: 1px solid #3377c0;
  color: #3377c0; }
  .actions li:first-child a:hover {
    border-color: transparent;
    color: #fff;
    background: #3b87d9; }
.actions li[aria-disabled="true"]:before {
  content: ""; }
.actions li[aria-disabled="true"] a {
  display: none; }

@media (max-width: 767px) {
  body {
    background: none;
    height: auto;
    display: block; }

  h3 {
    font-size: 30px; }

  .wrapper {
    width: auto;
    padding: 0;
    margin-bottom: 50px;
  
  }

  .wizard {
    height: auto;
    padding: 60px 20px 20px; }

  .form-row {
    display: block; }
    .form-row .form-col {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }

  .actions ul {
    flex-direction: column;
    align-items: flex-end; }
    .actions ul li {
      margin-bottom: 20px; }

  .grid-item {
    width: 75%;
    display: block; }
    .grid-item .thumb {
      width: 100%; }
    .grid-item .heading {
      width: 100%;
      writing-mode: unset;
      transform: rotate(0);
      padding: 10px 0;
      font-size: 13px; } }

/*# sourceMappingURL=style.css.map */


/* ounal */
#myDIV {


  border: 10px solid red;
}
.mystyle {
  border: 122px solid lightgray !important;
  border-radius: 40px;
  padding: 20px;
 
}


.cards {

  display: flex;
  justify-content: center;
  align-items: center;
}
.capsul-header {

    border: 4px solid #28b3b2;
    border-radius: 40px;
    background: #2ab2b3;
    z-index: 40;
}
.capsul {

  border: 3px solid #28b3b2;
  border-radius: 40px;
  padding: 10px;
  background: #acddde;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 3s;
  margin-top: 20px;
 
}
.capsul2 {


  border: 3px solid #28b3b2;
  border-radius: 40px;
  padding: 18px 53px 17px 60px;
  background: #acddde;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 3s;
}

.capsul3 {


  border: 3px solid #28b3b2;
  border-radius: 40px;
  padding: 0px 0px 0px 0px;
  background: #acddde;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 3s;
  min-width: 240px;
}

.capsul3 > button {

  margin-right: 0;
}

.capsul4 {


  border: 3px solid #28b3b2;
  border-radius: 40px;
  padding: 18px 53px 17px 60px;
  background: #acddde;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 3s;
   min-width: 240px;
}

.capsul5 {


   border: 3px solid #28b3b2;
  border-radius: 40px;
  padding: 10px;
  background: #acddde;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all 3s;
  margin-top: 20px;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

form.example label.select-box {
  background-color: #003f69;
  width: 300px;
  float: left;
  border: 1px solid;
  padding-top: 0;
  text-align: left;
  height: 55px;
  display: block;
  font-weight: 400;
  position: relative;
  border-radius: 2px;
}
form.example select {
  background-color: #003f69;
  border-radius: 0px;
  background-image: url(img/icon.png);
  background-position: top 20px right 10px;
  background-repeat: no-repeat;
  display: block;
  height: 54px;
  width: 180px;
  cursor: pointer;
  margin-bottom: 15px;
  padding-left: 10px;
  outline: none;
  letter-spacing: 1px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
}


#wrapper {position: relative;  margin: 0px; width: 400; Height: %100; }
		#meter {
		    width: 100%; height: 100%;
		    transform: rotateX(180deg);
		}
		.circle {fill: none;}
		.outline, #mask {
		    stroke: #ffffff; 
		    stroke-width: 65;
		}
		.rangecar { stroke-width: 60; }
		#slider, #lbl {
		    position: absolute;
		}
		#slider {
		    cursor: pointer;
		    left: 0;
		    margin: auto;
		    right: 0;
		    top: 58%;
		    width: 94%;
		}
		#lbl {
		    background-color: #4B4C51; 
		    border-radius: 2px;
		    color: white;   
		    font-family: 'courier new';
		    font-size: 15pt;
		    font-weight: bold;
		    padding: 4px 4px 2px 4px;
		    right: -30px;
		    top: 67%;
		}
		#meter_needle {
		    height: 40%;
		    left: 0;
		    margin: auto;
		    position: absolute;
		    right: 0;
		    top: 10%;
		    transform-origin: bottom center;
		    transform: rotate(270deg);
		}
        
        input[type=rangecar] {
            -webkit-appearance: none;
        }
        
        input[type=rangecar]:focus {
            outline: none;
        }
        
        input[type=rangecar]::-webkit-slider-runnable-track {
            width: 100%;
            height: 12px;
            cursor: pointer;
            background: #F6F6F6;
            border-radius: 25px;
            box-shadow: 0 0 0 1px #f6f6f6;
        }
        
        input[type=rangecar]::-webkit-slider-thumb {
            box-shadow: 0 0 2px #B2B2B2;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            background: #fff;
            cursor: pointer;
            -webkit-appearance: none;
            margin-top: -9px;
        }
        
        input[type=rangecar]:focus::-webkit-slider-runnable-track {
            background: #F6F6F6;

        }
        
        input[type=rangecar]::-moz-range-track {
            width: 100%;
            height: 12.8px;
            cursor: pointer;
            background: #F6F6F6;
            border-radius: 25px;
        }
        
        input[type=rangecar]::-moz-range-thumb {
            box-shadow: 0 0 2px #B2B2B2;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            background: #fff;
            cursor: pointer;
        }
        
        input[type=rangecar]::-ms-track {
            width: 100%;
            height: 12.8px;
            cursor: pointer;
        }
        
        input[type=rangecar]::-ms-fill-lower {
            background: #F6F6F6;
            border-radius: 50px;
        }
        
        input[type=rangecar]::-ms-fill-upper {
            background: #F6F6F6;
            border-radius: 50px;
        }
        
        input[type=rangecar]::-ms-thumb {
            height: 30px;
            width: 30px;
            top: 5px;
            position: relative;
            background: #fff;
            cursor: pointer;
            box-shadow: 0 0 2px #B2B2B2;
        }
        
        input[type=rangecar]:focus::-ms-fill-lower {
            background: #F6F6F6;
        }
        
        input[type=rangecar]:focus::-ms-fill-upper {
            background: #F6F6F6;
        }







@charset "UTF-8";
main {
  width: 70%;
  margin: 1rem auto 0;
}


.min {
  padding-top: 5px;
  padding-left: 10px;
  color: #cccccc;
}

.max {
  padding-top: 5px;
  padding-right: 10px;
  color: #cccccc;
}

#helper {
  padding-top: 40px;
  color: #2ab2b3;
  font-style: italic;
}

output {
  display: inline-block;
  font-size: 2em;
}

/* original css */
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 20px;
  width: 40%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: -webkit-linear-gradient(left, #abe0ed, #46b7d5);
  background: -o-linear-gradient(right, #abe0ed, #46b7d5);
  background: -moz-linear-gradient(right, #abe0ed, #46b7d5);
  background: linear-gradient(to right, #abe0ed, #46b7d5);
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: white;
  color: #0085b2;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

.rangeslider__handleelec {
  background: white;
  color: #0085b2;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}

	#lbl2 {
		    background-color: #003f69; 
		    border-radius: 2px;
		    color: #fff;   
		    font-family: 'courier new';
		    font-size: 15pt;
		    font-weight: bold;
		    padding: 4px 4px 2px 4px;
		    right: 0;
			 position: absolute;
		}


#lbl3 {
		    background-color: #003f69; 
		    border-radius: 2px;
		    color: #fff;   
		    font-family: 'courier new';
		    font-size: 15pt;
		    font-weight: bold;
		    padding: 4px 4px 2px 4px;
		    left: 0;
			 position: absolute;
		}
.rangeslider__handle:after {
  font-family: FontAwesome;
  content: "";
  color: #cccccc;
}

.rangeslider__handle:before {
  font-family: FontAwesome;
  content: "";
  color: #cccccc;
}

.rangeslider__handle:active {
  background-img: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

input[type=range]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}








input[type=range] {
  -webkit-appearance: none;
  margin: 42px 0;
  width: 100%;
   border: 3px solid #2ab2b3;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #2ab2b3;
  border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #2ab2b3;
}
.range-wrap{
  width: 500px;
  position: relative;
}
.range-value{
  position: absolute;
  top: -50%;
}
.range-value span{
  width: 39px;
  height: 33px;
  line-height: 34px;
  text-align: center;
  background: #ffc53f;
  color: #fff;
  font-size: 22px;
  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 #ffc53f;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}



.rangecar-wrap{
  width: 500px;
  position: relative;
}
.rangecar-value{
  position: absolute;
  top: -50%;
}
.rangecar-value span{
  width: 39px;
  height: 33px;
  line-height: 34px;
  text-align: center;
  background: #ffc53f;
  color: #fff;
  font-size: 22px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}
.rangecar-value span:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #ffc53f;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

  .buttoon  {
  border: none;
  display: inline-flex;
  height: 42px;
  width: 112px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background: #3377c0;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 1px; }
  
  
  
  .buttonbasla {
  display: inline-block;
  border-radius: 4px;
  background-color: #003f69;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.buttonbasla span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonbasla span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonbasla:hover span {
  padding-right: 25px;
}

.buttonbasla:hover span:after {
  opacity: 1;
  right: 0;
}
  

  
input[type="button"]{
width: 40px;
height: 40px;
border: none;
font-size:13px;
background: #27b4b1;
color:#ffffff;
cursor: pointer;
border-radius: 40px;
margin-right: 5px;

}


input[type="button"]:hover {

background: #105855;


}

input[type="buttonvegan"]{
width: 40px;
height: 40px;
border: none;
font-size:13px;
background: #27b4b1;
color:#ffffff;
cursor: pointer;
border-radius: 40px;
margin-right: 5px;
align-items: center;

}

.box-minmax{
  margin-top: -100px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #2ab2b3;
 

  }


body {
    /*background-color: #f4efe1;*/
  background-color: #d0e0ea6e;
  color: #333;
  /* Back to top button */
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #003f69;
  font-weight: 600;
}

h4 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h5 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

a {
  letter-spacing: 0px;
  text-decoration: none;
  color: #1f7dc1;
}


ul {
  letter-spacing: 1px;
}

li {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: capitalize;
}

p {
  color: #003f69;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: 600;
}

span {
  letter-spacing: 1px;
}

.img-fluid {
  height: 140px;
  margin-bottom: 30px;
  width: 140px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #2ab2b3;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

.btn.focus {
  color: #fff;
  background-color: #e6e6e6;

}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  font-size: 13px;
}


	
	
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #1f7dc1;
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 0px;
  bottom: 20px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 768px) {
  #score #score-display {
    display: none;
  }
}



.back-to-top:focus {
  background: #1f7dc1;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1f7dc1;
  color: #fff;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #1f7dc1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  transition: all 0.5s ease;
  padding: 20px 0;
}

#header #logo {
  padding: 6px 0 0 0;
}

#header #logo h1 {
  color: #505050;
  font-family: "Philosopher", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #71c55d;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header.header-scrolled {
  background: #1f7dc1;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}















/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*background: url(../img/hero-bg.png) center bottom no-repeat;*/
  background-size: 100%;
  margin-top: 150px;
  position: relative;
}


@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 50px;
}



input[type="button"]{
width: 50px;
height: 50px;
border: none;
font-size:18px;
background: #27b4b1;
color:#ffffff;
cursor: pointer;
border-radius: 40px;

}

:focus {
  outline: none;
  }
  
input[type="buttoncim"]{
width: 50px;
height: 50px;
border: none;
font-size:18px;
background: #27b4b1;
color:#ffffff;
cursor: pointer;
border-radius: 40px;

}


input[type="buttonmama"]{
  width: 100px;
  
  border: none;
  font-size:50px;
  background: #003f6900;
  color:#003f69;
  cursor: pointer;
    
  }

:focus {
  outline: none;
  }
  

  
textarea {
  resize: none; }
input, textarea, select, button {

  font-size: 14px;
  color: #333; }


h3 {
 
  font-size: 35px;
  color: #27b4b1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0px;}
  
  
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer; }
  select option[value=""][disabled] {
    display: none; }


#hero h1 {
  margin: 0 0 10px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 56px;
  color: #0e4873;
}

#hero h5 {
  margin: 0 0 10px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 56px;
  color: #24bcb6;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #000000;
  margin-bottom: 30px;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero img {
  max-width: 95%;
 /* padding: 11px 1px 5px 5px;*/
  
}


element.style {
}
body #content .question-ui, body #content #ui-welcome, body #content ui-completion, body #content * {
    pointer-events: auto;
}

.frequency-selector {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    padding: 12px;
    background-color: #23bdb6;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
    display: inline-block;
}
	
	
	
	
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 10px 18px;
  border-radius: 60px;
  margin-bottom: 20px;
  border: 2px solid #003f69;
  background: #fff;
  color: #003f69;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: #003f69;
  color: #fff;
}

#hero .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #hero .btns a {
    margin: 4px 8px;
  }
}

#hero .btns a:hover {
  color: #003f69;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0 0 0 0;
}

@media (max-width: 1024px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 30px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #000000;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #0d8ac5;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 40px;
  z-index: 999;
  margin: 4px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #00bcb6;
  font-size: 30px;
}

@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }
}



/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #003f69;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 6px 22px 6px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #71c55d;
}

#mobile-nav ul .menu-active a {
  color: #71c55d;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: #003f699c;
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}



#score-ui {
  position: fixed;
 
  background: #f4efe100;
 
    
    z-index: 0;
 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

}


@media (max-width: 768px) {
  #score #score-display {
    display: none;
  }
}

@media (max-width: 768px) {
  #progress #progress-ui {
    display: none;
  }
}


#media (max-width: 767px)
#score-ui #metter {
    display: none;
}

#score-ui #metter {
    position: absolute;
    z-index: 2;
    background: transparent url(https://www.buski.gov.tr/su_ayak_izi/images/meter.png) repeat-y top left;
    width: 20px;
    height: 100%;
    background-position: 0 100%;
    -webkit-transition: background-position 0.5s ease-out;
    -moz-transition: background-position 0.5s ease-out;
    -o-transition: background-position 0.5s ease-out;
    -ms-transition: background-position 0.5s ease-out;
    transition: background-position 0.5s ease-out;
}


#score-ui #score-display.pushup {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#score-ui #score-display {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 20px;
  text-align: center;
  font-size: 1rem;
  -webkit-transition: top 0.6s ease-out;
  -moz-transition: top 0.6s ease-out;
  -o-transition: top 0.6s ease-out;
  -ms-transition: top 0.6s ease-out;
  transition: top 0.6s ease-out;
}

body {
  font-family: 'Source Sans Pro',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 100%;
  font-weight: 300;
  text-align: center;
  color: #003f69;
     overflow-x: hidden;
  overflow-y: auto;
}




@media (min-width: 768px) {
#show-bubble-footprint, #show-bubble-detail {
  width: 150px;
  height: 30px;
  display: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
  font-size: 1.4em;
  padding: 3px 3px 3px 10px;
  margin: 0 0 10px 0;
  font-weight: 400;
  position: absolute;
  color: #fff;
  top: 0;
  left: 130px;
}
}

#show-bubble-detail {
  left: 155px;
  top: 58px;
}

#show-bubble-footprint, #show-bubble-detail {
  background: URL("../images/arrow.png") no-repeat #00bcb6 left center;
}

#score-ui #score-display #kisiHesapSonuc {
  font-weight: 800;
  font-size: 3.2em;
  line-height: 1em;
}

#score-ui #score-display .tri {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid #003f69;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
#score-ui #score-display span {
  display: block;
  font-family: 'Lato';
  font-size: 1em;
  color: #003f69;
  font-weight: 600;
}

#score-ui #score-display #completion-personal-title {
  display: none;
}

#score-ui #score-display #score-label {
  display: none;
  color: #00bcb6;
  font-size: .8em;
  font-weight: 600;
}




#score-ui #score-display #score-graph, #score-ui #score-display #score-table {
  background-color: #00bcb6;
}
.pill-button.ball, .pill-button.back {
  padding: 6px 17px;
  background-color: #409cd0;
}
.pill-button {
  display: inline-block;
  margin: 8px 4px;
  padding: 7px 18px 12px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-color: #003f69;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: .05em;
  font-weight: 600;
  cursor: pointer;
  line-height: 1em;
  -webkit-box-shadow: 0 6px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 6px 0 rgb(0 0 0 / 10%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#score-ui #score-display #score-graph span.icon, #score-ui #score-display #score-table span.icon {
  margin: 20;
  font-size: 1.4rem;
  position: relative;
  left: 1px;
}
#score-ui #score-display #score-graph span, #score-ui #score-display #score-table span {
  display: inline-block;
  font-size: 1.1rem;
  margin: 0 20px 0 10px;
}
#score-ui #score-display span {
  display: block;
   FONT-FAMILY: 'Lato';
}
.pill-button.ball .icon, .pill-button.back .icon {
  right: 0;
}
.pill-button span.icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1;
  position: relative;
  right: -6px;
}
.pill-button span {
  vertical-align: middle;
  line-height: 1em;
}
#search-container .searchform .search-submit, .button {
  text-align: center;
  display: inline-block;
  font-size: 2.6rem;
  font-family: Source Sans Pro,sans-serif;
  background-color: #003f69;
  color: #fff;
  transition: background .2s ease-in-out;
  border: none;
  line-height: 1;
  padding: 1.6rem 4.8rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 2px 4px 0 rgb(0 63 105 / 20%);
}

#score-ui #score-display .household-score {
  color: #0262a1;
  font-size: .75em;
  vertical-align: middle;
  display: none;
}


#score-label {
   
    color: #00bcb6;
    font-size: 1.8em;
    font-weight: 600;
	
	}
	
#score-ui #water {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  height: 100%;
  z-index: 1;
  top: 100%;
  margin-top: -100px;
  -webkit-transition: top 0.6s ease-out;
  -moz-transition: top 0.6s ease-out;
  -o-transition: top 0.6s ease-out;
  -ms-transition: top 0.6s ease-out;
  transition: top 0.6s ease-out;
}

#score-ui #water #surface {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#score-ui #water #surface canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}


#score-ui #score-display.complete {
    /* position: absolute; */
    left: 50%;
    width: 80% !important;
    top: auto !important;
    bottom: 70%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2.4rem;
    color: #0262a1;
    padding: 0 !important;
    margin-bottom: 0 !important;
}



canvas {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

.amcharts-chart-div a {
display:none !important;
color:#ffffff;
}

#score-ui #score-display .household-score {
  color: #0262a1;
  font-size: .75em;
  vertical-align: middle;
  display: none;

}

#score-ui #score-display .household-score span.tag {
  display: inline;
  vertical-align: middle;
  font-weight: 600;
  font-size: 1.8em;
}

#score-ui #score-display .household-score span.value {
  margin-left: 4px;
  position: relative;
  top: -3px;
  font-weight: 800;
  color: #0262a1;
  font-size: 2.4em;
  display: inline !important;
  vertical-align: middle;
  text-shadow: 0 0 3px #fff;
}

#score-ui #score-display .household-score span.value span.units {
  font-size: .7em;
  display: inline;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 4px;
}
#score-ui #score-display span {
  display: block;
}


#score-ui #score-display .household-score span.value span.units {
  font-size: .7em;
  display: inline;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 4px;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.padd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-title {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 {
  
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.section-title .separator {
  margin: 0;
}

.separator {
  color: #183a6c;
  
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
 
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f5fbf3;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li {
  letter-spacing: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* Get Started Section
--------------------------------*/
#get-started {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#get-started .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 30px;
  }
}



#get-started .feature-block h4 {
  margin-bottom: 20px;
}

#get-started .feature-block p {
  margin-bottom: 20px;
}

#get-started .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

#get-started .feature-block a:hover {
  color: #71c55d;
}

/* About Us Section
--------------------------------*/
#about-us img {
  max-width: 100%;
}

#about-us .about-content {
  padding-top: 60px;
}

#about-us .about-content h2 {
  color: #252525;
  font-family: "roboto";
  font-size: 39px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#about-us .about-content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
}

#about-us .about-content ul li {
  line-height: 36px;
}

#about-us .about-content ul li .fa {
  padding-right: 20px;
}

/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#features .feature-block {
  background: #fff0 none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
  
   box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block h4 {
  margin-bottom: 20px;
}

#features .feature-block p {
  margin-bottom: 0;
}

/* Screenshots Section
--------------------------------*/
.owl-dot.active > span {
  height: 10px !important;
  width: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
}

.owl-item img {
  cursor: pointer;
}

.owl-stage-outer {
  margin-bottom: 30px;
}

.owl-theme .owl-nav {
  display: none;
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #71c55d;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

/* Video Section
--------------------------------*/
#video {
  background: url(../img/video-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}

#video .overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

#video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#71c55d 50%, rgba(113, 197, 93, 0.15) 52%);
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}

#video .overlay .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .overlay .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after {
  border-left: 15px solid #71c55d;
  transform: scale(20);
}

#video .overlay .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Team Section
--------------------------------*/
#team .team-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  height: 254px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #team .team-block {
    margin-bottom: 30px;
  }
}

#team .team-block img {
  width: 100%;
}

#team .team-block .team-content {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  bottom: -147px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

#team .team-block .team-content ul {
  display: block;
  width: 100%;
}

#team .team-block .team-content ul li {
  display: inline-block;
}

#team .team-block .team-content ul li a {
  color: #626262;
}

#team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

#team .team-block .team-content ul li a .fa:hover {
  color: #71c55d;
}

#team .team-block .team-content ul > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#team .team-block:hover .team-content {
  bottom: 0px;
  transition: all 0.5s ease-in-out 0s;
}

/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}

#testimonials .testimonials-content::before {
  color: #71c55d;
  content: "";
  display: inline-block;
  font: 70px/1 FontAwesome;
  position: absolute;
  right: 43px;
  text-align: left;
  top: -29px;
}

#testimonials .top-top > h2 {
  font-family: "Roboto" sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#testimonials .top-top > h4 {
  font: 700 12px Lato, sans-serif;
}

#testimonials .top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}

#testimonials .btm-btm ul li {
  float: left;
  margin: 0 8px;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  background: #ddd none repeat scroll 0 0;
  cursor: pointer;
  height: 12px !important;
  width: 12px !important;
  border: 0;
  content: "";
}

#testimonials .btm-btm .active {
  background: #71c55d;
}

.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.carousel-indicators li {
  margin: 0;
}

/* Pricing Table Section
--------------------------------*/
#pricing .block-pricing {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #pricing .block-pricing {
    margin-bottom: 30px;
  }
}

#pricing .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 15px;
  max-width: 100%;
  width: 100%;
}

#pricing .block-pricing .table h4 {
  padding-bottom: 30px;
}

#pricing .block-pricing h2 {
  margin-bottom: 30px;
}

#pricing .block-pricing ul {
  list-style: outside none none;
  margin: 10px auto;
  max-width: 240px;
  padding: 0;
}

#pricing .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
}

#pricing .block-pricing ul li b {
  color: #3c4857;
}

#pricing .block-pricing .table .table_btn a {
  background: #71c55d;
  color: #fff;
  margin: 0;
  display: inline-block;
}

#pricing .block-pricing .table .table_btn a:hover {
  background: #55b03f;
}

#pricing .block-pricing .table .table_btn a .fa {
  font-size: 13px;
  margin-right: 5px;
}

/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
  #blog .block-blog {
    margin-bottom: 30px;
  }
}

#blog .block-blog img {
  width: 100%;
}

#blog .block-blog .content-blog {
  /*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);*/
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
}

#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}

#blog .block-blog .content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

#blog .block-blog .content-blog h4 a:hover {
  color: #71c55d;
}

#blog .block-blog .content-blog > span {
  float: left;
  font-size: 12px;
}

#blog .block-blog .content-blog a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}

#blog .block-blog .content-blog a.readmore:hover {
  color: #71c55d;
}

/* Newsletter Section
--------------------------------*/
#newsletter {
  background: rgba(0, 0, 0, 0) url(../img/newsletter-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

#newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}

#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
  #logo2 > a > img {
  	display: none !important;
  }
  
  #hero img {
    max-width: 35%;
   /* padding: 11px 1px 5px 5px;*/
    
  }

  #water {
  	display: none !important;
  }
  
  .previous {
  	
	position: relative !important;
	font-size: 50px;
	 background-color: #f1f1f1;
  color: black;
  cursor: pointer;
	
  }
  
  #progress #progress-ui {
    display: none !important;
  }

  #score-ui  #score-display {
    display: none !important;
  }


  .next {
  	
	position: relative !important;
	font-size: 50px;
	  background-color: #3377c0;
  color: white;
  cursor: pointer;
	
  }
  
  #score-ui #metter {
    display: none;
}
}

#newsletter .form-control:focus {
  border-color: #71c55d;
  box-shadow: none;
  outline: 0 none;
}

#newsletter .btn {
  background: #71c55d;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}

#newsletter .btn:hover {
  background: #55b03f;
}

#newsletter .btn .fa {
  padding-right: 10px;
}

#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#newsletter ul li {
  background: #71c55d;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
}

#newsletter ul li:hover {
  background: #55b03f;
}

#newsletter ul li .fa {
  color: #fff;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
}

#contact .info {
  color: #222;
}

#contact .info i {
  font-size: 32px;
  color: #71c55d;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #71c55d;
  color: #fff;
  line-height: 1;
  padding: 6px 0 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #55b03f;
  color: #fff;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #71c55d;
}

#contact .php-email-form input {
  padding: 20px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
  background: #71c55d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #92d283;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


hr {
  border: 1px solid #00bcb6;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
#search-container .searchform footer.site-footer .search-submit, footer.site-footer #search-container .searchform .search-submit, footer.site-footer .button {
  font-size: 2.2rem;
}
#search-container .searchform .button-arrow.search-submit, .button.button-arrow {
  position: relative;
}
#search-container .searchform .search-submit:focus, .button:focus {
  outline: dotted;
}
#search-container .searchform .search-submit:focus, #search-container .searchform .search-submit:hover, .button:focus, .button:hover {
  background-color: #0d8ac5;
  color: #fff;
}
a:active, a:focus, a:hover {
  color: #44c4f5;
}
#search-container .searchform .search-submit, .button {
  text-align: center;
  display: inline-block;
  font-size: 2.6rem;
  font-family: Source Sans Pro,sans-serif;
  background-color: #003f69;
  color: #fff;
  transition: background .2s ease-in-out;
  border: none;
  line-height: 1;
  padding: 1.6rem 4.8rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 2px 4px 0 rgb(0 63 105 / 20%);
}


.pill-button.balloon:hover {
    background-color: #105855;
}


.pill-button.balloon:hover .tri {
    border-top-color: #105855;
}

.pill-button.balloon:hover .tri.shadow {
    border-top-color: rgba(0,0,0,0.075);
}

#score-ui #score-display #score-graph:hover, #score-ui #score-display #score-table:hover {
    background-color: #105855;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "dripicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
}


#score-ui #score-display #score-graph span.icon, #score-ui #score-display #score-table span.icon {
    margin: 0;
    font-size: 1.4rem;
    position: relative;
    left: 1px;
}
#score-ui #score-display #score-graph span, #score-ui #score-display #score-table span {
    display: inline-block;
    font-size: 1.1rem;
    margin: 0 20px 0 10px;
}
#score-ui #score-display span {
    display: block;
}
.pill-button.ball .icon, .pill-button.back .icon {
    right: 0;
}
.pill-button span.icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1;
    position: relative;
    right: -6px;
}
.pill-button span {
    vertical-align: middle;
    line-height: 1em;
}


.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #003f69;
}
.entry .entry-content .wp-block-button .wp-block-button__link {
  transition: background .2s ease-in-out;
  border: none;
  font-size: 2.6rem;
  font-family: Source Sans Pro,sans-serif;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  padding: 1.6rem 4.8rem;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 2px 4px 0 rgb(0 63 105 / 20%);
}
.wp-block-button__link {
  color: #fff;
  background-color: #003f69;
  border: none;
  border-radius: 1.55em;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.750em;
  padding: .667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}


.call-to-action-heading {
    font-weight: 700;
    color: #003f69;
}
.call-to-action-heading {
    font-size: 2.6rem;
    text-align: center;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #2a2c30;
  padding-top: 50px;
}

footer.site-footer {
  color: #003f69;
  margin-top: 0;
  position: relative;
  background: linear-gradient(
180deg
,#d9efe8 0,#addcf9);
  text-align: center;
}

footer.site-footer .wave {
  -webkit-transform: translateY(-2.2rem);
  transform: translateY(-2.2rem);
  display: block;
  width: 100%;
  height: 2.2rem;
  background-image: url(../fatih/eStartup-bootstrap-4/eStartup/images/footer-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-heading {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  margin: 1rem 0;
  color: #003f69;
}

.footer .footer-logo .navbar-brand {
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  padding-left: 0;
  padding-top: 0;
}

.footer .footer-logo p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer .list-menu > h4 {
  color: #fff;
  padding-bottom: 20px;
}

.footer .list-menu ul li a {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}

.footer .copyrights {
  background: #fff;
  margin-top: 50px;
  text-align: center;
  padding: 25px;
}

.footer .copyrights p, .footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}

.footer .copyrights p a, .footer .copyrights .credits a {
  letter-spacing: 0;
  color: #71c55d;
}
/** Mobil **/

@media (max-width: 575px) {
 .buskilogo  {
    display: none;
 }
 .wizard {
   padding: 0;
 }
.grid {

  display: flex;
  align-items: center;
  flex-direction: column;

  }
  
  
  

  p.w-50 {
    width: 100% !important;
  }

  .capsul2 {
     /*flex-direction: column;*/
    padding: 15px 5px;
  }

  .capsul2 .text-white { 
    margin-top: 10px;
    margin-bottom: 10px;
  }

.capsul3 {
     /*flex-direction: column;*/
    padding: 15px 5px;
  }

  .capsul3 .text-white { 
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .capsul4 {
     /*flex-direction: column;*/
    padding: 15px 5px;
  }

  .capsul4 .text-white { 
    margin-top: 10px;
    margin-bottom: 10px;
  }


 /*--------------------------------------------------------------
# Footer
-------------------------------------------------------------- .capsul {

    flex-direction: column;
  }*/

  .car img {

    width: 70px;
    height: 70px;
  }

  #meter_needle {

    height: 100px;
    top: 15%;
  }

  #step-21 img {

    width: 70px;
  }

  .rangeslider--horizontal {

    width: 60%;
  }

  #lbl3 {

    left: 7px;
    top: 145px;

  }

  #lbl2 {

    right: 7px;
    top: 145px;
  }
  
  #hero .btn-get-started {
 
   font-size: 14px;
 
}

}


