*{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family: 'Barlow', sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400; color:#333}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{font-family: 'Barlow', sans-serif;font-weight:400;font-size:16px;overflow-x:hidden;overflow-y:auto;color:#444;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
input{font-family: 'Barlow', sans-serif;}
ol,ul{list-style:none}
div,p,a,li,td{-webkit-text-size-adjust:none}
table{border-collapse:collapse;border-spacing:0}
::-webkit-input-placeholder{color:#878787}
::-moz-placeholder{color:#878787}
:-ms-input-placeholder{color:#878787}
:-moz-placeholder{color:#878787}
ul{margin:0;padding:0;list-style:none}
body.home{background:#e2e8f5;background:-moz-linear-gradient(top,rgba(226,232,245,1) 0,rgba(243,245,251,1) 10%,rgba(255,255,255,1) 23%,rgba(255,255,255,1) 100%);background:-webkit-linear-gradient(top,rgba(226,232,245,1) 0,rgba(243,245,251,1) 10%,rgba(255,255,255,1) 23%,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(226,232,245,1) 0,rgba(243,245,251,1) 10%,rgba(255,255,255,1) 23%,rgba(255,255,255,1) 100%);background-repeat:no-repeat}
	a{
		text-decoration:none;
		color:#711CE1
	}
	a.link{display:none}
p{line-height:18px}
p + p{margin-top:15px;}
.container {
    width: 996px;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
}

/*page css*/

.vignette-blk-wrapp {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    
}
.vignette-blk {
    width: 47%;
    display: flex;
    align-items: flex-start;
}

.vignette-blk.last-blk {
    flex-direction: row-reverse;
}
.vignette-blk.last-blk .citizen-textblk{margin-left:0px;margin-right: 20px;border: 3px dashed #ff7737;}

.citizen-img img {
    width: 100%;
}
.citizen-textblk {
    margin-left: 20px;
    border: 3px dashed #ffb850;
    margin-top: 20px;
    padding: 10px;
    width: 71%;
}
.citizen-img {
    width:21%;
}
.citizen-info {
    position: relative;
    top: -29px;
    width: 73%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.citizen-info-blk{position: relative}
.boldtext{font-weight: 600;}
.citizen-textblk p {
    font-size: 14px;
}
.point-text {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
}
.arrow-wrapp {
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
}
.citizen {
    width: 17%;
    text-align: center;
    margin-top: -20px;
}
.citizen-ttl {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
}
.citizen-subttl {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    line-height: 38px;
    margin: 0 auto;
}
.citizen-ttl {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px
}
.arrow-sec {
    display: flex;
    justify-content: flex-start;
    height: 25px;
    width: 100%;
   
}
.arrow-blk {
    width: 34px;
    padding-top:2px;
}
.arrow-content {
    width: 90%;
    display: flex;
    justify-content: space-around;
    position: relative;
	flex-direction:column;
}
.arrow-content:before {
	content:"";
    position: absolute;
    left:-34px;
    width:34px;
    height: 13px;
    content: "";
    top:5px;
    background:url('../images/arrow-left.png') 0 0 no-repeat;
}
.arrow-content:after {
    content:"";
    position: absolute;
    right:-37px;
    width:34px;
    height: 13px;
    content: "";
    top:5px;
    background:url('../images/arrow-right.png') 0 0 no-repeat;
}
.arrow-innerblk {
    position: relative;
    width: 33%;
   
}
.arrow-innerblk:before {
    position: absolute;
    left: 0;
    width: 4px;
    height: 25px;
    content: "";
    top: 0;
    background: #000;
}
.arrow-innerblk:after {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    background: #000;
    top: 11px;
}
.red-arrow{text-align: center;margin-top: -30px}
.vignette-ttlwrapp {
    border: 1px solid #e5f0ed;
    padding: 20px 20px 20px 60px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    box-shadow: 0px 0px 8px -2px rgb(0 0 0 / 10%);
}
.vignette-ttlwrapp:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 60px;
    background: #f44340;
    left: -6px;
    top: 25%;
}
.vignette-ttlleft {
    font-size: 40px;
    width: 40%;
}
.vignette-ttlleft .sub-heading{
	display:block;
	font-size:24px;
	color:#f44340;
}
.vignette-ttlright{
	width: 60%;
}
.citizen .citizen-img {display: none}
.cta-contr{
	display:flex;
	justify-content:space-between;
	margin:40px 0 20px
}

.btn{
	margin: 0;
    display: inline-flex;
    justify-content: center;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    min-width: 64px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 2px;
    border: 2px solid transparent;
    font-size: 14px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    text-transform: none;
}
.btn-primary{
	background: #0092ed!important;
    border: 1px solid transparent!important;
	color:#fff
}
.btn-secondary{
	border: 1px solid #0092ed!important;
    color: #0092ed!important;
}
.ui-widget.ui-widget-content {
    border: none!important;
    background: #000;
}
.ui-slider-horizontal {
    height: 3px!important;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	border: none!important;
    font-weight: normal;
    color: #454545!important;
	background-color:transparent!important;
	background-image:url('../images/pointer.svg')!important;
	background-position:0 0!important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
	height:38px!important;
	width:28px!important;
	top: 35px!important;
	border-radius:none!important;
	cursor: pointer;
}
.ui-slider-horizontal.ui-slider-pips {
    margin-bottom:0;
}
.ui-slider-pips .ui-slider-line {
    background: #000;
    width: 3px;
    height: 25px;
    position: absolute;
    left: 50%;
}
.ui-slider-pips .ui-slider-pip{
	top: -11px;
}
#disqus_thread{width:700px; max-width:100%; margin:0 auto}
.ui-slider-pips .ui-slider-label{
	top: 30px;
}
.container-login {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing:border-box;
}
.container-login p{
	
}
.container-login h2{
	font-weight:600;
	margin-bottom:40px;
	font-size:38px;
	line-height:40px;
	text-align:center
}
.login{
    padding: 33px 0px;
	width: 300px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.login-form-title {
    font-family: Poppins-Bold;
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}
.loginform {
    width: 100%;
}
.input-email {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 10px;
    padding: 0 20px;
	outline: none;
    border: none;
	box-sizing:border-box;
}
.login-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width:fit-content;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px 0 25px;
    transition: all .4s;
	outline: none!important;
    border: none;
	margin-top: 20px;
	box-sizing:border-box;
	position:relative;
	
}
.login-form-btn span{height:38px; width:38px; border-radius:50%; background:#fff; display:inline-block; position:absolute; right:5px; display:flex; justify-content:center; align-items:center}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #57b846;
}

h2.thank{
	margin-bottom:15px
}
.text-center{
	text-align:center
}

a.back{
	color:#fff;
	text-decoration:underline;
	margin-top:32px;
	display:block;
	font-size:14px;
}
.legend-contr{
	margin-bottom:20px
}
.legend-contr h4{font-weight:600; margin-bottom:10px}
.legend-contr ol{
	margin:0; padding:0; list-style:none; margin-left:13px
}
.legend-contr ol li{
	list-style-position: outside;
	list-style-type: decimal;
}
.legend-contr ol li + li{margin-top:5px;}
.img-fluid{max-width:100%;}
.cont-contr{display:flex; align-items:flex-start;}
.cont-contr .img-contr{width:45%; border-radius:20px}
.cont-contr .img-contr img{display:flex; border-radius:20px}
.cont-contr .text-contr{width:55%; padding-left:60px}
#slider-range .ui-slider-pip:nth-child(2) {
  display:none
  }
.modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}
.modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  padding:20px;
  border: 1px solid #888;
  width: 100%;
  max-width:700px;
  text-align: center;
  position:absolute;
  box-sizing:border-box;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
}
.modal-content p{font-size:22px; line-height:22px}
.close {
  color: #aaa;
  float: right;
  font-size: 50px;
  font-weight: bold;
  position:absolute;
  top:-10px;
  right:15px;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.thank p{font-size:10px; padding-right:20px; text-align:right}