﻿body {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  scroll-behavior: smooth;
}
a {
  color: #0054a5;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.carousel-item img{
	height: 650px!important;
}

/* .nav-item a{
  color:white
}

.nav-item a:hover{
  color:white
} */
.pT50 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .pT50 {
    padding-top: 20px;
  }
  

  
/*   .nav-item a{
  color:#ff0000!important;
}

.nav-item a:hover{
  color:white
} */
  
}
.btn {
  color: #fff;
  background: #0054a6;
  text-transform: uppercase;
  font-weight: 600;
}
.MB40 {
  margin-bottom: 40px;
}
.pr0 {
  padding-right: 0;
}
.w80 {
  width: 80%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.MR10 {
  margin-right: 10px;
}
.bold {
  font-weight: 700;
}
.bgblack {
  /* background: #000 !important; */
}
.colorblack a {
  color: #000 !important;
}
.pl0 {
  padding-left: 0;
}
.colorgreen {
  color: #64b336;
}
.colorred {
  color: red;
}
.colorblue {
  color: #0e5198;
}
.coloryellow {
  color: #d39e00;
}
.underline {
  text-decoration: underline;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
header {
  width: 100%;
  background-repeat: no-repeat;
}
header .header-inner {
  padding: 0px 0px;
  background: #ffffff;
}


/* Custom Responsive Initial Css */

.slidimg{
	width:100%!important; 
	/*height:100%!important;*/
	height:291px!important;
}


.five_box_aligner {
	width: 14%;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 10px;
}

#twitter-widget-holder{ max-height:680px; max-width:100%; padding: 0px 0px 0px 0px; background:#fff; border-radius:3px; box-shadow:2px 2px 3px rgba(0,0,0,.1); }

/* Submenu Code Css */
.dropsub{
top:0!important;
left:100%!important;
}

.dropdown-submenu {
    width: 100%;
    position: relative;
    padding: 0px 20px 0px 0px!important;
}
@media (max-width: 767px) {
  header .header-inner {
    padding: 15px;
  }
  
.slidimg{
	width:100%!important; height:100%!important;
}

.five_box_aligner {
	width: 50.64%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}

#twitter-widget-holder{ max-height:680px; max-width:100%; padding: 0px 0px 0px 0px; background:#fff; border-radius:3px; box-shadow:2px 2px 3px rgba(0,0,0,.1); }  

.dropsub{
    top: 25px!important;
    left: auto!important;
    width: 320px!important;
}
	
	
.dropdown-submenu {
    width: 100%;
    position: relative;
    padding: 0px 20px 0px 0px!important;
}

.dropdown-menu {
    position: static!important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.skip_content {
    display: none;
}

 .login-reg-icon {
    display: block!important;
    background: url("https://www.mygov.in/sites/all/themes/mygov/images/sprite-icon.png") -123px -484px no-repeat;
  }
  .login-link-wrapper {
    position: absolute;
    right: 0px;
    top: 100%;
    display: none;
    background: #fff;
	width: 238px!important;
    border: 1px solid #e4e4e4;
  }
  .login-link-wrapper a {
    border: none;
    display: block;
    float: none;
  }
  .login-link-wrapper a.ac-login,
  .language-switcher-locale-url li.en {
    border-bottom: 1px solid #ddd;
  }
  .i18n-hi .login-link-wrapper {
    width: 106px;
  }
  .login-reg-block:hover .login-link-wrapper {
    display: block;
	z-index: 50000;
  }
  .login-reg-block:hover .login-reg-icon {
    background-position: -123px -453px;
    background-color: #fff;
  }
  .login-link-wrapper a {
    color: #6c6c6c;
    padding: 5px 10px;
    height: auto;
    display: block;
  }
 .login-link-wrapper a:hover {
    background-color: #f2f2f2;
  }
  .share_icon {
    background: url("https://www.mygov.in/sites/all/themes/mygov/images/sprite-icon.png") -27px -483px no-repeat;
    display: block;
    text-indent: -999px;
    width: 32px;
  }
  .site_share:hover .share_icon {
    background-position: -27px -453px;
    background-color: #fff;
  }
  .language-switcher-locale-url {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 50000;
    background: #fff;
  }
  .language_icon {
    background: url("https://www.mygov.in/sites/all/themes/mygov/images/sprite-icon.png") 4px -483px no-repeat;
    display: block!important;
    width: 32px;
    height: 100%;
  }
  .lang-switcher-block:hover .language_icon {
    background-position: 5px -453px;
    background-color: #fff;
  }
  .lang-switcher-block:hover .language-switcher-locale-url,
  .language-switcher-locale-url li.active {
   display: block!important;
  }
  .language-switcher-locale-url li a {
        color: #5d6eb2!important;
    padding: 6px 10px;
    height: auto;
  }

.share-list{
	display:none!important;
	border-right: 1px solid #98ceae00!important;
}

}
@media (max-width: 767px) {
  header .header-inner .menu {
    display: none;
  }
}
header .header-inner .menu ul li {
    float: left;
    padding: 6px 35px;
    /* padding: 5px 80px 5px 0px; */
    border-right: 1px solid #ffffff;
	/* margin-left: 40px; */
	
}
@media (max-width: 1024px) {
  header .header-inner .menu ul li {
    padding: 5px;
  }
}
header .header-inner .menu ul li a {
  padding-bottom: 2px;
  font-size: 17px;
  color: white;
  font-weight: 700 !important;
 
}
@media (max-width: 1200px) {
  header .header-inner .menu ul li a {
    font-size: 14px;
  }
  .slidimg{
	width:100%!important; height:100%!important;
}

.five_box_aligner {
	width: 50%;
	float:left;
	padding-left:15px;
	padding-right:15px;
	margin-bottom: 25px;
}


}
@media (max-width: 1024px) {
  header .header-inner .menu ul li a {
    font-size: 11px;
  }
  .slidimg{
	width:100%!important; height:100%!important;
}

.five_box_aligner {
	width: 50%;
	float:left;
	padding-left:15px;
	margin-bottom: 25px;
}
}
header .header-inner .menu ul li img {
  margin-right: 7px;
}
@media (max-width: 1200px) {
	
	
	
	
  header .header-inner .menu ul li img {
    width: 17px;
    margin-left: 0px;
    margin-right: 6px;
  }
}
header .header-inner .menu ul li:last-child {
  margin-right: 0;
  border-right:none!important;
}
header .header-inner .menu ul li:hover a {
	color: #8b8c8a;
	border-bottom: 15px solid #0000!important;
}
header .header-inner .menu ul li.login:before {
  background-image: url('../images/icon-profile.png');
  content: '';
  height: 26px;
  width: 31px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 990px) {
  header .header-inner .menu ul li.login:before {
    height: 25px;
    width: 27px;
  }
}
header .header-inner .menu ul li.active a {
  color: #000;
  border-bottom: 4px solid #000;
}
header .header-inner .menu ul li.activelogin:before {
  background-image: url('../images/icon-profile-hover.png');
  content: '';
  height: 26px;
  width: 31px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
header .header-inner .menu ul li.activelogin a {
  color: #000;
  border-bottom: 4px solid #000;
}
header .header-inner .menu ul.nav li a {
  font-weight: normal;
}
header .header-lower {
  padding-top: 6px;
}
header .header-lower img.eatRight {
  margin-bottom: 10px;
  display: flex;
}
header .header-lower h4 {
  background: #fff;
  color: #326733;
  font-weight: 700;
  font-size: 2rem;
  padding: 10px;
  margin-bottom: 0;
  width: fit-content;
}
@media (max-width: 767px) {
  header .header-lower h4 {
    font-size: 1.5rem;
  }
}
header .header-lower h4 span {
  color: #000;
  font-weight: normal;
}
header .header-lower a {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
}
.Home {
  
  
}
@media (max-width: 767px) {
    .carousel-item img{
		height: 200px!important;
	}
	.img-mobile{
		width: 350px;	
	}
	article .title h4 {
		font-size: 18px !important;
		letter-spacing: 1px !important
	}
	.img-fluid {
		max-width: 110%;
		height: 45px;
	}	
  
	.Home {
		background-image: url('../images/image-mobile.jpg');
	}
	.canves-nav ul li {
		width: 100%;
		padding: 10px 15px 7px 35px !important;
	}
	.nav-home svg g {
		stroke: black !important;
	}
		
  
}
.Register {
  background-image: url('../images/banner-2page.gif');
  height: 235px;
}
@media (max-width: 767px) {
  .Register {
    background-image: url('../images/photo-indian-food-mobile.jpg');
    height: 100px;
  }
}
.MyAccount {
  background-image: url('../images/banner-3page.jpg');
  height: 235px;
}
.AboutUsbanner {
  background-image: url('../images/about-banner.jpg');
  height: 235px;
}
.btn span {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .mobilecenter {
    display: flex;
    justify-content: flex-end;
    padding-right: 23px;
  }
}
@media (max-width: 767px) {
  .mobilestart img {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .mobilestart {
    justify-content: flex-start !important;
  }
}
.hamburger {
  display: none;
  position: relative;
  width: 20px;
  height: 29px;
  z-index: 2000;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  transform: translateZ(0);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 0;
  overflow: visible;
  color: #ff6600;
  outline: 0 !important;
}
@media (max-width: 767px) {
  .hamburger {
    float: right;
    display: block;
  }
}
.hamburger .hamburger-box {
  height: 1px;
  width: 16px;
  position: absolute;
  left: 2px;
  top: 50%;
  box-sizing: border-box;
  line-height: 16px;
  display: inline-block;
  color: currentColor;
  transition: color 0.3s ease;
  margin-top: 0;
}
.hamburger .hamburger-box .line {
  display: block;
  background: currentColor;
  width: 25px;
  height: 2px;
  opacity: 1;
  margin-top: 1px;
}
.hamburger .hamburger-box:before,
.hamburger .hamburger-box:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-top: -0.5px;
  margin-left: -8px;
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 2px;
  transform-origin: center center;
  background-color: currentColor;
  transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hamburger .hamburger-box:after {
  top: 8px;
}
.canves-nav {
  width: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.5s;
  width: none;
  z-index: 9999;
  background: #fff;
  overflow: hidden;
}
.canves-nav ul li {
  width: 100%;
  padding: 15px 15px 7px 15px;
}
.canves-nav ul li a {
  text-decoration: none;
  font-size: 1rem;
  padding: 0;
  display: inline-block;
  font-weight: 700;
  color: black;
}
.canves-nav ul li a:hover {
  color: #000;
}
.canves-nav ul li img {
  margin-right: 5px;
  display: inline-block;
}
.canves-nav .menu-closebtn {
  float: right;
  padding: 0px 8px 10px 20px;
  margin: 6px 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0;
  font-weight: 700;
  font-size: 2rem;
}
.hidedesktop {
  display: none !important;
}
@media (max-width: 767px) {
  .hidedesktop {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidemobile {
    display: none !important;
  }
}
.IndiaChallenge {
  padding: 0px 0px 10px 0px;
}
.IndiaChallenge .media-body h4 {
  margin: 0;
  color: #326733;
  font-size: 16px;
  font-weight: 700;
}
.IndiaChallenge .media-body h4 span {
  color: #000;
  font-weight: normal;
}
.IndiaChallenge .title {
  margin-top: 30px;
  display: inline-block;
}
.IndiaChallenge .title h3 {
  color: #19344e;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 13px;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .IndiaChallenge .title h3 {
    font-size: 20px;
    line-height: 1.2em;
  }
}
.IndiaChallenge .title span {
  font-size: 11px;
  line-height: 0;
}
.IndiaChallenge .Userperson {
  margin: 20px 0;
}
.IndiaChallenge .Userperson h2 {
  margin: 0;
  font-size: 18px;
  color: #666666;
  font-weight: 700;
}
.IndiaChallenge .Userperson p {
  font-size: 12px;
  color: #666;
}
.IndiaChallenge .charts {
  margin-top: 30px;
}
.IndiaChallenge .charts ul li {
  float: left;
  margin-right: 51px;
}
@media (max-width: 767px) {
  .IndiaChallenge .charts ul li {
    margin-right: 5px;
  }
}
.IndiaChallenge .charts ul li:last-child {
  margin-right: 0;
}
.IndiaChallenge .charts ul li h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .IndiaChallenge .charts ul li h4 {
    font-size: 12px;
  }
}
.IndiaChallenge .charts ul li .circle {
  position: relative;
}
.IndiaChallenge .charts ul li .circle p {
  position: absolute;
  top: 31%;
  left: 38%;
  font-size: 31px;
  color: #9acd32;
}
.IndiaChallenge .charts ul li .circlegrey {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 17px solid #d8d8d8;
  text-align: CENTER;
  color: #ccc;
  font-size: 31px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .IndiaChallenge .LogoutPanel {
    margin-top: 20px;
    justify-content: flex-start !important;
  }
}
.IndiaChallenge .LogoutPanel ul li {
  float: left;
  margin-right: 25px;
}
.IndiaChallenge .LogoutPanel ul li a {
  font-size: 16px;
}
.IndiaChallenge .LogoutPanel ul li:last-child {
  margin-right: 0;
}
.IndiaChallenge .LogoutPanel ul li.activelogin a {
  color: #000;
}
.IndiaChallenge .LogoutPanel ul li.activelogin a:before {
  background-image: url(../images/icon-profile-hover.png);
  content: '';
  height: 26px;
  width: 31px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
article {
  /*background-image: url('../images/background-line.png');*/
  /* padding: 30px 0; */
  background-color: #fff;
  min-height: 56% !important;
  
 /*  height: 100%; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
article .greycolor {
  font-size: 12px;
  color: #a6a6a6;
  font-weight: 600;
  line-height: 1.2em;
  width: 100%;
  display: inline-block;
}
article .title {
  margin-bottom: 20px;
  margin-top: 10px;
}
article .title h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0px;
  color: white;
}
article .title p {
  color: #64b336;
}
article .pannelBox {
  /* background: #e2e2e2;  */
  margin: 1px;
  padding: 10px;
  min-height: 300px;
  border: 2px solid #e2e2e2;
}
article .pannelBox h6 {
  
  font-weight: 300;
  font-size: 16px;
  
}
article .pannelBox hr {
  border-top: 2px solid #19344e;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
article .pannelBox p {
  line-height: 1.8em;
  text-align: justify;
  font-size: 16px;
}
article .pannelBox a.more {
  font-size: 12px;
  letter-spacing: 2px;
}
article .success .float-left {
  margin-right: 15px;
}
article .success .number {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}
article .form .Title p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #64b336;
  text-transform: uppercase;
}
article .form .form-group {
  margin-bottom: 1.5rem;
}
article .form label {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
article .form label span {
  color: #a6a6a6;
  font-size: 11px;
  font-weight: 600;
}
article .form .form-check {
  margin-bottom: 27px;
}
article .form .form-check .form-check-label {
  font-size: 14px;
}
article .form input {
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: 600;
}
article .form .form-control:focus {
  box-shadow: initial;
  border-color: #ccc;
}
article .form select {
  font-size: 12px;
  background-image: linear-gradient(#ccc, transparent);
  color: #a6a6a6;
  font-weight: 600;
}
article .form textarea {
  font-size: 12px;
  height: 129px;
  color: #a6a6a6;
  font-weight: 600;
}
article .form ::-webkit-input-placeholder {
  /* Edge */
  font-size: 12px;
  color: #a6a6a6;
}
article .form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 12px;
  color: #a6a6a6;
}
article .form ::placeholder {
  font-size: 12px;
  color: #a6a6a6;
}
article .form .submit {
  padding: 10px 20px;
  color: #fff;
}
article .form .submit img {
  margin-left: 25px;
}
article .form .uploadSection {
  margin-bottom: 20px;
}
article .form .uploadSection img {
  margin-right: 10px;
}
article .form .uploadSection p {
  font-size: 13px;
  color: #a6a6a6;
  font-weight: 600;
  line-height: 1.2em;
}
article .profiles .uploadSection {
  margin-bottom: 20px;
}
article .profiles .uploadSection img {
  margin-right: 10px;
}
article .profiles .uploadSection p {
  font-size: 12px;
  color: #a6a6a6;
  font-weight: 600;
  line-height: 1.2em;
}
article .profiles .tab-pane {
  padding: 0;
}
article .profiles label {
  font-size: 16px;
}
@media (max-width: 767px) {
  article .profiles label {
    margin-bottom: 0;
  }
}
article .profiles .profilesDetails .MainTitle {
  border-bottom: 3px solid #666666;
  margin-bottom: 25px;
}
article .profiles .profilesDetails .MainTitle h5 {
  border-bottom: 0;
  margin-bottom: 0;
}
article .profiles .profilesDetails .MainTitle img {
  padding-bottom: 3px;
}
article .profiles .edit span {
  font-size: 16px;
  font-weight: 700;
}
article .profiles .dwnld-pdf span {
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  display: inline-block;
}
article .MainTitle h5 {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid #666666;
  margin-bottom: 25px;
  padding-bottom: 2px;
}
article .MyAccountDetails ul.nav-tabs {
  border-bottom: 0;
}
article .MyAccountDetails ul.nav-tabs li {
  margin-right: 21px;
}
@media (max-width: 767px) {
  article .MyAccountDetails ul.nav-tabs li {
    margin-right: 13px;
  }
}
article .MyAccountDetails ul.nav-tabs li a {
  text-transform: uppercase;
  font-weight: 700;
  border: 0 !important;
  padding: 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  article .MyAccountDetails ul.nav-tabs li a {
    font-size: 12px;
  }
}
article .MyAccountDetails ul.nav-tabs li a:hover {
  border: 0;
  border-color: transparent !important;
  border-bottom: 4px solid #000 !important;
}
article .MyAccountDetails ul.nav-tabs li .active {
  color: #000 !important;
  border-bottom: 4px solid #000 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent !important;
  border-color: #000 !important;
  border: solid;
}
article .MyAccountDetails .tab-content {
  margin-top: 30px;
}
article .MyAccountDetails .tab-content #Actionplan {
  padding: 0;
}
article .MyAccountDetails .tab-content .card {
  margin-bottom: 20px;
  border: 0;
}
article .MyAccountDetails .tab-content .card .card-header {
  background: #999;
  color: #fff;
  padding: 8px 25px;
}
article .MyAccountDetails .tab-content .card .card-header p {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  /* text-transform: capitalize; */
}
@media (max-width: 767px) {
  article .MyAccountDetails .tab-content .card .card-header p {
    font-size: 12px;
  }
}
article .MyAccountDetails .tab-content .card .card-header p span {
  color: #cd3301;
  font-size: 12px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  article .MyAccountDetails .tab-content .card .card-header p span {
    font-size: 10px;
  }
}
article .MyAccountDetails .tab-content .card .card-body {
  padding: 0 20px;
}
article .MyAccountDetails .tab-content .card .card-body .Headings {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  border-bottom: 2px solid #000;
  padding: 20px 0;
}
article .MyAccountDetails .tab-content .card .card-body .Headings span {
  text-transform: lowercase;
  font-weight: normal;
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px) {
  article .MyAccountDetails .tab-content .card .card-body .No,
  article .MyAccountDetails .tab-content .card .card-body .activity,
  article .MyAccountDetails .tab-content .card .card-body .benchmark,
  article .MyAccountDetails .tab-content .card .card-body .total,
  article .MyAccountDetails .tab-content .card .card-body .target {
    margin-bottom: 10px;
  }
}
article .MyAccountDetails .tab-content .card .card-body .savebutton {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
}
article .MyAccountDetails .tab-content .card .card-body .savebutton .save {
  background: #cc3300;
  color: #fff;
  padding: 8px 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}
article .MyAccountDetails .tab-content .card .card-body .Headingmobile {
  display: none;
}
article .MyAccountDetails .tab-content .card .card-body .Headingmobile span {
  display: none;
}
@media (max-width: 767px) {
  article .MyAccountDetails .tab-content .card .card-body .Headingmobile span {
    display: block;
    font-weight: normal;
    text-transform: lowercase;
  }
}
@media (max-width: 767px) {
  article .MyAccountDetails .tab-content .card .card-body .Headingmobile {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
  }
}
article .MyAccountDetails .tab-content .card .content {
  padding: 20px 0;
  border-bottom: 2px solid #cccccc;
}
article .MyAccountDetails .tab-content .card .fa {
  padding-top: 5px;
}
article .MyAccountDetails .tab-content .nextprocess {
  padding-bottom: 60px;
}
article .MyAccountDetails .tab-content .nextprocess ul li {
  float: left;
  margin-right: 15px;
}
@media (max-width: 767px) {
  article .MyAccountDetails .tab-content .nextprocess ul li {
    margin-right: 5px;
  }
}
article .MyAccountDetails .tab-content .nextprocess ul li a {
  background: #999;
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
@media (max-width: 767px) {
  article .MyAccountDetails .tab-content .nextprocess ul li a {
    font-size: 10px;
    padding: 10px;
  }
}
article .MyAccountDetails .tab-content .nextprocess ul li a.plan {
  background: #cd3301;
}
@media (max-width: 767px) {
  article .AboutUs ul li.nav-item {
    margin-bottom: 10px !important;
    width: 45%;
  }
}
article .AboutUs .tab-content {
  margin-top: 50px;
}
article .AboutUs .tab-content h4 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #960b0b;
}
article .AboutUs .tab-content p {
  font-size: 16px;
  line-height: 1.5em;
}
article .AboutUs .tab-content p span {
  font-weight: 700;
  width: 100%;
  display: inline-block;
}
article .AboutUs .tab-content .panel {
  margin-bottom: 40px;
}
article .AboutUs .tab-content .panel ol {
  padding-left: 16px;
}
article .AboutUs .tab-content .panel ol li {
  /* font-weight: 700; */
  margin-bottom: 10px;
  font-size: 16px;
}
article .AboutUs .tab-content .panel ul li {
  border-bottom: 2px solid #999;
}
article .AboutUs .tab-content .panel ul li a {
  text-transform: uppercase;
  padding: 15px 0;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
}
article .AboutUs .tab-content .panel ul li a .float-left {
  margin-right: 5px;
}
article .AboutUs .tab-content .panel .Registerbtn {
  border-radius: 0;
  padding: 10px 20px;
  margin-top: 20px;
}
article .AboutUs .tab-content .panel .Registerbtn img {
  margin-left: 25px;
}
article .AboutUs .tab-content .Aboutaccordian .card {
  background: transparent;
}
article .AboutUs .tab-content .Aboutaccordian .date {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 7px;
  font-size: 12px;
}
article .AboutUs .tab-content .Aboutaccordian p {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 600;
}
article .AboutUs .tab-content .Muncipalbodies {
  background: #65b437;
  color: #fff;
  padding: 20px;
}
article .AboutUs .tab-content .Muncipalbodies p {
  font-size: 23px;
}
article .toolkit-heading {
  margin-top: 90px;
}
article .toolkit-heading h4 {
  font-weight: 700;
  border: 0 !important;
  padding: 0;
  font-size: 20px;
}
article .toolkit-head h4 {
  font-weight: 700;
  border: 0 !important;
  padding: 0;
  font-size: 20px;
}
article .toolkit-list ul {
  padding-left: 20px;
  line-height: 25px;
  list-style-type: disc;
  font-weight: 500;
}
article .toolkit-content {
  padding: 0;
}
article .toolkit ul {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
article .toolkit ul li {
  display: inline-block;
  margin-right: 0px;
}
article .toolkit ul li a {
  color: #cd3301;
  border: 1px solid #cd3301;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  padding: 8px 30px;
  font-weight: 500;
}
article .toolkit ul li a.active {
  background: #cd3301;
  color: #fff;
}
article .about-panel {
  margin-bottom: 5px !important;
}
article .main-panel {
  margin-bottom: 0 !important;
}
article .about-text li {
  text-transform: uppercase;
  padding: 15px 0;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #cd3301;
  cursor: pointer;
  border-bottom: 2px solid #999 !important;
  width: 100%;
}
article .about-content {
  margin-top: 15px;
}
article .about-content h3 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  width: 100%;
  display: inline-block;
}
article .about-list {
  margin-top: 15px;
}
article .about-list ol {
  padding-left: 20px;
  line-height: 25px;
  font-weight: 500;
}
article .about-list ol li {
  font-weight: 500 !important;
  margin-bottom: 10px;
  font-size: 16px !important;
}
.text-capitlize {
  text-transform: inherit!important;
}
.UpdatePage a {
  background: #ebd4b5;
  padding: 9px 16px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px) {
  .DashboardPage .registrationPanel {
    margin-top: 20px;
  }
}
.DashboardPage .registrationPanel ::-webkit-input-placeholder {
  /* Edge */
  font-size: 12px;
  color: #a6a6a6;
}
.DashboardPage .registrationPanel :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 12px;
  color: #a6a6a6;
}
.DashboardPage .registrationPanel ::placeholder {
  font-size: 12px;
  color: #a6a6a6;
}
.DashboardPage .DashboardOverview {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
.DashboardPage .DashboardOverview h4 {
  font-weight: 700;
}
.DashboardPage .DashboardOverview .registrationcount {
  border: 1px solid #ccc;
  text-align: center;
  padding: 20px 20px 10px 20px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}
.DashboardPage .DashboardOverview .registrationcount h5 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.DashboardPage .DashboardOverview .registrationcount p {
  font-size: 34px;
  font-weight: 400;
}
.DashboardPage .DashboardOverview .targetTable {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.DashboardPage .DashboardOverview .targetTable th {
  text-transform: uppercase;
  border-top: 0;
}
.DashboardPage .DashboardOverview .targetTable td {
  border-top: 1px solid #000;
}
.myupdates {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 30px;
  /* background: #fff; */
}
.update-head h4 {
  font-weight: 700;
  border: 0 !important;
  padding: 0;
  font-size: 20px;
}
.btnsubmit {
  color: #cd3301 !important;
  font-size: 11px;
  padding: 9px 20px;
  background: #de8f75b3;
  border: 1px solid #ccc;
}
.brower-top {
  margin-top: 30px;
}
.update-Headings {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  border-bottom: 2px solid #cccccc;
  padding: 20px 0;
}
.update-content {
  padding: 20px 0;
  border-bottom: 2px solid #ccc;
}
.update-btn {
  padding: 10px 30px;
  border-radius: 0px;
  color: #fff !important;
}
.update-text p {
  font-size: 10px;
}
.update-text:before {
  content: ' ';
  background: #e0dede;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  z-index: 400;
  top: 10px;
}
.update-text p:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 9px 5px 0;
  border-color: transparent #dcd8d8 transparent transparent;
  left: 0;
  top: 40px;
  transform: rotate(180deg);
}
.MainTitle h4 {
  text-transform: none;
  font-weight: 700;
  padding-bottom: 5px;
  font-size: 20px;
}
.profile-deletebtn {
  color: #c30 !important;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  text-transform: uppercase;
}
.update-boder hr {
  margin-left: -30px;
  margin-right: -30px;
  border: 0.5px solid #ccc;
}
.date-icon input[type=text] {
  background-image: url("../images/icon-calendar.png");
  background-repeat: no-repeat;
  background-position: 97% 55%;
  background-size: 25px;
  cursor: pointer;
}
.update-head h4 {
  font-weight: 700;
  border: 0 !important;
  padding: 0;
  font-size: 23px;
}
.cal-label label {
  font-size: 16px;
}
.update-title {
  margin-top: 20px;
}
.map {
  width: 100%;
  display: inline-block;
}
@media (max-width: 640px) {
  .map #india {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .map #india svg {
    width: 100% !important;
  }
}
.map .map-heading {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .map .datamaps-hoverover {
    left: 0 !important;
    right: 0 !important;
  }
}
footer {
  font-size: 12px;
  color: #999999;
  padding: 20px 0;
  
  /* background-image: url(../images/footer-bg.png);
  background-size: 100% 85%;
  background-position: center;
  background-repeat: no-repeat; */
  /* background-size: cover; */
  /* opacity: 0.3; */
  
}
@media (max-width: 767px) {
  footer .footer-inner .copyright,
  footer .footer-inner .contactUS {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-inner .Social {
    margin-bottom: 25px;
  }
}
footer .footer-inner .Social p {
  letter-spacing: 2px;
  font-size: 14px;
}
footer .footer-inner ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-inner ul li a {
  font-weight: 700;
}
footer .footer-inner ul li a.call {
  color: #000;
}
.ptb5{
	padding:5px 0px;
}
.ptb8{
	padding:8px 0px;
}


/* Marquee */


.color-ffffff{
    color: #ffffff !important;
}
.bgcolor-fac422{
     background-color: #018742 !important; 
}




.onoffswitch3
{
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; 
    /* cursor: pointer; */
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; 
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 46px;
    padding: 0;
    line-height: 50px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none !important;
    font-family: Roboto, sans-serif !important;

}

.onoffswitch3-inner .onoffswitch3-active {
   padding-left: 10px;
   color: #000;
   border-bottom: 2px solid #eeeeee;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
 /*   background-color: #FFFFFF; color: #000; */
    text-align: right;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
   /* background: #fac422; */
    left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}


.dropdown-item:hover{
	/* background-color:#e1e1e1 !important; */
	color: #0054a6 !important;
}
.font16{
	font-size:16px;
}
.mt10{
	margin-top:10px;
}
.mtb80{
	margin:80px 0px 80px 0px;
}
.minh400{
	
	min-height : 410px;
}

.dashbordBox{
	cursor: pointer;
}

.dashbordBox:hover{
	background-color:#e1e1e1 !important;
}

.customselect {
  font-size: 12px;
  background-image: linear-gradient(#ced4da, transparent);
  color: #343a40;
  font-weight: 600;
}
.mycontainer{
	max-width: 1390px !important;
}
#india {
   margin-top: -84px !important;
}

.mtb3{
	margin:3px 0px;
}

.pbmgtb10{
	background-color: #0054a6;
    padding: 10px;
}
.mtb10{
	margin:10px 0px;
}
.mt30{
	margin-top:30px;
}
.mb20{
	margin-bottom:20px;
}
.mb50{
	margin-bottom:50px;
}
.mb0{
	margin-bottom:0px !important;
	
}


/* Self defind css */

.text-muted {
    color: #6c757d!important;
    text-align: center!important;
}

	/* Float Shadow */
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:before {
	/* pointer-events: none; */
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;

}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}


.five_box_aligner:hover .five_box {
	box-shadow:none;
	transition: 600ms;
}
.five_box {
	width:100%;
	float:left;
	height: 122px;
	padding:15px 0;
	box-shadow: 2px 16px 20px -12px #717171;
	border-radius: 0px 0px 0px 0px;
}
.five_box h4 {
	/* font-size: 95%; */
    color: #fff;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
	font-size: 17px;
}
.five_box h4 a {
	color:#fff;
	text-decoration:none;
}
.bg_lightyellow {
	    background: #fcc20c;
}
.bg_darkblue {
	background: #0054a5;
}
.bg_blue {
	background: #5395f3;
}
.bg_lightblue {
	background: #5dadfb;
}
.bg_lightmarun {
	background: #1196d3;
}
.bg_marun {
	background: #bf5a25;
}
.bg_lightOrange {
	background: #f37338;
}
.bg_lightgreen {
	background: #65b337;
}	
	.five_box img{
    width:50px;
    height:50px
}
	.mcs-button {
 
    background-color: white!important;
 
}


#what-new{
	padding-left:0px;
	font-size:14px;
	text-align:justify;
	}
	#what-new a{
	color:#000;
	}
	#what-new a:hover{
	color:#ff0000;
	}


	.scrollup{
			width:40px;
			height:40px;			
			text-indent:-9999px;
			opacity:0.3;
			position:fixed;
			bottom:50px;
			right:120px;
			display:none;
z-index:50000;			
			background: url(http://www.batralawoffices.com/image/back2top.png) no-repeat;
		}



.sithead {
    text-align: center;
    color: #3b4c9e;
    text-transform: capitalize;
    font-size: 17px;
	font-weight:bold;
	 border-bottom: 1px solid #ff993578;
	height:51px;
}
.sitcont{text-align: justify;font-size: 14px;color: #000000;}
}
.card .more{
	background-color:green!important;
}
.menu{
	margin-top:0px;
	margin-left: -23px;
}

/* Footer CSS */

.shadows {
    background: #2f774c;
    box-shadow: inset 0px 11px 15px -10px #2f774c, inset 0px -11px 15px -10px #60d48e;
}

ul.social_footer{
	margin: 15px 0 0 0;
}
ul.social_footer li{
	    margin: 0 0 4px 0;
    list-style: none;
    background-color: #e5e5e5;
    padding: 8px 15px 8px 20px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
ul.social_footer li:last-child{
	margin:0;
}
ul.social_footer a{
	color: #222;
	display: block;
	font-size: 13px;
}
ul.social_footer li:hover{
	cursor: pointer;
		background-color: #5d6eb2;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color:white;	
}

ul.social_footer li a:hover{
  color:white;	
  font-weight:bold;
}
ul.social_footer li i{
	font-size: 20px;
	margin-right: 20px;
	float: left;
	color: #232323;
}
ul.social_footer li:hover i{
	color: #fff;
}

/* Contact Footer -------------------------------------------*/

ul.contact_footer{
	margin: 0;
}

ul.contact_footer a {
	color:white;
}

ul.contact_footer li{
	margin:0 0 15px 0;
	list-style: none;
	color:white;
}
ul.contact_footer li i{
	padding-right: 10px;
}

.footer_down{
	background-color: #002f71;
	color: #fff;
	padding: 12px 0;
	font-size: 17px;
}
.footer_down p{
	margin: 0;
}
.footer_down ul{
	margin: 0;
}
.footer_down .nav_footer li{
	list-style: none;
	display: inline-block;
/*	margin:0 4% 0 0;*/
}
ul.nav_footer li {
    border-right: 1px solid #403d3d;
    padding: 0px 15px;
}
.footer_down .nav_footer li a{
	color: #fff;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer_down .nav_footer li a:hover{
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.footer_top h2 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    color: rgb(255, 255, 255);
}
.footer_top p {
    color: rgb(255, 255, 255);
	font-size:14px;
	
}
.text_left {
    text-align: left;
}

.text_right {
    text-align: left;
}
/* .footer_down {
 background-color: rgb(150 11 11);
    color: rgb(255, 255, 255);
    padding: 15px 0px;
    font-size: 13px;
} */


.footsection{
	/* background-color: #c33a3a; */
	padding: 5px;
	/* box-shadow: inset 0px 11px 15px -10px #6c6d6f, inset 0px -11px 15px -10px #ab4848; */
}


/*Footer CSS END */

.bubble {
    position: fixed;
    bottom: 25px;
    /* right: calc(25% - 415px + 30px); */
    right: 5px;
	z-index:50000;
	width: 107px;
}

/* Initative Img css */

.mydiv  {
    width: 100%;
    height: 116px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: auto;
    text-align: center;
    border-bottom: 2px solid #e4e4e4;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.19);
}

.mydiv img{
	margin:auto;
}

/* Initative Img css END */

/* Government Accessibility Background css */

.govtband {
  	/*background: #b4b9d0;*/
	background: #b2bfcc;
}

/* Government Accessibility Background css END */



/* Navigation Background css */

.topmenu {
    background: #002f71;
	/* background:#960B0B; */
}

/* Navigation Background css END */

.header-inner1 {
    padding: 8px 8px;
    background: #ffffff;
}



#footsection .mcs-item {
	background-color: #ffffff!important;
}


/* Top Gorvernt header START */

.top-left a {
    background: url(https://www.mygov.in/sites/all/themes/mygov/images/grid_list_icon.png) no-repeat scroll -1px -307px;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    padding: 10px 0 10px 40px;
}


.lang-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
.lang-box .region-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang-box .region-header .content {
  position: relative;
  height: 100%;
}

.head_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head_user a:hover {
  color: #2c498d;
  background-color: #fff;
}

.head_user > a, .lang-box > div {
  border-right: 1px solid #cec9c9;
}

.user_accessibility {
  position: relative;
}

.access-type {
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 1px 3px #dbdbdb;
  background-color: #fff;
  z-index: 50000;
}

.access_icon {
  background: url("../images/sprite-icon.png") -92px -114px no-repeat;
  width: 30px;
  height: 39px;
  display: block;
  cursor: pointer;
  padding-top: 10px;
    text-align: center;
    color: white;
}
.access_icon:focus {
  background-position: -45px -114px;
}

.user_accessibility:hover .access_icon {
  background-position: -45px -114px;
  background-color: #fff;
  text-align: center;
    color: green
}



.share_icon {
  display: none;
  padding: 10px 8px;
  height: 39px;
}


.site_share {
  position: relative;
}
.site_share:hover a {
  color: #2c498d;
}
.site_share:hover .share-list {
  display: block;
}

.site_share .social-area {
  border-right: 1px solid #cec9c9;
  float: left;
  height: 100%;
  overflow: hidden;
}

.site_share .social-area:last-child {
  border: none;
}

.site_share .social-area a {
  display: block;
  text-align: center;
  padding: 13px 7px 5px;
  height: 39px;
}

.site_share .share_icon:focus + .share-list, .user_accessibility .access_icon:focus + .access-type, .user_accessibility:hover .access-type {
  display: block;
}

.site_share .share_icon:focus + .share-list {
  background-color: #2c498d;
}

.user_accessibility:hover, .user_accessibility .access_icon:focus {
  background-color: #fff;
  color: #2c498d;
}

.access-type a#text_resize_decrease, .access-type a#text_resize_reset, .access-type a#text_resize_increase {
  height: auto !important;
  line-height: 30px;
  text-indent: 0;
  margin: 0;
  padding: 6px;
  background-image: none;
  float: none;
  width: auto;

}

.access-type a#text_resize_increase {
  padding-left: 4px;
}

.color-switcher {
  text-align: center;
  padding-top: 5px;
}

.access-type > a {
  border-bottom: 1px solid #c5c5c5;
  color: #000;
}

.social-area a i {
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
  color: white;
}

.social-area a i.fb-icon {
  background: url("../images/icon.svg#facebook_white-view") no-repeat;
}

.social-area a:hover .fb-icon {
  background: url("../images/icon.svg#facebook-view") no-repeat;
}

.social-area a .twitter-icon {
  background: url("../images/icon.svg#twitter_white-view") no-repeat;
}

.social-area a:hover .twitter-icon {
  background: url("../images/icon.svg#twitter-view") no-repeat;
}

.social-area a .youtube-icon {
  background: url("../images/icon.svg#youtube_white-view") no-repeat;
}

.social-area a:hover .youtube-icon {
  background: url("../images/icon.svg#youtube-view") no-repeat;
}

.social-area a .insta-icon {
  background: url("../images/icon.svg#instagram_white-view") no-repeat;
}

.social-area a:hover .insta-icon {
  background: url("../images/instagram.svg") no-repeat;
}

.access-type a#text_resize_decrease sup, .access-type a#text_resize_increase sup {
  right: -13px;
}

#text_resize_reset {
  text-align: center;
}

#sizer .share-list img {
  margin: 0px;
}

.access-type a:hover, .site_share .social-area a:hover {
  background-color: #eee !important;
}

.language_icon {
  display: none;
}

.language-switcher-locale-url li {
  display: block;
}

.language-switcher-locale-url li.active {
  display: none;
}

.language-switcher-locale-url li a {
  color: #fff;
  padding: 10px 8px;
  display: block;
  height: 39px;
}

.language-switcher-locale-url li a:hover {
  color: #2c498d;
}

.skip_content {
  padding: 10px 8px;
  font-size: 12px;
  color: white;
}

.skip_content strong {
  font-weight: 400;
}


.login-reg-block {
  position: relative;
}

.login-reg-icon {
  width: 30px;
  height: 100%;
  display: none;
}

.login-link-wrapper {
  background: #388fcc;
  background: -moz-linear-gradient(left, #388fcc 0%, #1db5a6 100%);
  background: -webkit-linear-gradient(left, #388fcc 0%, #1db5a6 100%);
  background: linear-gradient(to bottom, #e4e7f1 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388fcc', endColorstr='#1db5a6',GradientType=1 );
}

.login-link-wrapper a {
  display: inline-block;
  padding: 10px 8px;
  height: 39px;
  min-width: 66px;
  text-align: center;
}

.ac-login {
  border-right: 1px solid #4964a4;
}

.colorchanger li a {
  color: #686868;
  display: inline-block;
  font-size: 1px;
  height: 20px;
  overflow: hidden;
  text-indent: -200px;
  width: 20px;
  margin: 0;
}
.stat-count {
    font-size: 44px;
    font-weight: normal;
    letter-spacing: -0.02em;
    line-height: 1.2;
margin-bottom: 2px;
    margin-top: 8px;
    overflow: hidden;
    font-family: "Poppins", Helvetica, Arial, Verdana, sans-serif;
    padding: 0;
    position: relative;
    color: #cd3301;
	text-align: center;
}


.conterhead {
    font-size: 15px!important;
   /* color: #76797b!important; */
	color: #000000!important;
    line-height: 22px!important;
}

.countbg{
	/*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%)!important;*/
	
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(239, 235, 235) 51%, rgb(253, 253, 253) 100%)!important;
	
}

.onoffswitch3-inner a{
	color:black!important;
}

.insidebtn {
    color: #fff;
    background: #5d6eb2;    
    padding: 10px;
	font-size:14px;
    border-radius: 5px;
	margin:auto;
}

.insidebtn:hover {
    color: #fff;
	background-color:green;
    
}


.mydiv1 {
    width: 100%!important;
    
    overflow: hidden!important;
    /* margin-bottom: 30px; 
    border: 2px solid #e4e4e4!important;*/
}

.mydiv1 img {
    width: 100%!important;
    height: 260px;
}



.mydiv2 {
    width: 100%!important;
    height: 260px;

    /* margin-bottom: 30px; 
    border: 2px solid #e4e4e4!important;*/
    overflow: hidden;
}

.mydiv2 img {
    width: 100%!important;
    /* height: 260px; */
}

.post-content1 {
    height: 65px;
    padding: 10px;
    text-align: left;
    line-height: 25px;
    border-top: 3px solid #bfbcbc6b;
	font-size:16px!important;
	background-color: #efecec;
}


.post-content {
    height: 65px;
    padding: 18px;
    text-align: left;
    line-height: 25px;
    border-top: 3px solid #bfbcbc6b;
	font-size:16px!important;
}

.single-post {
    box-shadow: 10px 5px 5px #CFCFCF!important;
    border: 1px solid #bfbcbc!important;
}

.boxdarkblue{
	border: 2px solid white;
    background: #4472c4;
    color: white;
    font-weight: 600;
	text-align: justify;
}

.boxlightblue{
	border: 2px solid white;
    background: #cfd5ea;
    color: black;
    font-weight: 600;
	text-align: justify;
}

.boxskyblue{
	border: 2px solid white;
    background: #e9ebf5;
	font-weight: 600;
	text-align: justify;
}	
.bgwhite {
    background: ##f7f7f7 !important;
    cursor: pointer;
}

.pt70 {
  padding-top: 70px;
}

.tabspace {
    /* border: 3px solid #edeff1e6 !important; */
    /* background-color: #fff3cc  !important; */
	font-weight: 700 !important;
	padding: 10px 2px 8px 2px;
}

.ml-15{
	margin-left: -15px !important;
}
.mr-15{
	margin-right: -15px !important;
}

.tabspace a {
   color: #1d1c1c;
}

.nav-home svg g {
    stroke: #fbfbfb;
}


.bto{
	border-top: 0px solid #000 !important;
}

.dropdown:hover>.dropdown-menu {
		color: white !important;
		display: block;
}

a[href="http://www.magictoolbox.com/magicscroll/"]{
	display:none;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  /* position: absolute; */
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.dropdown-menu ul li {
	float: left;
	padding: 0px 0px!important;
	width:100%;
}

.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}

.outerBox{
	padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 0;
}
ul.footer_btm {
  /* text-align: center; */
    padding-top: 0px;
}

.footer ul li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

	
ul.footer_btm li {
    display: inline-block;
    width: auto;
    float: none;
}


/*  Disclaimer footer */	
ul.footer_btm li:nth-child(1):before {
    display: none;
}	
	
ul.footer_btm li:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    content: '';
    color: #fff;
    height: 16px;
    width: 1px;
    background: white;
    /* top: 7px; */
	margin-top: 7px;
}	
ul.footer_btm li a {
    display: inline-block;
    float: none;
    padding: 4px 8px;
}
.footer_down ul li a {
     /*display: block;
    float: left;*/
    width: 100%;
    color: #eeeefd;
    padding: 5px 5px;
    text-decoration: none;
    padding-left: 15px;
   /* font-size: 93%;*/
	font-size: 14px;
}

ul.footer_btm li a:hover {
     color: #ec7f32 !important;
}

.alert-info {
    color: white;
    background-color: #0054a6;
    border-color: #002f71;
}	

