/*!
 * bootstrap-star-rating v4.1.2
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2021, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  background: transparent
    url(https://cm-cdn.creditmantri.com/bundle/13630905267b809161e71d0f8a0c017b.gif)
    0 0 no-repeat;
  border: none;
}
.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.rating-container .rating-stars:focus {
  outline: 1px dotted;
}
.rating-input {
  display: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: 0 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.rating-container.is-display-only .rating-stars {
  cursor: default;
}
.rating-disabled .rating-stars {
  cursor: not-allowed;
}
.rating-container .star {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}
.rating-container .empty-stars {
  color: #aaa;
}
.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fde16d;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999;
}
.rating-rtl {
  float: right;
}
.rating-animate .filled-stars {
  transition: width 0.25s ease;
}
.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  transition: none;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.rating-rtl.is-star .filled-stars {
  right: 0.06em;
}
.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}
.rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
}
.clear-rating-active {
  cursor: pointer !important;
}
.clear-rating-active:hover {
  color: #843534;
}
.rating-container .clear-rating {
  padding-right: 5px;
}
.rating-container .caption .label {
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 5px;
  margin-right: 0;
}
.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0;
}
@media print {
  .rating-container .clear-rating {
    display: none;
  }
}
.rating-xl {
  font-size: 48px;
}
.rating-lg {
  font-size: 40px;
}
.rating-md {
  font-size: 32px;
}
.rating-sm {
  font-size: 24px;
}
.rating-xs {
  font-size: 16px;
}
.rating-xl .caption {
  font-size: 20px;
}
.rating-lg .caption {
  font-size: 18px;
}
.rating-md .caption {
  font-size: 16px;
}
.rating-sm .caption {
  font-size: 14px;
}
.rating-xs .caption {
  font-size: 12px;
}
.caption-badge {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.caption-secondary {
  background-color: #6c757d;
}
.caption-danger {
  background-color: #dc3545;
}
.caption-warning {
  background-color: #ffc107;
  color: #212529;
}
.caption-info {
  background-color: #0dcaf0;
  color: #212529;
}
.caption-primary {
  background-color: #0d6efd;
}
.caption-success {
  background-color: #198754;
} /*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
}
.ui-widget,
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}
.ui-widget-header a {
  color: #333;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(https://cm-cdn.creditmantri.com/bundle/f83a8b8886694eaef4505dd80af7a430.png);
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(https://cm-cdn.creditmantri.com/bundle/91b1966e761a8e0c0b83450f676e8fe4.png);
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(https://cm-cdn.creditmantri.com/bundle/47d227801c1ad6c59d033bc151848c07.png);
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(https://cm-cdn.creditmantri.com/bundle/efbf84f0f6384f5c303ea15ebb299a08.png);
}
.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
  background-image: url(https://cm-cdn.creditmantri.com/bundle/dd8125ead27254818e47e1a08814e83a.png);
}
.ui-button .ui-icon {
  background-image: url(https://cm-cdn.creditmantri.com/bundle/5e7882c25f80ead21c4b7fa3d8e7c1a3.png);
}
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  -ms-filter: "alpha(opacity=30)";
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
} /*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
  text-shadow: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff, #e0e0e0);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: linear-gradient(180deg, #fff, #e0e0e0);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
}
.btn-default:focus,
.btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default.active,
.btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7, #265a88);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: linear-gradient(180deg, #337ab7, #265a88);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary.active,
.btn-primary:active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c, #419641);
  background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: linear-gradient(180deg, #5cb85c, #419641);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:focus,
.btn-success:hover {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success.active,
.btn-success:active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de, #2aabd2);
  background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: linear-gradient(180deg, #5bc0de, #2aabd2);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:focus,
.btn-info:hover {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info.active,
.btn-info:active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e, #eb9316);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: linear-gradient(180deg, #f0ad4e, #eb9316);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:focus,
.btn-warning:hover {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning.active,
.btn-warning:active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f, #c12e2a);
  background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: linear-gradient(180deg, #d9534f, #c12e2a);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:focus,
.btn-danger:hover {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger.active,
.btn-danger:active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
  background-color: #c12e2a;
  background-image: none;
}
.img-thumbnail,
.thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(180deg, #f5f5f5, #e8e8e8);
  background-repeat: repeat-x;
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-image: -webkit-linear-gradient(top, #337ab7, #2e6da4);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: linear-gradient(180deg, #337ab7, #2e6da4);
  background-repeat: repeat-x;
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff, #f8f8f8);
  background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
  background-image: linear-gradient(180deg, #fff, #f8f8f8);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb, #e2e2e2);
  background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
  background-image: linear-gradient(180deg, #dbdbdb, #e2e2e2);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c, #222);
  background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
  background-image: linear-gradient(180deg, #3c3c3c, #222);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
  background-image: -webkit-linear-gradient(top, #090909, #0f0f0f);
  background-image: -o-linear-gradient(top, #090909 0, #0f0f0f 100%);
  background-image: linear-gradient(180deg, #090909, #0f0f0f);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7, #2e6da4);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: linear-gradient(180deg, #337ab7, #2e6da4);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.2);
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8, #c8e5bc);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: linear-gradient(180deg, #dff0d8, #c8e5bc);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7, #b9def0);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: linear-gradient(180deg, #d9edf7, #b9def0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3, #f8efc0);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: linear-gradient(180deg, #fcf8e3, #f8efc0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede, #e7c3c3);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: linear-gradient(180deg, #f2dede, #e7c3c3);
  border-color: #dca7a7;
}
.alert-danger,
.progress {
  background-repeat: repeat-x;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb, #f5f5f5);
  background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
  background-image: linear-gradient(180deg, #ebebeb, #f5f5f5);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7, #286090);
  background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
  background-image: linear-gradient(180deg, #337ab7, #286090);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c, #449d44);
  background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: linear-gradient(180deg, #5cb85c, #449d44);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de, #31b0d5);
  background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
  background-image: linear-gradient(180deg, #5bc0de, #31b0d5);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e, #ec971f);
  background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
  background-image: linear-gradient(180deg, #f0ad4e, #ec971f);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f, #c9302c);
  background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
  background-image: linear-gradient(180deg, #d9534f, #c9302c);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7, #2b669a);
  background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
  background-image: linear-gradient(180deg, #337ab7, #2b669a);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5, #e8e8e8);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(180deg, #f5f5f5, #e8e8e8);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7, #2e6da4);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: linear-gradient(180deg, #337ab7, #2e6da4);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8, #d0e9c6);
  background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
  background-image: linear-gradient(180deg, #dff0d8, #d0e9c6);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7, #c4e3f3);
  background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
  background-image: linear-gradient(180deg, #d9edf7, #c4e3f3);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3, #faf2cc);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
  background-image: linear-gradient(180deg, #fcf8e3, #faf2cc);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede, #ebcccc);
  background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
  background-image: linear-gradient(180deg, #f2dede, #ebcccc);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8, #f5f5f5);
  background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
  background-image: linear-gradient(180deg, #e8e8e8, #f5f5f5);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05),
    0 1px 0 hsla(0, 0%, 100%, 0.1);
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: roboto-regular;
  font-size: 14px;
  line-height: 1.42857;
  color: #696464;
  background-color: #f2f2f2;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014   \A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\A0   \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}
.container:not(.d-flex) {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0px;
  margin-left: 0px;
}
.container:after,
.container:before {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container:not(#header) {
    width: fit-content!important;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:after,
.container-fluid:before {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 18%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
legend {
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  padding-top: 7px;
}
.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled] {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox.disabled label,
.radio.disabled label {
  cursor: not-allowed;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline.disabled,
.radio-inline.disabled {
  cursor: not-allowed;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 30px;
  line-height: 30px;
}
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 46px;
  line-height: 46px;
}
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a8a4a4;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-sm,
.btn-xs {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:after,
.nav:before {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #f2f2f2;
  border: 1px solid;
  border-color: #ddd #ddd transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #f2f2f2;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:after,
.panel-body:before {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: left 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out left;
  transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.0001)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.0001)
  );
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001),
    rgba(0, 0, 0, 0.5)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.0001),
    rgba(0, 0, 0, 0.5)
  );
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203A";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:after,
.modal-header:before {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:after,
.modal-footer:before {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@font-face {
  font-family: Glyphicons Halflings;
  src: url(https://cm-cdn.creditmantri.com/bundle/f4769f9bdb7466be65088239c12046d1.eot);
  src: url(https://cm-cdn.creditmantri.com/bundle/f4769f9bdb7466be65088239c12046d1.eot#iefix)
      format("embedded-opentype"),
    url(https://cm-cdn.creditmantri.com/bundle/448c34a56d699c29117adc64c43affeb.woff2)
      format("woff2"),
    url(https://cm-cdn.creditmantri.com/bundle/fa2772327f55d8198301fdb8bcfc8158.woff)
      format("woff"),
    url(https://cm-cdn.creditmantri.com/bundle/e18bbf611f2a2e43afc071aa2f4e1512.ttf)
      format("truetype"),
    url(https://cm-cdn.creditmantri.com/bundle/89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-cd:before {
  content: "\E201";
}
.glyphicon-save-file:before {
  content: "\E202";
}
.glyphicon-open-file:before {
  content: "\E203";
}
.glyphicon-level-up:before {
  content: "\E204";
}
.glyphicon-copy:before {
  content: "\E205";
}
.glyphicon-paste:before {
  content: "\E206";
}
.glyphicon-alert:before {
  content: "\E209";
}
.glyphicon-king:before {
  content: "\E211";
}
.glyphicon-queen:before {
  content: "\E212";
}
.glyphicon-pawn:before {
  content: "\E213";
}
.glyphicon-baby-formula:before {
  content: "\E216";
}
.glyphicon-tent:before {
  content: "\26FA";
}
.glyphicon-bed:before {
  content: "\E219";
}
.glyphicon-apple:before {
  content: "\F8FF";
}
.glyphicon-lamp:before {
  content: "\E223";
}
.glyphicon-duplicate:before {
  content: "\E224";
}
.glyphicon-piggy-bank:before {
  content: "\E225";
}
.glyphicon-scissors:before {
  content: "\E226";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\A5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20BD";
}
.glyphicon-scale:before {
  content: "\E230";
}
.glyphicon-education:before {
  content: "\E233";
}
.glyphicon-option-horizontal:before {
  content: "\E234";
}
.glyphicon-option-vertical:before {
  content: "\E235";
}
.glyphicon-menu-hamburger:before {
  content: "\E236";
}
.glyphicon-modal-window:before {
  content: "\E237";
}
.glyphicon-oil:before {
  content: "\E238";
}
.glyphicon-grain:before {
  content: "\E239";
}
.glyphicon-sunglasses:before {
  content: "\E240";
}
.glyphicon-text-size:before {
  content: "\E241";
}
.glyphicon-text-color:before {
  content: "\E242";
}
.glyphicon-text-background:before {
  content: "\E243";
}
.glyphicon-object-align-top:before {
  content: "\E244";
}
.glyphicon-object-align-bottom:before {
  content: "\E245";
}
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}
.glyphicon-object-align-left:before {
  content: "\E247";
}
.glyphicon-object-align-vertical:before {
  content: "\E248";
}
.glyphicon-object-align-right:before {
  content: "\E249";
}
.glyphicon-triangle-right:before {
  content: "\E250";
}
.glyphicon-triangle-left:before {
  content: "\E251";
}
.glyphicon-triangle-bottom:before {
  content: "\E252";
}
.glyphicon-triangle-top:before {
  content: "\E253";
}
.glyphicon-console:before {
  content: "\E254";
}
.glyphicon-menu-left:before {
  content: "\E257";
}
.glyphicon-menu-right:before {
  content: "\E258";
}
.glyphicon-menu-down:before {
  content: "\E259";
}
.glyphicon-menu-up:before {
  content: "\E260";
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}
caption,
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f2f2f2;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow: scroll !important;;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th {
    border-bottom: 0;
  }
}
.btn-orange {
  color: #fff;
  background-color: #f90;
  border-color: #f90;
  border-radius: 5px;
  min-width: 100px;
  white-space: normal;
  padding: 12px 20px;
}
.btn-orange.focus,
.btn-orange:focus {
  color: #fff;
  background-color: #cc7a00;
  border-color: #804d00;
}
.btn-orange:hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #c27400;
}
.btn-orange.active,
.btn-orange:active,
.open > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  background-image: none;
  border-color: #c27400;
}
.btn-orange.active.focus,
.btn-orange.active:focus,
.btn-orange.active:hover,
.btn-orange:active.focus,
.btn-orange:active:focus,
.btn-orange:active:hover,
.open > .btn-orange.dropdown-toggle.focus,
.open > .btn-orange.dropdown-toggle:focus,
.open > .btn-orange.dropdown-toggle:hover {
  color: #fff;
  background-color: #a86500;
  border-color: #804d00;
}
.btn-orange.disabled.focus,
.btn-orange.disabled:focus,
.btn-orange.disabled:hover,
.btn-orange[disabled].focus,
.btn-orange[disabled]:focus,
.btn-orange[disabled]:hover {
  background-color: #f90;
  border-color: #f90;
}
.btn-orange .badge {
  color: #f90;
  background-color: #fff;
}
@media (min-width: 93.75em) {
  .btn-orange {
    padding: 15px 30px;
  }
}
.btn-orange:active:focus,
.btn-orange:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.btn-transparant {
  color: #fff;
  background-color: transparent;
  border-color: #f90;
  border-radius: 5px;
  min-width: 100px;
}
.btn-transparant.focus,
.btn-transparant:focus {
  color: #fff;
  background-color: transparent;
  border-color: #804d00;
}
.btn-transparant:hover {
  color: #fff;
  background-color: transparent;
  border-color: #c27400;
}
.btn-transparant.active,
.btn-transparant:active,
.open > .btn-transparant.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #c27400;
}
.btn-transparant.active.focus,
.btn-transparant.active:focus,
.btn-transparant.active:hover,
.btn-transparant:active.focus,
.btn-transparant:active:focus,
.btn-transparant:active:hover,
.open > .btn-transparant.dropdown-toggle.focus,
.open > .btn-transparant.dropdown-toggle:focus,
.open > .btn-transparant.dropdown-toggle:hover {
  color: #fff;
  background-color: transparent;
  border-color: #804d00;
}
.btn-transparant.disabled.focus,
.btn-transparant.disabled:focus,
.btn-transparant.disabled:hover,
.btn-transparant[disabled].focus,
.btn-transparant[disabled]:focus,
.btn-transparant[disabled]:hover {
  background-color: transparent;
  border-color: #f90;
}
.btn-transparant .badge {
  color: transparent;
  background-color: #fff;
}
.btn-transparant:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.btn-center {
  display: table;
  float: none;
  margin: 0 auto;
}
.btn-border {
  border: 1px solid #fff;
}
.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #f90;
  border-radius: 50px;
  min-width: 100px;
}
.btn-white.focus,
.btn-white:focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #804d00;
}
.btn-white:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #c27400;
}
.btn-white.active,
.btn-white:active,
.open > .btn-white.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #c27400;
}
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .btn-white.dropdown-toggle.focus,
.open > .btn-white.dropdown-toggle:focus,
.open > .btn-white.dropdown-toggle:hover {
  color: #000;
  background-color: #d4d4d4;
  border-color: #804d00;
}
.btn-white.disabled.focus,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white[disabled].focus,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover {
  background-color: #fff;
  border-color: #f90;
}
.btn-white .badge {
  color: #fff;
  background-color: #000;
}
.btn-white:focus,
.btn-white:hover {
  color: #fff;
  background-color: #f90;
  border-color: #f90;
  outline: 0 !important;
}
.btn-white:focus.focus,
.btn-white:focus:focus,
.btn-white:hover.focus,
.btn-white:hover:focus {
  color: #fff;
  background-color: #cc7a00;
  border-color: #804d00;
}
.btn-white:focus:hover,
.btn-white:hover:hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #c27400;
}
.btn-white:focus.active,
.btn-white:focus:active,
.btn-white:hover.active,
.btn-white:hover:active,
.open > .btn-white:focus.dropdown-toggle,
.open > .btn-white:hover.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  background-image: none;
  border-color: #c27400;
}
.btn-white:focus.active.focus,
.btn-white:focus.active:focus,
.btn-white:focus.active:hover,
.btn-white:focus:active.focus,
.btn-white:focus:active:focus,
.btn-white:focus:active:hover,
.btn-white:hover.active.focus,
.btn-white:hover.active:focus,
.btn-white:hover.active:hover,
.btn-white:hover:active.focus,
.btn-white:hover:active:focus,
.btn-white:hover:active:hover,
.open > .btn-white:focus.dropdown-toggle.focus,
.open > .btn-white:focus.dropdown-toggle:focus,
.open > .btn-white:focus.dropdown-toggle:hover,
.open > .btn-white:hover.dropdown-toggle.focus,
.open > .btn-white:hover.dropdown-toggle:focus,
.open > .btn-white:hover.dropdown-toggle:hover {
  color: #fff;
  background-color: #a86500;
  border-color: #804d00;
}
.btn-white:focus.disabled.focus,
.btn-white:focus.disabled:focus,
.btn-white:focus.disabled:hover,
.btn-white:focus[disabled].focus,
.btn-white:focus[disabled]:focus,
.btn-white:focus[disabled]:hover,
.btn-white:hover.disabled.focus,
.btn-white:hover.disabled:focus,
.btn-white:hover.disabled:hover,
.btn-white:hover[disabled].focus,
.btn-white:hover[disabled]:focus,
.btn-white:hover[disabled]:hover {
  background-color: #f90;
  border-color: #f90;
}
.btn-banner-white,
.btn-white:focus .badge,
.btn-white:hover .badge {
  color: #f90;
  background-color: #fff;
}
.btn-banner-white {
  border-color: #f90;
  min-width: 100px;
}
.btn-banner-white.focus,
.btn-banner-white:focus {
  color: #f90;
  background-color: #e6e6e6;
  border-color: #804d00;
}
.btn-banner-white:hover {
  color: #f90;
  background-color: #e6e6e6;
  border-color: #c27400;
}
.btn-banner-white.active,
.btn-banner-white:active,
.open > .btn-banner-white.dropdown-toggle {
  color: #f90;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #c27400;
}
.btn-banner-white.active.focus,
.btn-banner-white.active:focus,
.btn-banner-white.active:hover,
.btn-banner-white:active.focus,
.btn-banner-white:active:focus,
.btn-banner-white:active:hover,
.open > .btn-banner-white.dropdown-toggle.focus,
.open > .btn-banner-white.dropdown-toggle:focus,
.open > .btn-banner-white.dropdown-toggle:hover {
  color: #f90;
  background-color: #d4d4d4;
  border-color: #804d00;
}
.btn-banner-white.disabled.focus,
.btn-banner-white.disabled:focus,
.btn-banner-white.disabled:hover,
.btn-banner-white[disabled].focus,
.btn-banner-white[disabled]:focus,
.btn-banner-white[disabled]:hover {
  background-color: #fff;
  border-color: #f90;
}
.btn-banner-white .badge {
  color: #fff;
  background-color: #f90;
}
.btn-banner-white:focus,
.btn-banner-white:hover {
  color: #f90;
  background-color: #fff;
  border-color: #f90;
}
.btn-banner-white:focus.focus,
.btn-banner-white:focus:focus,
.btn-banner-white:hover.focus,
.btn-banner-white:hover:focus {
  color: #f90;
  background-color: #e6e6e6;
  border-color: #804d00;
}
.btn-banner-white:focus:hover,
.btn-banner-white:hover:hover {
  color: #f90;
  background-color: #e6e6e6;
  border-color: #c27400;
}
.btn-banner-white:focus.active,
.btn-banner-white:focus:active,
.btn-banner-white:hover.active,
.btn-banner-white:hover:active,
.open > .btn-banner-white:focus.dropdown-toggle,
.open > .btn-banner-white:hover.dropdown-toggle {
  color: #f90;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #c27400;
}
.btn-banner-white:focus.active.focus,
.btn-banner-white:focus.active:focus,
.btn-banner-white:focus.active:hover,
.btn-banner-white:focus:active.focus,
.btn-banner-white:focus:active:focus,
.btn-banner-white:focus:active:hover,
.btn-banner-white:hover.active.focus,
.btn-banner-white:hover.active:focus,
.btn-banner-white:hover.active:hover,
.btn-banner-white:hover:active.focus,
.btn-banner-white:hover:active:focus,
.btn-banner-white:hover:active:hover,
.open > .btn-banner-white:focus.dropdown-toggle.focus,
.open > .btn-banner-white:focus.dropdown-toggle:focus,
.open > .btn-banner-white:focus.dropdown-toggle:hover,
.open > .btn-banner-white:hover.dropdown-toggle.focus,
.open > .btn-banner-white:hover.dropdown-toggle:focus,
.open > .btn-banner-white:hover.dropdown-toggle:hover {
  color: #f90;
  background-color: #d4d4d4;
  border-color: #804d00;
}
.btn-banner-white:focus.disabled.focus,
.btn-banner-white:focus.disabled:focus,
.btn-banner-white:focus.disabled:hover,
.btn-banner-white:focus[disabled].focus,
.btn-banner-white:focus[disabled]:focus,
.btn-banner-white:focus[disabled]:hover,
.btn-banner-white:hover.disabled.focus,
.btn-banner-white:hover.disabled:focus,
.btn-banner-white:hover.disabled:hover,
.btn-banner-white:hover[disabled].focus,
.btn-banner-white:hover[disabled]:focus,
.btn-banner-white:hover[disabled]:hover {
  background-color: #fff;
  border-color: #f90;
}
.btn-banner-white:focus .badge,
.btn-banner-white:hover .badge {
  color: #fff;
  background-color: #f90;
}
.btn-banner-white:active {
  background-color: #fff;
}
.btn-custome-orange {
  color: #fff;
  background-color: #f90;
  border-color: #f90;
  min-width: 109px;
  white-space: normal;
}
.btn-custome-orange.focus,
.btn-custome-orange:focus {
  color: #fff;
  background-color: #cc7a00;
  border-color: #804d00;
}
.btn-custome-orange:hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #c27400;
}
.btn-custome-orange.active,
.btn-custome-orange:active,
.open > .btn-custome-orange.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  background-image: none;
  border-color: #c27400;
}
.btn-custome-orange.active.focus,
.btn-custome-orange.active:focus,
.btn-custome-orange.active:hover,
.btn-custome-orange:active.focus,
.btn-custome-orange:active:focus,
.btn-custome-orange:active:hover,
.open > .btn-custome-orange.dropdown-toggle.focus,
.open > .btn-custome-orange.dropdown-toggle:focus,
.open > .btn-custome-orange.dropdown-toggle:hover {
  color: #fff;
  background-color: #a86500;
  border-color: #804d00;
}
.btn-custome-orange.disabled.focus,
.btn-custome-orange.disabled:focus,
.btn-custome-orange.disabled:hover,
.btn-custome-orange[disabled].focus,
.btn-custome-orange[disabled]:focus,
.btn-custome-orange[disabled]:hover {
  background-color: #f90;
  border-color: #f90;
}
.btn-custome-orange .badge {
  color: #f90;
  background-color: #fff;
}
@media (min-width: 93.75em) {
  .btn-custome-orange {
    padding: 15px 30px;
  }
}
.btn-custome-orange:focus {
  outline: 0 !important;
  outline-offset: 0;
}
* {
  margin: 0;
  padding: 0;
}
html {
  position: relative;
  min-height: 100%;
  background: #f2f2f2;
}
html body {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .footer {
    width: 100%;
    position: static;
    bottom: auto;
    left: auto;
  }
  .wrapper-content {
    padding-bottom: 0;
  }
}
.breadcremb-share {
  padding: 5px 0;
  background-color: hsla(0, 0%, 100%, 0.25);
  width: 100%;
  background-color: #fff;
}
#breadcrumb ol {
  margin-bottom: 0;
  margin-top: 3px;
}
#breadcrumb li {
  list-style: none;
  display: inline-block;
}
#breadcrumb li:before {
  content: ">>";
  margin: 0 5px;
  color: #000;
}
#breadcrumb li:first-child:before {
  content: "";
}
#breadcrumb li a {
  color: #000;
}
#social-share ul {
  margin-bottom: 0;
  float: right;
}
#social-share li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  float: left;
}
#social-share li span {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}
.banner {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  min-height: 260px;
}
@media (min-width: 87.5em) {
  .banner {
    min-height: 400px;
  }
}
@media (max-width: 47.9375em) {
  .banner {
    min-height: 350px;
  }
}
.container-height {
  height: 170px;
  min-height: 170px;
}
@media (max-width: 47.9375em) {
  .container-height {
    height: 300px;
    min-height: 300px;
  }
}
.banner-container {
  width: 100%;
  display: table;
}
@media (max-width: 47.9375em) {
  .banner-container li {
    width: 49.33%;
    float: left !important;
    border: 1px solid rgba(0, 0, 0, 0.13);
  }
}
.banner-container .banner-subcontainer {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.banner-container .banner-subcontainer p {
  font-size: 16px;
}
@media (max-width: 47.9375em) {
  .banner-container .banner-subcontainer h1 {
    font-size: 24px;
    margin-top: 5px;
  }
}
.banner-container .banner-subcontainer .article-h2 {
  font-size: 36px;
}
@media (max-width: 47.9375em) {
  .banner-container .banner-subcontainer .article-h2 {
    font-size: 24px;
    margin-top: 5px;
  }
}
.textbox-green-border {
  border-radius: 0;
}
.textbox-green-border:focus {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #96ca50;
}
.input-no-boreder {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
.input-no-boreder:focus {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #b7b7b7;
}
.white-box {
  padding: 15px 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}
@media (max-width: 47.9375em) {
  .white-box .col-center {
    display: block;
  }
}
.offer-white-box {
  padding: 15px 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}
@media (max-width: 47.9375em) {
  .offer-white-box .col-center {
    display: block;
  }
}
.bannertop-right {
  background: #3f4652;
  padding: 15px;
}
.bannertop-right .btn-custome-orange {
  width: 100%;
}
.title-border-green:after {
  content: "";
  width: 100px;
  height: 5px;
  border: 1px solid #96ca50;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  display: block;
  background-color: #96ca50;
  margin: 10px auto 0;
  border-radius: 5px;
}
.default-textbox {
  box-shadow: none;
  border-radius: 0;
}
.default-textbox:focus {
  box-shadow: none;
  border: 1px solid #96ca50;
}
label.error {
  color: #a94442 !important;
  font-size: 12px;
  margin-bottom: 2px;
}
.only-join label.error {
  position: absolute;
  bottom: -10px;
}
input.error,
select.error {
  border: 1px solid #a94442;
}
.error-block {
  padding-top: 15px;
  margin-bottom: 5px;
  min-height: 30px;
  text-align: center;
}
.static-content {
  text-align: justify;
}
.static-content h2 {
  font-size: 23px;
  color: #00305f;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: auto;
  margin-left: 5px;
}
@media (max-width: 30em) {
  .static-content h2 {
    font-size: 18px;
  }
}
.static-content h4 {
  font-size: 18px;
  color: #6ca020;
}
.static-content .popup-image {
  height: 600px;
  width: 100%;
}
.bullet-list {
  margin-left: 15px;
}
.bullet-list li {
  margin-bottom: 5px;
  list-style-type: disc;
  text-align: left;
}
.decimal-list {
  margin-left: 15px;
}
.decimal-list li {
  margin-bottom: 5px;
  list-style-type: decimal;
  text-align: left;
}
.banner-right-container {
  background-color: #f9ebaa;
  min-height: 131px;
  background: -webkit-linear-gradient(98deg, #7ac757, #4dcb75);
  background: -o-linear-gradient(98deg, #7ac757, #4dcb75);
  background: -moz-linear-gradient(98deg, #7ac757, #4dcb75);
  background: linear-gradient(98deg, #7ac757, #4dcb75);
}
.banner-right-container h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.banner-right-container h5 span {
  font-size: 22px;
}
.banner-right-container .carousel-inner {
  height: 55px;
}
.rount-btn {
  font-size: 24px;
  width: 35px;
  height: 35px;
  padding: 0 0 0 2px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #f90;
  color: #fff;
  cursor: pointer;
  z-index: 104;
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}
.banner-form .form-group {
  margin-bottom: 0;
  min-height: 55px;
}
.banner-form .input-group-addon {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #96ca50;
}
.banner-form .default-textbox {
  margin-left: 7px;
  width: 96%;
  border-radius: 5px !important;
  border: 1px solid #96ca50;
}
.banner-form .input-group .form-control:last-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#bannerslider {
  color: #fff;
}
#bannerslider .carousel-indicators {
  bottom: -17px;
}
#bannerslider .carousel-indicators li.active {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 1px solid #fff;
}
#bannerslider .carousel-indicators li {
  height: 6px;
  width: 6px;
  border: 1px solid #e8e8e8;
  background-color: #e8e8e8;
}
#bannerslider .carousel-inner .item {
  font-weight: 700;
}
.right-banner-slider {
  color: #000;
  min-height: 60px;
}
.right-banner-slider .item {
  min-height: 45px;
}
.right-banner-slider #banner-right .carousel-indicators {
  bottom: -10px;
}
.right-banner-slider #banner-right .carousel-indicators li {
  height: 6px;
  width: 6px;
  border: 1px solid #336e45;
  background-color: #336e45;
  margin: 0 1px;
}
.right-banner-slider #banner-right .carousel-indicators li.active {
  width: 8px;
  height: 8px;
  background-color: #0c0202;
  border: 1px solid #0c0202;
}
.right-banner-slider #banner-right .carousel-inner {
  height: 60px;
}
#carousel-indicators {
  bottom: -15px;
}
.rating-container .filled-stars {
  color: #96ca50;
  text-shadow: none;
}
.table-bordered thead tr {
  background-color: #012970;
}
.table-bordered thead tr th {
  color: #fff;
  vertical-align: middle;
}
.table-bordered .table-v-center {
  vertical-align: middle;
  text-align: center;
}
.cs-table-border {
  border: 1px solid #ddd;
}
.cs-table-border thead tr {
  background-color: #3f4652;
}
.cs-table-border thead tr th {
  color: #fff;
  vertical-align: middle;
}
.cs-table-border .table-v-center {
  vertical-align: middle;
  text-align: center;
}
.star {
  cursor: pointer;
}
.community-popular-articles h3 {
  font-size: 18px;
  color: #313131;
}
.community-popular-articles ul {
  margin: 0 20px;
}
.community-popular-articles ul li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.community-popular-articles ul li a {
  color: #313131;
  font-family: roboto-medium;
  font-style: normal;
}
.community-popular-articles ul li a:focus,
.community-popular-articles ul li a:hover {
  text-decoration: none;
}
.community-popular-articles ul li:last-child {
  border-bottom: none;
}
.panel [aria-expanded="true"] i.glyphicon-minus-sign {
  display: block;
}
.panel [aria-expanded="false"] i.glyphicon-minus-sign,
.panel [aria-expanded="true"] i.glyphicon-plus-sign {
  display: none;
}
.panel [aria-expanded="false"] i.glyphicon-plus-sign {
  display: block;
}
.accordion-footer-link ul {
  list-style: none;
}
.accordion-footer-link ul li {
  width: 32%;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  margin-right: 10px;
}
@media (max-width: 48em) {
  .accordion-footer-link ul li {
    width: 47%;
  }
}
@media (max-width: 30em) {
  .accordion-footer-link ul li {
    width: 100%;
  }
}
.accordion-footer-link ul li a {
  color: #000;
  font-family: roboto-medium;
  font-style: normal;
}
@media (max-width: 47.9375em) {
  #recaptcha-block {
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
textarea {
  resize: none;
}
.hamburger {
  display: block;
  width: 20px;
  height: 18px;
  position: relative;
  float: right;
  margin: 7px 0 7px 15px;
}
.hamburger:after,
.hamburger:before,
.hamburger span {
  background: #fff;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
}
.hamburger:before {
  top: 0;
}
.hamburger span {
  top: 6px;
}
.hamburger:after {
  top: 12px;
}
.hamburger:after,
.hamburger:before,
.hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
html.mm-opening .hamburger:after,
html.mm-opening .hamburger:before {
  top: 6px;
}
html.mm-opening .hamburger span {
  opacity: 0;
}
html.mm-opening .hamburger:before {
  transform: rotate(45deg);
}
html.mm-opening .hamburger:after {
  transform: rotate(-45deg);
}
.mm-menu {
  width: 100%;
}
.mobile-nav {
  margin: 12px 10px 0 0;
}
.bottom-links ul {
  margin-bottom: 0;
}
.bottom-links li {
  list-style: none;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  margin-right: 10px;
}
@media (max-width: 48em) {
  .bottom-links li.width-24 {
    width: 31%;
  }
}
@media (max-width: 48em) {
  .bottom-links li.width-32 {
    width: 46.33%;
  }
}
@media (max-width: 48em) {
  .bottom-links li.width-48 {
    width: 47%;
  }
}
@media (max-width: 47.9375em) {
  .bottom-links li.width-48 {
    width: 46% !important;
  }
}
@media (max-width: 48em) {
  .bottom-links li {
    margin-bottom: 10px;
  }
}
@media (max-width: 47.9375em) {
  .bottom-links li {
    width: 100% !important;
  }
}
.bottom-links li a {
  color: #313131;
  font-family: roboto-medium;
  font-style: normal;
}
.select-rounded {
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -125px;
  z-index: 2;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 5px;
}
.select-rounded select {
  width: 250px;
  border-radius: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  line-height: 26px;
  min-height: 60px;
  -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding-right: 42px;
  position: relative;
  z-index: 5;
  background: 0 0;
}
.select-rounded .form-group {
  margin-bottom: 0;
}
.ifsc-select i,
.select-rounded i {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 24px;
  z-index: 3;
  color: #96ca50;
  font-style: normal;
}
ul.pagination li a {
  color: #689d3d;
}
ul.pagination li.active a,
ul.pagination li.active a:hover {
  background-color: #96ca50;
  border: 1px solid #96ca50;
}
.common-pagination {
  float: right;
}
@media (max-width: 47.9375em) {
  .common-pagination {
    float: none;
    text-align: center;
  }
}
.back-to-top {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 1%;
  bottom: 5%;
  border-radius: 50%;
  background-color: #fff;
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  color: #f90;
  cursor: pointer;
  z-index: 104;
  -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}
.back-to-top:hover {
  background-color: #f90;
  color: #fff;
}
@media (max-width: 47.9375em) {
  .back-to-top {
    bottom: 30%;
  }
}
@media (max-width: 30em) {
  .back-to-top {
    font-size: 22px;
    bottom: 18%;
    right: 3%;
    width: 35px;
    height: 35px;
    line-height: 32px;
  }
}
.back-to-top .glyphicon-menu-up {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bank-container {
  padding: 15px;
}
.bank-container .get-started-banner a {
  margin-bottom: 0;
}
@media (min-width: 93.75em) {
  .container {
    width: 80% !important;
  }
}
.img-auto {
  margin: 5px auto;
}
select option {
  padding: 10px;
}
span.custom-strike {
  position: relative;
}
span.custom-strike:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  border: 1px solid red;
  top: 50%;
  margin-top: -1px;
}
.spl-color {
  color: #ff0 !important;
}
.password-eye {
  background: #fff;
  background-color: #fff;
}
.password-eye:active,
.password-eye:focus,
.password-eye:hover {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none;
}
.textbox-noshadow,
.textbox-noshadow:focus {
  box-shadow: none;
  border-radius: 0;
}
amp-img.animated-button,
img.animated-button {
  width: 90px;
}
#bt-rt-static-banner img.animated-button {
  width: 85px;
}
.mobile-banner {
  width: 100%;
  background-color: #041526;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 103;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 10px;
}
@media (max-width: 48em) {
  .mobile-banner .carousel-inner {
    height: 36px;
    min-height: 36px;
  }
}
.mobile-banner .ms-block {
  padding: 10px;
  position: relative;
}
.mobile-banner .ms-block .custom-strike:before {
  border-color: #000;
}
.mobile-banner .mb-close {
  color: #fff;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: "";
  height: 100%;
  margin-right: -4px;
}
.modal-dialog,
.modal:before {
  display: inline-block;
  vertical-align: middle;
}
.modal-dialog {
  text-align: left;
}
#contact.modal .close {
  margin-top: 3px;
}
#exit-modal .modal-xs {
  width: 40%;
}
@media (max-width: 47.9375em) {
  #exit-modal .modal-xs {
    width: 90%;
  }
}
#exit-modal .modal-body {
  padding: 0 15px;
  position: relative;
}
.exit-container {
  width: 380px !important;
}
.exit-container .btn-orange {
  border-radius: 3px;
  padding: 6px 15px;
  min-height: 35px;
  background-color: #f90 !important;
  position: static !important;
}
.exit-container .close {
  top: -20px !important;
  right: -6px !important;
  font-size: 16px;
  line-height: normal;
  float: none;
  position: absolute;
  text-shadow: none;
  opacity: 1;
  color: #fff;
}
.exit-container .close:focus {
  outline: 0;
}
.em-container {
  border-radius: 10px;
}
.em-container .meter-box {
  height: 170px;
}
.em-container .meter-box .meter-container {
  width: 60%;
  float: right;
}
.em-container .meter-box .meter-container p {
  font-size: 24px;
}
.em-container .meter-box .meter-container p span {
  color: #0b892f;
}
.em-container .meter-box .btn-cta {
  padding: 10px 20px;
}
.em-container .meter-box .btn-cta:hover {
  color: #fff;
}
.em-container img.meter-m {
  position: absolute;
  left: -14px;
  top: -46px;
  height: 240px;
}
.em-container .close {
  position: absolute;
  right: -20px;
  top: -14px;
  text-shadow: none;
  opacity: 1;
  color: #fff;
}
.em-container .close:focus {
  outline: 0;
}
.em-container .em-header {
  background-color: #fffee6;
  padding: 20px;
  margin: 0 -15px;
  border-radius: 10px;
}
.em-container .em-header .glyphicon-ok-sign {
  color: #3bb54a;
  font-size: 20px;
}
.em-container .em-header ul {
  list-style: none;
}
.em-container .em-header ul li {
  font-size: 16px;
}
.exit-container {
  border-radius: 10px;
  width: 300px;
}
.exit-container img.meter-m {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  padding: 6px 6px 0;
}
.exit-container .em-header {
  padding: 30px 20px 10px;
  background-color: #7ac74f;
  margin: 0 -15px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 16px -1px #fff;
}
.exit-container .em-header img.animated-button {
  width: 110px;
}
.right-banner-offers {
  border: 1px solid #97ca51;
  margin-top: 25px;
}
.right-banner-offers h3 {
  font-size: 16px;
}
.right-banner-offers .media-left img {
  width: 35px;
  margin-left: 5px;
}
.right-banner-offers .media-right i {
  color: #f90;
}
.right-banner-offers ul {
  margin: 0 20px;
}
.right-banner-offers li {
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
.right-banner-offers li:hover {
  background-color: #f0f0f0;
}
.right-banner-offers a {
  display: block;
}
.right-banner-offers a:hover {
  background-color: #f0f0f0;
}
.bottom-widget {
  background-color: #96ca50;
  padding: 10px 15px;
  background-image: url(/bundle/bt-widget-bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bottom-widget ul {
  margin-bottom: 0;
}
.bottom-widget ul li {
  width: 10.9%;
  text-align: center;
}
@media (max-width: 48em) {
  .bottom-widget ul li {
    width: 33%;
  }
}
@media (max-width: 47.9375em) {
  .bottom-widget ul li {
    width: 49%;
    min-height: 150px;
  }
}
.bottom-widget ul li a {
  color: #000;
  font-size: 12px;
}
.bottom-widget ul li a:focus,
.bottom-widget ul li a:hover {
  background-color: #7eac49;
  border-radius: 5px;
  outline: 0;
}
.bottom-widget ul li a:hover span {
  border: 2px solid #689d3d;
}
.bottom-widget ul li a span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  margin: 0 auto 10px;
  padding-top: 5px;
  border: 1px solid #96ca50;
  box-shadow: 0 0 5px #888;
}
.text-banner {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #3f4652;
  color: #fff;
  font-size: 16px;
}
.text-banner p {
  font-family: roboto-medium;
  font-style: normal;
  margin-bottom: 0;
}
@media (max-width: 47.9375em) {
  .text-banner p {
    margin-bottom: 10px;
  }
}
.text-banner a {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 47.9375em) {
  .text-banner .v-center {
    display: block;
  }
}
.text-banner .btn-orange {
  border-radius: 10px;
}
.mobile-app-banner {
  background: #fff;
  z-index: 999;
  padding: 13px 5px 5px;
  position: relative;
}
.mobile-app-banner img {
  height: auto;
  width: 55px;
  padding-top: 8px;
}
.mobile-app-banner .carousel-inner {
  min-height: 34px;
}
.app-download:focus,
.app-download:hover {
  text-decoration: none;
}
span.yellow-strike:before {
  border: 1px solid #feed3a;
}
#notification {
  width: 29%;
  min-height: 120px;
  position: fixed;
  top: 0;
  left: 50%;
  background: #fff;
  z-index: 103;
  padding: 15px;
  margin-left: -190px;
  border-radius: 5px;
}
#notification a.btn {
  border-radius: 5px;
  padding: 7px;
  width: auto;
}
#notification p {
  color: #666;
}
#notification h6 {
  font-size: 16px;
  font-family: roboto-bold;
  font-style: normal;
  color: #666;
  margin-top: 0;
}
#notification .notify-reject {
  color: #666;
}
#bt-rt-static-banner {
  padding: 10px 10px 10px 30px;
  position: fixed;
  margin-right: 10px;
  bottom: 17%;
  right: 0;
  width: 165px;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  box-shadow: 0 0 15px 1px #efefef;
  background: #fff;
  -webkit-box-shadow: 0 10px 40px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 10px 40px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0 10px 40px -8px rgba(0, 0, 0, 0.75);
}
#bt-rt-static-banner:focus,
#bt-rt-static-banner:hover {
  text-decoration: none;
}
#bt-rt-static-banner .txt-yellow {
  color: #f90;
}
#bt-rt-static-banner .close-btn {
  position: relative;
}
#bt-rt-static-banner .close-btn .banner-close {
  top: -26px;
  width: 16px;
  padding: 0;
  right: -64px;
}
#bt-rt-static-banner .meter-m {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
#bt-rt-static-banner .meter-m-faq {
  position: absolute;
  top: -21px;
  left: -59px;
}
#bt-rt-static-banner h3 {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 5px;
}
#bt-rt-static-banner .btn {
  border-radius: 5px;
  min-width: auto;
  padding: 5px 10px;
  font-size: 14px;
}
#header-banner {
  background-color: #fff;
  min-height: 50px;
  color: #000;
  position: fixed;
  width: 100%;
  z-index: 102;
  top: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  box-shadow: -5px 0 10px 0 #000;
}
#header-banner h5 {
  font-size: 17px;
  text-align: center;
  margin: 7px 0 0;
}
#header-banner .btn {
  font-size: 14px;
  border-radius: 5px;
  padding: 7px 15px;
}
#header-banner .media {
  width: 55%;
  margin: 8px auto;
}
.banner-close {
  top: -4px;
  left: 0;
}
.banner-close,
.banner-close-icon {
  position: absolute;
  cursor: pointer;
  color: #9e9e9e;
  font-size: 16px;
  z-index: 101;
}
.banner-close-icon {
  top: -14px;
  left: 145px;
  right: 0;
}
#header-banner + .header-block {
  padding-top: 50px;
}
.mb-apply {
  background-color: #fff;
  border-radius: 0 0 0 10px;
}
.mb-apply a {
  color: #f90;
}
.mb-apply + .mb-signup {
  border-radius: 0 0 10px 0;
}
.mb-signup.static-banner {
  background-color: #f90;
}
amp-img.close-m,
img.close-m {
  position: absolute;
  top: -15px;
  width: 16px;
  right: 10px;
}
.mb-signup.static-get-started {
  background: #041526;
  position: relative;
}
@media (max-width: 30em) {
  .mb-signup.static-get-started {
    padding: 5px 0;
    height: 80px;
  }
}
@media (max-width: 30em) {
  .mb-signup.static-get-started .meter-box-shadow {
    position: absolute;
    top: 0;
    left: 35px;
    margin-top: -30px;
  }
}
.mb-signup.static-get-started .media {
  margin-top: 0;
}
.mb-signup.static-get-started .media .media-middle h2 {
  color: #313131;
}
.mb-apply a:focus,
.mb-signup a:focus {
  text-decoration: none;
}
.infographic-image {
  margin-left: 8vw;
}
@media (max-width: 30em) {
  .infographic-image {
    margin-left: 3vw;
    margin-right: 3vw;
  }
}
.infographic-image img {
  margin-left: 10px;
  width: 200px;
  padding: 5px;
  display: inline-block;
  height: auto;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media (max-width: 30em) {
  .infographic-image img {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.zoom {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.zoom:active,
.zoom:focus,
.zoom:hover {
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  position: relative;
  z-index: 100;
}
@media (max-width: 30em) {
  .zoom:active,
  .zoom:focus,
  .zoom:hover {
    transform: none;
  }
}
.rt-green-gradient {
  width: 90%;
  margin: 0 auto;
  padding: 20px 15px;
  background: -webkit-linear-gradient(90deg, #4bc978, #8cc63f);
  background: -o-linear-gradient(to right, #4bc978, #8cc63f);
  background: -moz-linear-gradient(to right, #4bc978, #8cc63f);
  background: linear-gradient(90deg, #4bc978, #8cc63f);
}
.rt-green-gradient .btn-orange {
  padding: 2px 0;
}
.reward-banner {
  height: 150px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.reward-banner img {
  height: 100%;
  width: 100%;
}
.reward-banner .text-right {
  position: absolute;
  top: 10px;
  right: 10px;
}
.reward-banner .btn-reward {
  padding: 3px;
  color: #fd9822;
  background-color: #fff;
  border-radius: 50px;
}
.reward-banner .btn-reward.focus,
.reward-banner .btn-reward:focus {
  outline: 0 !important;
  outline-offset: 0;
}
.bookmark-link {
  border: 1px solid #4f4f90;
  border-radius: 7px;
  background-color: #f4f6fb;
  width: 75%;
  margin: auto;
}
@media (max-width: 30em) {
  .bookmark-link {
    width: 100%;
  }
}
.bookmark-link .border-bottom {
  border-bottom: 1px solid #4f4f90;
  padding: 10px;
}
.bookmark-link .border-bottom p {
  margin-bottom: 0;
  color: #4dc874;
}
.bookmark-link ul {
  list-style: none;
  padding: 10px;
  background-color: #f4f6fb;
}
.bookmark-link ul li {
  display: flex;
}
.credit-score-bookmark-link {
  background-color: #3f4652;
  width: 75%;
  color: #f2f5fc;
  margin: auto;
}
@media (max-width: 30em) {
  .credit-score-bookmark-link {
    width: 100%;
  }
}
.credit-score-bookmark-link .border-bottom {
  border-bottom: 1px solid #4f4f90;
}
.credit-score-bookmark-link .border-bottom p {
  margin-bottom: 0;
  color: #4dc874;
}
.credit-score-bookmark-link ul {
  color: #036;
  margin-bottom: 0;
  list-style: none;
  padding: 10px 10px 10px 30px;
  background-color: #f2f5fc;
}
.credit-score-bookmark-link ul li {
  display: flex;
  padding: 5px;
}
.credit-score-bookmark-link ul li a {
  color: #036;
  text-decoration: none;
}
.credit-score-bookmark-link ul li h2 {
  font-size: 14px;
}
.border-0 {
  border-radius: 0 !important;
}
figcaption {
  text-align: center;
}
@media (max-width: 30em) {
  .mob-text-center {
    text-align: center;
  }
}
.section-padding .works-block h3 {
  font-size: 20px;
}
.text-wrap {
  float: right;
  margin: 0 36px;
}
.lazy-loading {
  background-color: #996;
}
.right-banner-card {
  margin: 5px 22px 0;
}
.right-banner-card .relative {
  position: relative;
}
.right-banner-card .btn-primary {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: #000;
  padding: 4px 0;
  line-height: 1;
  min-width: 36px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 30em) {
  .right-banner-card .btn-primary {
    bottom: 5px;
    right: 53px;
  }
}
.right-banner-card .modal-content .close {
  position: absolute;
  top: -18px;
  right: -17px;
  opacity: 1;
  text-shadow: none;
  color: #fff;
}
.resource-header {
  padding-top: 10px;
}
.resource-header h1 {
  margin-top: 0;
}
@media (max-width: 48em) {
  .resource-header h1 {
    font-size: 26px;
  }
}
@media (max-width: 48em) and (max-width: 30em) {
  .resource-header h1 {
    font-size: 22px;
  }
}
.txt-black p {
  color: #747474;
}
.resources .resource-header p {
  margin-bottom: 10px;
}
.resources .community-nav {
  margin-top: 10px;
}
.resources .community-nav ul {
  background-color: #4d4d4d !important;
}
@media (max-width: 30em) {
  .resources .community-nav ul li {
    width: 49.33%;
    float: left !important;
    border: 1px solid rgba(0, 0, 0, 0.13);
  }
}
.resources .community-nav ul li.active a {
  background-color: #99cb5c;
}
.resources .community-nav ul li.active a:hover {
  background-color: #4d4d4d !important;
}
.right-bottom-banner .media-left img {
  width: 50px;
  height: 50px;
}
.btn-style {
  position: relative;
  top: 18px;
  z-index: 2;
}
.btn-cta {
  color: #fff;
  background-color: #f90;
  border-color: #f90;
  border-radius: 10px;
}
.ampsticky-banner .carousel-inner {
  height: 33px;
}
.add-to-home {
  background-color: #444850;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  position: relative;
}
.add-to-home button {
  padding: 5px;
  font-size: 12px;
  min-width: 84px;
}
.add-to-home img {
  position: absolute;
  bottom: -10px;
  width: 95px;
  left: 14px;
}
.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bottom-white {
  border-bottom: 1px solid #fff;
}
#banner-right .carousel-inner {
  height: 44px;
}
.american-express-remove {
  height: calc(100vh - 57px);
}
@media (max-width: 30em) {
  .american-express-remove {
    height: 100%;
    margin-bottom: 20px;
  }
}
.crl-036 {
  color: #036;
}
.bg-crl-f2 {
  background-color: #f2f2f2;
}
.bd-rdi-20 {
  border-radius: 20px;
}
.text-000 {
  color: #000;
}
.txt-normal {
  font-weight: 400;
}
.crl-gry {
  color: grey;
}
.bd-rdi-5 {
  border-radius: 5px;
}
.bg-crl-f1a62f {
  background-color: #f1a62f;
}
.bd-crl-f1a62f {
  border: 2px solid #f1a62f;
}
.insurance-btn-center {
  position: absolute;
  top: 125%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
}
.pos-rel {
  position: relative;
}
.word-break,
.word-break2 {
  text-align: justify !important;
}
.border-rt tr td {
  border-style: none !important;
  border-right: 1px solid #ddd !important;
}
.txt-bold {
  font-weight: 600;
}
.pd-0-imp {
  padding: 0 !important;
}
.pd-8 {
  padding: 8px;
}
.pd-10 {
  padding: 10px;
}
.pd-15 {
  padding: 15px;
}
.pd-20 {
  padding: 20px;
}
.pd-25 {
  padding: 25px;
}
.pd-30 {
  padding: 30px;
}
.pd-tp-0 {
  padding-top: 0;
}
.pd-tp-5 {
  padding-top: 5px;
}
.pd-tp-10-0 {
  padding-top: 10px;
}
@media (max-width: 30em) {
  .pd-tp-10-0 {
    padding-top: 0;
  }
}
.pd-tp-15 {
  padding-top: 15px;
}
.pd-tp-30 {
  padding-top: 30px;
}
.pd-tp-35 {
  padding-top: 35px;
}
.pd-tp-40 {
  padding-top: 40px;
}
.pd-bt-0 {
  padding-bottom: 0;
}
.pd-bt-15 {
  padding-bottom: 15px;
}
.pd-bt-20 {
  padding-bottom: 20px;
}
.pd-bt-25 {
  padding-bottom: 25px;
}
.pd-bt-30 {
  padding-bottom: 30px;
}
.pd-bt-35 {
  padding-bottom: 35px;
}
.pd-bt-40 {
  padding-bottom: 40px;
}
.pd-lt-0 {
  padding-left: 0;
}
.pd-lt-6 {
  padding-left: 6px;
}
.pd-rt-0 {
  padding-right: 0;
}
.pd-rt-10 {
  padding-right: 10px;
}
.pd-rt-15 {
  padding-right: 15px;
}
.pd-rt-20 {
  padding-right: 20px;
}
.pd-rt-25 {
  padding-right: 25px;
}
.pd-rt-30 {
  padding-right: 30px;
}
.pd-rt-35 {
  padding-right: 35px;
}
.pd-rt-40 {
  padding-right: 40px;
}
.pd-lt-10 {
  padding-left: 10px;
}
.pd-lt-15 {
  padding-left: 15px;
}
.pd-lt-20 {
  padding-left: 20px;
}
.pd-lt-25 {
  padding-left: 25px;
}
.pd-lt-30 {
  padding-left: 30px;
}
.pd-lt-35 {
  padding-left: 35px;
}
.mg-5 {
  margin: 5px;
}
.mg-10 {
  margin: 10px;
}
.mg-15 {
  margin: 15px;
}
.mg-20 {
  margin: 20px;
}
.mg-tp-0 {
  margin-top: 0;
}
.mg-tp-3 {
  margin-top: 3px;
}
.mg-tp-5 {
  margin-top: 5px;
}
.mg-tp-8 {
  margin-top: 8px;
}
.mg-tp-10 {
  margin-top: 10px;
}
.mg-tp-12 {
  margin-top: 12px;
}
.mg-tp-15 {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .mg-tp-15 {
    margin-top: 86px;
  }
}
.mg-tp-20 {
  margin-top: 20px;
}
.mg-tp-25 {
  margin-top: 25px;
}
.mg-tp-30 {
  margin-top: 30px;
}
.mg-tp-35 {
  margin-top: 35px;
}
.mg-tp-40 {
  margin-top: 40px;
}
.mg-bt-5 {
  margin-bottom: 5px;
}
.mg-bt-15 {
  margin-bottom: 15px;
}
.mg-bt-20 {
  margin-bottom: 20px;
}
.mg-bt-25 {
  margin-bottom: 25px;
}
.mg-bt-30 {
  margin-bottom: 30px;
}
.mg-bt-35 {
  margin-bottom: 35px;
}
.mg-bt-40 {
  margin-bottom: 40px;
}
.mg-lt-0 {
  margin-left: 0;
}
.mg-lt-5 {
  margin-left: 5px;
}
.mg-lt-10 {
  margin-left: 10px;
}
.mg-lt-15 {
  margin-left: 15px;
}
.mg-lt-20 {
  margin-left: 20px;
}
.mg-lt-25 {
  margin-left: 25px;
}
.mg-lt-30 {
  margin-left: 30px;
}
.mg-lt-35 {
  margin-left: 35px;
}
.mg-lt-40 {
  margin-left: 40px;
}
.mg-rt-0 {
  margin-right: 0;
}
.mg-rt-5 {
  margin-right: 5px;
}
.mg-rt-10 {
  margin-right: 10px;
}
.mg-rt-15 {
  margin-right: 15px;
}
.mg-rt-20 {
  margin-right: 20px;
}
.mg-rt-30 {
  margin-right: 30px;
}
.mg-rt-35 {
  margin-right: 35px;
}
.mg-rt-40 {
  margin-right: 40px;
}
.width-25 {
  width: 25%;
}
.width-24 {
  width: 24%;
}
.width-33 {
  width: 33.33%;
}
.width-32 {
  width: 32%;
}
.width-50 {
  width: 50%;
}
.width-48 {
  width: 48%;
}
.width-100 {
  width: 100% !important;
}
.height-100 {
  height: 100% !important;
}
.bg-white {
  background-color: #fff;
}
.bg-greyshade {
  background-color: #f6f6f6;
}
.bg-green {
  background-color: #96ca50;
}
.bg-red {
  background-color: #e24f47;
}
.bg-yellow {
  background-color: #fdf408;
}
.yellow-txt {
  color: #fdf408;
}
.orange-txt {
  color: #f39720;
}
.green-txt {
  color: #4fa843;
}
.green-color {
  color: #96ca50;
}
.bg-grey {
  background-color: #f0f0f0;
}
.li-bg-color {
  background-color: #0077b5;
}
.fb-bg-color {
  background-color: #3b5999;
}
.gp-bg-color {
  background-color: #dd4b39;
}
.tw-bg-color {
  background-color: #55acee;
}
.whatsapp-bg-color {
  background-color: #34af23;
}
.rt-lt-border-grey {
  border-left: 1px solid #c6c5c5;
  border-right: 1px solid #c6c5c5;
}
.relative {
  position: relative;
}
.col-center {
  display: table;
  float: none;
  margin: 0 auto;
}
.d-none {
  display: none;
}
.no-border-radius {
  border-radius: 0;
}
.v-center {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}
.green-link {
  text-decoration: underline;
}
.green-link,
.green-link:hover {
  color: #70c32b !important;
}
.orange-link {
  text-decoration: underline;
}
.orange-link,
.orange-link:hover {
  color: #f39720 !important;
}
.fb-btn {
  background-color: #466caa;
}
.fb-btn,
.fb-btn:focus,
.fb-btn:hover {
  color: #fff;
}
.gplus-btn {
  background-color: #d85252;
  color: #fff;
}
.gplus-btn:focus,
.gplus-btn:hover {
  color: #fff;
}
.display-block {
  display: block;
}
.underline {
  text-decoration: underline;
}
.green-gradient {
  background: -webkit-linear-gradient(-45deg, #689d3d, #96ca50);
  background: -o-linear-gradient(-45deg, #689d3d, #96ca50);
  background: -moz-linear-gradient(-45deg, #689d3d, #96ca50);
  background: linear-gradient(-45deg, #689d3d, #96ca50);
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer-none {
  cursor: default;
}
.txt-decoration:hover {
  text-decoration: none;
}
.no-wrap {
  white-space: nowrap;
}
.mg-auto,
.sp-mg-w {
  margin: 0 auto;
}
.sp-mg-w {
  width: 100% !important;
}
.bg-black {
  background-color: #3f4652;
}
.d-table {
  display: table;
}
.d-table .d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.txt-white {
  color: #fff;
}
.txt-black {
  color: #000;
}
.txt-green {
  color: #689d3d;
}
.txt-darkblue {
  color: #00305f;
}
.text-orange {
  color: #f90;
}
.txt-red {
  color: #fb6f54;
}
.txt-yellow {
  color: #feed3a;
}
.txt-default {
  color: #696464;
}
.txt-underline {
  text-decoration: underline;
}
.txt-uppercase {
  text-transform: uppercase;
}
@font-face {
  font-family: roboto-bold;
  font-display: swap;
  src: local("roboto-bold"),
    url(https://cm-cdn.creditmantri.com/bundle/ee7b96fa85d8fdb8c126409326ac2d2b.ttf);
}
@font-face {
  font-family: roboto-medium;
  font-display: swap;
  src: local("roboto-medium"),
    url(https://cm-cdn.creditmantri.com/bundle/d08840599e05db7345652d3d417574a9.ttf);
}
@font-face {
  font-family: roboto-regular;
  font-display: swap;
  src: local("roboto-regular"),
    url(https://cm-cdn.creditmantri.com/bundle/3e1af3ef546b9e6ecef9f3ba197bf7d2.ttf);
}
.txt-bold {
  font-family: roboto-bold;
  font-weight: 700;
  font-style: normal;
}
.txt-medium {
  font-family: roboto-medium;
  font-weight: 500;
  font-style: normal;
}
.txt-regular {
  font-family: roboto-regular;
  font-weight: 400;
  font-style: normal;
}
.italic {
  font-style: italic;
}
.font-9 {
  font-size: 9px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 19px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-28 {
  font-size: 28px;
}
.font-36 {
  font-size: 36px;
}
.header-area {
  background-color: #041426;
  padding: 10px 0;
}
.main-nav ul {
  width: 100%;
}
.main-nav ul li {
  margin-left: 35px;
}
.main-nav ul li a {
  padding: 8px 0 5px;
  color: #fff;
}
.main-nav ul li a:focus,
.main-nav ul li a:hover {
  background-color: transparent;
  border-bottom: 1px solid #6ca020;
}
.login-signup-section {
  padding-top: 3px;
}
.login-signup-section li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  float: right;
}
@media (max-width: 30em) {
  .login-signup-section li {
    margin-right: 5px;
  }
}
@media (max-width: 47.9375em) {
  .login-signup-section li.hamburger-menu {
    display: none;
  }
}
.login-signup-section li button {
  padding: 4px 15px;
  min-width: auto;
}
.login-signup-section a.btn {
  padding: 6px 15px;
}
@media (max-width: 30em) {
  .login-signup-section a.btn {
    min-width: 90px;
  }
}
.login-signup-section-mobile {
  margin-bottom: 0;
  padding-top: 32px;
}
.login-signup-section-mobile li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  float: right;
}
@media (max-width: 30em) {
  .login-signup-section-mobile li {
    margin-right: 5px;
  }
}
.login-signup-section-mobile li button {
  padding: 4px 15px;
  min-width: auto;
}
.login-signup-section-mobile a.btn {
  padding: 6px 15px;
}
@media (max-width: 30em) {
  .login-signup-section-mobile a.btn {
    padding: 4px 11px;
    min-width: 80%;
    font-size: 13px;
  }
}
.show-sub-menu a:focus,
.show-sub-menu a:hover {
  border-bottom: none !important;
}
.show-sub-menu a i.glyphicon-menu-down {
  margin-left: 3px;
  font-size: 12px;
}
.show-sub-menu:hover > .sub-menu {
  display: block;
}
.new-cfp {
  width: 40%;
  padding-left: 4px;
  margin-bottom: 10px;
}
.new-cfp-mob {
  padding-left: 4px;
  margin-bottom: 6px;
}
.main-nav .sub-menu {
  position: absolute;
  z-index: 101;
  display: none;
  width: 170px;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.3);
}
.main-nav .sub-menu:hover {
  display: block;
}
.main-nav .sub-menu li {
  list-style: none;
  margin: 0;
  text-align: left;
  background-color: #f4f3f3;
  border-bottom: 1px solid #e8e8e8;
}
.main-nav .sub-menu li:hover {
  background-color: #e8e8e8;
}
.main-nav .sub-menu li a {
  color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  display: block;
}
.main-nav .sub-menu li a:hover {
  text-decoration: none;
}
.equifax-logo {
  padding: 2px 0;
  background-color: #fff;
}
.equifax-logo .italic {
  margin-right: 5px;
}
.equifax-logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #666;
}
.equifax-logo sup {
  color: #b23d41;
}
.navbar-box .navbar-toggle {
  float: left !important;
  border: none;
}
.navbar-box .navbar-toggle,
.navbar-box .navbar-toggle:hover {
  background: 0 0 !important;
}
.navbar-box .navbar-toggle .icon-bar {
  background-color: #fff !important;
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-box .navbar-header {
  float: none;
}
.navbar-box .navbar-toggle {
  display: block;
}
.navbar-box .navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
.navbar-box .navbar-collapse.collapse {
  display: none !important;
}
.navbar-box .navbar-collapse.collapse.in {
  display: block !important;
}
.navbar-box .navbar-nav {
  float: none !important;
  margin: 7.5px -15px;
}
.navbar-toggle {
  margin: 0 !important;
  padding-left: 0;
  padding-top: 11px;
}
.navbar-toggle.navbar-close .icon-bar.one {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle.navbar-close .icon-bar.two {
  opacity: 0;
}
.navbar-toggle.navbar-close .icon-bar.three {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggle.navbar-close.collapsed .icon-bar.one {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.navbar-close.collapsed .icon-bar.two {
  opacity: 1;
}
.navbar-toggle.navbar-close.collapsed .icon-bar.three {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-box .navbar-nav > li {
  float: none;
}
.navbar-box .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#navbar-collapse-x {
  position: fixed;
  background-color: #f3f3f3;
  width: 70%;
  z-index: 4;
  overflow: scroll;
  bottom: 0;
  top: 56px;
  z-index: 103;
  padding: 0;
  box-shadow: 0 0 10px 0;
}
#navbar-collapse-x li {
  list-style: none;
}
#navbar-collapse-x .seclect-box {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 15px 10px 15px 20px;
  margin: 0;
  position: relative;
}
#navbar-collapse-x .seclect-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 0.1px solid #d6d4d4;
}
#navbar-collapse-x .seclect-sub-box li {
  background-color: #e7e7e7;
}
#navbar-collapse-x .seclect-sub-box-one li {
  background-color: #bfbfbf;
  color: #000;
}
#navbar-collapse-x .seclect-box[aria-expanded="false"] i.glyphicon-menu-up {
  display: none;
}
#navbar-collapse-x .seclect-box[aria-expanded="false"] i.glyphicon-menu-down,
#navbar-collapse-x .seclect-box[aria-expanded="true"] i.glyphicon-menu-up {
  display: block;
}
#navbar-collapse-x .seclect-box[aria-expanded="true"] i.glyphicon-menu-down {
  display: none;
}
.bg-nav {
  background: #000;
  opacity: 0.3;
  width: 30%;
  position: fixed;
  z-index: 102;
  right: 0;
  bottom: 0;
  top: 56px;
}
.divider {
  position: relative;
}
.divider:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  border-left: 0.1px solid #d6d4d4;
}
.pd-0 {
  padding: 0;
}
.pd-lt-5 {
  padding-left: 5px;
}
.pd-rt-5 {
  padding-right: 5px;
}
.lazy-loading {
  background-color: transparent !important;
}
.get-started-btn {
  padding: 12px;
  border-radius: 50px;
}
@media (min-width: 93.75em) {
  .get-started-btn {
    padding: 15px;
  }
}
@media (max-width: 30em) {
  .get-started-btn {
    min-width: 40%;
  }
}
.works-block {
  border: 1px solid #96ca50;
  padding: 30px 20px;
  position: relative;
  background-color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 30em) {
  .works-block {
    padding: 20px;
  }
}
.works-block .works-image-left {
  border-right: 1px dotted #000;
  width: 25%;
}
.works-block .works-image-right {
  border-left: 1px dotted #000;
  width: 25%;
}
.works-block .works-content {
  padding-left: 20px;
}
@media (max-width: 30em) {
  .works-block .works-content {
    padding: 0;
  }
}
.works-block .works-content h3 {
  margin: 0 0 15px;
  font-size: 16px;
}
@media (max-width: 30em) {
  .works-block .works-content h3 {
    font-size: 15px;
  }
}
.works-block .works-content p {
  line-height: 22px;
}
.works-block:after,
.works-block:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.works-block:after {
  bottom: -14px;
  border-top: 15px solid #fff;
}
.works-block:before {
  bottom: -15px;
  border-top: 15px solid #96ca50;
}
.works-block:last-child:after,
.works-block:last-child:before {
  display: none;
}
.we-help-you {
  color: #fff;
  padding: 5px 15px 25px;
}
@media (max-width: 30em) {
  .we-help-you {
    padding-bottom: 10px;
  }
}
.we-help-you .carousel-inner .item {
  min-height: 320px;
}
.we-help-you h3 {
  margin-top: 5px;
}
.we-help-you .active,
.we-help-you li {
  margin-right: 10px;
}
.we-help-you .line-right {
  border-left: 2px solid #fff;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  height: 220px;
}
.features-box-1,
.features-box-2,
.features-box-3 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 0 auto 25px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 30em) {
  .features-box-1,
  .features-box-2,
  .features-box-3 {
    width: 125px;
    height: 125px;
  }
}
.features-box-1 .image,
.features-box-2 .image,
.features-box-3 .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features-box {
  background-color: #9befa1;
}
.first-time-borrower-content {
  margin-bottom: 0;
}
@media (max-width: 30em) {
  .first-time-borrower-content {
    padding: 10px 0;
  }
}
.video-section h3 {
  margin: 40px 0 25px;
}
@media (max-width: 47.9375em) {
  .video-section h3 {
    margin: 0 0 15px;
  }
}
.video-section p {
  color: #313131;
  margin-bottom: 25px;
}
@media (max-width: 30em) {
  .video-section {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 47.9375em) {
  .video-content {
    margin-bottom: 20px;
  }
}
.apply-loan-box {
  height: 130px;
  position: relative;
}
.apply-loan-box .loan-section {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: -40px;
}
.apply-loan-box .loan-section a {
  color: #000;
}
.apply-loan-box .loan-section a:hover {
  color: #000;
  text-decoration: none;
}
.apply-loan-box .loan-section .apply-loan-box {
  height: 140px;
  background-color: #fff;
  padding: 20px 10px;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.apply-loan-box .loan-section .apply-loan-box:hover {
  background-color: #96ca50;
  color: #fff;
}
.apply-loan-box .loan-section .apply-loan-box:hover i {
  color: #96ca50;
  background-color: #fff;
}
.apply-loan-box .loan-section .apply-loan-box p {
  padding-top: 15px;
}
.apply-loan-box .loan-section .apply-loan-box i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #96ca50;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  line-height: 48px;
  color: #fff;
  background-color: #96ca50;
}
.health-check-info {
  color: #fff;
}
.health-check-info h2 {
  font-size: 26px;
  margin-top: 0;
}
@media (max-width: 47.9375em) {
  .health-check-info h2 {
    font-size: 18px;
  }
}
.health-check-info ul {
  margin-left: 15px;
}
.section-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 48em) {
  .first-borrowing h2,
  .section-padding h2,
  .video-section h3 {
    font-size: 25px;
  }
}
@media (max-width: 47.9375em) {
  .first-borrowing h2,
  .section-padding h2,
  .video-section h3 {
    font-size: 18px;
  }
}
.video-section p {
  font-size: 16px;
  font-weight: 700;
  font-family: roboto-medium;
}
@media (max-width: 47.9375em) {
  .we-help-you h3 {
    font-size: 17px;
  }
}
.section-padding h3 {
  font-size: 17px;
}
.user-review {
  background-color: #f6f6f6;
  padding: 20px 25px;
  border: 1px solid #f0f0f0;
  margin-bottom: 15px;
}
.banner-container-ch {
  background-color: #ebf7df;
  padding: 15px;
}
.txt-medium-ch {
  color: #696464;
  font-weight: 700;
}
.btn-orange-ch {
  color: #fff;
  background-color: #f90;
  border-color: #f90;
  min-width: 100px;
  white-space: normal;
  padding: 12px 20px;
  font-weight: 700;
}
.text-ch {
  color: #9befa1;
}
#credit-score h2 {
  color: #036;
  text-decoration: none;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 16px;
}
#credit-score h3 {
  font-size: 14px;
  padding-left: 15px;
}
#credit-score .panel-body {
  padding-top: 0;
}
#credit-score hr {
  border-top: 2px solid #ebebeb;
  width: 96%;
  margin: 0 auto;
}
#credit-score p {
  margin: 15px;
}
.heading-color {
  background-color: #3f4652;
}
.row-bg {
  background-color: #eeeeef;
}
.no-border {
  border: none !important;
}
.position-table {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 30em) {
  .position-table {
    width: 100%;
  }
}
.cs-form-banner {
  height: 130px;
}
@media (max-width: 30em) {
  .cs-form-banner {
    height: 170px;
  }
}
.cs-form-banner .form-group {
  background: linear-gradient(45deg, #012970, #23466e);
  padding: 24px;
}
.cs-form-banner .form-group .input-group {
  width: 100%;
}
.cs-form-banner .form-group .input-group .form-margin {
  margin-top: 17px;
}
.cs-form-banner .form-group .input-group span {
  color: #fff;
  font-size: 16px;
}
.cs-form-banner .form-group .input-group .form-control {
  padding: 25px;
  width: 220px;
  border-radius: 10px;
}
@media (max-width: 30em) {
  .cs-form-banner .form-group .input-group .form-control {
    padding: 22px;
    width: 260px;
    border-radius: 10px;
    margin: 10px auto;
    float: none;
  }
}
.cs-form-banner .form-group .input-group .cs-cta {
  padding: 16px 24px;
  border-radius: 10px;
  margin-left: 0px;
}
.cs-form-banner .form-group .input-group .cs-cta-mobile {
  padding: 10px 25px;
  border-radius: 10px;
}
.bank-container {
  background-color: #fff;
  margin-bottom: 25px;
}
.faq-detail-banner {
  background-image: url(https://cm-cdn.creditmantri.com/header-banner/faq-detail-banner.jpg);
}
.amp-accordion h3 {
  font-size: 18px;
  color: #00305f;
}
.amp-accordion ul .bullet-list li {
  display: list-item;
}
.score-simulator h1 {
  color: #000;
}
@media (max-width: 47.9375em) {
  .score-simulator h1 {
    font-size: 25px;
    color: #000;
  }
}
.score-simulator h2 {
  font-size: 20px;
}
.score-simulator .cs-simulator h2 {
  color: #036;
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 47.9375em) {
  .score-simulator .cs-simulator h2 {
    font-size: 16px;
  }
}
.score-simulator .cs-simulator h2.faq {
  font-size: 20px;
  color: #000;
  padding-left: 30px;
}
.score-simulator .cs-simulator .top-border-radius {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.score-simulator .cs-simulator .bottom-border-radius {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.score-simulator .cs-simulator .heading {
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 18px;
}
@media (max-width: 47.9375em) {
  .score-simulator .cs-simulator .heading {
    font-size: 16px;
  }
}
.score-simulator .cs-simulator .horizontal {
  width: 1px;
  height: 65%;
  background-color: #eeeeef;
  position: absolute;
  top: -15px;
  bottom: 0;
  right: 0;
}
.score-simulator .cs-simulator .vertical {
  background-color: #eee;
  height: 1px;
  margin: 10px auto;
}
.score-simulator a.close {
  position: absolute;
  left: 50%;
  right: 0;
  font-size: 14px;
  font-weight: 100;
  color: #000;
}
@media (max-width: 47.9375em) {
  .score-simulator a.close {
    left: 80%;
    font-size: 25px;
  }
}
.score-simulator .negative-score .cs-simulator-btn {
  border-color: #b2b2b2;
  height: 69px;
  padding: 15px;
  border-radius: 15px;
  margin: 0 auto;
  width: 100%;
  cursor: default;
}
@media (max-width: 47.9375em) {
  .score-simulator .negative-score .cs-simulator-btn {
    width: 100%;
    height: 65px;
    padding: 13px;
    margin-bottom: 15px;
  }
}
.score-simulator .negative-score .cs-simulator-btn .txt-clr {
  color: #8a8787;
}
.score-simulator .negative-score .cs-action {
  border-color: #73a845;
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
}
.score-simulator .negative-score .cs-margin {
  margin: 0 auto;
  width: 65%;
}
.score-simulator .negative-score .cs-btmargin {
  margin: 0 auto;
  width: 40%;
}
@media (max-width: 47.9375em) {
  .score-simulator .negative-score .cs-btmargin {
    width: 65%;
  }
}
.cis-red-flow {
  width: 85%;
  margin-left: 10%;
  border-radius: 8px;
  font-family: roboto-bold;
  float: right;
}
@media (min-width: 30em) {
  .cis-red-flow {
    margin-left: 0;
  }
}
@media (max-width: 47.9375em) {
  .cis-red-flow {
    width: 100%;
  }
}
@media (max-width: 30em) {
  .cis-red-flow {
    margin-left: 0 !important;
    width: 100%;
  }
}
@media (max-width: 47.9375em) {
  .cis-red-flow p {
    padding-bottom: 20px;
  }
}
.cis-red-block,
.mob-cis {
  width: 90%;
  margin: 0 auto;
}
.cis-red-block input[type="tel"],
.mob-cis input[type="tel"] {
  padding: 25px 25px 25px 53px;
  border-radius: 10px;
  border-color: #a8d46e;
}
.cis-red-block .btn-orange,
.mob-cis .btn-orange {
  border-radius: 7px;
  padding: 5px 10px;
}
.cis-resend-otp {
  color: #f90;
}
.cis-resend-otp:active,
.cis-resend-otp:hover,
.cis-resend-otp:link,
.cis-resend-otp:visited {
  color: #f90;
  text-decoration: none;
}
.otp-form {
  width: 90%;
  margin: 0 auto;
}
.otp-form .btn-orange {
  border-radius: 7px;
  padding: 5px 10px;
}
.otp-form span {
  font-family: roboto-regular;
  color: #747474;
}
#cis-otp-form ul {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 47.9375em) {
  #cis-otp-form ul {
    width: 100%;
  }
}
#cis-otp-form li {
  display: inline-block;
}
#cis-otp-form li input[type="tel"] {
  width: 50px;
  margin: 0 5px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid hsla(0, 0%, 50.2%, 0.4117647058823529);
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 47.9375em) {
  #cis-otp-form li input[type="tel"] {
    width: 44px;
    margin: 0 2px;
  }
}
.cpd-container {
  width: 100%;
  height: 300px;
  min-height: 300px;
  display: table;
}
@media (min-width: 87.5em) {
  .cpd-container {
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 47.9375em) {
  .cpd-container {
    height: 350px;
    min-height: 350px;
  }
}
.cpd-container .cpd-subcontainer {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.cpd-container .cpd-subcontainer p {
  font-size: 16px;
}
@media (max-width: 47.9375em) {
  .cpd-container .cpd-subcontainer h1 {
    font-size: 24px;
    margin-top: 5px;
  }
}
.cpd-container .btn-white {
  border-radius: 5px;
  color: #f90;
}
.cpd-container .btn-white:active,
.cpd-container .btn-white:hover,
.cpd-container .btn-white:visited {
  color: #fff;
  text-decoration: none;
}
.cis-acc-block {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto 10px;
}
.cis-acc-block .acc-blk {
  padding-left: 22px;
  padding-bottom: 10px;
}
@media (max-width: 30em) {
  .cis-acc-block .acc-blk {
    padding-left: 40px;
    padding-bottom: 31px;
  }
}
@media (max-width: 47.9375em) {
  .cis-acc-block {
    width: 100%;
  }
}
.cis-acc-block .cis-amount {
  color: #fff;
  background-color: #22b573 !important;
  padding: 15px;
  margin-bottom: -15px;
  background-color: #f9f2c2;
  border-radius: 0 0 10px 10px;
}
.cis-acc-block .btn-orange {
  border-radius: 7px;
}
#cis-info-block {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 47.9375em) {
  #cis-info-block {
    width: 89%;
  }
}
.cis-text-scroll {
  background-color: #eff2f9;
  min-height: 155px;
}
#cpd-acc-popup .modal-dialog {
  width: 370px;
}
@media (max-width: 30em) {
  #cpd-acc-popup .modal-dialog {
    width: 92%;
  }
}
#cpd-acc-popup .modal-dialog h2 {
  color: #131271;
}
#cpd-acc-popup .modal-dialog .form-control:focus {
  box-shadow: none;
  border-color: #000;
}
#cpd-acc-popup .form-control-feedback {
  right: 10px;
}
.neft-details img {
  width: 20px;
}
.cis-acc .terms-and-conditions {
  color: #666;
  cursor: pointer;
  font-size: 14px;
}
.cis-acc .terms-and-conditions a,
.cis-acc .terms-and-conditions a:hover {
  color: #666;
  text-decoration: underline;
}
.glyphicon-question-sign {
  color: #3f9cef;
}
.upload-btn-doc {
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #fe992d;
  padding: 6px;
}
.upload-block {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-top: 5px;
}
.upload-block .upload-title {
  cursor: pointer;
  color: #fe992d;
  font-family: robotomedium;
}
.upload-block .upload-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.info-call {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 30em) {
  .info-call {
    width: 90%;
  }
}
.info-call h3 {
  font-size: 18px;
  color: #00305f;
  margin-top: 0;
}
.info-call .bottom {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
}
.clk-call {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 30em) {
  .clk-call {
    margin-top: 0;
    text-align: left;
  }
}
.clk-call a {
  color: #f90;
}
.clk-call a:hover {
  text-decoration: none;
}
.clk-call span {
  font-size: 12px;
}
@media (max-width: 30em) {
  .clk-call span {
    display: block;
  }
}
.clk-call img {
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
}
.cl-idea {
  width: 40px;
}
.already-pay a {
  color: #313131;
  text-decoration: underline;
}
.faq-bg {
  background: #f0f0f0;
}
.faq-payment {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 30em) {
  .faq-payment {
    width: 90%;
  }
}
.faq-payment h3 {
  font-size: 18px;
  color: #00305f;
  margin-top: 0;
}
.faq-payment .white-box {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
}
.faq-payment .white-box h5 {
  cursor: pointer;
  color: #333;
  font-size: 16px;
}
@media (max-width: 30em) {
  .faq-payment .white-box h5 span {
    display: inline-block;
    width: 85%;
  }
}
.faq-payment .white-box h5[aria-expanded="false"] .faq-up,
.faq-payment .white-box h5[aria-expanded="true"] .faq-down {
  display: none;
}
.faq-payment .white-box h5 img {
  float: right;
  width: 25px;
}
.three-months-emi {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px;
}
.btn-orange-line {
  border: 1px solid #f90;
  color: #f90;
  padding: 10px;
}
.btn-rs-5 {
  border-radius: 5px !important;
}
.header-bg {
  background-color: #293642;
  color: #fff;
}
.bg-emi {
  background-color: #22b573;
  color: #fff;
}
.moratorium .bg-emi p,
.moratorium .bg-white p,
.moratorium .header-bg p {
  font-family: roboto-medium;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 30em) {
  .moratorium .bg-emi p,
  .moratorium .bg-white p,
  .moratorium .header-bg p {
    font-size: 12px;
  }
}
.morotorium-pay-now {
  min-width: 184px !important;
}
@media (max-width: 22.5em) {
  .morotorium-pay-now {
    min-width: 100px !important;
  }
}
.list-acc {
  margin-left: 180px;
  margin-right: 180px;
}
.w-100 {
  width: 100% !important;
}
#choose-acc-popup .container,
#choose-moratoriumacc-popup .container,
#part-choose-acc-popup .container {
  font-size: 14px;
}
#choose-acc-popup .container input,
#choose-moratoriumacc-popup .container input,
#part-choose-acc-popup .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#choose-acc-popup .checkmark,
#choose-moratoriumacc-popup .checkmark,
#part-choose-acc-popup .checkmark {
  display: block;
  position: relative;
  padding: 16px 16px 16px 60px;
  color: #7b7b7b;
  top: 0;
  left: 0;
  border: 1px solid #f9992e;
  border-radius: 10px;
}
@media (max-width: 48em) {
  #choose-acc-popup .check-box-span,
  #choose-moratoriumacc-popup .check-box-span,
  #part-choose-acc-popup .check-box-span {
    width: 300px;
  }
}
#choose-acc-popup .container:hover input ~ .checkmark,
#choose-moratoriumacc-popup .container:hover input ~ .checkmark,
#part-choose-acc-popup .container:hover input ~ .checkmark {
  background-color: #e6e6e6;
}
#choose-acc-popup .container input:checked ~ .checkmark,
#choose-moratoriumacc-popup .container input:checked ~ .checkmark,
#part-choose-acc-popup .container input:checked ~ .checkmark {
  background-color: #8cc63f;
  color: #fff;
  border-color: #8cc63f;
}
#choose-acc-popup .checkmark:after,
#choose-moratoriumacc-popup .checkmark:after,
#part-choose-acc-popup .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#choose-acc-popup .container input:checked ~ .checkmark:after,
#choose-moratoriumacc-popup .container input:checked ~ .checkmark:after,
#part-choose-acc-popup .container input:checked ~ .checkmark:after {
  display: block;
}
#choose-acc-popup .container .checkmark:after,
#choose-acc-popup .radioRound,
#choose-moratoriumacc-popup .container .checkmark:after,
#choose-moratoriumacc-popup .radioRound,
#part-choose-acc-popup .container .checkmark:after,
#part-choose-acc-popup .radioRound {
  top: 16px;
  left: 20px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: absolute;
  background: #fff;
}
#choose-acc-popup .account-confirmation-submit,
#choose-moratoriumacc-popup .account-confirmation-submit,
#part-choose-acc-popup .account-confirmation-submit {
  width: 120px;
  height: 45px;
}
#choose-acc-popup .account-confirmation-submit:focus,
#choose-acc-popup .account-confirmation-submit:hover,
#choose-moratoriumacc-popup .account-confirmation-submit:focus,
#choose-moratoriumacc-popup .account-confirmation-submit:hover,
#part-choose-acc-popup .account-confirmation-submit:focus,
#part-choose-acc-popup .account-confirmation-submit:hover {
  outline: 0 !important;
  outline-offset: 0;
  color: #fff;
}
.score-input {
  text-align: center;
  width: 300px;
  height: 42px;
}
@media (max-width: 30em) {
  .score-input {
    width: 100%;
  }
}
.clickhere a {
  color: #f90;
  text-decoration: underline;
}
.clickhere a:hover {
  text-decoration: none;
  cursor: pointer;
}
.moratorium-btn {
  width: 120px;
  height: 45px;
}
.moratorium-btn:focus,
.moratorium-btn:hover {
  outline: 0 !important;
  outline-offset: 0;
  color: #fff;
}
.btn-org-moratorium:focus,
.btn-org-moratorium:hover {
  outline: 0 !important;
  outline-offset: 0;
  color: #f90;
}
#comparison-block .panel,
#comparison-block .panel-default {
  background-color: transparent !important;
  border: none !important;
}
#comparison-block .panel-heading {
  background-color: #fff;
}
#comparison-block .panel-body {
  border-top: none !important;
  padding: 0 !important;
}
.or-divider {
  margin: 0 auto;
  width: 50%;
  position: relative;
  height: 1px;
  background-color: #9e9e9e;
}
@media (max-width: 30em) {
  .or-divider {
    margin: 26px;
    width: 88%;
  }
}
.or-divider:after {
  content: "OR";
  padding: 7px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid;
  width: 39px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 30em) {
  .or-divider:after {
    padding: 7px 9px;
  }
}
.ars {
  background: #f0f0f0;
  min-height: 500px;
}
.ars-wrapper {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 30em) {
  .ars-wrapper {
    width: 100%;
    padding-top: 0;
  }
}
.vp-container {
  padding: 25px 0 0;
  margin-top: 20px;
  border-radius: 15px;
  background: #fff;
  min-height: 400px;
  box-shadow: 1px 3px 4px #e0e0e0;
}
@media (max-width: 30em) {
  .vp-container {
    margin-top: 0;
    border-radius: 0;
  }
}
.ars-header {
  background: linear-gradient(
    90deg,
    #47a370,
    #4ba56f 21.73%,
    #58ab6b 44.24%,
    #6cb564 67.11%,
    #89c35c 90.1%,
    #98ca57
  );
  padding: 10px;
  color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.ars-header p {
  font-family: robotobold;
  font-size: 20px;
}
@media (max-width: 30em) {
  .ars-header p {
    font-size: 14px;
  }
}
@media (max-width: 30em) {
  .ars-header {
    padding: 5px 0 0;
    font-size: 11px;
    border-radius: 0;
  }
}
.ars-header h5 {
  font-size: 12px;
}
.tab-container {
  width: 80%;
  margin: 0 auto 20px;
}
@media (max-width: 30em) {
  .tab-container {
    width: 95%;
  }
}
.cp-amount {
  background: #f4f4f5;
  padding: 40px;
  border-radius: 15px;
}
.cp-amount p {
  font-size: 16px;
  color: #333;
}
.cp-amount .spl-offer span {
  font-size: 12px;
}
.cp-amount .spl-offer p:first-child {
  color: #009245;
}
.cp-amount .spl-offer p:last-child {
  color: #009245;
  font-size: 20px;
  font-family: robotobold;
}
.payment-status .retry-box {
  background: #eff2f9 !important;
  padding: 20px 25% 13% !important;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 30em) {
  .payment-status .retry-box {
    padding-bottom: 19% !important;
    border-radius: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.payment-status .success-text {
  color: #3bb54b;
}
.payment-status .pay-fail {
  margin-bottom: 40px;
}
.payment-status .pay-fail .media {
  width: 35%;
  margin: 0 auto;
}
@media (max-width: 30em) {
  .payment-status .pay-fail .media {
    width: 90%;
  }
}
@media (max-width: 30em) {
  .payment-status .pay-fail .media .media-left {
    padding-right: 30px;
  }
}
@media (max-width: 30em) {
  .payment-status .pay-fail .media .media-body {
    text-align: left;
  }
}
.payment-status .pay-fail p span {
  font-family: robotobold;
}
.payment-status .hr-top {
  margin-left: 25%;
  margin-right: 25%;
}
@media (max-width: 30em) {
  .payment-status .hr-top {
    margin-left: 0;
    margin-right: 0;
  }
}
.payment-status .hr-top {
  border-top: 1px solid rgba(0, 0, 0, 0.3607843137254902);
}
.payment-status .repay-box {
  z-index: 1000;
  background: #fff;
  bottom: 0;
  margin: -5px;
  padding: 13px;
  width: 100%;
  left: 5px;
  position: fixed;
}
.payment-status .repay-box .mg-5 {
  margin: 5px;
}
.payment-status .repay-box .w-100 {
  width: 100%;
}
.terms-text {
  font-size: 13px !important;
}
.robotoregular {
  font-family: roboto-regular;
}
.bg-gradient {
  background: linear-gradient(
    152.36deg,
    #47a370,
    #4ba56f 21.73%,
    #58ab6b 44.24%,
    #6cb564 67.11%,
    #89c35c 90.1%,
    #98ca57
  );
}
.hr {
  border-bottom: 1px solid #fff;
}
.cis-carousel {
  padding: 20px 10px;
}
.bg-login {
  background: #041426;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 20px;
}
.font-20 {
  font-size: 20px !important;
}
.black2 {
  color: #313131 !important;
}
.otp-submit {
  width: 230px;
  margin: 0 auto;
  padding: 14px !important;
  border-radius: 10px;
}
.txt-blue {
  color: #036;
}
.bg-blue {
  background: #eff2f9;
}
.bg-white {
  background: #fff;
}
.btn-orange-inv {
  padding-right: 20px;
  border-color: #f90;
  color: #f90;
  padding-left: 20px;
}
.btn-orange-inv:hover {
  color: #f90;
}
.partner-container {
  padding: 35px 0;
}
.login-phone {
  left: 14px;
  position: relative;
  top: 38px;
}
.border-bottom {
  border-bottom: 2px solid;
  border-color: #eaeaea;
  width: 95%;
  margin-left: 22px;
}
.black3 {
  color: #666;
}
.float-right {
  float: right;
  padding-right: 10px;
}
.float-left {
  float: left;
}
.not-my-account {
  cursor: pointer;
}
.not-my-account span {
  font-size: 13px;
  text-decoration: underline;
  position: relative;
  bottom: 2px;
}
.font-13 {
  font-size: 13px !important;
}
.yousave-mob {
  border-radius: 5px;
  border: 1px solid #e5f4ec;
  font-size: 12px !important;
  padding: 5px;
  color: #009245;
  background: #e5f4ec;
}
@media (min-width: 26.25em) {
  .yousave-mob {
    width: fit-content;
    position: relative;
    justify-content: center;
  }
}
@media (min-width: 31.9375em) {
  .yousave-mob {
    left: 10%;
  }
}
.yousave {
  border-radius: 5px;
  border: 1px solid #e5f4ec;
  font-size: 12px !important;
  color: #009245;
  background: #e5f4ec;
  margin: 0 auto;
  width: max-content;
  padding: 5px 14px;
}
.txt-orange {
  color: #f0a53b;
}
.font-red {
  color: #e01010;
}
.font-28 {
  font-size: 28px !important;
}
.font-22 {
  font-size: 22px !important;
}
.account-alert {
  position: absolute;
  bottom: 4px;
  right: 38%;
  width: 72px;
}
@media (max-width: 30em) {
  .account-alert {
    right: 42%;
  }
}
.not-my-account-popup {
  cursor: pointer;
}
.not-my-account-popup:hover {
  color: #666;
}
.notAccBtn {
  border-radius: 10px;
  padding: 12px 20px;
  width: 216px;
}
#not-my-account-modal .modal-content {
  border-radius: 20px;
}
#not-my-account-modal .modal-body {
  padding: 43px 30px;
}
.yellow {
  color: #ff0;
}
.font-18 {
  font-size: 18px !important;
}
.cis-otp {
  padding-left: 25px !important;
}
#cis-otp-submit {
  width: 230px;
  margin: 0 auto;
  padding: 14px !important;
  border-radius: 10px;
}
.due-position {
  position: relative;
  bottom: 5px;
}
.mob-grp {
  width: 245px;
  margin: 0 auto;
}
.ldb-login-popup .modal-content {
  border-radius: 20px;
  border-color: transparent;
}
.ldb-login-popup .modal-body {
  padding-top: 0 !important;
}
.ldb-login-popup .ldb-banner {
  background: #041426;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 10px;
}
.ldb-login-popup .ldb-banner .logo {
  padding-left: 35px;
}
.ldb-login-popup .ldb-banner .logo img {
  height: 20px;
}
.ldb-login-popup .content {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 30em) {
  .ldb-login-popup .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ldb-login-popup #okBtn {
  border-radius: 10px;
}
.ldb-login-popup .border-line {
  border-bottom: 2px solid #e0e0e0;
}
.ldb-login-popup .green-txt {
  color: #22b573;
}
.pd-bt-0 {
  padding-bottom: 0 !important;
}
.baner-none {
  min-height: auto;
}
.moratorium-section {
  background-color: #e8f7f2;
}
.moratorium-section .cis-acc-head-block {
  margin-left: 31%;
  margin-right: 31%;
}
@media (max-width: 30em) {
  .moratorium-section .cis-acc-head-block {
    margin: 0;
  }
}
.moratorium-section .green-txt {
  color: #4ab473;
}
.moratorium-section .cis-amount-moratorium {
  background-color: #f9f3c3 !important;
  padding: 15px;
  margin-bottom: -15px;
  background-color: #f9f2c2;
  border-radius: 0 0 10px 10px;
}
.moratorium-section .mor-border {
  border: 1px solid #55c595;
}
.moratorium-section .txt-g {
  color: #4ab576;
}
.moratorium-section .txt-r {
  color: #c22d2b;
}
.linear-green {
  background-image: linear-gradient(45deg, #489f6f, #96ca50) !important;
  width: 100%;
  min-height: 450px;
}
@media (max-width: 30em) {
  .linear-green {
    min-height: 80vh;
  }
}
.img-wp {
  width: 290px;
  padding: 20px 0;
}
.strug {
  text-align: center;
  color: #ff0;
  font-weight: 600;
  font-size: 30px;
  padding: 15px 0;
}
@media (max-width: 30em) {
  .strug {
    font-size: 24px;
    padding: 10px 0;
  }
}
.form-top {
  padding: 20px;
  background-color: #000;
  color: #fff;
}
.top-rad {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.bot-rad {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tx-black {
  color: rgba(0, 0, 0, 0.7803921568627451);
}
.bd-gy {
  border: 0.5px solid #adff2f;
}
.wid114 {
  width: 114% !important;
}
.wmh {
  width: 85%;
  height: 50px;
  margin: 10px auto 0;
}
@media (max-width: 30em) {
  .wmh {
    width: 100%;
  }
}
.wi-mh {
  width: 85%;
  min-height: 300px;
  box-shadow: 0 0 50px;
}
@media (max-width: 30em) {
  .wi-mh {
    width: 100%;
  }
}
.sec2 {
  padding: 40px;
  color: #062c7a;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 30em) {
  .sec2 {
    padding: 15px;
  }
}
.bg-fff {
  background-color: #fff;
}
.bg-001 {
  background-color: #001226;
}
.sec3 {
  padding: 25px 0;
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.exfe,
.sec3 {
  text-align: center;
}
.exfe {
  color: #000;
  padding: 25px;
  font-size: 26px;
}
@media (max-width: 30em) {
  .exfe {
    padding: 15px;
  }
}
.med-hed {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7803921568627451);
}
.med-con {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7686274509803922);
}
.mg-20auto {
  margin: 20px auto;
}
.join-now {
  text-align: center;
  margin: 45px auto 20px;
  width: 240px;
  height: 50px;
  padding: 10px;
  font-size: 20px;
}
.tx-lt {
  text-align: left;
}
.tx-ct {
  text-align: center;
}
.pd5-colff {
  padding: 5px 0;
  color: #fff;
}
.step4 {
  font-size: 18px !important;
  padding: 5px 120px;
}
@media (max-width: 30em) {
  .step4 {
    padding: 5px;
  }
}
.bg-eef {
  background-color: #eef1f9;
}
.ff-box {
  background-color: #fff;
  padding: 70px 30px 20px;
  border-radius: 20px;
  box-shadow: 6px 6px 20px grey;
  text-align: center;
}
.ff-im {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
}
.pad-st {
  padding: 100px 0 80px;
}
.pd-tp-70 {
  padding-top: 70px;
}
.tx-org,
.tx-org:hover {
  font-size: 20px;
  color: #fc9b28;
  text-decoration: underline;
  font-weight: 600;
}
.tx-con {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
.join-cfp {
  text-align: center;
  font-size: 40px;
  font-weight: lighter;
  color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
}
.img-con {
  padding: 8% 0;
  color: rgba(0, 0, 0, 0.8705882352941177);
  font-size: 18px;
}
.sub-hed {
  font-size: 20px;
  font-weight: 600;
}
.join-now2 {
  text-align: center;
  margin: 10px auto 50px;
  width: 220px;
  height: 50px;
  padding: 10px;
  font-size: 20px;
}
.cus-say {
  color: #002966;
  font-weight: 600;
}
.swiper-button-next {
  right: -15px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 40px;
  cursor: pointer;
  z-index: 99;
  background-image: none;
}
.swiper-button-prev {
  left: -15px;
}
.arrow {
  border: solid #f90;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 80px;
  left: 18px;
}
@media (max-width: 30em) {
  .arrow {
    top: 130px !important;
  }
}
.arrow-rt {
  border: solid #f90;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: 80px;
  left: 8px;
}
@media (max-width: 30em) {
  .arrow-rt {
    top: 130px !important;
  }
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide,
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.slider-data {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  min-height: 220px;
}
@media (max-width: 30em) {
  .slider-data {
    min-height: 333px;
  }
}
.pad-025 {
  padding: 0 25px;
}
.media-left {
  padding-right: 20px;
  padding-top: 5px;
}
.j16 {
  font-size: 16px;
  text-align: justify;
}
.ampgo {
  font-size: 20px;
  padding: 10px;
}
.w95 {
  width: 95%;
  margin: 0 auto;
}
.mob-i:before {
  content: "";
  background: url(/bundle/campaign/login-phone.webp);
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  z-index: 99;
  top: 37%;
}
.pd-lt-40 {
  padding-left: 40px;
}
.f-im {
  width: 420px;
  height: 300px;
  margin-left: 50px;
}
.mb-clode:hover {
  cursor: pointer;
}
.swiper-pagination {
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: 0.3s opacity;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  padding: 6px;
  margin: 4px;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #60be19;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.feed-back {
  min-height: 240px !important;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 30em) {
  .feed-back {
    min-height: 375px !important;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
  }
}
.wid-310 {
  width: 310px;
}
.col-096 {
  color: rgba(0, 0, 0, 0.5882352941176471);
}
.col-000 {
  color: #000;
  cursor: pointer;
}
.footer-content {
  background-color: #041426;
}
.footer-content .footer-bottom-content {
  width: auto;
  display: -webkit-box;
  margin: 15px 5px;
}
@media (max-width: 30em) {
  .footer-content .footer-bottom-content {
    width: 100%;
    float: left;
    display: flex;
    font-size: 12px;
    padding-right: 20px;
  }
}
.footer-content .footer-bottom-content .license-container {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  padding: 0 19px 0 17px;
}
@media (max-width: 30em) {
  .footer-content .footer-bottom-content .license-container {
    padding: 0 0 0 17px;
  }
}
.footer-main-nav h4 {
  border-bottom: 1px solid #6ca020;
  display: inline-block;
}
@media (max-width: 47.9375em) {
  .footer-main-nav h4 {
    text-align: center;
    display: table;
    min-width: 80px;
    margin: 10px auto;
  }
}
@media (max-width: 47.9375em) {
  .footer-main-nav ul {
    margin: 0 -15px;
  }
}
.footer-main-nav ul li {
  list-style: none;
  margin: 12px 0 10px;
}
@media (max-width: 47.9375em) {
  .footer-main-nav ul li {
    display: inline-block;
    padding: 0 10px;
    margin: 10px 0;
  }
}
@media (max-width: 30em) {
  .footer-main-nav ul li {
    width: 50%;
  }
}
.footer-main-nav ul li a {
  color: #fff;
  font-size: 14px;
}
.footer-main-nav ul li a:hover {
  text-decoration: none;
}
.footer-main-nav ul li a i {
  font-size: 24px;
  margin-right: 5px;
}
@media (max-width: 30em) {
  .footer-main-nav #footer-social-share li {
    width: 20%;
    text-align: center;
  }
}
.footer-mid-content {
  padding: 15px 0;
  border-bottom: 1px solid #424242;
  border-top: 1px solid #424242;
}
.footer-mid-content p {
  color: #608f24;
  width: 70%;
}
@media (max-width: 47.9375em) {
  .footer-mid-content p {
    width: 90%;
  }
}
.footer-bottom-nav {
  padding: 10px 0;
  background-color: #041426;
  border-top: 1px solid #424242;
}
.footer-bottom-nav ul {
  list-style: none;
}
@media (max-width: 47.9375em) {
  .footer-bottom-nav ul {
    text-align: center;
  }
}
.footer-bottom-nav ul li {
  display: inline-block;
}
.footer-bottom-nav ul li:before {
  content: "|";
  margin: 0 5px;
}
.footer-bottom-nav ul li:first-child:before {
  content: none;
}
.footer-bottom-nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 47.9375em) {
  .footer-bottom-nav #copyright {
    text-align: center;
    margin-top: 5px;
  }
}
#footer-social-share li {
  display: inline-block;
}
@media (max-width: 47.9375em) {
  #footer-social-share {
    margin-bottom: 10px;
  }
}
.ft-social-share {
  min-height: 100px;
  border-bottom: 1px solid #424242;
}
@media (max-width: 47.9375em) {
  .footer-img {
    text-align: center;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.footer-img:last-child {
  padding-top: 15px;
}
.footer-product-section {
  padding: 15px 0;
  background-color: #313131;
  border-bottom: 1px solid #434343;
}
@media (max-width: 47.9375em) {
  .footer-product-section {
    padding: 15px;
  }
}
.footer-partners {
  background-color: #313131;
  padding: 15px;
  border-bottom: 1px solid #434343;
}
.footer-partners ul {
  margin-bottom: 0;
}
.footer-partners ul li {
  float: none;
  display: inline-block;
  list-style: none;
}
@media (max-width: 47.9375em) {
  .footer-partners ul li {
    margin: 0 5px;
  }
}
.resources-pages,
.resources-pages .tab-pane {
  background-color: #313131;
}
.resources-pages .tab-pane ul li {
  width: 20%;
  display: inline-table;
  padding: 5px 0 5px 15px;
}
@media (max-width: 30em) {
  .resources-pages .tab-pane ul li {
    width: 100%;
  }
}
.resources-pages .tab-pane ul li a {
  color: #fff;
}
.resources-pages .tab-pane ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.resources-pages .nav-tabs {
  border: none;
  background-color: #181818;
}
.resources-pages .nav-tabs li {
  background-color: #181818;
}
@media (max-width: 30em) {
  .resources-pages .nav-tabs li {
    width: 100%;
  }
}
.resources-pages .nav-tabs li.active {
  border: none;
  margin-bottom: 0;
}
.resources-pages .nav-tabs li.active a {
  background-color: #313131;
  color: #fff;
  border-radius: 0;
}
.resources-pages .nav-tabs li.active a:focus,
.resources-pages .nav-tabs li.active a:hover {
  border: none;
  border-radius: 0;
}
.resources-pages .nav-tabs li a {
  background-color: #181818;
  border: none;
  color: #7ea945;
}
.resources-pages .nav-tabs li a:hover {
  background-color: #313131;
  border: none;
}
.disclaimer {
  background-color: #041426;
  padding: 15px;
}
.pd-tp-20 {
  padding-top: 20px;
}
.pd-tp-25 {
  padding-top: 25px;
}
.pd-tp-10 {
  padding-top: 10px;
}
.mg-bt-10 {
  margin-bottom: 10px;
}
.pd-bt-10 {
  padding-bottom: 10px;
}
.mg-0 {
  margin: 0;
}
.pd-bt-5 {
  padding-bottom: 5px;
}
.mg-bt-0 {
  margin-bottom: 0;
}
.pd-5 {
  padding: 5px;
}
.footer {
  color: #696464;
}
@media screen and (min-width: 1800px) {
  .wid-85p {
    width: 80% !important;
  }
}
.cm-loading {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
}
.cm-loading .cm-loading-content {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  text-align: center;
  color: #fff;
}
.cm-loading .cm-loading-content .cm-loading-text {
  margin: 5px 0;
}
.cm-loading .cm-loading-content .cm-loading-bar {
  height: 5px;
  margin-top: 10px;
  background-image: -webkit-linear-gradient(
    -45deg,
    #8dc63f 25%,
    rgba(255, 154, 26, 0) 0,
    rgba(255, 154, 26, 0) 50%,
    #8dc63f 0,
    #8dc63f 75%,
    rgba(255, 154, 26, 0) 0
  );
  background-image: -moz-linear-gradient(
    -45deg,
    #8dc63f 25%,
    rgba(255, 154, 26, 0) 25%,
    rgba(255, 154, 26, 0) 50%,
    #8dc63f 50%,
    #8dc63f 75%,
    rgba(255, 154, 26, 0) 75%
  );
  background-image: -o-linear-gradient(
    -45deg,
    #8dc63f 25%,
    rgba(255, 154, 26, 0) 25%,
    rgba(255, 154, 26, 0) 50%,
    #8dc63f 50%,
    #8dc63f 75%,
    rgba(255, 154, 26, 0) 75%
  );
  background-image: linear-gradient(
    -45deg,
    #8dc63f 25%,
    rgba(255, 154, 26, 0) 0,
    rgba(255, 154, 26, 0) 50%,
    #8dc63f 0,
    #8dc63f 75%,
    rgba(255, 154, 26, 0) 0
  );
  background-color: #d3d3d3;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -o-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
}
@-moz-keyframes move {
  to {
    background-position: 50px 50px;
  }
}
@-o-keyframes move {
  to {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes move {
  to {
    background-position: 50px 50px;
  }
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
