/*

	"phone": 400px,
	"phone-wide": 480px,
	"phablet": 560px,
	"tablet-small": 640px,
	"tablet": 768px,
	"tablet-wide": 992px,
	"desktop": 1248px,
	"desktop-wide": 1440px,
	"desktop-extra-wide": 1600px
	
*/

.row {
  margin: 0 -20px;
  margin-bottom: -20px;
}

.row-charts {
  margin: 0 -16px;
}

@media only screen and (min-width: 320px) {
  .col-sm-6 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 640px) {
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

.col-sm-ch-8 {
  -ms-flex-preferred-size: 66.666%;
      flex-basis: 66.666%;
  max-width: 66.666%;
}

@media only screen and (min-width: 320px) {
  .col-sm-ch-8 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-ch-8 {
    -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
    max-width: 66.666%;
  }
}

.col-sm-ch-4 {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  max-width: 33.333%;
  padding: 0 16px;
}

@media only screen and (min-width: 320px) {
  .col-sm-ch-4 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-ch-4 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
    padding: 0 16px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 640px) {
  .container {
    max-width: 611px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 670px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 800px;
  }
}

@media only screen and (min-width: 1248px) {
  .container {
    max-width: 1000px;
  }
}

.container-landing {
  width: 100%;
}

.container-charts {
  width: 100%;
  max-width: 698px;
  padding: 0 16px;
  margin: 0 auto;
}

.container-landing-home {
  max-width: 606px;
}

@media only screen and (min-width: 992px) {
  .container-landing-home {
    max-width: 670px;
  }
}

@media only screen and (min-width: 1248px) {
  .container-landing-home {
    max-width: 965px;
  }
}

.text-center {
  text-align: center;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.flex-display-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-display-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.justify-content-spacearound {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.spacing-left-8 {
  padding-left: 4px;
}

@media only screen and (min-width: 320px) {
  .spacing-left-8 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 400px) {
  .spacing-left-8 {
    padding-left: 4px;
  }
}

@media only screen and (min-width: 320px) {
  .spacing-top-6 {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 400px) {
  .spacing-top-6 {
    margin-top: 0px;
  }
}

/*

	"phone": 400px,
	"phone-wide": 480px,
	"phablet": 560px,
	"tablet-small": 640px,
	"tablet": 768px,
	"tablet-wide": 992px,
	"desktop": 1248px,
	"desktop-wide": 1440px,
	"desktop-extra-wide": 1600px
	
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hidden {
  display: none;
}

h1 {
  font-size: 60px;
  line-height: 1.41;
  font-weight: 400;
}

h2 {
  font-size: 48px;
  line-height: 1.41;
  font-weight: 400;
}

h3 {
  font-size: 32px;
  line-height: 1.41;
  font-weight: 400;
}

h4 {
  font-size: 18px;
  line-height: 1.41;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  line-height: 1.41;
  font-weight: 400;
}

h6 {
  font-size: 14px;
  line-height: 1.41;
  font-weight: 400;
}

a {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Noto Sans Devanagari UI;
  line-height: 1.41;
}

header {
  background-color: #00529b;
}

.butn {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 0;
  cursor: pointer;
}

.butn-block {
  display: block;
  width: 100%;
}

.button-space {
  padding: 40px 0;
}

@media only screen and (min-width: 320px) {
  .button-space {
    padding: 30px 0;
  }
}

.butn-lg {
  padding: 10px 236px 9px 236px;
  font-size: 14px;
}

@media only screen and (min-width: 320px) {
  .butn-lg {
    padding: 10px 0;
  }
}

.butn-primary {
  color: #515151;
  background-color: #f2f3f3;
}

.butn-primary:hover {
  color: #ffffff;
  background-color: #00529b;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.form .form-component {
  padding: 0 56px;
}

@media only screen and (min-width: 320px) {
  .form .form-component {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 560px) {
  .form .form-component {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .form .form-component {
    padding: 0 56px;
  }
}

.form .form-component h5 {
  color: #979797;
  margin-top: 56px;
  margin-bottom: 16px;
}

@media only screen and (min-width: 320px) {
  .form .form-component h5 {
    margin-top: 30px;
  }
}

.form label {
  display: block;
  font-size: 14px;
  color: #000000;
  padding-top: 32px;
  padding-bottom: 4px;
}

.form .form-control {
  display: block;
  width: 100%;
  padding: 10px 16px 9px 16px;
  font-size: 14px;
  color: #a5a5a5;
  background-color: #f2f3f3;
  background-clip: padding-box;
  border: 0;
  border-bottom: 4px solid #00529b;
  border-radius: 0;
}

.form .form-control-textarea {
  padding: 8px 0 89px 15px !important;
}

.form-container .card {
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.251);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.251);
  background-color: #ffffff;
  border: 1px solid #e5e9f2;
  border-radius: 5px;
  margin-bottom: 42px;
}

.form-container .complain-form {
  max-width: 640px;
  margin: -70px auto 0;
}

@media only screen and (min-width: 320px) {
  .form-container .complain-form {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 480px) {
  .form-container .complain-form {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 560px) {
  .form-container .complain-form {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 768px) {
  .form-container .complain-form {
    padding: 0;
  }
}

.form-title {
  background: #00529b;
  padding: 64px 10px 90px;
  color: #f0f8ff;
}

.form-title h3 {
  margin-bottom: 16px;
  line-height: 53px;
}

@media only screen and (min-width: 320px) {
  .form-title h3 {
    margin-top: -50px;
    margin-bottom: 0px;
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) {
  .form-title h3 {
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 32px;
  }
}

.margin-spacing-1 {
  margin-top: 32px;
}

.help-block {
  display: block;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 25px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.alert-success,
.alert-success-login {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  max-width: 640px;
}

.alert-success {
  margin: 20px 56px -10px 56px;
}

@media only screen and (min-width: 320px) {
  .alert-success {
    font-size: 67%;
    margin: 20px 20px -10px 20px;
  }
}

@media only screen and (min-width: 400px) {
  .alert-success {
    font-size: 90%;
    margin: 20px 20px -10px 20px;
  }
}

@media only screen and (min-width: 480px) {
  .alert-success {
    font-size: 100%;
  }
}

@media only screen and (min-width: 560px) {
  .alert-success {
    margin: 20px 40px -10px 40px;
  }
}

@media only screen and (min-width: 768px) {
  .alert-success {
    margin: 20px 56px -10px 56px;
  }
}

.alert-success-login {
  margin: 0px auto 30px auto;
}

@media only screen and (min-width: 320px) {
  .alert-success-login {
    font-size: 80%;
    margin: 0px 10px 30px 10px;
  }
}

@media only screen and (min-width: 480px) {
  .alert-success-login {
    margin: 0px 25px 30px 25px;
  }
}

@media only screen and (min-width: 560px) {
  .alert-success-login {
    font-size: 100%;
    margin: 0px 35px 30px 35px;
  }
}

@media only screen and (min-width: 768px) {
  .alert-success-login {
    font-size: 100%;
    margin: 0px auto 30px auto;
  }
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissable .close,
.alert-dismissible .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

button.close {
  text-decoration: none !important;
  font-size: 18px !important;
  line-height: 1.2;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* Tabs */

.tabs {
  width: 100%;
}

.tabs ul#tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-top: 32px;
  border-bottom: 4px solid #f4f4f4;
}

@media only screen and (min-width: 320px) {
  .tabs ul#tabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 640px) {
  .tabs ul#tabs-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 32px;
    padding-bottom: 0;
  }
}

.tabs ul#tabs-nav li {
  font-size: 18px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0 16px 8px 16px;
  cursor: pointer;
  margin-bottom: -4px;
}

@media only screen and (min-width: 320px) {
  .tabs ul#tabs-nav li {
    display: inline-block;
    text-align: center;
    margin-bottom: 11px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 560px) {
  .tabs ul#tabs-nav li {
    width: auto;
  }
}

@media only screen and (min-width: 640px) {
  .tabs ul#tabs-nav li {
    margin-bottom: -4px;
    padding-bottom: 8px;
  }
}

.tabs ul#tabs-nav li.active {
  border-bottom: 4px solid #00529b;
}

.tabs ul#tabs-nav li.active:after a {
  color: #000;
}

.tabs #tabs-nav li a {
  text-decoration: none;
  color: #515151;
}

.tabs .tab-content {
  background-color: #FFF;
}

@media only screen and (min-width: 320px) {
  .underline-medium.active:after {
    width: 45% !important;
  }
}

@media only screen and (min-width: 400px) {
  .underline-medium.active:after {
    width: 35% !important;
  }
}

@media only screen and (min-width: 560px) {
  .underline-medium.active:after {
    width: 100% !important;
  }
}

.gn-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}

@media only screen and (min-width: 320px) {
  .gn-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .gn-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 320px) {
  .gn-header-text-left-align {
    margin-bottom: 20px;
    height: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .gn-header-text-left-align {
    margin-bottom: 0;
    height: auto;
    padding-top: 8px;
  }
}

@media only screen and (min-width: 992px) {
  .gn-header-text-left-align {
    padding-top: 3px;
  }
}

@media only screen and (min-width: 1248px) {
  .gn-header-text-left-align {
    padding-top: 0;
  }
}

@media only screen and (min-width: 320px) {
  .gn-header-text-left-align img {
    height: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .gn-header-text-left-align img {
    height: 50px;
  }
}

@media only screen and (min-width: 1248px) {
  .gn-header-text-left-align img {
    height: auto;
  }
}

.gn-header-text-middle {
  color: #ffffff;
  padding-right: 130px;
}

@media only screen and (min-width: 320px) {
  .gn-header-text-middle {
    padding-right: 0;
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .gn-header-text-middle {
    padding-right: 40px;
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 1248px) {
  .gn-header-text-middle {
    padding-right: 130px;
  }
}

.gn-header-text-middle h2 {
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 3px;
}

@media only screen and (min-width: 320px) {
  .gn-header-text-middle h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .gn-header-text-middle h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .gn-header-text-middle h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1248px) {
  .gn-header-text-middle h2 {
    font-size: 48px;
  }
}

.gn-header-text-middle p {
  font-size: 14px;
}

.gn-header-text-middle p:before,
.gn-header-text-middle p:after {
  background-color: #ffffff;
  content: "";
  display: inline-block;
  height: 6px;
  position: relative;
  vertical-align: middle;
  width: 27%;
  border-radius: 3px;
  opacity: 0.5;
}

.gn-header-text-middle p:before {
  right: 0.3em;
  margin-left: -50%;
}

.gn-header-text-middle p:after {
  left: 0.3em;
  margin-right: -50%;
}

@media only screen and (min-width: 768px) {
  .gn-header-logo-right-align {
    padding: 8px 0 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .gn-header-logo-right-align {
    padding: 5px 0 0 0;
  }
}

@media only screen and (min-width: 1248px) {
  .gn-header-logo-right-align {
    padding: 0;
  }
}

@media only screen and (min-width: 320px) {
  .gn-header-logo-right-align img {
    height: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .gn-header-logo-right-align img {
    height: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .gn-header-logo-right-align img {
    height: 22px;
  }
}

@media only screen and (min-width: 1248px) {
  .gn-header-logo-right-align img {
    height: 25px;
  }
}

/* Tabs */

.tabs {
  width: 100%;
}

.tabs ul#tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-top: 32px;
  border-bottom: 4px solid #f4f4f4;
}

@media only screen and (min-width: 320px) {
  .tabs ul#tabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 640px) {
  .tabs ul#tabs-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 32px;
    padding-bottom: 0;
  }
}

.tabs ul#tabs-nav li {
  font-size: 18px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0 16px 8px 16px;
  cursor: pointer;
  margin-bottom: -4px;
}

@media only screen and (min-width: 320px) {
  .tabs ul#tabs-nav li {
    display: inline-block;
    text-align: center;
    margin-bottom: 11px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 560px) {
  .tabs ul#tabs-nav li {
    width: auto;
  }
}

@media only screen and (min-width: 640px) {
  .tabs ul#tabs-nav li {
    margin-bottom: -4px;
    padding-bottom: 8px;
  }
}

.tabs ul#tabs-nav li.active {
  border-bottom: 4px solid #00529b;
}

.tabs ul#tabs-nav li.active:after a {
  color: #000;
}

.tabs #tabs-nav li a {
  text-decoration: none;
  color: #515151;
}

.tabs .tab-content {
  background-color: #FFF;
}

@media only screen and (min-width: 320px) {
  .underline-medium.active:after {
    width: 45% !important;
  }
}

@media only screen and (min-width: 400px) {
  .underline-medium.active:after {
    width: 35% !important;
  }
}

@media only screen and (min-width: 560px) {
  .underline-medium.active:after {
    width: 100% !important;
  }
}

.custom-checkbox {
  display: inline-block !important;
  position: relative;
  padding-top: 2px !important;
  padding-left: 31px;
  padding-bottom: 0 !important;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: #f2f3f3;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #00529b;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 4px;
  height: 9px;
  border: solid #f0f8ff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.custom-dropdown select {
  /*Hiding the select arrow for firefox*/
  -moz-appearance: none;
  /*Hiding the select arrow for chrome*/
  -webkit-appearance: none;
  /*Hiding the select arrow default implementation*/
  appearance: none;
  /*Hiding the select arrow for IE10*/
}

.custom-dropdown select::-ms-expand {
  display: none;
}

.custom-dropdown::after {
  /*  Custom dropdown arrow */
  content: "\25BC";
  position: absolute;
  pointer-events: none;
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 16px;
  top: 50%;
  margin-top: -.5em;
  color: #a5a5a5;
}

.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, 0.25);
}

.g-recaptcha-form {
  width: 100% !important;
  height: 100% !important;
  resize: both !important;
}

.g-recaptcha-form iframe {
  width: 100%;
}

.g-recaptcha-form iframe .rc-anchor-normal {
  width: auto;
}

@media only screen and (min-width: 320px) {
  .form-group__with-checkbox {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-right: 250px;
  }
}

@media only screen and (min-width: 400px) {
  .form-group__with-checkbox {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-right: 0;
  }
}

.gn-container {
  padding-top: 80px;
  background-color: #00529b;
  height: 100vh;
}

.gn-wrapper {
  color: #f0f8ff;
}

.gn-wrapper h1 {
  background-color: #00529b;
  margin-bottom: 24px;
}

.gn-wrapper p {
  font-size: 20px;
}

.muncipality-container {
  background-color: #00529b;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 64px;
}

@media only screen and (min-width: 320px) {
  .muncipality-container {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 640px) {
  .muncipality-container {
    padding-top: 50px;
    padding-bottom: 64px;
  }
}

.banner-content.bg-transparent .title {
  margin-bottom: 40px;
}

@media only screen and (min-width: 320px) {
  .banner-content.bg-transparent .title {
    margin-bottom: 15px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 640px) {
  .banner-content.bg-transparent .title {
    padding-top: 21px;
  }
}

@media only screen and (min-width: 1248px) {
  .banner-content.bg-transparent .title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

.banner-content.bg-transparent .description {
  font-size: 20px;
}

@media only screen and (min-width: 320px) {
  .banner-content.bg-transparent .description {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1248px) {
  .banner-content.bg-transparent .description {
    font-size: 20px;
  }
}

.banner-content.bg-white {
  background: #ffffff;
  padding: 24px;
  border-radius: 4px;
  color: #00529b;
}

@media only screen and (min-width: 320px) {
  .banner-content.bg-white {
    text-align: center;
  }
}

@media only screen and (min-width: 1248px) {
  .banner-content.bg-white {
    text-align: left;
  }
}

@media only screen and (min-width: 320px) {
  .banner-content.bg-white .title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1248px) {
  .banner-content.bg-white .title {
    font-size: 32px;
  }
}

.banner-content.bg-white .description {
  font-size: 24px;
  padding-top: 8px;
}

@media only screen and (min-width: 320px) {
  .banner-content.bg-white .description {
    font-size: 20px;
    padding-top: 0px;
    margin-top: -65px;
  }
}

@media only screen and (min-width: 1248px) {
  .banner-content.bg-white .description {
    font-size: 24px;
    padding-top: 8px;
    margin-top: 0px;
  }
}

.hotline__info {
  position: relative;
}

.hotline__info .number,
.hotline__info .number-landing {
  font-size: 54px;
  font-weight: bold;
  color: #00529b;
  margin: 13px 0 0;
  position: relative;
  display: block;
  padding: 0 20px 0 80px;
  height: 194px;
}

.hotline__info .number:before,
.hotline__info .number-landing:before {
  content: '';
  background: url("/images/logo/phonebox.svg") no-repeat;
  width: 100%;
  height: 200px;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 320px) {
  .hotline__info .number:before,
  .hotline__info .number-landing:before {
    background-position: center;
    height: 110px;
    width: 100%;
    background-size: contain;
  }
}

@media only screen and (min-width: 1248px) {
  .hotline__info .number:before,
  .hotline__info .number-landing:before {
    background-size: 100%;
    height: 200px;
    background-position: initial;
  }
}

@media only screen and (min-width: 320px) {
  .hotline__info .number {
    font-size: 28px;
    padding: 4px 20px 0 52px;
  }
}

@media only screen and (min-width: 1248px) {
  .hotline__info .number {
    height: 194px;
    font-size: 56px;
    padding: 0 20px 0 80px;
  }
}

@media only screen and (min-width: 320px) {
  .hotline__info .number-landing {
    height: 120px;
    font-size: 28px;
    padding: 4px 20px 0 52px;
  }
}

@media only screen and (min-width: 1248px) {
  .hotline__info .number-landing {
    height: 194px;
    font-size: 56px;
    padding: 0 20px 0 80px;
  }
}

.phone {
  position: absolute;
  top: 100px;
  right: 0;
  font-size: 24px;
  color: #00529b;
  padding: 0 20px 0 80px;
}

@media only screen and (min-width: 320px) {
  .phone {
    top: 62px;
    font-size: 20px;
    left: 0;
  }
}

@media only screen and (min-width: 1248px) {
  .phone {
    top: 100px;
    right: -16px;
    left: auto;
    font-size: 24px;
  }
}

.banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner-spacing {
  margin-bottom: 20px;
  padding: 0 20px;
}

@media only screen and (min-width: 320px) {
  .banner-spacing {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 480px) {
  .banner-spacing {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 560px) {
  .banner-spacing {
    padding: 0 80px;
  }
}

@media only screen and (min-width: 640px) {
  .banner-spacing {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 1248px) {
  .banner-spacing {
    padding: 0 20px;
  }
}

.municipality-charts-container {
  background-color: rgba(0, 82, 155, 0.9);
  color: #f0f8ff;
}

.municipality-charts-container .dropdown .form-inline .form-control {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  color: #00529b;
  background-color: rgba(0, 82, 155, 0);
  border: 1px solid #00529b;
  border-radius: 4px;
  padding: 12px 8px 12px 8px;
  font-size: 14px;
  margin-right: 5px;
  font-family: inherit;
}

@media only screen and (min-width: 320px) {
  .municipality-charts-container .dropdown .form-inline .form-control {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .municipality-charts-container .dropdown .form-inline .form-control {
    width: 50%;
  }
}

.municipality-charts-container .date-tooltip {
  margin-top: 5px;
}

.municipality-charts-container .date-tooltip #search-bar {
  position: absolute;
  background-color: #f0f8ff;
  padding: 35px 24px;
  width: 500px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 8px;
}

@media only screen and (min-width: 320px) {
  .municipality-charts-container .date-tooltip #search-bar {
    width: 270px;
  }
}

@media only screen and (min-width: 768px) {
  .municipality-charts-container .date-tooltip #search-bar {
    width: 500px;
  }
}

.municipality-charts-container .date-tooltip #search-bar:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #f0f8ff transparent;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.municipality-charts-container .date-tooltip #search-bar .tooltip-buttons {
  margin-top: 15px;
}

.municipality-charts-container .date-tooltip #search-bar .tooltip-buttons button {
  color: #f0f8ff;
  background-color: rgba(0, 82, 155, 0);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 12px;
  font-family: inherit;
}

@media only screen and (min-width: 320px) {
  .municipality-charts-container .date-tooltip #search-bar .btn-reset {
    padding: 0px 5px;
    margin-top: -10px;
  }
}

@media only screen and (min-width: 768px) {
  .municipality-charts-container .date-tooltip #search-bar .btn-reset {
    padding: 6px 17px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 320px) {
  .municipality-charts-container .date-tooltip #search-bar .form-group {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .municipality-charts-container .date-tooltip #search-bar .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.municipality-charts-container .date-tooltip #search-bar .form-group button {
  color: #f0f8ff;
  border: 1px solid #00529b;
  background-color: #00529b;
}

.municipality-charts-container .date-tooltip #search-bar .form-group button:hover {
  background-color: #076bc2;
}

.municipality-charts-container .date-tooltip #search-bar .btn-default {
  color: #00529b;
  background-color: #f0f8ff;
  border: none;
}

.municipality-charts-container .date-tooltip #search-bar form {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .municipality-charts-container .date-tooltip #search-bar form .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .municipality-charts-container .date-tooltip #search-bar form .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.municipality-charts-container .date-tooltip #search-bar form .tooltip-close {
  color: #00529b;
  position: absolute;
  right: -10px;
  top: -30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}

.municipality-charts-container .page-header-wrap {
  padding-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (min-width: 320px) {
  .municipality-charts-container .page-header-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .municipality-charts-container .page-header-wrap {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 64px;
  }
}

.municipality-charts-container .page-header-wrap h6 {
  color: #f0f8ff;
  margin-right: 8px;
}

@media only screen and (min-width: 320px) {
  .municipality-charts-container .page-header-wrap h6 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .municipality-charts-container .page-header-wrap h6 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
    margin-bottom: 0px;
    margin-right: 8px;
  }
}

.municipality-charts-container .page-header-wrap .dropdown {
  position: relative;
}

@media only screen and (min-width: 320px) {
  .municipality-charts-container .page-header-wrap .dropdown {
    -ms-flex-preferred-size: 100;
        flex-basis: 100;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .municipality-charts-container .page-header-wrap .dropdown {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
  }
}

.municipality-charts-container .page-header-wrap .dropdown.open {
  display: block;
}

.municipality-charts-container .page-header-wrap .dropdown button {
  color: #f0f8ff;
  background-color: rgba(0, 82, 155, 0);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 4px 8px 5px 8px;
}

.municipality-charts-container .page-header-wrap .dropdown .dropdown-toggle {
  font-size: 14px;
  font-family: inherit;
}

.municipality-charts-container .page-header-wrap .dropdown .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.municipality-charts-container .page-header-wrap .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  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, 0.15);
  border-radius: .25rem;
}

.municipality-charts-container .page-header-wrap .dropdown .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.flex-charts-container {
  margin-top: 40px;
  padding-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 320px) {
  .flex-charts-container {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .flex-charts-container {
    margin-top: 40px;
    padding-bottom: 64px;
  }
}

.flex-charts-container .flex-card-piechart {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #f0f8ff;
  height: 100%;
  border-radius: 4px;
  border: none;
}

@media only screen and (min-width: 320px) {
  .flex-charts-container .flex-card-piechart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 485px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 400px) {
  .flex-charts-container .flex-card-piechart {
    height: 316px;
  }
}

@media only screen and (min-width: 768px) {
  .flex-charts-container .flex-card-piechart {
    height: 100%;
    margin-bottom: 0px;
  }
}

.flex-charts-container .flex-card-piechart .number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 21px;
  padding-bottom: 10px;
}

.flex-charts-container .flex-card-piechart .number-chart {
  display: inline;
  font-size: 64px;
  padding: 0 16px;
}

.flex-charts-container .flex-card-piechart .number-chart-pie {
  display: inline;
  font-size: 16px;
  padding: 0 8px;
}

.flex-charts-container .flex-card-piechart .text-wrap {
  text-align: left !important;
}

.flex-charts-container .flex-card-piechart .text-wrap .complain,
.flex-charts-container .flex-card-piechart .text-wrap .complain-recieved {
  font-size: 18px;
}

.very-small-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: -16px 0;
}

@media only screen and (min-width: 320px) {
  .very-small-cards-container {
    margin: 0;
  }
}

@media only screen and (min-width: 400px) {
  .very-small-cards-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .very-small-cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -16px 0;
  }
}

.very-small-cards-container .flex-card-data {
  padding: 16px 0;
}

@media only screen and (min-width: 320px) {
  .very-small-cards-container .flex-card-data {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 400px) {
  .very-small-cards-container .flex-card-data {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
}

@media only screen and (min-width: 768px) {
  .very-small-cards-container .flex-card-data {
    padding: 16px 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 100%;
  }
}

.very-small-cards-container .flex-card-data .small-chart-content {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  min-height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  border: none;
}

.very-small-cards-container .flex-card-data .small-chart-content .small-chart-number {
  font-size: 42px;
}

.very-small-cards-container .flex-card-data .small-chart-content .small-chart-text {
  font-size: 16px;
}

.piechart-spacing,
.very-small-cards-spacing {
  padding: 0 16px;
}

@media only screen and (min-width: 480px) {
  .piechart-spacing,
  .very-small-cards-spacing {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 560px) {
  .piechart-spacing,
  .very-small-cards-spacing {
    padding: 0 80px;
  }
}

@media only screen and (min-width: 768px) {
  .piechart-spacing,
  .very-small-cards-spacing {
    padding: 0 16px;
  }
}

.blue-background {
  background-color: #00529b;
}

.image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-container.sanfebagar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 82, 155, 0.9)), to(rgba(0, 82, 155, 0.9))), url(https://cms.susasan.org/uploads/municipality/5/assets/img-hero_1.jpg);
  background-image: linear-gradient(rgba(0, 82, 155, 0.9), rgba(0, 82, 155, 0.9)), url(https://cms.susasan.org/uploads/municipality/5/assets/img-hero_1.jpg);
}

.image-container.bannigadhijayagadh {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 82, 155, 0.9)), to(rgba(0, 82, 155, 0.9))), url(https://cms.susasan.org/uploads/municipality/6/assets/img-hero_1.jpg);
  background-image: linear-gradient(rgba(0, 82, 155, 0.9), rgba(0, 82, 155, 0.9)), url(https://cms.susasan.org/uploads/municipality/6/assets/img-hero_1.jpg);
}

.image-container.amargadhi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 82, 155, 0.9)), to(rgba(0, 82, 155, 0.9))), url(https://cms.susasan.org//uploads/municipality/3/assets/img-hero.jpg);
  background-image: linear-gradient(rgba(0, 82, 155, 0.9), rgba(0, 82, 155, 0.9)), url(https://cms.susasan.org//uploads/municipality/3/assets/img-hero.jpg);
}

.image-container.nawadurga {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 82, 155, 0.9)), to(rgba(0, 82, 155, 0.9))), url(https://cms.susasan.org//uploads/municipality/4/assets/navadurga.jpg);
  background-image: linear-gradient(rgba(0, 82, 155, 0.9), rgba(0, 82, 155, 0.9)), url(https://cms.susasan.org//uploads/municipality/4/assets/navadurga.jpg);
}

.image-container.sunkoshi {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 82, 155, 0.9)), to(rgba(0, 82, 155, 0.9))), url(https://cms.susasan.org//uploads/municipality/10/assets/sunkoshi_2.jpg);
  background-image: linear-gradient(rgba(0, 82, 155, 0.9), rgba(0, 82, 155, 0.9)), url(https://cms.susasan.org//uploads/municipality/10/assets/sunkoshi_2.jpg);
}

.chart-resolved-count,
.chart-ongoing-count {
  padding-bottom: 14px;
}

@media only screen and (min-width: 320px) {
  .chart-resolved-count,
  .chart-ongoing-count {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 400px) {
  .chart-resolved-count,
  .chart-ongoing-count {
    padding-bottom: 14px;
  }
}

.circle:before {
  content: ' \25CF';
  font-size: 25px;
}

.circle-resolved:before {
  color: #1ea89e;
}

.circle-ongoing:before {
  color: #f970a1;
}

@media only screen and (min-width: 320px) {
  .flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 400px) {
  .flex-direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 320px) {
  .to-date-picker-spacing {
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .to-date-picker-spacing {
    margin-top: 0px;
  }
}

.number--label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
}

.title-municipality {
  margin-bottom: 22px;
}

.tollfree__info,
.othernumber__info {
  margin-bottom: 14px;
  margin-top: 10px;
}

.tollfree__info .number,
.othernumber__info .number {
  font-size: 54px;
  font-weight: bold;
  position: relative;
  padding-left: 46px;
}

.tollfree__info .number:before,
.othernumber__info .number:before {
  content: '';
  background: url("/images/icons/phone.svg") no-repeat;
  width: 100%;
  height: 100%;
  background-size: 34px;
  position: absolute;
  top: 16px;
  left: 0;
}

@media only screen and (min-width: 320px) {
  .tollfree__info .number:before,
  .othernumber__info .number:before {
    background-size: 28px;
    top: 4px;
    left: 20px;
  }
}

@media only screen and (min-width: 1248px) {
  .tollfree__info .number:before,
  .othernumber__info .number:before {
    background-size: 34px;
    top: 16px;
    left: 0;
    background-position: initial;
  }
}

@media only screen and (min-width: 320px) {
  .tollfree__info .number,
  .othernumber__info .number {
    font-size: 28px;
    padding: 4px 20px 0 52px;
  }
}

@media only screen and (min-width: 1248px) {
  .tollfree__info .number,
  .othernumber__info .number {
    height: 194px;
    font-size: 56px;
    padding: 0 20px 0 40px;
  }
}

.help--info {
  font-size: 14px;
}

.login-page .title {
  text-align: center;
  margin-bottom: 16px;
  color: #515151;
}

@media only screen and (min-width: 320px) {
  .login-page .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) {
  .login-page .title {
    font-size: 32px;
  }
}

.login-form {
  background-color: #fff;
  max-width: 640px;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin: 0 auto 56px auto;
}

@media only screen and (min-width: 320px) {
  .login-form {
    margin: 0 10px 56px 10px;
  }
}

@media only screen and (min-width: 480px) {
  .login-form {
    margin: 0 25px 56px 25px;
  }
}

@media only screen and (min-width: 560px) {
  .login-form {
    margin: 0 35px 56px 35px;
  }
}

@media only screen and (min-width: 768px) {
  .login-form {
    margin: 0 auto 56px auto;
  }
}

.login-form .forgot-password {
  padding: 0 0 35px 0;
  text-align: center;
}

.login-form .forgot-password a {
  color: #515151;
  font-size: 14px;
}

.login-form .forgot-password a:hover {
  color: #00529b;
}

.login-form .login-return {
  padding: 0 0 35px 0;
}

.login-form .login-return a {
  color: #515151;
  font-size: 14px;
}

.login-form .login-return a:hover {
  color: #00529b;
}

.municipality-links .go-back {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #515151;
  margin-bottom: 16px;
}

.mun-links {
  max-width: 940px;
  padding: 0 10px;
  margin: 0 auto;
  margin-bottom: 54px;
}

@media only screen and (min-width: 768px) {
  .mun-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1248px) {
  .mun-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mun-links .column {
  padding: 40px 0;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

@media only screen and (min-width: 320px) {
  .mun-links .column {
    margin-bottom: 10px;
  }
}

.mun-links .column > div {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mun-links .column {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}

.mun-links .column:before {
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  background: #000e1a;
  opacity: .8;
}

.mun-links .column:first-child {
  background: url("https://cms.susasan.org//uploads/municipality/5/assets/img-hero_1.jpg") no-repeat;
  background-size: cover;
}

.mun-links .column:nth-child(2) {
  background: url("https://cms.susasan.org//uploads/municipality/6/assets/img-hero_1.jpg") no-repeat;
  background-size: cover;
}

.mun-links .column:nth-child(3) {
  background: url("https://cms.susasan.org//uploads/municipality/3/assets/img-hero.jpg") no-repeat;
  background-size: cover;
}

.mun-links .column:nth-child(4) {
  background: url("https://cms.susasan.org//uploads/municipality/4/assets/navadurga.jpg") no-repeat;
  background-size: cover;
}

.mun-links .column:nth-child(5) {
  background: url("https://cms.susasan.org//uploads/municipality/10/assets/sunkoshi_2.jpg") no-repeat;
  background-size: cover;
}

.mun-links .column .mun-title {
  font-size: 24px;
  display: block;
  margin-bottom: 24px;
  color: #fff;
  font-weight: 600;
}

.mun-links .column .mun-link {
  color: #fff;
  font-size: 16px;
}

.mun-links .column .mun-link > svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

.dashboard-banner {
  background-color: #00529b;
  color: #fff;
  padding: 20px 0 70px 0;
}

@media only screen and (min-width: 320px) {
  .dashboard-banner {
    padding: 20px 0 60px 0;
  }
}

@media only screen and (min-width: 992px) {
  .dashboard-banner {
    padding-bottom: 70px;
  }
}

.dashboard-banner .wrapper {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

@media only screen and (min-width: 320px) {
  .dashboard-banner .wrapper {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 400px) {
  .dashboard-banner .wrapper {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .dashboard-banner .wrapper {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 1248px) {
  .dashboard-banner .wrapper {
    padding: 0 10px;
  }
}

.dashboard-banner .wrapper h1 {
  margin-bottom: 26px;
}

@media only screen and (min-width: 320px) {
  .dashboard-banner .wrapper h1 {
    font-size: 26px;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 400px) {
  .dashboard-banner .wrapper h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .dashboard-banner .wrapper h1 {
    font-size: 40px;
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 1248px) {
  .dashboard-banner .wrapper h1 {
    font-size: 60px;
  }
}

.dashboard-banner .wrapper p {
  font-size: 20px;
  line-height: 1.41;
}

@media only screen and (min-width: 320px) {
  .dashboard-banner .wrapper p {
    font-size: 11px;
  }
}

@media only screen and (min-width: 400px) {
  .dashboard-banner .wrapper p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .dashboard-banner .wrapper p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1248px) {
  .dashboard-banner .wrapper p {
    font-size: 20px;
  }
}

.grievance-report {
  padding: 48px 0;
}

@media only screen and (min-width: 320px) {
  .grievance-report {
    padding: 25px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .grievance-report {
    padding: 35px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .grievance-report {
    padding: 60px 0 0;
  }
}

.grievance-report .title-landing {
  color: #00529b;
  font-size: 44px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 320px) {
  .grievance-report .title-landing {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1248px) {
  .grievance-report .title-landing {
    font-size: 44px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .grievance-report .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.grievance-report .grid .column {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .grievance-report .grid .column {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .grievance-report .grid .column {
    margin-bottom: 60px;
  }
}

.grievance-report .grid .column .mun-codes li {
  color: #00529b;
  font-size: 24px;
  padding-left: 32px;
  background: url("/images/icons/icon-municiapality.svg") no-repeat left 10px;
}

@media only screen and (min-width: 320px) {
  .grievance-report .grid .column .mun-codes li {
    font-size: 14px;
    padding-left: 20px;
    background-position: left 3px;
    background-size: 14px;
  }
}

@media only screen and (min-width: 400px) {
  .grievance-report .grid .column .mun-codes li {
    font-size: 16px;
    padding-left: 25px;
    background-position: left 4px;
    background-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .grievance-report .grid .column .mun-codes li {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .grievance-report .grid .column .mun-codes li {
    font-size: 20px;
    padding-left: 32px;
    background-position: left 10px;
    background-size: auto;
  }
}

@media only screen and (min-width: 1248px) {
  .grievance-report .grid .column .mun-codes li {
    font-size: 24px;
  }
}

.grievance-report .grid .column .mun-codes li:not(:last-child) {
  margin-bottom: 24px;
}

@media only screen and (min-width: 320px) {
  .grievance-report .grid .column .mun-codes li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1248px) {
  .grievance-report .grid .column .mun-codes li:not(:last-child) {
    margin-bottom: 24px;
  }
}

.grievance-report .grid .column .mun-codes li strong {
  font-weight: 600;
}

@media only screen and (min-width: 320px) {
  .banner-spacing-landing {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .banner-spacing-landing {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .banner-spacing-landing {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1248px) {
  .banner-spacing-landing {
    padding: 0 24px;
  }
}

.gn-header-landing {
  padding-top: 60px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .gn-header-landing {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .gn-header-landing {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

