.main-stats-wrapper {
  padding: 6px 140px 20px 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.main-stats-wrapper .kamp-reach {
      display: flex;
    justify-content: flex-end;
    align-items: end;
    width: 100%;
	padding: 0 20px;
}
.main-stats-wrapper h2 {
    margin-left: auto;
    font-size: 2rem;
    position: relative;
    margin-bottom: 37px;
    font-weight: 700;
	    text-transform: none;
}
.main-stats-wrapper h2:after {
  background: url(../images/statistic-arrow.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  left: 60%;
  top: 100%;
  width: 83px;
  height: 42px;
}
.main-stats-wrapper .scroll-down-area {
  display: none;
}
.main-stats-wrapper .view-social-block {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #2C4973 0%, #4A7F42 100%);
  text-transform: uppercase;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-stats-wrapper .view-social-block i {
  display: block;
  background: url(../images/whatsapp-channel.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 190px;
  height: 75px;
  text-indent: -9999px;
  margin-right: 10px;
}
.main-stats-wrapper .view-social-block .social-fl {
  font-size: 0.786em;
  display: none;
}
.main-stats-wrapper .view-social-block .social-fl strong {
  display: block;
  font-size: 1.455em;
}
.main-stats-wrapper .extra-logo-section {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 0px;
  background-color: #fff;
  z-index: 1000;
}
.main-stats-wrapper .extra-logo-section .row {
  margin: 0px;
  width: 150px;
  max-width: 100%;
  padding: 0px;
}
.main-stats-wrapper .extra-logo-section .ex-logoes {
  padding: 0px;
  width: auto;
  background: #F3F1EF;
  display: flex;
  transition: all 0.3s ease 0s;
}
.main-stats-wrapper .extra-logo-section .ex-logoes .row {
  display: none;
  position: relative;
/*  background-color: #fff;*/
}
.main-stats-wrapper .extra-logo-section .ex-logoes .row.show {
  display: inline;
}
.main-stats-wrapper .extra-logo-section .ex-logoes .row:hover .Logos-details {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.main-stats-wrapper .extra-logo-section .Logos-details {
  position: absolute;
  right: 95%;
  bottom: 0px;
  padding: 12px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  text-align: center;
  z-index: 9999;
  width: 250px;
  transform: scale(0);
}
.main-stats-wrapper .extra-logo-section .Logos-details img {
  width: 100%;
}
.main-stats-wrapper .extra-logo-section .Logos-details a {
  display: block;
}
.main-stats-wrapper .extra-logo-section .Logos-details h3 {
  font-size: 1em;
}
.main-stats-wrapper .extra-logo-section .Logos-details h3 span {
  display: block;
  margin-top: 5px;
}
.main-stats-wrapper .extra-logo-section .expndbtn {
  background: url(../images/svg-icons.svg#showhide-arrow) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  transform: rotate(180deg);
  cursor: pointer;
}
.main-stats-wrapper .extra-logo-section.expended .ex-logoes .row {
  background-color: #DEF1F7;
}
.main-stats-wrapper .extra-logo-section.expended .ex-logoes .row img {
  border: 1px solid #fff;
}
.main-stats-wrapper .extra-logo-section.expended .expndbtn {
  transform: rotate(0deg);
}

.sidebar .view-featured-task .field-type-image {
  width: 100px;
}
.tooltip {
  position: relative;
  display: inline-block;
	opacity: 1;
	display: flex;
	justify-content: flex-start;
	z-index: 0;
	margin-right: 2rem;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: #000;
	font-weight: 600;
  text-align: center;
background: #fff;
  padding: 5px 0;
  top: -150px;
  right: 150px;
	border:5px solid #fff;
	border-radius: 10px;
	box-shadow: 3px 5px 10px 5px #333;

  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.size_of_img{
width:90%;
border: 5px solid #000;
	
}
.statistics-desc-slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.statistics-desc-slider .stats_desc {
  padding: 20px 15px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 172px;
}
.statistics-desc-slider .stats_desc a:focus {
  outline: none !important;
}
.statistics-desc-slider .stats_desc a:focus + .icon_field + .dr_box {
  outline: 1px solid #000;
}
.statistics-desc-slider .stats_desc .count_label {
  font-size: 0.79em;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
}
.statistics-desc-slider .stats_desc > span {
  display: block;
}
.statistics-desc-slider .stats_desc .detail_block {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  color: #737373;
  position: absolute;
  left: 50%;
  margin-left: -110px;
  bottom: 100%;
  z-index: 101;
  width: 220px;
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.statistics-desc-slider .stats_desc .detail_block:after {
  content: "";
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -16px;
  bottom: -14px;
  left: 50%;
  border: 8px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.statistics-desc-slider .stats_desc .detail_block a,
.statistics-desc-slider .stats_desc .detail_block small {
  color: #007c81;
  font-weight: 700;
  font-size: 1em;
}
.statistics-desc-slider .stats_desc .detail_block a:hover {
  text-decoration: underline;
}
.statistics-desc-slider .stats_desc:hover .detail_block {
  visibility: visible;
  opacity: 1;
  bottom: 120%;
}
.statistics-desc-slider .stats_desc .icon_field {
  float: left;
  min-width: 35px;
  height: 35px;
  padding: 6px;
  border-radius: 50%;
  background: #1089b8;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.statistics-desc-slider .stats_desc .icon_field svg {
  width: 20px;
  margin: auto;
  display: block;
}
.statistics-desc-slider .stats_desc.stats_user .detail_block a,
.statistics-desc-slider .stats_desc.stats_user .detail_block small {
  color: #2c498d !important;
}
.statistics-desc-slider .stats_desc.stats_user .icon_field {
  background-color: #2c498d;
}
.statistics-desc-slider .stats_desc.stats_user .icon_field svg {
  margin-top: 5px;
}
.statistics-desc-slider .stats_desc.stats_task .detail_block a,
.statistics-desc-slider .stats_desc.stats_task .detail_block small {
  color: #b35400 !important;
}
.statistics-desc-slider .stats_desc.stats_task .icon_field {
  background-color: #e07819;
}
.statistics-desc-slider .stats_desc.stats_discuss .detail_block a,
.statistics-desc-slider .stats_desc.stats_discuss .detail_block small {
  color: #0078a1 !important;
}
.statistics-desc-slider .stats_desc.stats_discuss .icon_field svg {
  margin-top: 3px;
  width: 18px;
}
.statistics-desc-slider .stats_desc.stats_poll_survey .icon_field svg {
  width: 16px;
}
.statistics-desc-slider .stats_desc.stats_poll_survey .detail_block a {
  color: #2bbac0 !important;
}
.statistics-desc-slider .stats_desc.stats_poll_survey .icon_field {
  background-color: #2bbac0;
}
.statistics-desc-slider .stats_desc.stats_quiz .icon_field svg {
  width: 23px;
}
.statistics-desc-slider .stats_desc.stats_quiz .detail_block a,
.statistics-desc-slider .stats_desc.stats_quiz .detail_block small {
  color: #d50a37;
}
.statistics-desc-slider .stats_desc.stats_quiz .icon_field {
  background-color: #e0345a;
}
.statistics-desc-slider .stats_desc.stats_pledge .icon_field svg {
  width: 22px;
}
.statistics-desc-slider .stats_desc.stats_pledge .detail_block a,
.statistics-desc-slider .stats_desc.stats_pledge .detail_block small {
  color: #10811d;
}
.statistics-desc-slider .stats_desc.stats_pledge .icon_field {
  background-color: #28af37;
}
.statistics-desc-slider .stats_desc:last-child {
  border: none;
}
.statistics-desc-slider .stats_desc .rigister_box {
  position: relative;
}
.statistics-desc-slider .stats_desc .thank-msg {
  position: absolute;
  right: 120%;
  top: 0px;
  width: 150px;
  display: none;
}
.statistics-desc-slider .stats_desc .icon-msg {
  background: url(../images/icon-user.svg) 0 0 no-repeat;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-size: 100%;
}
.statistics-desc-slider .stats_desc .regiister_user {
  color: #3E4F5A;
}
.statistics-desc-slider .stats_desc .regiister_user span {
  display: block;
  font-size: 0.714em;
  text-transform: uppercase;
}
.statistics-desc-slider .stats_desc .user-live-count {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.statistics-desc-slider .vaccination_tblock {
  text-align: center;
  color: #1785F8;
}
.statistics-desc-slider .vaccination_tblock .today_vaccination i {
  background: url(../images/vaccination.svg) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto 3px;
}
.statistics-desc-slider .vaccination_tblock .vaccine-live-counts {
  font-size: 1.4em;
  font-family: "digital-7regular";
  font-weight: 700;
}
.statistics-desc-slider .stats_user:after {
  background-position: -75px -308px;
}
.statistics-desc-slider .stats_task:after {
  background-position: -142px -296px;
}
.statistics-desc-slider .stats_poll_survey:after {
  background-position: -144px -530px;
}
.statistics-desc-slider .stats_discuss:after {
  background-position: -2px -361px;
}
.statistics-desc-slider .stats_user span a {
  color: #2c498d;
}
.statistics-desc-slider .stats_task span a {
  color: #dc6800;
}
.statistics-desc-slider .stats_discuss span a {
  color: #008bbb;
}
.statistics-desc-slider .stats_poll_survey span a
 {
  color: #007c81;
}
.statistics-desc-slider .user_count {
  color: #2c498d;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1;
  display: block;
}
.statistics-desc-slider .user_count .postfix_name {
  font-weight: 400;
  font-size: 0.722em;
}
.statistics-desc-slider .submission_count {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1;
}
.statistics-desc-slider .submission_count .postfix_name {
  font-weight: 400;
  font-size: 0.722em;
}
.statistics-desc-slider .comments_count_theme {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.statistics-desc-slider .comments_count_theme .postfix_name {
  font-weight: 400;
  font-size: 0.722em;
}

.sidebar .block-views-my-details-block-1 {
  margin-bottom: 10px;
}
.sidebar .view-my-details {
  width: 100%;
  display: inline-block;
}
.sidebar .views-row {
  width: 100%;
  display: inline-block;
}
.sidebar .view-featured-task .field-type-image {
  width: 100px;
}

.scroll-down-area {
  text-align: right;
  display: block;
  width: 1210px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  height: 80px;
}


html[lang="ta"] .mkb-section .section-title h2, html[lang="ta"] .mkb-section .bkb-share-idea .share-dial, html[lang="ta"] .main-stats-wrapper h2, html[lang="ta"] .mkb-section .views-field-title, html[lang="ta"] .mkb-section .mkb-doc h3, html[lang="te"] .mkb-section .section-title h2, html[lang="te"] .mkb-section .bkb-share-idea .share-dial, html[lang="te"] .main-stats-wrapper h2, html[lang="te"] .mkb-section .views-field-title, html[lang="te"] .mkb-section .mkb-doc h3, html[lang="ml"] .mkb-section .section-title h2, html[lang="ml"] .mkb-section .bkb-share-idea .share-dial, html[lang="ml"] .main-stats-wrapper h2, html[lang="ml"] .mkb-section .views-field-title, html[lang="ml"] .mkb-section .mkb-doc h3, html[lang="kn"] .mkb-section .section-title h2, html[lang="kn"] .mkb-section .bkb-share-idea .share-dial, html[lang="kn"] .main-stats-wrapper h2, html[lang="kn"] .mkb-section .views-field-title, html[lang="kn"] .mkb-section .mkb-doc h3, html[lang="bn"] .mkb-section .section-title h2, html[lang="bn"] .mkb-section .bkb-share-idea .share-dial, html[lang="bn"] .main-stats-wrapper h2, html[lang="bn"] .mkb-section .views-field-title, html[lang="bn"] .mkb-section .mkb-doc h3 {
  font-size: 1.2em;
}
html[lang="ta"] .podcast-section .view-btn, html[lang="ta"] .group-section .view-btn, html[lang="ta"] .blog-section .view-btn, html[lang="ta"] .poll-survey-wrapper .poll-survey-content .view-btn, html[lang="ta"] .prime-wrapper .prime-content-wrapper .view-btn, html[lang="ta"] .quiz-section .view-btn, html[lang="te"] .podcast-section .view-btn, html[lang="te"] .group-section .view-btn, html[lang="te"] .blog-section .view-btn, html[lang="te"] .poll-survey-wrapper .poll-survey-content .view-btn, html[lang="te"] .prime-wrapper .prime-content-wrapper .view-btn, html[lang="te"] .quiz-section .view-btn, html[lang="ml"] .podcast-section .view-btn, html[lang="ml"] .group-section .view-btn, html[lang="ml"] .blog-section .view-btn, html[lang="ml"] .poll-survey-wrapper .poll-survey-content .view-btn, html[lang="ml"] .prime-wrapper .prime-content-wrapper .view-btn, html[lang="ml"] .quiz-section .view-btn, html[lang="kn"] .podcast-section .view-btn, html[lang="kn"] .group-section .view-btn, html[lang="kn"] .blog-section .view-btn, html[lang="kn"] .poll-survey-wrapper .poll-survey-content .view-btn, html[lang="kn"] .prime-wrapper .prime-content-wrapper .view-btn, html[lang="kn"] .quiz-section .view-btn, html[lang="bn"] .podcast-section .view-btn, html[lang="bn"] .group-section .view-btn, html[lang="bn"] .blog-section .view-btn, html[lang="bn"] .poll-survey-wrapper .poll-survey-content .view-btn, html[lang="bn"] .prime-wrapper .prime-content-wrapper .view-btn, html[lang="bn"] .quiz-section .view-btn {
  width: 170px;
  height: auto;
  padding: 8px 10px;
}
html[lang="ta"] .node-type-task .search_area, html[lang="ta"] .node-type-group-issue .search_area, html[lang="ta"] .node-type-talk .search_area, html[lang="ta"] .page-groups .search_area, html[lang="te"] .node-type-task .search_area, html[lang="te"] .node-type-group-issue .search_area, html[lang="te"] .node-type-talk .search_area, html[lang="te"] .page-groups .search_area, html[lang="ml"] .node-type-task .search_area, html[lang="ml"] .node-type-group-issue .search_area, html[lang="ml"] .node-type-talk .search_area, html[lang="ml"] .page-groups .search_area, html[lang="kn"] .node-type-task .search_area, html[lang="kn"] .node-type-group-issue .search_area, html[lang="kn"] .node-type-talk .search_area, html[lang="kn"] .page-groups .search_area, html[lang="bn"] .node-type-task .search_area, html[lang="bn"] .node-type-group-issue .search_area, html[lang="bn"] .node-type-talk .search_area, html[lang="bn"] .page-groups .search_area {
  width: 56%;
}
html[lang="ta"] .pledge-section .pledge-content .view-btn, html[lang="te"] .pledge-section .pledge-content .view-btn, html[lang="ml"] .pledge-section .pledge-content .view-btn, html[lang="kn"] .pledge-section .pledge-content .view-btn, html[lang="bn"] .pledge-section .pledge-content .view-btn {
  width: 180px;
}
html[lang="ta"] .login-popup .participate-text, html[lang="te"] .login-popup .participate-text, html[lang="ml"] .login-popup .participate-text, html[lang="kn"] .login-popup .participate-text, html[lang="bn"] .login-popup .participate-text {
  font-size: 2.2em;
}
html[lang="ta"] .login-popup .reg-reward, html[lang="te"] .login-popup .reg-reward, html[lang="ml"] .login-popup .reg-reward, html[lang="kn"] .login-popup .reg-reward, html[lang="bn"] .login-popup .reg-reward {
  font-size: 1em;
}
html[lang="ta"] .newletter-wrapper .section-title h2, html[lang="te"] .newletter-wrapper .section-title h2, html[lang="ml"] .newletter-wrapper .section-title h2, html[lang="kn"] .newletter-wrapper .section-title h2, html[lang="bn"] .newletter-wrapper .section-title h2 {
  font-size: 4em;
}
html[lang="ta"] .newletter-wrapper .section-title h3, html[lang="te"] .newletter-wrapper .section-title h3, html[lang="ml"] .newletter-wrapper .section-title h3, html[lang="kn"] .newletter-wrapper .section-title h3, html[lang="bn"] .newletter-wrapper .section-title h3 {
  margin-top: 5px;
}

html[lang="ta"] .group-section .group_info .group-row .row-content .group_info_wrap, html[lang="ml"] .group-section .group_info .group-row .row-content .group_info_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
}
html[lang="ta"] .group-section .group_info .group-row .row-content .group_info_wrap .view-status, html[lang="ml"] .group-section .group_info .group-row .row-content .group_info_wrap .view-status {
  width: 50%;
  padding-top: 10px;
  text-align: center;
}
html[lang="ta"] .search_area, html[lang="ml"] .search_area {
  min-width: 230px;
  margin-right: 15px;
}
html[lang="ta"] .pledge-section .kamppledge ul li .pledge-thumb a, html[lang="ml"] .pledge-section .kamppledge ul li .pledge-thumb a {
  width: 180px;
}

html[lang="ml"] .search_area {
  min-width: 250px;
}
html[lang="ml"] .main-stats-wrapper h2:after {
  left: 45%;
}


@media  all and (max-width:1500px){
  .statistics-desc-slider .stats_desc{width:auto; padding: 19px 30px 0;}
	.main-stats-wrapper h2 {
        margin-left: 0;
        font-size: 2em;
        position: relative;
        margin-bottom: 37px;
        font-weight: 700;
 
}
}

@media  all and (max-width:1360px){

  .main-stats-wrapper .ng-scope{margin-left: auto;}
  .section-header-wrapper .container.container-header{padding:0 15px;}
  #block-views-ticker-block-block .view-ticker-block{max-width: calc(100% - 70px);    margin-left: 50px;}
	.statistics-desc-slider .comments_count_theme {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
	.statistics-desc-slider .submission_count {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1;
}
	.statistics-desc-slider .stats_desc .user-live-count {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}
}
@media only screen and (max-width: 1179px) {
.state-stats-section .section-title h2{font-size: 2.5em;}
.main-stats-wrapper .extra-logo-section {

  padding-left: 0px;

}
}


@media only screen and (max-width: 1100px){
	  .tab-link a{font-size: 0.7em;}

}
@media only screen and (max-width: 1030px){


	  .tab-link a{font-size: 0.6em;}
	.main-text {
    position: absolute;
    font-size: 4rem;
    top: 7%;
    opacity: 0.1;
    color: rgb(0, 0, 0);
    font-weight: 900;
    text-transform: uppercase;
}
	    h2, .h2 {
        font-size: 1.25rem;
    }
	
/*
	.pt-4{
		padding-top: 0 !important;
	}
*/
  .kamp-menu{display: flex !important;}
  
  .gov-logo ul li{margin-left:10px;}
	.main-stats-wrapper {
  padding: 10px 140px 10px 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  width: 100%;
}
	    .statistics-desc-slider .stats_desc {
        width: auto;
        padding: 5px 10px;
    }
	.tooltip {
  position: relative;
	opacity: 1;
/*	display: flex;*/
	justify-content: flex-start;
	z-index: 0;
	margin-right: 0.5rem;
		display: none
}
}


@media only screen and (max-width: 960px) {
	 .tab-link{min-width: 90px; width:90px; margin-left: 5px; margin-right: 5px;}
	.whats-new-section .owl-dots,.tab-block-content .owl-dots,.podcast-section .view-content .owl-dots{position: static; margin-top: 20px;  text-align: center;}
.whats-new-section .owl-dots .owl-dot,.tab-block-content .owl-dots .owl-dot,.podcast-section .view-content .owl-dots .owl-dot{margin: 0 5px; width:15px; }
	.blog-section .blog-wrapper .blog-data .view-content .owl-dots,.quiz-section .owl-dots,.infocus-block .infocus-listing .view-featured-task .owl-dots,.poll-survey-wrapper .poll-survey-content .owl-dots{position: static; text-align: center; margin-top: 20px;}
.quiz-section .view-btn,.podcast-section .view-btn,.blog-section .view-btn,.mkb-section .view-btn,.tab-block-content .view-btn{margin-top: 15px;}
.update h2 {
	font-size:1.3em;
	font-weight:600;
	color:#004b8d;
	border-bottom:1px solid #d4d4d4;
	padding-bottom:10px;
	margin-bottom:10px;
}

	.main-text {
    position: absolute;
    font-size: 4rem;
    top: 5%;
    opacity: 0.1;
    color: rgb(0, 0, 0);
    font-weight: 900;
    text-transform: uppercase;
}
	.tabs-style-iconbox nav ul li a span {
    font-weight: 700;
    font-size: 0.7em;
    line-height: 2;
    text-transform: uppercase;
}
	.pb-5, .py-5 {
    padding-bottom: 15px !important;
}

.pt-5, .py-5 {
    padding-top: 15px !important;
}
	.pl-10, .px-10 {
    padding-left: 20px !important;
}
.pr-10, .px-10 {
    padding-right: 20px !important;
}
	.main-stats-wrapper {
  padding: 0px 140px 0px 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  width: 100%;
}
 .main-stats-wrapper .kamp-reach{
	 overflow-x: scroll;    
	 overflow-y: hidden;    
	 white-space: nowrap;   
	 scrollbar-width: none; 
	 padding:15px 10px; 
	 justify-content: flex-start;}
	
  .main-stats-wrapper .extra-logo-section{padding-left: 0px; }
  .main-stats-wrapper .extra-logo-section .expndbtn{display: none;}
  .statistics-desc-slider .stats_desc .detail_block{display: none!important;}
  .sticky .header-nav {
    display: none;
  }

  .kamp-states .states,
  .kamp_apps {
    display: none;
  }
  /* .kamp-states {
    background: url(../images/sprite-icon.png) -61px -483px;
    width: 30px;
    text-indent: -9999px;
  }
  #block-common-utils-kamp-sites:hover .kamp-states,
  #block-common-utils-kamp-sites .kamp-states.show-state {
    background-position: -61px -453px;
    background-color: #fff;
  } */
  .kamp-states:before,
  .kamp-states:after {
    display: none;
  }

  .kamp-apps {
    background: url(../images/sprite-icon.png) -164px -154px;
    width: 30px;
    text-indent: -9999px;
  }
  #block-common-utils-kamp-apps:hover .kamp-apps,
  #block-common-utils-kamp-apps .kamp-apps.show-applist {
    background-position: -127px -154px;
  }
  .kamp-apps:before,
  .kamp-apps:after {
    display: none;
  }

  .kamp-states-inner:after,
  .kamp-apps-inner:after {
    display: none;
  }
 .main-stats-wrapper h2:after {
  background: url(../images/statistic-arrow.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  left: 20%;
  top: 100%;
  width: 83px;
  height: 42px;
}
}

  .stats_desc.stats_user .reg_members,
  .stats_desc.stats_task .submissions,
  .stats_desc.stats_discuss .discussion_themes,
  .stats_desc.stats_poll_survey .poll_survey_themes {
    font-size: 12px;
  }
 #search_link_btn{ height:35px; width: 44px; padding: 8px 12px; }
 .search_kamp_box .the_box input[type="button"]{height: 24px; top:25px; right:58px;}

.trending-social-section .view-content .views-row .row .social-box-wrapper{padding-top: 52px;}
.state-stats-section .container{display: block;}
  .state-stats-section{padding: 30px 0 50px;}
  .state-stats-section .section-title h2 { font-size: 1.74em; }
/*  .state_stats_info{overflow: inherit;}*/
  .siteStats{margin-left: 0px;}


@media only screen and (min-width: 480px) and (max-width: 568px) {
  body.page-user-login
    #block-pwdless-login-pwdless-login-block
    .content:before {
    left: 45%;
  }
  .container_stats_box .statistics-box {
    height: 215px;
  }
  .stats_box .number {
    padding: 8px 5px;
  }

}



@media only screen and (max-width: 500px) {
	.surveyform{
	    margin-left: 0px;
    order: 2;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "montserratregular", sans-serif;
    font-size: 2.714em;
}
.surveyform span {
    display: block;
/*    margin-left: 100px;*/
	font-weight: 900;
    font-family: "montserratbold", sans-serif;
}
	    .main-text {
        position: absolute;
        font-size: 3rem;
        top: 40px;
        opacity: 0.1;
        color: rgb(0, 0, 0);
        font-weight: 900;
        text-transform: uppercase;
    }
	.mobile-img{
		width: 92%;
		float: right
	}
  .siteStats .row h3{font-size: 1em;}
  .siteStats .row .details{padding:8px;}
 .main-stats-wrapper h2:after {
  background: url(../images/statistic-arrow.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  left: 20%;
  top: 100%;
  width: 83px;
  height: 42px;
	 display: none
}
	.main-stats-wrapper h2 {
        font-size: 1rem !important;
        margin-bottom: 40px !important;
        word-wrap: break-word;
    }

  .view-search-kamp .do_right,
  .view-search-kamp .blog_img {
    float: none;
    width: 100%;
    margin: 0px;
    text-align: center;
  }

  .container_stats_box .statistics-box {
    width: 96%;
    margin: 0 auto 10px;
    float: none;
    height: 200px;
  }
  .container_stats_box .statistics-box.stats_box {
    height: auto;
  }

  .statistics-desc-slider .stats_desc .count_label,.statistics-desc-slider .stats_desc .regiister_user span{font-size:0.85em;}
  .statistics-desc-slider .stats_desc:last-child {
    border: none;
  }
  .statistics-desc-slider .stats_desc:before {
    display: none;
  }
  .statistics-desc-slider .stats_desc .detail_block {
    bottom: 80%;
  }
  .statistics-desc-slider .stats_desc:hover .detail_block {
    bottom: 100%;
  }

  .kamp_social_list .social_link_name{font-size:1.1em;}
  .kamp_social_list .follow_count span{font-size:1em;}

  .view-kamp-activities .view-content .views-row{width:100%; margin-left:0px;}
  .view-kamp-activities .view-content{margin-left:0px;}
  .statistics-desc-slider .stats_desc .thank-msg{top: 10px; left: calc(100% + 5px); right: auto; bottom: auto; width:160px;}

}


@media only screen and (max-width: 310px) {
  .statistics-desc-slider .stats_desc .thank-msg { top: auto; left: 0px;  right: auto; bottom: 110%;}
  .statistics-desc-slider #s2 {padding-top: 35px;}
}

@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(8%);
  }
  65% {
    -webkit-transform: translateX(-4%);
  }
  80% {
    -webkit-transform: translateX(4%);
  }
  95% {
    -webkit-transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
