@charset "utf-8";
/* CSS Document */

.clearfix{
    clear: both;
}
body{
	margin: 0;
	padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #2e2e2e;
}
h1, h2, h3, h4, h5, h6, p, span{
	margin: 0;
	padding: 0;
}
ul{
	padding: 0;
	margin: 0;
}
Ul li{
list-style: none;
	
}
ol, ul {
    list-style: none;
    padding: 0;
}
p, a{
    font-weight: 600;
}

/*top Header*/
.top-header {
    background: #e0d5b6;
    float: left;
    width: 100%;
}
.left-menu {
    width: 30%;
    float: left;
    margin-left: 30px;
}
.left-menu select {
    background: none;
    border: none;
    float: left;
    margin: 10px;
    outline: none;
    font-size: 18px;
}
.right-menu {
    float: right;
    width: 650;
}
.signin {
    float: right;
    color: #000;
    width: 200px;
}
.signin a.login:hover {
    background: #d79f60;
}
.signin a.login {
    background: #dc9442;
}
.signin a {
    float: left;
    color: #fff;
    background: #d79f60;
    width: 50%;
    text-align: center;
    padding: 8px 0;
    font-size: 18PX;
    TEXT-TRANSFORM: uppercase;
    text-decoration: none;
}
.signin a.signout{
    width: 100%;
}
select option {
    font-size: 14px;
    line-height: 24px;
    background: #e0d5b6;
    outline: none;
    border: none;
}


/*Top Header End*/



/*Main Header*/
.signin a:hover {
    background: #dc9442;
}
.main-menu.scrolled {
   
    background: #fff;
}
.main-menu {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    border-bottom: 1px solid #f4f1e8;
    background: #fff;
}
.logo-setion {
    width: 160px;
    float: left;
}
.logo-setion img{
    width: 100%;
    float: left;
}
.width-fix{
	width: 94%;
	margin: 0 auto;
}
.menu-section {
    float: right;
    /*width: 712px;*/
}
#primary_nav_wrap
{
	margin-top:8px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    padding: 0 25px;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
    padding:0 0 25px 0;
    border-bottom: 5px solid #fff0;
}
#primary_nav_wrap ul li.active {
    background: #ffffff00;
    color: #fff;
    border-bottom: 5px solid #d79f60;
}
#primary_nav_wrap ul li.active a{
    color: #d79f60;
}
#primary_nav_wrap ul li.current-menu-item
{
	background:#d79f60;
}

#primary_nav_wrap ul li:hover {
    background: #ffffff00;
    color: #fff;
    border-bottom: 5px solid #d79f60;
}
#primary_nav_wrap ul li:hover a
{
	color: #d79f60;
}
#primary_nav_wrap ul li ul li a
{
	color: #333 !important;
}
#primary_nav_wrap ul li ul li:hover a
{
	color: #fff;
}
#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
    padding:0;
    z-index: 1;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}


#primary_nav_wrap ul li ul li   a {
    font-size: 14px;
}
#primary_nav_wrap ul li ul li {
    background: #fff;
   
    border-bottom: 0px solid #d79f60;
    padding: 0;
    margin: 0 !important;
}
#primary_nav_wrap ul li ul li:hover {
    background: #d79f60;
    color: #fff;
    border-bottom: 0px solid #d79f60;
   
}
#nav-icon1{
    display: none;
}

#nav-icon1 {
    width: 45px;
    height: auto;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
}

#nav-icon1 span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #d3531a;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 15px;
}

#nav-icon1 span:nth-child(3) {
  top: 30px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/*Main Header End*/



/*Signin form*/

.signin-form {
	width: 100%;
	float: left;
	
}
.signin-section{
	
}
.signin-section h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    margin: 3% 0;
}
.signin-section h3{
	text-align: center;
	font-size: 30px;
	 font-weight: 400;
	color: #2e2e2e;
}

.form {
    width: 760px;
    margin: 3% auto;
}
#signup .form {
    width: 65%;
    margin: 3% auto;
}
#signup .form input, #signup .form select {
    width: 100%;
    margin: 2%;
}

.form input, .form select option {
    font-size: 24px;
    line-height: 36px;
    background: none;
    outline: none;
    border: none;
    padding: 20px;
}
.form select#interestAreas {
    border-bottom: 3px solid #ecedf5;
    box-shadow: 0px 0px 10px #ccc;
}
.checkboxwrap{
    width: 100%;
    float: left;
}
#signup .checksection input.checkbox{
width: 50px;
margin: 5px 10px;
}
.submitwrap{

}
.checkboxwrap h4 {
    text-align: center;
    font-size: 24px;
    margin: 20px;
    font-weight: 500;
}
.assessment-output .content-text .left-section h3 {
    text-transform: capitalize;
}
#signup .checksection label {
    font-size: 22px;
    font-weight: 500;
}
.checksection {
    width: 43%;
    float: left;
    text-align: left;
    padding: 10px 22px;
}
.form input, .form select {
    border: none;
    width: 100%;
    font-size: 38px;
    color: #232323;
    margin: 10px 0;
    outline: none;
    padding: 30px 0;
    border-bottom: 2px solid #ecedf5;
    text-indent: 10px;
}
.form input[type="checkbox"] {
    width: 40px;
    height: 41px;
    margin-right: 20px;
    margin-left: 20px;
    background: none;
    border-color: #838383;
    margin-top: 33px;
    float: left;
    background: #fff;
}
.form p {
    float: left;
    font-size: 30px;
    color: #838383;
    margin-top: 30px;
    font-weight: 400;
}
.form a {
    float: right;
    font-size: 30px;
    color: #838383;
    margin-top: 30px;
    font-style: italic;
    font-weight: 400;
    margin-right: 30px;
}
.form a:hover{
	color: #000;
}
.form {
    text-align: center;
}
.form input[type="submit"] {
    background: none;
    border: #000 solid 2px;
    padding: 30px 30px;
    font-size: 30px;
    float: none;
    text-align: center;
    width: 300px !important;
    margin: 60px auto;
	cursor: pointer;
	outline: none;
	color: #2e2e2e;
	font-weight: 700;
	text-transform: uppercase;
}
.sign-in-remenber {
    width: 100%;
    float: left;
}
.form input[type="submit"]:hover {
    background: #000;
    border: #000 solid 2px;
	color: #fff;
    
}
.signup {
    margin-bottom: 60px;
    float: left;
    width: 100%;
}
.signup p{
	font-size: 36px;
	color: #000;
	font-weight: 500;
}
.signup a {
    font-style: normal;
    font-size: 36px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.signup a:hover{
	color: #474747;
}


.home-map-text a.active {
    color: #d79f61;
    border: 1px solid #d79f61;
    background: #fefaf7;
}
/*signin form end*/


/* Footer Section */

.footer {
    float: left;
    background: #e0d5b6;
    width: 100%;
    padding: 10px 0 8px 0;
}
.footer-left {
    float: left;
    width: 760px;
}
.footer ul li {
    font-size: 16px;
    font-weight: 400;
    float: left;
	color: #958f7b;
}
.footer li a {
    margin:0 15px;
    float: left;
	color: #958f7b;
    text-decoration: none;
    font-weight: 400;
}
.footer li a:hover {
	color: #625e51;
}
.footer li img{
	width: auto;
	opacity: 0.6;
}
.footer li img:hover{
	width: auto;
	opacity: 0.9;
}
.footer-right {
    float: right;
}
.footer-right ul li:last-child {
    display: none;
}



/* Footer Section End*/







.home-banner {
    width: 100%;
    float: left;
	position: relative;
}
.home-banner img{
    width: 100%;
    float: left;
	position: relative;
}

.banner-text {
    position: absolute;
    top: 7%;
    text-align: center;
    width: 100%;
}
.banner-text h3{
   font-size: 48px;
    font-weight: 600;
    color: #383838;
	
}
.banner-text h4{
  font-size: 38px;
    font-weight: 600;
    color: #383838;
	
}
.banner-text a {
    float: left;
    padding: 10px 20px;
    border: 1px solid #383838;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    outline: none;
    font-weight: 700;
    margin-top: 20px;
}
.banner-text a:hover{
	background: #000;
	color: #fff;
}
.banner-text p {
        text-align: center;
    margin: 0 auto;
    width: 200px;
}


.section01 {
    width: 100%;
    float: left;
    padding: 6% 0;
	position: relative;
}
.section02 {
    width: 100%;
    float: left;
    padding: 6% 0;
	position: relative;
}
.section01 .left-section {
    width: 40%;
    float: left;
    margin-left: 5%;
 
}
.section01 .right-section {
	width: 50%;
	float: right;
	
}
.section01 .right-section img{
	width: 100%;
	float: right;
}
.section02 .left-section {
    width: 40%;
    float: left;
    margin-left: 60px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.right-section {
	width: 50%;
	float: right;
	
}
.right-section img{
	width: 100%;
	float: right;
}
.content-text h3 {
    font-size: 48px;
    float: left;
    font-weight: 700;
    margin: 20px 0 0;
    color: #000;
}
.content-text p{
	font-size: 28px;
	float: left;
	width: 100%;
    margin: 20px 0;
    color: #000;
}
.content-text ul {
	margin-top: 20px;
    float: left;
    color: #000;
}
.content-text ul li{
	width: 100%;
	font-size: 28px;
	float: left;
    margin: 5px 0;
    color: #000;
}
.gray {
    background: #fcf8ef;
    height: 800px;
}
.gray .right-section {
    width: 42%;
    float: left;
   
}
.section02.height.gray .right-section {
    position: absolute;
    top: 63%;
    transform: translate(0%, -50%);
    left: 5%;
}

.height.gray .right-section {
    width: 50%;
    float: left;
}
.section02.gray .left-section {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 5%;
}
.section02.gray .right-section {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 5%;
}

.section02 .left-section {
    width: 32%;
}
.gray .left-section{
	position: absolute;
    top: 50%;
    transform: translate(137%, -50%);
}
.rapid-assessment .content h1 {
    font-size: 48px;
    margin: 60px 0 30px;
}
.content-text a {
    text-transform: uppercase;
    clear: both;
    float: left;
    background: #d7a05f;
    color: #fff;
    padding: 5px 20px;
    font-size: 24px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: 700;
    border: 2px solid #d7a05f;
}
.content-text a:hover{
    background: none;
    color: #d79f60;
}


.home-map{
    width: 100%;
    float: left;
    position: relative;
}

.home-map img{
    width: 100%;
    position: relative;
    float: left;
}
.home-map-text {
    position: absolute;
    top: 35%;
    left: 4%;
    text-align: center;
    width: 400px;
    z-index: 1;
}

.home-map-text h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}
.home-map-text a {
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    padding: 10px;
    float: left;
    width: 95%;
    font-size: 28px;
    margin: 10px 0;
    text-decoration: none;
    font-weight: 600;
}
.home-map-text a:hover {
    color: #d79f61;
    border: 1px solid #d79f61;
}



.btn.active, .btn:hover {
    color: #d79f61;
    border: 1px solid #d79f61;
  }







.width-center {
    width: 90%;
    margin: 0 auto;
}


.rapid-assessment {
    float: left;
    width: 100%;
    padding: 0% 0;
}







.content h1 {
    text-align: center;
    font-size: 60px;
    font-weight: 500;
    margin: 30px 0;
}
.content Ul.menu {
    float: none;
    width: 1135px;
    text-align: center;
    margin: 0 auto;
}
.fsmpro .content Ul.menu {
    float: none;
    width: 675px;
}
.content Ul.menu li {
    list-style: none;
    float: left;
    text-align: center;
    padding: 0 2%;
    border-right: 3px solid #efefef;
}
.content Ul.menu li:last-child{
    border: none;
}

.content Ul.menu li a{
   font-size: 24px;
   color: #000;
   text-decoration: none;
   font-weight: 500;
}
.content Ul.menu li a:hover{
    color: #d79f60;
 }
 .content p{
     font-size: 28px;
     float: left;
     margin: 10px 0;
     width: 100%;
 }
 .content h3 {
    font-size: 38px;
    float: left;
    margin: 5px 0 0px;
    font-weight: 800;
}

.content .progress-section Ul.menu {
    float: none;
    width: 640px;
}
.content .progress-section Ul.menu img {
    width: auto;
    margin: 10px;
    float: left;
}







.enabler-section {
    float: left;
    width: 100%;
    margin: 4% 0;
}






.question-answer {
    float: left;
    width: 100%;
    padding: 0px 0;
}
.enabler-section02 {
    float: left;
    width: 100%;
    margin:0 0 60px 0;
}

.question-answer h2 {
    font-size: 34px;
    float: left;
    width: 46%;
    line-height: 48px;
    min-height: 250px;
    color: #000;  
      margin-bottom: 20px;

}
.question-answer h2 span {
    font-size: 76px; 
}
.question-answer ul{
    width: 45%;
    float: right;
    min-height: 250px;
}
.question-answer ul li {
    font-size: 24px;
    float: left;
    width: 100%;
    margin: 10px 0;
}
.question-answer ul li b{
    font-size: 30px;
}


.question-section {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
}
ul.answer-section {
    float: right;
    width: 45%;
    border: 2px solid #e1e1e1;
    padding: 0 0px;
    min-height: initial;
    margin: 30px 0;
	    display: inline-flex;
}

ul.answer-section li {
    float: left;
    border-right: 2px solid #e1e1e1;
    padding: 25px 6.15%;
    width: auto;
    margin: 0;
    display: inline-flex;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    position: static !important;
    
}
ul.answer-section:nth-child(even) {
    float: left;
}
ul.answer-section li a{
    font-size: 38px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
ul.answer-section li:hover a, ul.answer-section li.active a{
    color: #fff;
}
ul.answer-section li:hover, ul.answer-section li.active{
    background: #d79f60;
}
ul.answer-section li:first-child:hover {
    background: #d79f6000;
}
ul.answer-section li:last-child{
    border-right: 0px solid #e1e1e1;
}
ul.answer-section li:first-child {
    padding: 10px 0 10px 0;
    display: inline-flex;
    width: 53%;
}
ul.answer-section li img {
    margin: 0px 10px;   
}
ul.answer-section li p {
    margin: 20px 0;
}








/*assessment*/

#assessment .section01:nth-child(even) .left-section {
    width: 40%;
    float: right;
    margin-right: 5%;
    margin-left: 0;
}


#assessment .section01:nth-child(even) .right-section {
    width: 50%;
    float: left;
}
.section01 .left-section h4 {
    font-size: 36px;
    display: inline-flex;
    width: 100%;
    float: left;
    font-weight: 700;
    color: #000;
}
#assessment .section01 .left-section:first-child p {
   margin-top: 0px !important;
}
.section01 .left-section h4 span {
    font-size: 26px;
    float: left;
    width: auto;
    margin-bottom: 0px;
    color: #000;
    margin-left: 20px;
}

#assessment .content-text p {
    font-size: 28px;
    float: left;
    width: 100%;
    font-weight:600;
    margin: 20px 0;
}

.section01 {
    width: 100%;
    float: left;
    padding: 6% 0;
	position: relative;
}
.section02 {
    width: 100%;
    float: left;
    padding: 6% 0;
	position: relative;
}
.section01 .left-section {
    width: 40%;
    float: left;
    margin-left: 5%;
 
}
.section01 .right-section {
	width: 50%;
	float: right;
	
}
.section01 .right-section img{
	width: 100%;
    float: right;
    position: relative;
    margin-bottom: 5px;
}
.section02 .left-section {
    width: 35%;
    float: left;
    margin-left: 60px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.right-section {
    width: 60%;
    float: right;
    position: relative;
}
.right-section img{
	width: 100%;
	float: right;
}
#assessment .content-text a{
    clear: initial;
}
.content-text a.black-but {
    border: 2px solid #000;
    background: none;
    color: #000;
    float: left;
    margin: 20px 20px 0 0 ;
}
.content-text a.black-but:hover {
    background: #000;
    color: #fff;
}
p.overlay {
    position: absolute;
    top: 55%;
    color: #fff;
    text-align: center;
}

.img-assessment-enabler{
    width: 100%;
    float: left;
}
.img-assessment-enabler img{
    width: 100%;
    float: left;
}





.congratulations-section h3 {
    text-align: center;
    width: 100%;
    margin-top: 8%;
}
.congratulations-section h3 {
 text-align: center;
 width: 100%;
}
.congratulations-section p {
   text-align: center;
   width: 100%;
}

.content-text span {
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.assessment-output .left-section {
    width: 45%;
    float: right;
    margin: 20px 0 0;
}
.assessment-output .right-section {
    width: 50%;
    float: left;
}
.content-text p b{
    color: #2db567;
}
.assessment-output .content-text h3 {
    font-size: 60px;
    float: left;
    font-weight: 700;
    margin: 10px 0;
}


.content-text h1 {
    font-size: 50px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: -40px;
}
hr {
    width: 26%;
    float: left;
    border: 0px solid;
    margin-top: 0;
    height: 2px;
    background: #000;
}
hr.right {
    float: right;
    margin-top: -40px;
}

.city-name-box {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 20px 0;
    margin: 3% 0 0;
}
.enabler-ecosystem .content-text ul li {
    float: left;
    width: 25%;
}
.city-box-section {
    width: 1200px;
    margin: 0 auto;
}
.enabler-ecosystem .content-text ul {
    width: 100%;
    text-align: center;
}
.enabler-ecosystem .content-text ul li p{
    font-weight: 700;
}
.enabler-ecosystem .content-text ul li:first-child {
    font-weight: 700;
    text-align: left;
    font-size: 38px;
    margin-top: 35px;
    float: left !important;
}
.left-enabler {
    float: left;
    width: 20%;
}
.left-enabler ul li {
    display: inline-flex;
    margin: 15px 0;
}
.left-enabler li p {
    font-size: 20px;
    margin: 3px 20px;
    height: auto;
}
.left-enabler li img {
    width: 40px;
    float: left;
    height: 30px;
}


.enabler-assessment {
    float: left;
    width: 100%;
    margin-bottom: 4%;
}
.right-enabler {
    float: right;
    width: 80%;
}
.right-enabler ul li img {
    width: 100%;
    float: left;
    cursor: pointer;
}
.right-enabler ul li {
    float: left;
    margin: 0 30px;
    width: 16%;
}
.right-enabler ul {
    width: 100%;
}




.enabling-section .enabler-ecosystem .content-text ul li {
    float: right;
    width: 16%;
    position: relative;
}
.enabling-section .enabler-ecosystem .content-text ul li img{
    position: relative;
}
.enabling-section .enabler-ecosystem .content-text ul li p {
    font-weight: 700;
    position: absolute;
    top: 15px;
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
}

.enabling-border {
    float: left;
    width: -webkit-fill-available;
    border: 3px #7f7f7f dashed;
    padding: 20px 40px;
}
.enabling-section {
    float: left;
    width: 100%;
    margin: 4% 0;
}

.enabling-section .enabler-ecosystem .content-text h3{
    text-align: center;
    margin-top: -65px;
    background: #fff;
    width: 170px;
    float: none;
    margin: -57px auto 0;
    padding: 0 30px;
    color: #7f7f7f;
}
.infratructure-assessment {
    width: 100%;
    float: left;
    margin: 3% 0;
}
.infratructure-assessment .right-enabler {
    margin-top: 30px;
}




.question-section.full {
    width: 100%;
}
.question-section.full h2 {
    width: 100%;
    min-height: initial;
}
.question-section.full input {
    border: none;
    width: 80%;
    font-size: 24px;
    color: #2e2e2e;
    margin: 10px 0;
    outline: none;
    padding: 20px;
    border-bottom: 2px solid #ecedf5;
    font-style: italic;
}
.question-section.half {
    width: 40%;
    height: 100%;
    float: left;
    padding: 3% 0;
}

.question-section.half:nth-child(even) {
    float: right;
}
.question-section.half h2 {
    width: 100%;
    min-height: initial;
}
.question-section.half input {
    border: none;
    width: 80%;
    font-size: 28px;
    color: #2e2e2e;
    margin: 10px 0;
    outline: none;
    padding: 20px;
    border-bottom: 2px solid #ecedf5;
    font-style: normal;
    background-color: #0000;
}
.plan-table li a.active {
    border: 1px solid #d79f60;
    color: #d79f60;
}


.enumerators-ward ul:nth-child(2) li{
    margin: 10px 1.4% !important;
}
.question-section.table {
    width: 100%;
    padding-bottom: 0;
}
.question-section.table h2 {
    width: 100%;
    min-height: initial;
}
.question-section.table input {
    border: none;
    width: 70%;
    font-size: 40px;
    color: #2e2e2e;
    font-size: 20px;
    margin: 0;
    outline: none;
    padding: 0;
    border-bottom: 0px solid #ecedf5;
    font-style: normal;
    text-align: center;
    background-color: #fff0;
    font-weight: 600;
}
.question-section.table table {
    border-collapse: collapse;
    float: left;
    width: 100%;
    margin-top: 0%;
    font-size: 18px;
}
  .question-section.table th,
  .question-section.table td {
    border: 4px solid #000;
    padding: 10px 15px;
    height: 130px;
    text-align: center;
    width: 8%;
    
  }
  .plan-table .question-section.table th,
  .plan-table .question-section.table td {
    border: 4px solid #000;
    padding: 10px 15px;
    height: 130px;
    text-align: center;
    width: 11%;
    
  }
  .question-section.table .first th, .question-section.table .first td {
    width: 11%;
}
  .question-section.table .first table{

  }
  
  .question-section.table .first th,
  .question-section.table .first td,
  .question-section.table .first tr {
 
    border-bottom: none; 
  }
  .question-section.table:last-child tr {
    
    border-bottom: 2px solid;
}

.plan-table .question-section.table thead {
    overflow-y: scroll;
    height: 400px;
    float: left;
    width: 100%;
    overflow-x: hidden;
    border-bottom: 1px solid;
}

.question-section.table .first th:last-child{
 
}
.question-section.table .first thead {
    overflow-y: hidden;
    height: 100%;
    float: left;
    width: 98.7%;
    overflow-x: hidden;
}
  .question-section.table th {
    font-weight: bold;
    width: 6%;
    height: 130px;
    min-height: 130px;
}
.plan-table .question-section.table .first tr:first-child{
    background: #fcf8ef;
}
.plan-table .question-section.table tr:first-child{
    background: #f7f7f7;
}
.question-section.table tr td:first-child {
    background: #fcf8ef;
}
.question-section.table tr:first-child {
    background: #fcf8ef;
}
.plan-table .question-section.table tr td:first-child {
    background: #f7f7f7;
}

.pagination {
    width: 100%;
    float: left;
}
.paginaton-section {
    width: 633px;
    margin: 0 auto;
}
.pagination a {
    font-size: 28px;
    padding: 10px 20px;
    border: 1px solid #000;
    float: left;
    margin: 20px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
}
.pagination a.save{
    background-color: #d79f60;
    color: #fff;
    border: 1px solid #d79f60;
}
.pagination a.save:hover{
    background-color: #fff;
    color: #d79f60;
    border: 1px solid #d79f60;
}
.pagination a:hover{
    background-color: #d79f60;
    color: #fff;
    border: 1px solid #d79f60;
}

.question-section.half p {
    font-size: 22px;
    font-style: italic;
    font-weight: 500;
}




.option-box {
    float: left;
    width: 100%;
    clear: both;
}

.fsmpro-sub-menu {
    float: left;
    width: 100%;
}
.sub-menu {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.sub-menu ul {
   
}

.sub-menu li {
    float: left;
    width: 25%;
}
.sub-menu a {
    font-size: 30px;
    text-transform: capitalize;
    text-decoration: none;
    color: #4b4b4b;
    background: #e6e6e6;
    padding: 20px;
    float: left;
    border: 1px solid #c7c7c7;
    width: 88%;
    font-weight: 400;
}
.sub-menu a:hover{
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}


.filter-menu {
    width: 100%;
    float: left;
    background: #f7f7f7;
}
.filter-section {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.filter-section a {
    font-size: 30px;
    text-transform: capitalize;
    text-decoration: none;
    color: #4b4b4b;
    background: #f7f7f7;
    float: left;
    width: 19%;
}
.filter-section ul {
   
}

.filter-section li {
    width: 19.8%;
    font-size: 28px;
    text-transform: capitalize;
    text-decoration: none;
    color: #4b4b4b;
    background: #f7f7f700;
    padding: 0;
    float: left;
    border-right: 1px solid #c7c7c7;
}
.filter-section li:first-child {
    padding: 15px 0px 21px;
    text-align: center;
    border-left: 1px solid #c7c7c7;
    font-weight: 500;
}
.enumerators-assign a:hover {
   
    border: 1px solid #d79f60;
    
    color: #d79f60;
   
}
.add-row a:hover{
	 border: 1px solid #d79f60;
    
    color: #d79f60;
}
p.tag {
    font-size: 20px;
    background: #f1f4f8;
    padding: 10px 20px;
    width: 14%;
    float: left;
    border: 1px solid #d5dce6;
    margin: 10px;
    text-align: left;
}
p.tag::after{
    background: url(../images/close-tag.png);
    content: "";
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 11px;
    margin-right: 10%;
    cursor: pointer;
}
.reset-filers a{
    font-size: 20px;
    padding: 10px 20px;
    width: 14%;
    float: left;
    margin: 10px;
    text-align: left;
}
#myInput {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #fff; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

.enumeratorEngagementSource {
    list-style-type: none;
    padding: 0;
    margin: 0% 0px;
    border-top: 1px solid #ddd;
    padding: 8% 0;
    overflow-y: scroll;
    height: 320px;
}
.enumeratorEngagementSource li{
    width: 90%;
    float: left;
    border: 1px solid #ddd;
    margin-top: 0px;
    background-color: #fff;
    padding: 10px;
}

.enumeratorEngagementSource li img {
    border-radius: 50px;
    float: left;
    margin-right: 20px;
}
.enumeratorEngagementSource li a {
    font-size: 26px;
    color: #000;
    height: 60px;
    display: block;
    text-decoration: none;
}
.enumeratorEngagementSource li:hover, .enumeratorEngagementSource li.selected {
    border: 1px solid #d79f60;
   color: #d79f60;
   background-color: #f7f7f7;
}
.enumeratorEngagementSource li:hover a::before {
    opacity: 9;
}
#nominateEnumerator {
    font-size: 24px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #333;
    padding: 10px 20px;
    float: left;
    margin: 30px 0 0;
    width: -webkit-fill-available;
    text-align: center;
}
.form-group input {
    font-size: 20px;
    float: left;
    width: 60%;
    border: 1px solid #333;
    padding: 5px 20px;
    outline: none;
}
.form-group select {
    font-size: 20px;
    float: left;
    width: 66%;
    border: 1px solid #333;
    border-radius: 0px;
    outline: none;
    background-color: #fff0;
}
div.modal{
    border-radius: 0px;
}
.jquery-modal.blocker.current input[type="submit"] {
    background: none;
    border: #000 solid 2px;
    padding: 15px 30px;
    font-size: 18px;
    float: none;
    text-align: center;
    width: 300px;
    margin: 20px auto;
    cursor: pointer;
    outline: none;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}
.form-group label {
    float: left;
    font-size: 14px;
    margin: 5px 10px;
    width: 30%;
    text-align: left;
}
.form-group {
    width: 100%;
    float: left;
    display: inline-flex;
    margin: 10px 0;
}
/*#myUL li a::before, #myUL li.selected a::before {
    background: url(../images/enumerator-dot.png);
    content: "";
    width: 56px;
    height: 57px;
    float: left;
    margin-top: -9px;
    margin-left: 0%;
    cursor: pointer;
    margin-right: 20px;
    opacity: 0.5;
}*/
.enumeratorEngagementSource li a:hover::after, .enumeratorEngagementSource li.selected a::after{
    background: url(../images/enumerator-right.png);
    content: "";
    width: 19px;
    height: 15px;
    float: right;
    margin-top: 13px;
    margin-left: 0%;
    cursor: pointer;
    margin-right: 20px;
    opacity: 9;
}
.enumeratorEngagementTarget li{
width: 50%;
float: left;
}
.enumeratorEngagementTarget li a {
    display: block;
    width: 70%;
    float: left;
}
.enumeratorEngagementTarget a {
    font-size: 20px;
    background: #f1f4f8;
    padding: 10px 20px;
    width: 14%;
    float: left;
    border: 1px solid #d5dce6;
    margin: 10px;
    text-align: left;
    color: #000;
    text-decoration: none;
}
.enumeratorEngagementTarget a::after{
    background: url(../images/close-tag.png);
    content: "";
    width: 15px;
    height: 15px;
    float: right;
    margin-top: 11px;
    margin-right: 10%;
    cursor: pointer;
}
.force-overflow::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #f0f2f5;
}

.force-overflow::-webkit-scrollbar
{
	width: 12px;
	background-color: #f0f2f5;
}

.force-overflow::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #d0d3db;
}






.dropbtn::after {
    background: url(../images/drop-arr.png);
    content: "";
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 14px;
    margin-right: 10%;
}
li.hassubs a::after {
    background: url(../images/top-arr.png);
    content: "";
    width: 12px;
    height: 7px;
    float: right;
    margin-top: 10px;
    margin-right: -14%;
    z-index: 99;
    position: relative;
}
/* Dropdown Button */
.dropbtn {
    background-color: #0000;
    color: #4b4b4b;
    font-size: 30px;
    border: none;
    cursor: pointer;
    width: 100%;
    outline: none;
    padding: 22px 0;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #fff;
}

/* The search field */
#myInput {
    border-box: box-sizing;
    background-image: url(searchicon.png);
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 24px;
    padding: 20px;
    border: none;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    width: 92%;
    margin-top: 30px;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {outline: 3px solid #ddd;}

/* The container <div> - needed to position the dropdown content */
.dropdown {
   
    display: inline-block;
    width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color:none;
    min-width: initial;
    border: 1px solid #fff;
    z-index: 1;
    width: auto;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    font-size: 20px;
    background: #fff;
    color: #4b4b4b;
    width: -webkit-fill-available;
    border-top: 1px solid #bbb;
    font-weight: 600;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #eae0c5;color: #4b4b4b;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}



.fsmpro-gray {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 4% 0;
}

.fsmpro-left{
    float: left;
    width: 40%;
}

.review-date {
    width: 100%;
    float: left;
    padding: 3% 0;
}
.review-date h1 {
  font-size: 60px;
  font-weight: 600;
}
.review-date p{
    font-size: 24px;
    color: #7f7f7f;
    width: 100%;
    text-align: center;
}
.review-date01 {
    width: 100%;
    float: left;
}


.left-map {
    float: left;
    margin-right: 4%;
    WIDTH: 32%;
}
.left-map img{
    float: left;
    WIDTH: 100%;
}
.right-map {
    float: left;
    margin-right: 0%;
    WIDTH: 63%;
}
.right-map img{
    float: left;
    WIDTH: 100%;
}
.city .paginaton-section {
    width: 470px;
    margin: 0 auto;
}


.fsmpro {
    width: 100%;
    float: left;
    padding: 4% 0;
}

.plan-table {
    float: left;
    width: 100%;
    margin: 40px 0;
}

.plan-table ul {
    width: 670px;
    margin: 0 auto;
}
.plan-table li {
    float: left;
    width: 25%;
}
.plan-table li a {
    padding: 8px 18px;
    margin: 20px;
    float: left;
    border: 1px solid #9e9e9e;
    color: #2e2e2e;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    width: 54%;
    text-align: center;
    font-weight: 600;
}
.plan-table li a:hover{
    border: 1px solid #d79f60;
    color: #d79f60;
}


.table-but {
    width: 100%;
    float: left;
    margin-top: 10%;
}
.plan-table-but {
    width: 700px;
   margin: 0 auto;
}
.plan-table-but a{
    width: 100%;
    padding: 20px 60px;
    font-size: 38px;
    font-weight: 600;
    text-decoration: none;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    background: #fff;
}
.plan-table-but a:hover {
    color: #daa76e;
    border: 1px solid #dba76e;
    background: #fff0;
}
.plan-table-but p{
    width: 100%;
    font-size: 22px;
    color: #2e2e2e;
    text-align: center;
    margin-top: 40px;
}

.surveys{
    width: 100%;
    float: left;
    padding: 4% 0;
}

.surveys-li {
    width: 1200px;
    margin: 0 auto;
}
.surveys-li ul{
    float: left;
    width: 100%;
    margin: 2% 0 0;
}

.surveys-li li {
    width: 14%;
    float: left;
    text-align: center;
    margin: 0 1%;
    height: 230px;
}
.surveys-li li a{
    color: #2e2e2e;
    text-decoration: none;
}
.surveys-li li p {
    color: #2e2e2e;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}
.ward-text {
    float: left;
    display: inline-flex;
}
.content .ward-text p {
    width: auto;
    float: left;
    margin: 0;
    font-size: 16px;
    padding: 0;
    margin-top: 73%;
    margin-bottom: 10px;
    margin-right: 34px;
    margin-left: 16px;
}
.content .ward-text p:nth-child(2) {
   
    margin-right: 4px;
    margin-left: 16px;
}
#plan-op .enumerators-ward li:nth-child(1) {
  
    margin-top: 15px;
}
#plan-op .enumerators-ward li:nth-child(2) {
  
    margin-top: 15px;
}
#plan-op .enumerators-ward {
    float: left;
    width: 100%;
    overflow-y: scroll;
    height: 220px;
}
.plan-text {
    height: 90px;
}
.surveys-li li h3{
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    width: 100%;
    margin-top: 20px;
}
p.edit {
    width: 100%;
    float: left;
    text-align: center;
}

.edit a {
    font-size: 20px;
    color: #2e2e2e;
    text-decoration: none;
    border-bottom: 1px solid;
}

.surveys .content-center p{
    text-align: center;
}
.fsmpro-search {
    float: left;
    width: 100%;
    padding: 4% 0;
}
.fsmpro-left {
    float: left;
    width: 50%;
    border-right: 1px solid #ddd;
    
}
.fsmpro-left .fsmpro-box {
    float: right;
    margin-right: 4%;
}
.fsmpro-right {
    float: left;
    width: 49%;
    border-left: 1px solid #ddd;
   
}
.fsmpro-box {
    float: left;
    width: 55%;
    background: #fff;
    padding: 40px;
    margin-left: 4%;
    min-height:670px;
}

.fsmpro-left h4 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    text-decoration: underline;
}
.fsmpro-left h4 a {
    color: #333;
}
.fsmpro-right h3{
    width: 100%;
    text-align: center;
    font-size: 34px;
    }


    div#enu-sys {
        width: 70%;
        float: right;
    }
.enumerators-system {
    width: 100%;
    float: left;
    background: #fff;
    padding: 4% 0;
    margin: 4% 0;
}


#enu-sys.surveys-li li h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    width: 100%;
    margin-top: 0px;
}
#enu-sys.surveys-li li {
    margin: 0 16px;
}
.total-cont {
    width: 36%;
    FLOAT: LEFT;
    border: 1px solid #f7f7f7f7;
    padding: 6%;
}
#enu-sys.surveys-li li .total-cont:first-child p{
    color: #d79f60;
}
#enu-sys.surveys-li li .total-cont p {
    height: auto;
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 24px;
}
#enu-sys.surveys-li li .total-cont span{
    font-size: 11px;
    float: left;
    width: 100%;
}
.enumerators-sys {
    padding: 0 3%;
    float: left;
}
.enumerators-ward {
    float: left;
    width: 100%;
}
.enumerators-ward li {
    float: left;
    width: 8.8%;
    margin: 10px 1.4%;
}
.enumerators-ward li:nth-child(1){
    width: 15%;
    margin-top: -10px;
}
.enumerators-ward li:nth-child(2){
    width: 9%;
    margin-top: -10px;
}
.enumerators-ward li p:nth-child(1) {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 24px;
    padding: 0;
    margin-top: -26px;
    margin-bottom: 10px;
}
.enumerators-ward li p:nth-child(2){
    width: 100%;
   float: left;
}
.enumerators-ward li input {
    float: left;
    width: 81%;
    border: none;
    background: none;
    font-size: 24px;
    outline: none;
    text-align: center;
    border: 1px solid #000;
    text-align: center;
    height: 55px;
    padding: 0px 20px;
    color: #2e2e2e;
    font-weight: 600;
}
.enumerators-ward li select {
    float: left;
    width: 100%;
    border: none;
    background: none;
    font-size: 24px;
    outline: none;
    text-align: center;
    border: 1px solid #000;
    text-align: center;
    padding: 10px 20px;
	height: 55px;
}
.enumerators-ward li select option{
	font-size: 20px;
}
.add-row {
    float: right;
    width: 100%;
    margin-bottom: 4%;
    margin-top: 30px;
    margin-right: 1%;
}
.add-row a {
    float: right;
    border: 1px solid #000;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
}
.enumerators-assign {
    float: left;
    text-align: center;
    width: 100%;
    margin: 2% 0 ;
}
.enumerators-assign a {
    float: none;
    border: 1px solid #000;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 28px;
    color: #000;
    text-align: center;
}




#fsmpro-track .filter-section {
    width: 920px;
    margin: 0 auto;
    position: relative;
}
#fsmpro-track .filter-section li {
    width: 23%;
}


.city-name-section {
    width: 100%;
    padding: 4% 0;
    float: left;
}
.city-name-section h1{
    font-size: 68px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.track-section {
    width: 100%;
    float: left;
    padding: 2% 0 0;
}
.filter-menu-section {
    float: left;
    width: 100%;
    background: #f7f7f7;
}
.track-section ul li:first-child{
	padding: 0;
	margin-right: 4%;
}
.track-section ul li{
	float: left;
	width: 20%;
	background: #fff;
	padding: 20px;
	border: 2px solid #ccc;
	border-radius: 10px;
	margin: 0 1%;
}
.tarck-box:first-child .track-section ul li img {
	padding: 0;
	
}
::placeholder{
    color: #bdbdbd;
    font-weight: 400;
}
::-webkit-input-placeholder { /* Chrome */
    color: #bdbdbd;
    font-weight: 400;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #bdbdbd;
    font-weight: 400;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #bdbdbd;
    font-weight: 400;
    opacity: 1;
  }
  :-moz-placeholder { /* Firefox 4 - 18 */
    color: #bdbdbd;
    font-weight: 400;
    opacity: 1;
  }
.track-section ul li h3{
	background: #ececec;
	font-size: 18px;
	float: left;
	width:-webkit-fill-available;
	padding: 10px;
	margin-top: 0;
	border-radius: 10px 10px 0px 0px;
	
}
.track-section ul li:first-child span {
    width: auto;
    font-size: 26px;
    margin-top: 40px;
    font-weight: 500;
}
.track-section ul li:first-child img {
    float: left;
    width: 100%;
    padding: 10px 0;
    position: static;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.track-section ul li img {
    float: left;
    width: auto;
}
.img-text {
    height: 90px;
    width: 100%;
    float: left;
}
.track-section ul li img {
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.track-section ul li p {
    font-size: 40px;
    float: left;
    padding: 0;
    color: #d79f60;
    font-weight: 600;
    width: auto;
    margin: -10px 0 0 10px;
}
.track-section ul li b {
    float: left;
    font-size: 40px;
    font-weight: 400;
}
.track-section ul li span {
    font-size: 22px;
    float: left;
    padding: 0;
    color: #000;
    margin-top: 0px;
    width: 75%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    margin-left: 10px;
}
.filter-menu {
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #bbbbbb;
}

#track .filter-section li {
    width: 24.8%;
}
#track .filter-section {
    width: 850px;
    margin: 0 auto;
    position: relative;
}
span.first-span{
	font-size: 30px;
	margin-top: 30px;
	height: auto;
	width: auto;
	position: static;
}

.per-green, .per-hover-green:hover {
    color: #fff!important;
    background-color: #d79f60!important;
}
.per-center {
    text-align: center!important;
}
.per-container, .per-panel {
    padding: 1px 0px;
    border-radius: 12px 0 0 12px;
    text-indent: 20px;
}
.pre-light-grey {
    background: #ececec;
    margin: 20px 0;
    FLOAT: LEFT;
    width: 100%;
    border-radius: 12px;
}
.track-section .complet p{
	font-size: 20px;
	float: left;
	text-align: center;
	width: 100%;
	color: #4d4d4d;
	margin: 0;
}
.track-section .complet {
	width: 49%;
	float: left;
}
.track-section li .complet.black  {
	border-right: 1px solid #f7f7f7;
}
.track-section .complet h3 {
    font-size: 48px;
    font-weight: 600;
    background: none;
    width: -webkit-fill-available;
    text-align: center;
    color: #4d4d4d;
    margin: 0;
}
.track-section .complet.black p{
	color: #d79f60;
}
.track-section .complet.black h3{
	color: #d79f60;
}

.tab-map {
    width: 100%;
    float: left;
    margin-bottom: 4%;
}
.right-enabler ul li:last-child{
	margin-right: 0;
}
.content-text .right-enabler li {
    width: 16%;
    margin: 0 2%;
    cursor: pointer;
}


.content Ul.menu li a.active {
    color: #d79f60;
}
.sub-menu a.active {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}

#enu-sys.surveys-li li .total-cont.org p{
    color: #d79f60;
}
#enu-sys.surveys-li li .total-cont.org span{
    color: #d79f60;
}


.congratulations-section {
    float: left;
    width: 100%;
    margin: 4% 0;
}
.demo-video{
    width: 100%;
    float: left;
    margin: 4% 0;
}
.demo-video img{
    width: 100%;
    float: left;
}

.cd-horizontal-timeline {
    margin: 20px auto;
    float: left;
    width: 100%;
    opacity: 1 !important;
}





.main{width: 100%;}
/*General Menu Styling*/

.dropdown01 {
    position: absolute;
    width: 200px;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    transition: ease-out .35s;
    -moz-transition: ease-out .35s;
    -webkit-transition: ease-out .35s;
    background: #e0d5b6;
    z-index: 99999;
}
.mainnav li{float: left;padding:0 5px;}
.mainnav li:first-child{border: none;}
.mainnav li a {
    display: block;
    padding: 8px 20px;
    color: #2d2d2d;
    text-decoration: none;
    font-size: 18px;
}
.mainnav li:hover{}
.mainnav li:hover a{}
/*First Level*/
.subs {
    left: 0px;
    position: relative;
    top: 0px;
    width: 175px;
    border-left: none !important;
}
ul.dropdown01 li a::after {
    display: none;
}
.mainnav ul.dropdown01 li {
    float: left;
    padding: 7px 0;
    border-bottom: 1px solid #fff;
    width: -webkit-fill-available;
    ;
}
.mainnav ul.dropdown01 li:hover {
    background: #d79f60;
}
.mainnav ul.dropdown01 li a {
    float: left;
    padding: 7px 21px;
    text-align: left;
    width: -webkit-fill-available;
}
.subs:last-child{border: none !important;}
.hassubs:hover .dropdown01,.hassubs .hassubs:hover .dropdown01{opacity: 1;visibility: visible;   font-size: 14px;}
.mainnav li:hover ul a, .mainnav li:hover ul li ul li a {
    font-size: 14px;
}
.mainnav li ul li:hover,.mainnav li ul li ul li:hover{ font-size: 14px;}
.mainnav li ul li:hover a,.mainnav li ul li ul li:hover a{  font-size: 14px;}
/*Second Level*/
.hassubs .hassubs .left-menu.dropdown01 .subs{left: 25px;position: relative;width: 165px;top: 0px;}
.hassubs .hassubs .dropdown01{position: absolute;width: 150px;left: 120px;top: 0px;opacity: 0; font-size: 14px;}

.search {
    float: left;
    width: auto;
}

   
.search {
    width: 22em;
    height: 43px;
    padding: 0;
    margin: 0;
    line-height: 2em;
    background-color: #3330;
    position: relative;
    transition: all .25s linear;
    margin-right: 20px;
}
  .search input {
    width: 100%;
    height: 43px;
    line-height: 1em;
    padding: 0 0 0 .5em;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 18px;
    color: #000;
    float: left;
    transition: all .25s linear;
  }
  .search a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    padding: 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .25s linear;
  }
  .search a::before {
      content: "";
      background-image: url(../images/search-icon.png);
      background-position: 10px 10px;
      background-repeat: no-repeat;
      width: 37px;
      height: 33px;
      position: relative;
      z-index: 999;
      display: block;
  }

  
  .search a:hover {
    color: #eee;
  }
  .search.collapsed {
    width: 2em;
    margin-left: 20em;
}
  .search.collapsed input {
    width: 0;
  }
  .search.collapsed a {
    color: #999;
  }
  .search.collapsed a:hover {
    color: #bbb;
  }
  

  .search  ::placeholder{
    color: #bdbdbd;
    font-weight: 400;
}
.search ::-webkit-input-placeholder { /* Chrome */
    color: #bdbdbd;
    font-weight: 400;
  }
  .search :-ms-input-placeholder { /* IE 10+ */
    color: #bdbdbd;
    font-weight: 400;
  }
  .search  ::-moz-placeholder { /* Firefox 19+ */
    color: #bdbdbd;
    font-weight: 400;
    opacity: 1;
  }
  .search  :-moz-placeholder { /* Firefox 4 - 18 */
    color: #bdbdbd;
    font-weight: 400;
    opacity: 1;
  }
  .mySlides {display:none;}
  button.w3-button.w3-black {
    border: none;
    background: #d7a05f;
    color: #fff;
    font-size: 30px;
    padding: 6px 20px;
    outline: none;
    border-radius: 50px;
    margin: 5px;
    cursor: pointer;
}
button.w3-button.w3-black:hover {
    border: none;
    background: #f0e7c0;
}
.top-header.scrolled {
    width: 100%;
    float: left;
}

.home-slider-but {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.paginaton-section a:first-child::before {
    content: "";
    background-image: url(../images/prev.png);
    background-position: 0px 9px;
    background-repeat: no-repeat;
    width: 37px;
    height: 24px;
    position: relative;
    z-index: 999;
    display: block;
}
.paginaton-section a:last-child::after {
    content: "";
    background-image: url(../images/next.png);
    background-position: 20px 9px;
    background-repeat: no-repeat;
    width: 37px;
    float: right;
    height: 24px;
    position: relative;
    z-index: 999;
    display: block;
}
.pagination a.save:last-child::after{
    display: none;
}

.section10 {
    width: 100%;
    float: left;
    padding: 10px 0;
    margin-top: 19%;
}
.section10 a:hover {
    background: #e0d5b6;
    border: none;
    color: #2d2d2d;
}
.surveys-li li input {
    height: 60px;
    width: 70px;
    float: none;
    margin: 0 auto;
    outline: none;
    font-size: 36px;
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
    display: none;
}


.enabling-section .enabler-ecosystem .content-text ul li:hover img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
     transform: rotatex(180deg);
     cursor: pointer;
}
.enabling-section .enabler-ecosystem .content-text ul li.current img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
     transform: rotatex(180deg);
     cursor: pointer;
}
.enabling-section .enabler-ecosystem .content-text ul li img::after{
    
}
.info-text::before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
}

.info-right {
    float: right;
    width: 45%;
}
.info-right img{
    float: left;
    width: 100%;
}

.info-left {
    float: left;
    width: 54%;
}
.info-tittle {
    display: inline-flex;
    width: 100%;
    float: left;
}
.info-tittle img {
    width: 14%;
    float: left;
    height: 100%;
}


.info-tittle h4{
  font-size: 42px;
  margin: 20px 0 0 20px
}
.household {
    float: left;
    width: 80%;
    margin: 40px 0;
}
.household h4{
    text-align: center;
    font-size: 38px;
    width: 100%;
    font-weight: 600;
    margin: 20px 0;
}
.household img{
    width: 100%;
    float: left;
}
.household p{
    text-align: left;
    font-size: 28px;
    width: 100%;
    font-weight: 400;
    margin: 0;
}
.household .pre-light-grey {
    background: #d6cfb2;
    margin: 5px 0;
    FLOAT: LEFT;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 40px;
}
.per-container, .per-panel {
    padding: 10px 0px;
    border-radius: 0 !important;
    text-indent: 20px;
    font-size: 22px;
    font-weight: 400;
}
.per-green, .per-hover-green:hover {
    color: #fff!important;
    background-color: #d79f60!important;
}
.info-tittle.center {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}
.info-tittle.center img {
    width: 14%;
    float: none;
    height: 100%;
}
.info-pagination-section {
    float: left;
    width: 100%;
    margin: 4% 0;
    text-align: center;
}
.info-pagination-section a:hover {
    border: 1px solid #d79f60;
    color: #d79f60;
}
.info-pagination-section a {
    padding: 10px 30px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 10px;
    clear: initial;
    float: none;
    background: none;
}
.results-potion {
    float: left;
    width: 60%;
    display: inline-flex;
}
.results-potion h5{
font-size: 28px;
font-weight: 600;
float: left;
width: 100%;
}
.results-potion p{
    font-size: 22px;
font-weight: 400;
float: left;
width: 100%;

}
.results-potion a {
    color: #2e2e2e;
    font-weight: 400;
    background: none;
    border: none;
    text-transform: initial;
    padding: 0;
    font-size: 22px;
    text-decoration: underline;
    float: none;
}

.results-potion a:hover{
    color: #000;
    font-weight: 400;
}
.results-text {
    width: 73%;
    float: left;
}
.results-but a {
    padding: 10px 30px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 10px;
    background: none;
    float: none;
}
.results-but a:hover {
    border: 1px solid #d79f60;
    color: #d79f60;
}
.results-but {
    float: right;
    width: 26%;
    margin-top: 20px;
}
.results-potion.cities {
    width: 36%;
    float: right;
    display: block;
}
.results-box {
    float: left;
    width: 100%;
    margin: 4% 0;
}

.cd-timeline-navigation{
    display: block;
}


.output-gray {
    float: left;
    width: 100%;
    background: #fcf8ef;
    padding: 200px 0 100px;
}
.output-left {
    width: 47%;
    float: left;
}
.output-right {
    float: right;
    width: 47%;
}
.output-bot-box {
    text-align: center;
    background: #fff;
    padding: 0px;
    float: left;
    width: -webkit-fill-available;
    border: 1px solid #f1f6f9;
    height: 1000px;
}
.output-bot-box img {
    margin-top: -14%;
    margin-bottom: 20px;
}
.content-text .output-bot-box p {
    font-size: 30px;
    margin: 10px 0;
    padding: 0 6%;
    width: -webkit-fill-available;
    font-weight: 400;
    line-height: 36px;
}
.output-bot-box ul {
    width: 100%;
    float: left;
    margin: 30px auto;
}
.content-text .output-bot-box ul li p{
    width: 78%;
    float: left;
    margin: 0;
    font-size: 24px;
    padding: 0;
    font-weight: 800;
    line-height: 30px;
}
.output-bot-box ul li:last-child{
    border-bottom: 0px solid;
}
.output-bot-box ul li {
    float: left;
    text-align: left;
    padding: 20px 8%;
    font-weight: 600;
    border-bottom: 2px solid #dfe3e9;
    width: -webkit-fill-available;
    margin: 0;
}
.output-bot-box ul li img {
    width: 100px;
    float: left;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0;
}
.output-right .output-bot-box ul li img {
    margin-top: 0px;
}
.output-right .output-bot-box ul {
    width: 100%;
    float: left;
    margin: 30px auto;
}









.container {
    display: block;
    position: relative;
    margin: 0px auto;
    height: auto;
    width: -webkit-fill-available;
    padding: 0;
    float: left;
}
  
  .container h2 {
      color: #AAAAAA;
  }
  
  .container ul{
    list-style: none;
    margin: 0;
    padding: 0;
      overflow: auto;
  }
  
  .container ul li{
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 32%;
    height: 100px;
      border-bottom: 0px solid #333;
  }
  .container ul li:nth-child(2) {
    text-align: center;
    margin-top: 5%;
    height: auto;
}
.table-but.temp .plan-table-but {
    width: 507px;
    margin: 0 auto;
}
.table-but.temp .plan-table-but a {
    font-size: 20px;
    padding: 10px;
    margin: 20px;
}
.table-but {
    width: 100%;
    float: left;
    margin: 5% 0;
}
.resp-vtabs .resp-tab-content .surveys-li img {
    width: auto;
    float: none;
    min-height: initial;
    height: auto;
}
  
  .container ul li input[type=radio]{
    position: absolute;
    visibility: hidden;
  }
  
  .container ul li label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 25px 25px 25px 80px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
  }
  
  .container ul li:hover label{
      color: rgb(34, 34, 34);
  }
  
  .container ul li .check{
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear;
  }
  
  .container ul li:hover .check {
    border: 5px solid rgb(29, 29, 29);
  }
  
  .container ul li .check::before {
    display: block;
    position: absolute;
      content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
      left: 5px;
    margin: auto;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear;
  }
  
  .container input[type=radio]:checked ~ .check {
    border: 5px solid #d79f60;
  }
  
  .container input[type=radio]:checked ~ .check::before{
    background: #d79f60;
  }
  
  .container input[type=radio]:checked ~ label{
    color: #d79f60;
  }
  
  .container .signature {
      margin: 10px auto;
      padding: 10px 0;
      width: 100%;
  }
  
  .signature p{
      text-align: center;
      font-family: Helvetica, Arial, Sans-Serif;
      font-size: 0.85em;
      color: #AAAAAA;
  }
  
  .signature .much-heart{
      display: inline-block;
      position: relative;
      margin: 0 4px;
      height: 10px;
      width: 10px;
      background: #d79f60;
      border-radius: 4px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  
  .signature .much-heart::before, 
  .signature .much-heart::after {
        display: block;
    content: '';
    position: absolute;
    margin: auto;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #d79f60;
    top: -4px;
  }
  
  .signature .much-heart::after {
      bottom: 0;
      top: auto;
      left: -4px;
  }
  
  .signature a {
      color: #AAAAAA;
      text-decoration: none;
      font-weight: bold;
  }
  
  
  /* Styles for alert... 
  by the way it is so weird when you look at your code a couple of years after you wrote it XD */
  
  .alert {
      box-sizing: border-box;
      background-color: #d79f60;
      width: 100%;
      position: relative; 
      top: 0;
      left: 0;
      z-index: 300;
      padding: 20px 40px;
      color: #333;
  }
  
  .alert h2 {
      font-size: 22px;
      color: #232323;
      margin-top: 0;
  }
  
  .alert p {
      line-height: 1.6em;
      font-size:18px;
  }
  
  .alert a {
      color: #232323;
      font-weight: bold;
  }

  .dashboard-section th {
    background-color: #d79f60;
    color: #fff;
    font-size: 16px;
}
.dashboard-section table {
   
    border-collapse: collapse;
    width: 100%;
    font-weight: bold;
}
.dashboard-section tr:nth-child(odd) {
    background-color: #fff;
}
.dashboard-section td, th {
    border: 1px solid #b1b1b1;
    text-align: left;
    padding: 10px;
    text-align: center;
    font-weight: normal;
}
.progress-green-bg {
    background-color: #e0d5b6;
    transition: 0.5s;
}
.online-txt {
    padding-top: 5px;
    float: left;
    padding-left: 10px;
    color: #fff;
}

.dashboard-section {
    float: left;
    width: 100%;
}
.dashboard-table{
    float: left;
    width: 100%;
    margin: 4% 0;
}
.dashboard-width {
    width: 95%;
    margin: 0 auto;
}
#primary_nav_wrap .dashboard-bg a{
    color: #d79f60;
}




.ass-cat ul li {
    list-style: none;
    float: left;
    padding: 10px 10px;
    /* border-top: 1px solid #d3d7d9; */
    position: relative;
    width: 8%;
    padding: 0px;
    padding-top: 10px;
    text-align: center;
    padding: 0 1%;
}
.ass-cat ul li::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #d3d7d9;
    width: 43%;
    transform: translateY(-1rem);
    left: 0;
    position: absolute;
    top: 6px;
}
.ass-cat ul li:hover a, .ass-cat ul li.active a {
    color: #d79f60;
}
.ass-cat ul li:first-child::before {
    content: "";
   
}
.ass-cat ul li::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #d3d7d9;
    width: 43%;
    transform: translateY(-1rem);
    left: 0;
    position: absolute;
    top: 90px;
}
.ass-cat ul li.active a:before {
    background-color: #d79f60;
}
.ass-cat ul li.selected a:before {
    background-color: #000;
    background: url(../images/completed.png) no-repeat;
    background-position: center;
}
.ass-cat ul li.inporgress a:before {
    background-color: #000;
    background: url(../images/incomplete.png) no-repeat;
    background-position: center;
}
.ass-cat ul li a:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 10px;
    border-radius: 50%;
    position: absolute;
    top: 67px;
    background-color: #d3d7d9;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}

.ass-cat ul li p {
    margin-top: 53px;
    /* position: absolute; */
    text-transform: uppercase;
    width: -webkit-fill-available;
    text-align: center;
    margin-left: 0;
    font-size: 14px;
    color: #827d6d;
}

.ass-cat ul li::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #d3d7d9;
    width: 43%;
    transform: translateY(-1rem);
    right: 0;
    position: absolute;
    top: 90px;
}

td.online-td.progress-green-bg img{
    width: 50px;
}
.ass-cat.container-fluid {
    float: left;
    width: 100%;
    height: 200px;
    margin-top: 4%;
}

.jQueryDialogTitle {
    padding: 0 !important;
}
.jQueryDialogCloseButton a{

}
.section10 a {
    width: 224px;
    padding: 0;
    background: #fff;
    border: none;
    box-shadow: 5px 10px 14px #e7e7e7;
}

.section02.learn .left-section{
    width: 25%;
}
.banner-text .section10 p{
    width: 224px;
}
.mail-del{
    width: 100%;
    float: left;
}
#signup .form select {
    width: 29%;
    margin: 2%;
}
.banner-text .section10 span {
    padding: 16px 5%;
    float: left;
}
.banner-text .section10 img {
    width: auto;
    float: right;
    background: #d79f60;
    padding: 7%;
}
.jQueryDialogCloseButton {
    padding: 0 !important;
    right: -33px !important;
    background: #fff;
    top: 0 !important;
    border-radius: 0 !important;
}

.jQueryDialogTitle h2{
    display: none;
}
.jQueryDialogBody {
    padding: 0 !important;
}






/* The container */
.question-section.half {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .question-section.half input.radio_value {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .question-section.half:hover input.radio_value ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .question-section.half input.radio_value:checked ~ .checkmark {
    background-color: #d79f60;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .question-section.half input.radio_value:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .question-section.half .checkmark:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffffff;
}


  .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #d79f60;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }








  
.ass-cat ul li {
    list-style: none;
    float: left;
    padding: 10px 10px;
    /* border-top: 1px solid #d3d7d9; */
    position: relative;
    width: 8%;
    padding: 0px;
    padding-top: 10px;
    text-align: center;
    padding: 0 1%;
}
.ass-cat ul li::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #d3d7d9;
    width: 43%;
    transform: translateY(-1rem);
    left: 0;
    position: absolute;
    top: 6px;
}
.ass-cat ul li:hover a, .ass-cat ul li.active a {
    color: #d79f60;
}
.ass-cat ul li:first-child::before {
    content: "";
   
}
.ass-cat ul li::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #d3d7d9;
    width: 43%;
    transform: translateY(-1rem);
    left: 0;
    position: absolute;
    top: 90px;
}
.ass-cat ul li.active a:before {
    background-color: #d79f60;
}
.ass-cat ul li.selected a:before {
    background-color: #000;
    background: url(../images/completed.png) no-repeat;
    background-position: center;
}
.ass-cat ul li.inporgress a:before {
    background-color: #000;
    background: url(../images/incomplete.png) no-repeat;
    background-position: center;
}
.ass-cat ul li a:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 10px;
    border-radius: 50%;
    position: absolute;
    top: 67px;
    background-color: #d3d7d9;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}
.ass-cat.box-eight ul li.active p {
    color: #2e2e2e;
}
.ass-cat ul li.active p {
    color: #2e2e2e;
}
.ass-cat ul li p {
    margin-top: 53px;
    /* position: absolute; */
    text-transform: uppercase;
    width: -webkit-fill-available;
    text-align: center;
    margin-left: 0;
    font-size: 16px;
    color: #838383;
    min-height: 100px;
    font-weight: 600;
    width: 100%;
    margin: 53px auto;
    text-decoration: none;
    outline: none;
}

.ass-cat ul li::after {
    display: inline-block;
    content: "";
    border-top: 2px solid #d3d7d9;
    width: 43%;
    transform: translateY(-1rem);
    right: 0;
    position: absolute;
    top: 90px;
}

td.online-td.progress-green-bg img{
    width: 50px;
}
.ass-cat.container-fluid {
    float: left;
    width: 100%;
    height: 200px;
    margin-top: 4%;
}

.infratructure-assessment-section .info-left {
    float: left;
    width: 100%;
}
.infratructure-assessment-section .info-tittle {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
}
.infratructure-assessment-section .info-tittle img {
    width: 9%;
    float: none;
    height: 100%;
}
.infratructure-assessment-section .household {
    float: left;
    width: 43%;
    margin: 3%;
}

.infratructure-assessment-section .info-left.half {
    width: 50%;
}
.infratructure-assessment-section .info-left.half .household img{
    width: 100%;
}
.infratructure-assessment-section .info-left.half .household{
    width: 100%;
}

.ass-cat.box-eight ul li{
    width: 10%;
}
.ass-cat.box-eight ul li img{
    opacity: 0.3;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}
.ass-cat.box-eight ul li.active img{
    opacity: 0.9;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.ass-cat.box-eight ul li:hover img{
    opacity: 0.9;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.ass-cat.box-eight ul li:hover p {
    color: #2e2e2e;
}




.ass-cat.box-nine ul li{
    width: 9%;
}
.ass-cat.box-nine ul li img{
    opacity: 0.3;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

}
.ass-cat.box-nine ul li.active img{
    opacity: 0.9;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.ass-cat.box-nine ul li:hover img{
    opacity: 0.9;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.ass-cat.box-nine ul li:hover p {
    color: #2e2e2e;
}


.ass-cat ul li p span {
    font-size: 12px;
    color: #b7b7b7;
    float: left;
    width: 100%;
    text-transform: lowercase;
    margin-top: 5px;
}

.jQueryDialogTitle {
    padding: 0 !important;
}
.jQueryDialogCloseButton a{

}
.section10 a {
    width: 225px;
    padding: 0;
    background: #fff;
    border: none;
}
.banner-text .section10 p{
    width: 225px;
}
.banner-text .section10 span {
    padding: 15px 10px;
    float: left;
}
.banner-text .section10 img {
    width: auto;
    float: right;
    background: #d79f60;
    padding: 7%;
}
.jQueryDialogCloseButton {
    padding: 0 !important;
    right: -33px !important;
    background: #fff;
    top: 0 !important;
    border-radius: 0 !important;
}

.jQueryDialogTitle h2{
    display: none;
}
.jQueryDialogBody {
    padding: 0 !important;
}


.household .pre-light-grey {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgb(255, 255, 255) 25%,transparent 25%,transparent 50%,rgb(255, 255, 255) 50%,rgb(255, 255, 255) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    border-radius: 12px 0 0 12px;
}














.body-space {
    width: 100%;
    float: left;
    margin-top: 130px;
}

.full-header-menu {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 99;
}


.contribute {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.contribute .content-text h1 {
    margin-top: 20px;
    font-size: 48px;
    font-weight: 700;
    color: #000;
}
.contribute-left {
    width: 60%;
    float: left;
    text-align: left;
    margin-top: 25%;
}
.contribute-left h3 {
    text-align: center;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
    color: #2e2e2e;
}

.contribute-right {
    width: 600px;
    float: left;
    margin: 2% 0;
}

.upload h3{
    background: #e6e6e6;
    padding: 25px 20px;
    width: -webkit-fill-available;
    display: inline-flex;
    font-size: 28px;
    margin-top: 0;
}
.upload span{
    width: auto;
    float: left;
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding:20px 22px;
    height: auto;
    margin: -10px 20px;
}

.upload-file {
    width: -webkit-fill-available;
    float: left;
    padding: 30px 10%;
    background: #f7f7f7;
}
.upload-file input[type="file"] {
    border: none;
    background: #fff;
    width: -webkit-fill-available;
    height: 60px;
    padding: 20px;
    color: #0000;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/upload-icon.png) right center no-repeat #ffffff;
    border-radius: 0;
    background-size: 60px 60px;
    background-position: 95%;
    padding: 85px 0 0 0;
    outline: none;
}
.upload-file p {
    font-size: 18px;
    color: #85949f;
    float: left;
    margin-top: 5px;
    text-align: left;
}

.upload-file input[type="text"] {
    width: -webkit-fill-available;
    height: 30px;
    padding:  20px 30px;
    font-size: 30px;
    margin: 20px 0;
    outline: none;
}
.upload-file input[type="text"]::placeholder{
    color: #85949f;
}
.uplaod-but {
    float: left;
    width: 100%;
    margin: 40px 0;
}

.uplaod-but span{
    float: left;
    width: auto;
    margin: 0;
}
.uplaod-but input[type="submit"] {
    float: right;
    margin: 0;
    width: 80%;
    font-size: 38px;
    padding: 15px;
    text-transform: capitalize;
}




/* Learn css */

.learn {
    float: left;
    width: 100%;
    margin: 2% 0;
}
.learn-map {
width: 100%;
float: left;
}
.learn-map h4 {
    font-size: 38px;
    width: 90%;
    text-align: center;
    margin: 0 auto 30px;
}

    .learn-left-map {
        width: 70%;
        float: left;
        margin: 20px 0;
    }
    .learn-left-map img {
        width: 100%;
    }

    .learn-right-del {
        width: 25%;
        float: right;
    }
    .learn-right-del h3 {
        width: 100%;
        border-bottom: 2px solid #e8e8e8;
        float: left;
        display: inline-flex;
        font-weight: 600;
        font-size: 48px;
    }
    .learn-right-del p {
        float: left;
        width: auto;
        margin-left: 20px;
        font-size: 36px;
        margin-top: 10px;
        font-weight: 500;
    }
.learn-right-del ul{

}
.learn-right-del ul li a{
    font-size: 36px;
    margin-top: 10px;
    font-weight: 500;
    color: #292929;
    text-decoration: none;
    margin: 10px 0;
    float: left;
    width: 100%;
    border-bottom: 2px solid #e8e8e8;
}
.learn-right-del li b{
    font-weight: 600;
    font-size: 48px;
    color: #292929;
    margin-right: 10px;
    float: left;
}

.learn-right-del ul li ul.dropdown-res {
    display: none;
    overflow-y: scroll;
    height: 400px;
    float: left;
    width: 100%;
}
  
    .learn-right-del ul li {
        position: relative;
        float: left;
        width: 100%;
}
.learn-right-del ul li ul.dropdown-res li:after {
    display: none;
}
    .learn-right-del ul li:first-child:after {
        content: '';
        position: absolute;
        top: 40px;
        right: 22px;
        transform: translateY(-50%);
        height: 0;
        width: 0;
        border-top: 15px solid silver;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
      }


      .learn-prt_land_bg {
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 2%;
        margin: 0 auto;
        clear: both;
    }
    .learn-prt_logo_bg {
        width: 28%;
        height: auto;
        display: inline-block;
        margin: 1.5%;
        background: #f1f1f1;
        padding: 0px;
    }
    .learn-box-1-row {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        height: 400px;
        overflow: hidden;
    }
    .learn-box-1-row.demo-3 img{
        position: relative;
        width: 100%;
        float: left;
        height: 100%;
    }

    .blog-right {
        width: 42%;
        float: right;
        padding: 20px;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(241, 241, 241, 0.80);
        bottom: 0;
    }
    .blog-left {
        width: 100%;
        float: left;
        background: rgba(37, 37, 37, 0.38);
        height: 100%;
        padding: 0;
        position: absolute;
    }

    
    .learn-box-1-row.demo-3 {
    position: relative;
    overflow: hidden;
  }
  .learn-box-1-row.demo-3 img {
    max-width: 100%;
    
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .learn-box-1-row.demo-3:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }


    .blog-right h5 {
        font-size: 22px;
        float: left;
        text-align: left;
        margin-bottom: 10px;
        width: 100%;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 140px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
       
    }
    .blog-right p {
        font-size: 16px;
        width: 100%;
        float: left;
        text-align: left;
        margin-bottom: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            max-height: 140px;      /* fallback */
            -webkit-line-clamp: 6; /* number of lines to show */
            -webkit-box-orient: vertical;
            min-height: 200px;
    }
   
    
    .blog-right a{
      display: block;
        font-size: 16px;
        float: left;
        text-align: left;
       border: 2px solid #292929;
       padding: 10px 15px;
       color: #292929;
       text-decoration: none;
    }
   
    .blog-right a:hover {
        background: #dc9442;
        color: #fff;
        border: 2px solid #dc9442;
    }

    .pagination a.num {
        margin: 20px 10px;
        width: 28px;
        text-align: center;
        float: left;
        display: block;
    }
    .learn .paginaton-section {
        width: 810px;
        margin: 0 auto;
        float: none;
    }

    .learn .filter-section li {
        width: 10%;
    }
    .learn .filter-section {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .learn .filter-section li:nth-child(3) {
        width: 24%;
    }

    .learn .dropdown-content {
       
        width: -webkit-fill-available;
        left: 0;
        right: 0;
        background: #ececec;
        padding: 40px;
    }
    .learn .dropbtn:hover, .learn .dropbtn:focus {
        background-color: #ececec;
    }
    .learn .dropdown-content a{
        width: auto;
    float: left;
    margin: 1%;
    font-size: 20px;
    border: 1px solid #292929;
    padding:20px;
    background: none;
    }
    .learn .filter-menu {
        width: 100%;
        float: left;
        background: #ffffff;
    }
    .learn .search01 input {
        width: 100%;
        height: auto;
        line-height: 1em;
        padding: 28px 4%;
        border: none;
        outline: none;
        background-color: transparent;
        font-size: 22px;
        color: #000;
        float: left;
        transition: all .25s linear;
    }
    .learn .search01 {
        float: right;
        cursor: pointer;
    }
    .learn .search01 a{
        background: #fff0;
    }
    .learn .search01.collapsed a{
        background: #fff0;
    }
    .learn .search01.collapsed a:hover{
        background: #fff0;
    }
    .learn .dropdown-content a:hover {
        background-color: #eae0c5;
        color: #4b4b4b;
    }
    .learn .search01 a::before {
        content: "";
        background-image: url(../images/learn-search.png);
        background-position: 10px 16px;
        background-repeat: no-repeat;
        width: 73px;
        height: 67px;
        position: relative;
        z-index: 1;
        display: block;
        background-size: 63%;
    }
    .blog-section {
        float: left;
        width: 100%;
        margin: 60px 0;
    }

   
    .learn .search01 {
        width: 22%;
    }

    
.search01 {
    float: right;
    width: auto;
}

   
.search01 {
    width: 22em;
    height: 43px;
    padding: 0;
    margin: 0;
    line-height: 2em;
    background-color: #3330;
    position: relative;
    transition: all .25s linear;
    margin-right: 20px;
}

  .search01 input {
    width: 100%;
    height: 43px;
    line-height: 1em;
    padding: 0 0 0 .5em;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 18px;
    color: #000;
    float: left;
    transition: all .25s linear;
  }
  .search01 a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    padding: 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .25s linear;
  }
  .search01 a::before {
      content: "";
      background-image: url(../images/search-icon.png);
      background-position: 10px 10px;
      background-repeat: no-repeat;
      width: 37px;
      height: 33px;
      position: relative;
      z-index: 999;
      display: block;
  }

  
  .search01 a:hover {
    color: #eee;
  }
  .search01.collapsed {
    width: 2em;
    margin-left: 0em;
}
  .search01.collapsed input {
    width: 0;
  }
  .search01.collapsed a {
    color: #999;
  }
  .search01.collapsed a:hover {
    color: #bbb;
  }
  

  .search01  ::placeholder{
    color: #7f7f7f;
    font-weight: 400;
}
.search01 ::-webkit-input-placeholder { /* Chrome */
    color: #7f7f7f;
    font-weight: 400;
  }
  .search01 :-ms-input-placeholder { /* IE 10+ */
    color: #7f7f7f;
    font-weight: 400;
  }
  .search01  ::-moz-placeholder { /* Firefox 19+ */
    color: #7f7f7f;
    font-weight: 400;
    opacity: 1;
  }
  .search01  :-moz-placeholder { /* Firefox 4 - 18 */
    color: #7f7f7f;
    font-weight: 400;
    opacity: 1;
  }
  .learn-right-del ul li ul li a{
      border-bottom: none;
      margin: 5px 0;
  }

  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }







  #planning .section01:nth-child(even) .left-section {
    width: 40%;
    float: left;
    margin-left: 5%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

#planning .section01:nth-child(odd) .left-section {
    width: 40%;
    float: right;
    margin-right: 5%;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(3%, -50%);
}

#planning .section01:nth-child(odd) .right-section {
    width: 50%;
    float: left;
}
.play-but {
    width: 100%;
    float: left;
    position: relative;
}

#planning .section01 .content-text a {
    clear: initial;
    margin: 30px 10px;
}
#planning .section01 .content-text span {
    font-size: 18px;
    color: #8f8f8f;
    margin: 20px 0;
}


.over-view-cont {
    width: 100%;
    display: inline-flex;
}
.left_cont {
    float: left;
    padding-right: 0;
    width: 100%;
}

.lightbox-effect-section {
    float: right;
    margin-left: 15px;
}
.i-v {
    height: auto;
    float: right;
    max-height: 165px;
}
.i-v, .i-v iframe, .i-v img {
    max-width: 220px;
}
.boxgrid, .i-v {
    overflow: hidden;
}
.i-v a {
    display: block;
    float: left;
}
.i-v a img {
    display: block;
    border: 0;
}
.i-v img {
    height: auto;
    float: right;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.learn-text .content-text p{
    float: none;
}
.learn-text .content-text h3{
    float: none;
}
.learn-text .content-text ul li{
    float: none;
}
#submit_table_data {
    font-size: 28px;
    padding: 10px 20px;
    border: 1px solid #000;
    float: left;
    margin: 20px;
    background: #fff;
    outline: none;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    cursor: pointer;
}
.question-section.table .plan-table-but {
    width: 288px;
    margin: 0 auto;
}
#submit_table_data:hover {
    background-color: #d79f60;
    color: #fff;
    border: 1px solid #d79f60;
}

.pagination .paginaton-section.learn a {
    margin: 20px 10px;
    width: 28px;
    text-align: center;
    display:block;
}

.pagination .paginaton-section.learn a:last-child {
    width: auto;
    display: inline-flex;
}
.pagination .paginaton-section.learn a:first-child {
    width: auto;
    display: inline-flex;
}


.col-3 {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
}
.form input[type="text"] {
  
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    border-bottom: 2px solid #ecedf5 !important;
    background: none;
}
  
  .effect-1{
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #ecedf5;
    background-color: transparent;
  }
  
  .effect-1 ~ .focus-border{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d79f60;
    transition: 0.4s;
  }
  
  .effect-1:focus ~ .focus-border,
  .has-content.effect-1 ~ .focus-border{
    width: 100%;
    transition: 0.4s;
  }
  
  .effect-1 ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 44px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
    left: 0;
    text-align: left;
    text-indent: 20px;
    font-size: 30px;
    font-weight: 400;
}
  
  .effect-1:focus ~ label,
  .has-content.effect-1 ~ label{
    top: 10px;
    font-size: 18px;
    color: #d79f60;
    transition: 0.3s;
  }

  #signup .col-3 {
    float: left;
    width: 45%;
    margin: 2%;
    position: relative;
}
.unit-label {
    font-size: 15px;
    color: #ccc;
    text-align: right;
    width: 90%;
    display: block;
    float: left;
    position: absolute;
    bottom: 23%;
    z-index: -1;
}
/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 190px;
    background: #f5f6f8;
    border: #e2e3e7 1px solid;
    color: #3a3a3a;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 148%;
    left: 50%;
    margin-left: -90px;
    font-size: 12px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f5f6f8 transparent transparent transparent;
}
li.option_value:hover .tooltiptext {
  visibility: visible;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}




.fil1 {fill:#F2F0EF}
.fil8 {fill:#86898A}
.fil9 {fill:#3EB76C}
.fil0 {fill:black}
.fil2 {fill:#D79F60}
.fil6 {fill:#F89B43}
.fil5 {fill:#E0E1E0;fill-rule:nonzero}
.fil7 {fill:#3EB76C;fill-rule:nonzero}
.fil4 {fill:#F89B43;fill-rule:nonzero}
.fil3 {fill:white;fill-rule:nonzero}
.fnt3 {
    font-weight: 700;
    font-size: 1459.37px;
}
.fnt0 {
    font-weight: 600;
    font-size: 1945.75px;
}
.fnt2 {font-weight:normal;font-size:2210.16px;}
.fnt4 {font-weight:normal;font-size:5837.6px;}
.fnt1 {
    font-weight: 700;
    font-size: 5789.13px;
}
#wrapper {
  width:630px;
  margin:0 auto;
  position: relative;
}
.charts-container {
  position: relative;
}

.set-size {
    font-size: 19em;
    position: absolute;
    top: 65px;
    left: 58px;
    z-index: -1;
}


  .cdev {
  position: relative;
  height: 300px;
  width: 300px;
  margin:0 auto;
}
 
.cdev div {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
 
.cdev div span {
  position: absolute;
  
  font-size: 0px;
  line-height: 75px;
  height: 75px;
  width: 75px;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  display:none;
  margin:0;
}

.set-size01 .cdev div span {
    display: block;
    height: 145px;
    width: 144px;
    left: 7.5px;
    top: 9px;
}
.set-size01 .cdev {
  position: relative;
  height: 163px;
  width: 162px;
  margin:0 auto;
}

.set-size01 .cdev .rotate {
  clip: rect(0 81.5px 163px 0);
  background-color: #D79F60 !important;
}
 
.set-size01 .cdev .left {
  clip: rect(0 81.5px 163px 0);
  opacity: 1;
  background-color: #b3cef6;
}
.set-size01 .col-md-1.mb20 {
    border: 4px solid #fff;
    border-radius: 100px;
}
.set-size01.charts-container {
    width: auto;
    float: right;
    border: 1px solid #8b8b8b;
    border-radius: 100px;
}
.set-size01 .cdev .right {
  clip: rect(0 81.5px 163px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #D79F60 !important;
}
 
.cdev .background { background-color: #e0e1e0; }
 
.cdev .rotate {
  clip: rect(0 150px 300px 0);
  background-color: #D79F60 !important;
}
 
.cdev .left {
  clip: rect(0 150px 300px 0);
  opacity: 1;
  background-color: #b3cef6;
}
 
.cdev .right {
  clip: rect(0 150px 300px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #D79F60 !important;
}
.bar-text {
    z-index: 9;
    text-align: center;
    margin-top: 44px;
}
.cdev .bar-text b {
    font-size: 30px;
    margin-top: 12px !important;
    width: 100%;
    text-align: center;
    color: #cf9f6a;
    font-weight: 400;
}
.content-text .cdev .bar-text p {
    font-size: 14px;
    color: #333332;
    font-weight: 400;
    margin: 0;
}
 




 .household .str0 {stroke:#c8ccd5 !important;stroke-width:590.552}
.household .str1 {stroke:#D79F60;stroke-width:1181.1;stroke-linecap:round}
.household .str2 {stroke:#D79F60;stroke-width:1181.1;stroke-linecap:round}
.household .fil0 {fill:none}
.household .fil5 {fill:black}
.household .fil6 {fill:black}
.household .fil1 {fill:#313131}
.household .fil2 {fill:#D79F60}
.household .fil3 {
    fill: #313131;
    fill-rule: nonzero;
}
.household .fil4 {fill:#D79F60;fill-rule:nonzero}
.household .fnt0 {
    font-weight: normal;
    font-size: 23873.3px;
}
.household .fnt1 {
    font-weight: 600;
    font-size: 5708.9px;
}
.inactive-menu{
    color: #e0d5b7;
}


.household svg.smaill-bar {
    float: left;
    margin-top: -10px;
    margin-left: 12px;
}


.content-text .household{
    position: relative;
    float: left;
}
.content-text .household ul li {
    position: relative;
    float: left;
    width: 40%;
    margin: 0 5%;
}
.household .set-size02 {
    position: absolute;
    top: 45px;
    left: 32px;
    z-index: -1;
}
.household .set-size02 .cdev {
    position: relative;
    height: 190px;
    width: 190px;
    margin: 0 auto;
}

.household .set-size02 .cdev div span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 75px;
    height: 180px;
    width: 180px;
    left: 5px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
    color: #fff0;
    background-color: white;
    display: block;
}




.household .cdev .background { background-color:#c8ccd5 !important; }
 


.household .set-size02 .cdev .rotate {
  clip: rect(0 95px 190px 0);
  background-color: #D79F60 !important;
}
 
.household .set-size02 .cdev .left {
  clip: rect(0 95px 190px 0);
  opacity: 1;
  background-color:#c8ccd5 !important;
}
 
.household .set-size02 .cdev .right {
  clip: rect(0 95px 190px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #D79F60 !important;
}











.household .set-size03 {
    position: absolute;
    top: 25px;
    left: 13.5px;
    z-index: -1;
}
.household .set-size03 .cdev {
    position: relative;
    height: 230px;
    width: 230px;
    margin: 0 auto;
}

.household .set-size03 .cdev div span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 75px;
    height: 220px;
    width: 220px;
    left: 5px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
    color: #fff0;
    background-color: white;
    display: block;
}


.household .set-size03 .cdev .rotate {
  clip: rect(0 115px 230px 0);
  background-color: #D79F60 !important;
}
 
.household .set-size03 .cdev .left {
  clip: rect(0 115px 230px 0);
  opacity: 1;
  background-color: #c8ccd5 !important;
}
 
.household .set-size03 .cdev .right {
  clip: rect(0 115px 230px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #D79F60 !important;
}
 





.household .set-size04 {
    position: absolute;
    top: 66px;
    left: 52px;
    z-index: -1;
}
  .household .set-size04 .cdev {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}
.household .set-size04 .cdev div {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
 
.household .set-size04 .cdev div span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 75px;
    height: 140px;
    width: 140px;
    left: 5px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
    color: #fff0;
    background-color: white;
    display: block;
}

.household .set-size04 .cdev div span {
  display:block;
}


.household .set-size04 .cdev .rotate {
    clip: rect(0 75px 150px 0);
    background-color:#313131 !important;
  }
   
  .household .set-size04 .cdev .left {
    clip: rect(0 75px 150px 0);
    opacity: 1;
    background-color:#c8ccd5 !important;
  }
   
  .household .set-size04 .cdev .right {
    clip: rect(0 75px 150px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color:#313131 !important;
  }
  
  
@keyframes
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}   

.household {
    float: left;
    position: relative;
}
.household .bar-text {
    z-index: 9;
    text-align: center;
    margin-top: 26px;
}

.content-text .household .bar-text p{
   
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    margin: 0;
    line-height: 22px;
    margin-top: 20px;
}

.content-text .household .bar-text b{
   
      font-size: 16px;
    font-weight: 800;
    color: #323232;
    margin: 0;
   
}




.info-text {
    width: -webkit-fill-available;
    float: left;
    border: 2px #7f7f7f dashed;
    padding: 20px;
    display: none;
}
.info-text .output-right {
    float: left;
    width: 100%;
}
.info-text .output-right ul li {
    float: left;
    width: 100%;
    padding: 20px 0;
    list-style: none;
    margin: 0;
    font-size: 16px;
}
.info-text .output-right ul  {
    width: -webkit-fill-available;
    padding: 0px 0;
    list-style: none;
    margin: 0;
}
.info-text .output-bot-box {
    text-align: center;
    border: 0px solid #f1f6f9;
    height: auto;
    width: 60%;
    margin: 0 auto;
    float: none;
}
.info-text .output-bot-box img {
    margin-top: 0;
    margin-bottom: 20px;
    width: 150px;
}
.info-text .output-bot-box ul li img {
    width: 100px;
}
.info-text ul{
    padding-left: 20px;
}
 .info-text ul li {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: left;
    list-style: disc;
    margin-bottom: 20px;
    line-height: 20px;
}
 

.infratructure-assessment-section .info-left.half .info-tittle.center img{
    width: 15%;
 }

 .enabling-info-section {
     width: 100%;
     float: left;
 }

 .infratructure-assessment-section{
    display: none;
}
.infratructure-assessment-section, .road, .vehicles, .treatment, .Re-use
{
    display: none;
}

.inner-info-tittle {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
}
.inner-info-tittle img {
    width: 9%;
    float: none;
    height: 100%;
}
.inner-info-tittle h4 {
    font-size: 42px;
    margin: 20px 0 0 20px;
}

.by-road {
    width: 100%;
    float: left;
    margin: 4% 0;
    text-align: center;
}
.by-road-section {
    width: 300px;
    margin: 4% auto;
}
.content-text .by-road-section p {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    line-height: 30px;
    margin: 0;
}
.content-text .by-road-section h3 {
    font-size: 58px;
    color: #D79F60;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.content-text .by-road-section span {
    font-size: 18px;
    margin: 0;
}

.vehicles .by-road-section {
    width: 330px;
    margin: 0 auto;
}
.content-text .by-road-section img{
    width: 100px;
}

.vehicles .content-text .by-road-section h3.adequate-red {
    font-size: 44px;
    color: #f85c44;
}

.vehicles .content-text .by-road-section h3.adequate-green {
    font-size: 44px;
    color: #44f85c;
}


.treatment .content-text .by-road-section h3 {
    font-size: 44px;
    color: #D79F60;
}
.two-box {
    width: 50%;
    float: left;
    position: relative;
}

.two-box .set-size05 .cdev div span {
    top: 9px;
    font-size: 0px;
}






.two-box .set-size05 .cdev {
    position: relative;
    height: 250px;
    width: 250px;
    margin: 0 auto;
}
.two-box .set-size05 .cdev div {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
 
.two-box .set-size05 .cdev div span {
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    line-height: 75px;
    height: 220px;
    width: 220px;
    left: 15px;
    top: 15px;
    text-align: center;
    border-radius: 50%;
    color: #fff0;
    background-color: white;
    display: block;
}

.two-box .set-size05 .cdev div span {
  display:block;
}


.two-box .set-size05 .cdev .rotate {
    clip: rect(0 125px 250px 0);
    background-color:#D79F60 !important;
  }
   
  .two-box .set-size05 .cdev .left {
    clip: rect(0 125px 250px 0);
    opacity: 1;
   
  }
   
  .two-box .set-size05 .cdev .right {
    clip: rect(0 125px 250px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color:#D79F60 !important;
  }

  .two-box .set-size05.charts-container {
    width: auto;
    float: right;
    border: 2px solid #c8ccd5;
    border-radius: 50%;
}
.two-box .set-size05 .col-md-1.mb20 {
    border: 4px solid #fff;
    border-radius: 50%;
}
  

  .two-box .str0 {stroke:#c8ccd5 !important;stroke-width:590.552}
  .two-box .str1 {stroke:#D79F60;stroke-width:1181.1;stroke-linecap:round}
  .two-box .str2 {stroke:#D79F60;stroke-width:1181.1;stroke-linecap:round}
  .two-box .fil0 {fill:none}
  .two-box .fil5 {fill:black}
  .two-box .fil6 {fill:black}
  .two-box .fil1 {fill:#D79F60}
  .two-box .fil2 {fill:#323232}
  .two-box .fil3 {fill:#D79F60;fill-rule:nonzero}
  .two-box .fil4 {fill:#D79F60;fill-rule:nonzero}
  .two-box.fnt0 {
    font-weight: normal;
    font-size: 23873.3px;
}
.two-box .fnt1 {
    font-weight: 600;
    font-size: 5708.9px;
}


.content-text .two-box .set-size05 .bar-text p {
    font-size: 20px;
    color: #333332;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}
.content-text .two-box .set-size05 .bar-text b {
    font-size: 48px;
    color: #D79F60;
    font-weight: 400;
    margin: 0;
}

.two-box .set-size05 .bar-text {
    z-index: 9;
    text-align: center;
    margin-top: 28px;
}

.assessment-output .left-section .content-text p {
        font-size: 30px;
        font-weight: 400;
    }


    .set-size01.charts-container:hover {
        box-shadow: 0px 8px 40px #7b7a7acc;
    }
    .set-size01.charts-container:focus {
        box-shadow: 0px 0px 40px #7b7a7acc;
    }

.alert-message {
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 30px;
}
.alert-message h2 {
    text-align: center;
    color: #ff0000;
    font-weight: normal;
    font-size: 18px;
}