/* Minification failed. Returning unminified contents.
(748,29): run-time error CSS1031: Expected selector, found '{'
 */
@font-face {
  font-family: 'SMC-Arun';
  src: url("../Content/LMGArun/LMG-Arun.eot");
  src: url("../Content/LMGArun/LMG-Arun.eot?#iefix") format("embedded-opentype"), url("../Content/LMGArun/LMG-Arun.woff2") format("woff2"), url("../Content/LMGArun/LMG-Arun.woff") format("woff"), url("../Content/LMGArun/LMG-Arun.ttf") format("truetype"), url("../Content/LMGArun/LMG-Arun.svg#LMG-Arun") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: shrutiregular;
  src: url(../Content/fonts/shruti.eot);
  src: url(../Content/fonts/shruti.eot?#iefix) format("embedded-opentype"), url(../Content/fonts/shruti.woff) format("woff"), url(../Content/fonts/shruti.ttf) format("truetype"), url(../Content/fonts/shruti.svg#shrutireg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.primary-color {
  color: #122d69;
}

.secondary-color {
  color: #ff9800;
}

.btn {
  border-radius: 2px !important;
}

.guj-font {
  font-family: 'LMG-Arun',SMC-Arun;
  font-size: 1.36em;
}

.guj-font-Shruti {
  font-family: shrutiregular;
  font-size: 1em;
}

.eng-font {
  font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

body {
  background-attachment: fixed;
  color: #333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

body .page-wrapper {
  min-height: 700px;
}

body.other-pages {
  background: #fff url(../Images/slider/LayoutMenuPartial_bg.jpg) top center no-repeat;
}

body.other-pages .page-wrapper {
  padding-bottom: 30px;
}

body.other-pages header {
  padding-bottom: 35px;
}

body, header {
  width: 100%;
  z-index: 999;
  -moz-transition: top 0.6s ease-in-out;
  -o-transition: top 0.6s ease-in-out;
  -webkit-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
  padding-bottom: 0;
  position: relative;
}

body.other-pages header, body.admin-pages header {
  padding-bottom: 35px;
}

body.other-pages, body.admin-pages {
  background: #f1f1f1 url(../Images/slider/LayoutMenuPartial_bg.jpg) top center no-repeat;
}

h1, h2, h3, h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

h1 {
  margin-top: 0;
  font-size: 1.9em;
  line-height: 1em;
}

h2 {
  font-size: 1.7em;
  margin-top: 0;
}

h3 {
  font-size: 1.6em;
  margin-top: 0;
}

h4 {
  font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3em;
  color: #666;
  margin-top: 0;
}

.hide {
  display: none;
}

.headerscroll {
  margin: 10px 0 30px 0;
  position: fixed;
  top: 0;
}

.alink {
  color: #09F;
  text-decoration: none;
}

.alink:link, .alink:hover, .alink:active, .alink:visited {
  color: #09F;
  text-decoration: none;
}

.pad-l5 {
  padding-left: 5px !important;
}

.pad-l10 {
  padding-left: 10px !important;
}

.pad-l15 {
  padding-left: 15px !important;
}

.pad-l20 {
  padding-left: 20px !important;
}

.pad-l25 {
  padding-left: 25px !important;
}

.pad-l30 {
  padding-left: 30px !important;
}

.pad-l35 {
  padding-left: 35px !important;
}

.pad-l40 {
  padding-left: 40px !important;
}

.pad-r5 {
  padding-right: 5px !important;
}

.pad-r10 {
  padding-right: 10px !important;
}

.pad-r15 {
  padding-right: 15px !important;
}

.pad-r20 {
  padding-right: 20px !important;
}

.pad-r25 {
  padding-right: 25px !important;
}

.pad-r30 {
  padding-right: 30px !important;
}

.pad-r35 {
  padding-right: 35px !important;
}

.pad-r40 {
  padding-right: 40px !important;
}

.pad-b15 {
  padding-bottom: 15px !important;
}

.mar-b5 {
  margin-bottom: 5px !important;
}

.mar-b10 {
  margin-bottom: 10px !important;
}

.mar-b15 {
  margin-bottom: 15px !important;
}

.mar-b20 {
  margin-bottom: 20px !important;
}

.mar-b25 {
  margin-bottom: 25px !important;
}

.mar-b30 {
  margin-bottom: 30px !important;
}

.mar-t5 {
  margin-top: 5px !important;
}

.mar-t10 {
  margin-top: 10px !important;
}

.mar-t15 {
  margin-top: 15px !important;
}

.mar-t20 {
  margin-top: 20px !important;
}

.mar-t25 {
  margin-top: 25px !important;
}

.mar-t30 {
  margin-top: 30px !important;
}

.mar-none {
  margin: 0 !important;
}

.scrolltotop {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 60px;
  background: #ff9800;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  display: none;
  z-index: 10;
  outline: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.scrolltotop.FadeIn {
  display: inline-block;
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.scrolltotop:focus, .scrolltotop:active {
  outline: none;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.mar-section {
  margin-top: 50px !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-success {
  color: #4caf50;
}

.text-danger {
  color: #f44336;
}

.text-2x {
  font-size: 1.2em !important;
}

.btn-circle {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0 !important;
}

a {
  color: #1b2f6d;
}

a:hover, a:focus {
  color: #1b2f6d;
}

.alert-tip {
  background: #f6f6f6 url(../Images/icon-tip.png) no-repeat center 15px;
  padding: 90px 15px 15px 15px;
  border-radius: 4px;
  border: 1px solid #CCC;
}

.absolute-link {
  position: absolute;
  right: 15px;
  top: -20px;
}

.header-print {
  display: none;
}

.badge + .tooltip > .tooltip-inner {
  background-color: #333;
  color: #FFFFFF;
  padding: 5px;
  /*box-shadow: 0 5px 10px #999;*/
  border-radius: 2px;
  font-size: 1.2em;
}

.badge + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #333;
}

.badge + .tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid #333;
}

.badge + .tooltip.left > .tooltip-arrow {
  border-left: 5px solid #333;
}

.badge + .tooltip.right > .tooltip-arrow {
  border-right: 5px solid #333;
}

.bg-gray {
  padding: 60px 0;
  background: #f5f5f5 url("../Images/online-services-bg.png") repeat;
}

.topbar {
  background: #f1f1f1;
  padding: 2px 0;
  z-index: 1;
  position: relative;
  font-size: 1em;
  border-bottom: 1px solid #e5e5e5;
}

.topbar a {
  color: #333;
  padding: 1px 0;
}

#wrapper2 {
  display: none;
}

.table-customized {
  margin-top: 5px;
}

.table-customized.first-child, .table-customized:first-child {
  margin-top: 0;
}

.table-customized.withTotal tr:last-child {
  font-weight: bold;
}

.table-customized > tbody > tr > th, .table-customized > thead > tr > th {
  background: #ECECEC;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}

.table-customized .odd {
  background-color: #FAFAFA;
}

.table-customized .table-heading {
  text-transform: uppercase;
  font: 400 1em "Open Sans Condensed", sans-serif;
}

a.button-control {
  cursor: pointer;
  color: #fff;
}

.button-control {
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  min-width: 110px;
  outline: none;
  border: none;
  border: 1px solid #10bede;
  margin-left: 2px;
  margin-right: 2px;
  background: #10bede;
  color: #fff;
  font-size: 1em;
  padding: 10px 22px;
  text-decoration: none;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: default;
  text-transform: uppercase;
}

.button-control:visited {
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
  min-width: 110px;
  outline: none;
  border: none;
  border: 1px solid #10bede;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0;
  background: #10bede;
  color: #fff;
  font-size: 1em;
  padding: 10px 22px;
  text-decoration: none;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: default;
  text-transform: uppercase;
}

.button-control:active, .button-control:focus, .button-control:hover, .button-control.active {
  color: #fff;
  border-color: #1b2f6d;
  background: #1b2f6d;
  text-decoration: none;
}

.button-control.small {
  min-width: 100px;
  padding: 6px 7px;
}

.button-control.inverse {
  outline: none;
  border: none;
  background: transparent;
  color: #05578e;
}

.button-control.inverse:hover {
  background: #CCC;
  color: #000;
  text-decoration: none;
}

.button-control.secondary {
  background: #ff9800;
  border-color: #ff9800;
  color: #fff;
  border-radius: 24px;
  outline: none;
}

.button-control.secondary:active, .button-control.secondary:focus, .button-control.secondary:hover, .button-control.secondary:visited {
  outline: none;
}

.button-control.button-control-default {
  background-color: #fff;
  border: 1px solid #CCC;
  color: #333;
}

.button-control.button-control-default:visited {
  background-color: #fff;
  border: 1px solid #CCC;
  color: #333;
}

.button-control.button-control-default:active, .button-control.button-control-default:focus, .button-control.button-control-default:hover {
  background-color: #f2f2f2;
}

.button-control.button-control-success {
  background-color: #58c75c;
  border-color: #4caf50;
}

.button-control.button-control-success:visited {
  background-color: #58c75c;
  border-color: #4caf50;
}

.button-control.button-control-success:active, .button-control.button-control-success:focus, .button-control.button-control-success:hover {
  background-color: #4caf50;
}

.button-control.button-control-info {
  background-color: #00BCD4;
  border-color: #00ACC1;
}

.button-control.button-control-info:visited {
  background-color: #00BCD4;
  border-color: #00ACC1;
}

.button-control.button-control-info:active, .button-control.button-control-info:focus, .button-control.button-control-info:hover {
  background-color: #00ACC1;
}

.button-control.button-control-warning {
  background-color: #ff9800;
  border-color: #F57C00;
}

.button-control.button-control-warning:visited {
  background-color: #ff9800;
  border-color: #F57C00;
}

.button-control.button-control-warning:active, .button-control.button-control-warning:focus, .button-control.button-control-warning:hover {
  background-color: #F57C00;
}

.main-section {
  background: #fff;
  padding: 20px;
  margin: 0 0 15px 0;
  position: relative;
  min-height: 720px;
  border-radius: 2px;
}

.main-section.default-height {
  min-height: 160px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.main-section.login-section {
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  padding: 0 15px;
  overflow: hidden;
}

.main-section.login-section .login-wrapper {
  padding: 118px 0;
  min-width: 360px;
  text-align: left;
  display: inline-block;
}

.main-section.login-section .login-wrapper h1 {
  text-align: center;
  background-color: transparent;
  color: #122d69;
  padding-top: 0;
}

.main-section.login-section .login-wrapper .new-user-signup {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.main-section.login-section .login-wrapper .new-user-signup .new-user-signup-btn {
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  padding: 12px 10px;
  display: block;
  background: #ff9800;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  border-radius: 2px;
  text-decoration: none;
}

.main-section.login-section .login-slider {
  padding: 125px 100px;
  background: #10bede;
  display: block;
  min-height: 680px;
  text-align: center;
}

.main-section.login-section .login-slider .owl-carousel .owl-controls {
  margin-top: 80px;
}

.main-section.login-section .login-slider .owl-carousel .owl-controls .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #122d69;
}

.main-section.login-section .login-slider .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background: #fff;
}

.main-section.login-section .login-slider .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.main-section.login-section .login-slider .owl-carousel .slider-caption {
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.main-section .user-login-container {
  position: relative;
}

.main-section .user-login + {
  position: absolute;
  right: 15px;
  min-height: 410px;
  width: 320px;
  background: #fff;
  box-shadow: 1px 6px 18px rgba(0, 0, 0, 0.2);
  top: -350px;
  border: 1px solid #cfcfcf;
  z-index: 99;
}

.main-section .user-login + .heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  min-height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 0;
}

.main-section .user-login + .contents {
  padding: 20px;
}

.main-section .user-login + .button-control {
  width: 100%;
  font-size: 1.1em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-section .user-login-wrapper {
  min-height: 480px;
  box-shadow: 0 0 12px #ccc;
  background: url(../Images/icon-userlogin.png) center -60px no-repeat;
  border-radius: 2px;
  overflow: hidden;
  width: 360px;
  margin: 30px auto;
}

.main-section .user-login-wrapper .user-login-heading, .main-section .user-login-wrapper h1 {
  background: #ff9800;
  border: none;
  margin-bottom: 0;
  padding: 14px 10px;
  font-size: 1.6em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
}

.main-section .user-login-wrapper .contents {
  padding: 15px;
  margin-top: 130px;
  border-top: none;
}

.main-section .userbar {
  background: #10c0e0;
  background: linear-gradient(to right, #1acbb4 0%, #00a2d0 100%);
  padding: 8px 0;
  color: #fff;
  z-index: 9;
  position: relative;
}

.main-section .userbar a.link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.main-section .userbar .userbar-more-link, .main-section .userbar .link {
  margin-right: 20px;
}

.main-section .userbar .userbar-more-link {
  color: #fff !important;
  padding: 0;
  padding-right: 20px !important;
}

.main-section .userbar .left-links a {
  color: #333;
}

.main-section .userbar .user-menu .badge {
  position: absolute;
  top: -5px;
  right: 14px;
  background-color: #F44336;
}

.main-section .userbar .user-menu hr {
  border-color: #e3e3e3;
}

.main-section .userbar .user-menu .top-arrow {
  top: -10px;
  right: 10px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}

.main-section .userbar .user-menu .dropdown-toggle, .main-section .userbar .user-menu.open .dropdown-toggle {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border: none;
}

.main-section .userbar .user-menu .dropdown-menu {
  border-radius: 2px;
  left: auto;
  top: 30px;
  right: 0;
  border: none;
  width: 320px;
  padding: 0;
  color: #333;
}

.main-section .userbar .user-menu .dropdown-menu a {
  font-size: 14px;
}

.main-section .userbar .user-menu .dropdown-menu .badge.profile-completion {
  right: auto;
  left: 10px;
  top: 10px;
  z-index: 999;
  cursor: help;
}

.main-section .userbar .user-menu .dropdown-menu .badge.profile-completion.completed {
  background-color: #4CAF50;
}

.main-section .userbar .user-menu .dropdown-menu .badge.profile-completion.partial {
  background-color: #f0ad4e;
}

.main-section .userbar .user-menu .dropdown-menu .badge.profile-completion.pending {
  background-color: #d9534f;
}

.main-section .userbar .user-menu .dropdown-menu .profile-block {
  padding: 15px;
}

.main-section .userbar .user-menu .dropdown-menu .profile-block .user-email {
  font-size: 0.9em;
  color: #aaa;
  margin-bottom: 10px;
}

.main-section .userbar .user-menu .dropdown-menu .logout-block {
  border-top: 1px solid #CCC;
  background: #f8f8f8;
  padding: 10px 15px;
}

.main-section .userbar .user-menu .dropdown-menu .logout-block .button-control {
  margin-bottom: 0;
  background: #ff9800;
  border-color: #ff9800;
}

.main-section .userbar .notification-menu .dropdown-toggle {
  position: relative;
}

.main-section .userbar .notification-menu .dropdown-toggle .notification {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #ff9800;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.main-section .userbar .notification-menu .dropdown-toggle, .main-section .userbar .notification-menu.open .dropdown-toggle {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border: none;
}

.main-section .userbar .notification-menu hr {
  border-color: #e3e3e3;
}

.main-section .userbar .notification-menu .top-arrow {
  top: -10px;
  right: 10px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}

.main-section .userbar .notification-menu .dropdown-menu {
  border-radius: 2px;
  left: auto;
  top: 30px;
  right: 16px;
  border: none;
  width: 320px;
  padding: 0;
  color: #333;
  min-height: 200px;
}

.main-section .userbar .notification-menu .notification-wrapper {
  padding: 10px;
}

.main-section .userbar .notification-menu .notification-wrapper .notification-commands {
  font-size: 0.9em;
  margin-bottom: 10px;
  color: #ff9800;
}

.main-section .userbar .notification-menu .notification-wrapper .notification-commands a {
  text-decoration: none;
  color: #ff9800;
  font-weight: 700;
}

.main-section .userbar .notification-menu .notification-wrapper .notification-contents .notification-list {
  font-size: 0.9em;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  display: block;
  margin-bottom: 5px;
  color: #122d69;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.main-section .userbar .notification-menu .notification-wrapper .notification-contents .notification-list.unread {
  color: #122d69;
  font-weight: 700;
}

.main-section .userbar .notification-menu .notification-wrapper .notification-contents .notification-list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.other-menu .dropdown-menu {
  left: auto;
  top: 30px;
  right: 0;
  border: none;
  min-width: 220px;
  color: #333;
  padding: 5px;
}

.other-menu .dropdown-menu > li > a {
  padding: 5px 10px;
}

.other-menu .top-arrow {
  top: -10px;
  right: 10px;
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}

.other-menu .dropdown-toggle, .other-menu.open .dropdown-toggle {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border: none;
}

.main-section-padding {
  padding: 20px;
}

.email-verification .message-success {
  font-family: 'Open Sans', sans-serif;
  color: #41cf18;
  font-weight: 700;
  font-size: 1.6em;
}

.email-verification .message-error {
  font-family: 'Open Sans', sans-serif;
  color: #f54600;
  font-weight: 700;
  font-size: 1.6em;
}

.inner-section .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.inner-section .content {
  padding-top: 6px;
}

.inner-section .content p {
  margin-bottom: 6px;
}

.inner-section .contentblock {
  margin-bottom: 25px;
}

.custom-tab .tab-content {
  padding: 15px 15px;
  border: 1px solid #ddd;
  border-top: none;
  clear: both;
  overflow: hidden;
}

.captcha-wrapper {
  position: relative;
  border: 1px solid #e3e3e3;
  display: inline-block;
  padding: 5px 5px 10px 5px;
  border-radius: 4px;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.captcha-wrapper .captcha-image {
  display: inline-block;
}

.captcha-wrapper .captcha-image img {
  width: 140px;
  height: auto;
}

.captcha-wrapper .captcha-input {
  padding: 5px 0 5px 5px;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

.captcha-wrapper .captcha-refresh-link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1px 5px;
  color: #f44336;
  border-top-right-radius: 3px;
  font-size: 0.9em;
  width: 140px;
  text-align: center;
  font-weight: bold;
}

.dataTable {
  /*&:first-child {
        margin-left: 0;
    }

    &:last-child {
        margin-right: 0;
    }*/
}

.dataTable .btn-group .action-link.dropdown-toggle {
  margin-bottom: 10px;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  text-decoration: none;
  border: 1px solid #10c0e0;
  margin: 0 3px;
  display: inline-block;
  padding: 4px 8px;
  background: #10c0e0;
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
}

.dataTable .btn-group .action-link.dropdown-toggle.open {
  margin-bottom: 10px;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  text-decoration: none;
  border: 1px solid #10c0e0 !important;
  margin: 0 3px;
  display: inline-block;
  padding: 4px 8px;
  background: #10c0e0 !important;
  color: #fff !important;
  border-radius: 2px;
  font-weight: bold;
}

.dataTable .action-link {
  margin-bottom: 10px;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  text-decoration: none;
  border: 1px solid #10c0e0;
  margin: 0 3px;
  display: inline-block;
  padding: 4px 8px;
  background: #10c0e0;
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
  /*&:hover {
        background: #fff;
        color: #10c0e0;
        text-decoration: none;
    }*/
}

.dataTable .action-link.remove {
  border: 1px solid #F44336;
  background: #F44336;
  color: #fff;
  /*&:hover {
            color: #F44336;
            background: #fff;
        }*/
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom: 1px;
  background: #efefef;
}

.custom-tab .nav-tabs > li.active > a {
  color: #333;
}

.custom-tab .nav-tabs > li > a {
  color: #007cbd;
  font-weight: bold;
}

.group-heading {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

.hline {
  border-bottom: 1px solid #CCC;
}

.block {
  margin-bottom: 30px;
}

.inner-block {
  margin-bottom: 15px;
}

.modal {
  z-index: 999999999;
}

.notification-area {
  text-align: left;
  position: fixed;
  top: 15px;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.notification-area .alert .close {
  opacity: 1;
  color: #fff;
}

.notification-area .alert-info {
  background: #0099CC;
  color: #fff;
  border-color: #0099CC;
}

.notification-area .alert-warning {
  background: #FF8800;
  color: #fff;
  border-color: #FF8800;
}

.notification-area .alert-danger {
  background: #CC0000;
  color: #fff;
  border-color: #CC0000;
}

.notification-area .alert-success {
  background: #007E33;
  color: #fff;
  border-color: #007E33;
}

.notification-area .alert {
  box-shadow: 0 0 8px #949494;
  padding-left: 40px;
  position: relative;
}

.notification-area .alert-info:after {
  font-family: 'FontAwesome';
  content: "\f059";
  position: absolute;
  left: 15px;
  top: 15px;
}

.notification-area .alert-warning:after {
  font-family: 'FontAwesome';
  content: "\f06a ";
  position: absolute;
  left: 10px;
  top: 15px;
}

.notification-area .alert-danger:after {
  font-family: 'FontAwesome';
  content: "\f071";
  position: absolute;
  left: 15px;
  top: 15px;
}

.notification-area .alert-success:after {
  font-family: 'FontAwesome';
  content: "\f058";
  position: absolute;
  left: 15px;
  top: 15px;
}

.blockMsg {
  background-color: transparent !important;
  border: none !important;
}

.blockMsg .alert {
  box-shadow: 0 0 8px #949494;
  padding-left: 40px;
  position: relative;
}

.blockMsg .alert-info:after {
  font-family: 'FontAwesome';
  content: "\f059";
  position: absolute;
  left: 15px;
  top: 15px;
}

.blockMsg .alert-warning:after {
  font-family: 'FontAwesome';
  content: "\f06a ";
  position: absolute;
  left: 10px;
  top: 15px;
}

.blockMsg .alert-danger:after {
  font-family: 'FontAwesome';
  content: "\f071";
  position: absolute;
  left: 15px;
  top: 15px;
}

.blockMsg .alert-success:after {
  font-family: 'FontAwesome';
  content: "\f058";
  position: absolute;
  left: 15px;
  top: 15px;
}

.custom-alert {
  position: fixed;
  top: 20px;
  left: 50%;
  width: 90%;
  margin-left: -45%;
  z-index: 99999;
}

.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}

.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.error, .error1 {
  color: #e80c4d;
}

.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #e80c4d;
}

input.input-validation-error:focus, input.input-validation-error:active, input.input-validation-error:hover {
  border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
  font-size: 1.1em;
}

.validation-summary-valid {
  display: none;
}

.blockUI {
  z-index: 2000;
}

.dvLoad {
  display: none;
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 50%;
  width: 180px;
  padding: 10px;
  margin-left: -80px;
  background: #FFEB3B;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #FFEB3B;
  border-top: none;
  padding-left: 70px;
  min-height: 50px;
}

.dvLoad.static {
  display: none;
  position: relative;
  z-index: 99999999999;
  left: 50%;
  width: 200px;
  padding: 10px;
  margin-left: -100px;
  background: #FFEB3B;
  border-radius: 3px;
  border: 1px solid #FFEB3B;
  padding-left: 70px;
  min-height: 50px;
}

.dvLoad i {
  position: absolute;
  top: 10px;
  left: 20px;
}

.dvLoad span {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

#main-nav.navbar {
  min-height: 71px;
  margin-bottom: 0;
  border-radius: 0;
}

#main-nav .navbar-brand {
  padding: 3px 0;
  height: auto;
}

#main-nav.navbar-default {
  background: #fff;
  box-shadow: 0 0 6px #484848;
  border: none;
}

#main-nav .navbar-nav li.devider {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.06em;
  font-weight: 600;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #201d1a;
  color: #bbbbbb;
}

#main-nav .navbar-nav > li > a {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.06em;
  font-weight: 600;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #201d1a;
}

#main-nav .main-nav-signup-btn {
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.06em;
  font-weight: 600;
  background: #fff;
  color: #ff9800 !important;
  padding: 8px 26px 8px 26px !important;
  margin: 15px 0 15px 10px;
  border: 2px solid #ff9800;
}

#main-nav .main-nav-signup-btn i {
  font-size: 1em;
  line-height: 1.29em;
  opacity: 0;
  position: absolute;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#main-nav .main-nav-signup-btn:hover {
  background: #ff9800;
  color: #fff !important;
}

#main-nav .main-nav-signup-btn:hover i {
  opacity: 1;
  padding-left: 6px;
}

#main-nav .main-nav-login-btn {
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 1.06em;
  font-weight: 600;
  background: #122d69;
  color: #fff !important;
  padding: 10px 26px !important;
  margin: 15px 0 15px 10px;
}

#main-nav .main-nav-login-btn i {
  font-size: 1.29em;
  opacity: 0;
  position: absolute;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#main-nav .main-nav-login-btn:hover i {
  opacity: 1;
  padding-left: 10px;
}

#main-nav .template-btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.38em;
  background: #00a8ff;
  color: #fff !important;
  padding: 8px 40px !important;
  margin: 15px 0 15px 10px;
  border-radius: 20px;
}

.navbar-default .navbar-nav > .open > a {
  background: #f1f1f1;
}

.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: #f1f1f1;
}

.navbar-right {
  margin-right: auto;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: auto;
}

.navbar-collapse {
  padding-right: 0;
}

.create-account-wrapper {
  padding: 10px 0;
  text-align: center;
  color: #122d69;
  background: #e4e4e4;
  font-weight: 700;
  text-transform: uppercase;
  /*background: #ff9907;
    background: -moz-linear-gradient(top, #ff9907 0%, #ff6a00 100%);
    background: -webkit-linear-gradient(top, #ff9907 0%,#ff6a00 100%);
    background: linear-gradient(to bottom, #ff9907 0%,#ff6a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9907', endColorstr='#ff6a00',GradientType=0 );*/
}

.create-account-wrapper .caption {
  padding-right: 10px;
}

.create-account-wrapper .button-control {
  border-color: #122d69;
  background: #122d69;
  color: #fff;
  margin-bottom: 0;
}

.main-slider.owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #ff9907;
}

.main-slider.owl-carousel .owl-item {
  border-bottom: 6px solid #ff9907;
}

.main-slider.owl-carousel .owl-controls .owl-nav .owl-next, .main-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0.3);
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
  padding: 0;
  font-size: 1.6em;
  position: absolute;
  top: 50%;
  margin: -24px 5px 0 5px;
  color: #fff;
}

.main-slider.owl-carousel .slider-1-Caption {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 40px;
  height: 300px;
  margin: auto;
  /*margin-top:150px;*/
  text-align: center;
  z-index: 99;
  /*border:6px solid #333;*/
  border-bottom: none;
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
  border-top: 5px solid #e87500;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e87500), to(#f1b628));
  background-image: -webkit-linear-gradient(#e87500, #f1b628);
  background-image: -moz-linear-gradient(#e87500, #f1b628), -moz-linear-gradient(#e87500, #f1b628);
  background-image: -o-linear-gradient(#e87500, #f1b628), -o-linear-gradient(#e87500, #f1b628);
  background-image: linear-gradient(#e87500, #f1b628), linear-gradient(#e87500, #f1b628);
  -moz-background-size: 5px 100%;
  background-size: 5px 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
}

.main-slider.owl-carousel .slider-1-Caption small {
  font-weight: 300;
  font-size: 1.4em;
  letter-spacing: 10px;
}

.main-slider.owl-carousel .slider-1-Caption .bold-caption {
  font-weight: 700;
  font-size: 4em;
}

.main-slider.owl-carousel .slider-1-Caption .createprofile {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.main-slider.owl-carousel .slider-1-Caption .createprofile::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f1b427;
  width: 30%;
  height: 4px;
}

.main-slider.owl-carousel .slider-1-Caption .createprofile::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f1b427;
  width: 30%;
  height: 4px;
}

.main-slider.owl-carousel .slider-1-Caption .createprofile .btn-default {
  padding: 10px 40px;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
  top: 15px;
  margin-top: 5px;
  background: #10c0e0;
  border-color: #10c0e0;
  border-radius: 0;
  color: #fff;
}

.main-slider.owl-carousel .middle-caption {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  z-index: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}

.caption-padding {
  padding: 20px;
}

.welcome-text {
  margin-top: 35px;
  background: #fff;
  padding-bottom: 80px;
}

.welcome-text h1 {
  font-size: 1.8em;
}

.welcome-text p {
  line-height: 1.7em;
}

.welcome-text .highlighted {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.54em;
  font-weight: 400;
  text-transform: uppercase;
}

.welcome-text .highlighted span {
  font-weight: 700;
}

.online-services {
  padding: 80px 0;
  min-height: 660px;
  background: #10c0e0;
  /* Old browsers */
  background-image: url("../Images/online-services-bg.png");
  background-repeat: repeat;
  background-image: url("../Images/online-services-bg.png"), -moz-linear-gradient(left, #0184ff 0%, #78eaff 100%);
  /* FF3.6-15 */
  background-image: url("../Images/online-services-bg.png"), -webkit-linear-gradient(left, #0184ff 0%, #78eaff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: url("../Images/online-services-bg.png"), linear-gradient(to right, #0184ff 0%, #78eaff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0184ff', endColorstr='#78eaff',GradientType=1 );
  /* IE6-9 */
}

.online-services h2 {
  font-size: 2.8em;
  color: #fff;
}

.online-services .app-details {
  padding: 15px;
}

.online-services .online-app {
  border-radius: 2px;
  margin-top: 100px;
  text-align: center;
  width: 100%;
  height: 360px;
  background: #fff;
  position: relative;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.online-services .online-app:hover .app-icon.spin::before {
  border-top-color: #ff9907;
  border-right-color: #ff9907;
  border-bottom-color: #ff9907;
  -moz-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  -o-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.online-services .online-app:hover .app-icon.spin::after {
  border: 0 solid transparent;
  border-top: 3px solid #ff9907;
  border-left-width: 3px;
  border-right-width: 3px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -moz-transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  -o-transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  -webkit-transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.online-services .online-services-list-slider.owl-carousel .owl-controls .owl-nav .owl-next, .online-services .online-services-list-slider.owl-carousel .owl-controls .owl-nav .owl-prev, .online-services .online-services-list-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover, .online-services .online-services-list-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background: transparent !important;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
  padding: 0;
  font-size: 5em;
  position: absolute;
  top: 50%;
  margin: -24px 5px 0 5px;
  color: #000;
  opacity: 0.5;
}

.online-services .online-services-list-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -70px;
}

.online-services .online-services-list-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  right: -70px;
}

.online-services .online-services-list-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #122d69;
}

.dataTables_wrapper .pagination {
  margin: 0;
  float: right;
}

.onlineservices {
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.onlineservices .onlineservices-app-wrapper {
  margin: 0 -15px;
  position: relative;
}

.onlineservices .onlineservices-app-wrapper .online-app-box {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.onlineservices .onlineservices-app-wrapper .online-app-box .online-app {
  border-radius: 2px;
  text-align: center;
  width: 100%;
  height: 280px;
  background: #fff;
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 0 26px rgba(148, 148, 148, 0.5);
  border: 1px solid #CCC;
}

.onlineservices .onlineservices-app-wrapper .online-app-box .online-app .app-details {
  padding: 15px;
  margin-top: 30px;
}

.onlineservices .onlineservices-app-wrapper .online-app-box .online-app .app-actions {
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  opacity: 1;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.app-icon {
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 0 6px rgba(222, 222, 222, 0.5);
  -o-box-shadow: 0 0 0 6px rgba(222, 222, 222, 0.5);
  box-shadow: 0 0 0 6px rgba(222, 222, 222, 0.5);
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
  margin: -44px auto auto auto;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 80px;
  background: #fff;
}

.app-icon::before, .app-icon::after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.app-icon.spin {
  padding: 0;
}

.app-icon.spin::before {
  top: 0;
  left: 0;
}

.spin::after {
  top: 0;
  left: 0;
}

.spin::before {
  border: 3px solid transparent;
}

.circle {
  border-radius: 100%;
}

.circle::before, .circle::after {
  border-radius: 100%;
}

.app-icon img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: auto !important;
}

.single-profile {
  padding: 100px 0;
}

.single-profile h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  color: #122c67;
  font-size: 2.8em;
}

.single-profile h2 small {
  font-weight: 200;
  color: #333;
  display: block;
  margin-top: 10px;
}

.single-profile h3 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.26em;
  font-size: 1.5em;
}

.single-profile-content {
  min-height: 413px;
}

.profile-content {
  margin-bottom: 40%;
}

.main-features-list {
  clear: both;
  overflow: hidden;
  margin-top: 60px;
}

.main-features-list li {
  min-height: 180px;
  float: left;
  width: 50%;
  padding: 15px;
  border-bottom: 1px solid #009ced;
  border-right: 1px solid #009ced;
  display: block;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.main-features-list li:hover {
  background: #f4f4f4;
}

.main-features-list li:nth-child(even) {
  border-right: none;
}

.main-features-list li:nth-child(3), .main-features-list li:nth-child(4) {
  border-bottom: none;
}

.main-features-list li .heading {
  color: #009ced;
  font-size: 1.8em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.main-features-list li .details {
  margin-top: 10px;
  margin-bottom: 10px;
}

.howitworks {
  background: #efefef;
  padding: 100px 0 120px 0;
  border-top: 1px solid #e4e4e4;
}

.howitworks h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 1.8em;
}

.howitworks p {
  line-height: 1.8em;
  font-size: 1.1em;
}

.howitworks .button-control {
  border-radius: 30px;
  padding: 10px 30px;
}

.howitworks .img-responsive {
  display: inline !important;
}

.howitworks .list-inline {
  padding-top: 60px;
}

.howitworks .list-inline li {
  padding-right: 30px;
  content: '';
  background: url("../Images/HowItWorks-Arrow.png") no-repeat right center;
}

.howitworks .list-inline li:last-child {
  background: none;
  padding-right: 0;
}

.smc-mobile-apps {
  padding: 40px 0 0 0;
  min-height: 170px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0085cf+0,78eaff+100 */
  background: #32d0fb;
  /* Old browsers */
  background-image: url("../Images/mobile-app-bg.png"), -moz-linear-gradient(left, #0085cf 0%, #78eaff 100%);
  background-repeat: no-repeat;
  background-position: top left;
  /* FF3.6-15 */
  background-image: url("../Images/mobile-app-bg.png"), -webkit-linear-gradient(left, #0085cf 0%, #78eaff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: url("../Images/mobile-app-bg.png"), linear-gradient(to right, #0085cf 0%, #78eaff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085cf', endColorstr='#78eaff',GradientType=1 );
  /* IE6-9 */
}

.smc-mobile-apps p {
  color: #fff;
  text-transform: uppercase;
}

.smc-mobile-apps h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.7em;
  margin-bottom: 15px;
}

.smc-mobile-apps .home-smc-mobile-app {
  position: relative;
  min-height: 170px;
}

.smc-mobile-apps .home-smc-mobile-app img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.imp-links {
  padding: 30px 0 10px 0;
  text-align: center;
}

.imp-links .list-inline {
  margin: 0;
}

.imp-links .list-inline li {
  border-right: 1px solid #CCC;
  padding: 0 45px;
  margin-bottom: 20px;
}

.imp-links .list-inline li:first-child {
  padding-left: 0;
}

.imp-links .list-inline li:last-child {
  border-right: none;
  padding-right: 0;
}

.subscribeus {
  background: #009ced;
  color: #fff;
  padding: 10px 0;
  min-height: 34px;
  line-height: 34px;
}

.subscribeus .form-control {
  border-color: #fff;
  box-shadow: none;
}

.subscribeus .btn-default {
  background: #0685b7;
  border-color: #0685b7;
  color: #fff;
}

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0.5;
}

.b-lazy.b-loaded {
  opacity: 1;
}

.movetotop {
  background: #007cbe;
  color: #fff;
  padding: 10px 0;
  min-height: 34px;
  line-height: 34px;
}

.movetotop a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.movetotop a:link, .movetotop a:focus, .movetotop a:hover {
  display: block;
  color: #fff;
  text-decoration: none;
}

.ContactUs-wrapper h2 {
  font-size: 1.6em;
  margin-bottom: 0;
}

.ContactUs-wrapper h3 {
  font-size: 1.36em;
  color: #666;
}

.ContactUs-wrapper .list-group {
  margin-bottom: 0;
}

.ContactUs-wrapper .list-group-item {
  border: none;
  padding-left: 0;
}

.list-group.mar-none {
  margin-bottom: 0;
}

.description .list-group-item:last-child {
  font-weight: normal;
}

.amount {
  text-align: right;
}

.header-contents {
  border-bottom: 1px solid #e3e3e3;
  background: #f8f8f8;
}

.card-common-for-app .card-link a {
  font-size: 1em;
  color: #122d69;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.card-common-for-app .card {
  border-radius: 2px;
  border: 1px solid #ddd;
  background: #00a8ff;
  background: #fff;
  min-height: 150px;
  position: relative;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.card-common-for-app .card .count {
  font-weight: 200;
  text-align: center;
  font-size: 3em;
  color: #fff;
  display: inline-block;
  width: 30%;
  border-right: 1px solid #fff;
  padding-right: 6%;
  margin-right: 6%;
  height: 100%;
  vertical-align: middle;
}

.card-common-for-app .card .card-text {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 2em;
  font-size: 1em;
}

.card-common-for-app .card .card-text img {
  display: block;
}

.card-common-for-app .card.common {
  padding: 10px;
  border-color: #e1e1e1;
}

.card-common-for-app .card.common:hover {
  border-color: #CCC;
}

.card-common-for-app .card.common .card-refresh {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.card-common-for-app .card.common:hover .card-refresh {
  display: inline-block;
}

.card-common-for-app .card.common .card-name {
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff9907;
  margin-top: 10px;
}

.card-common-for-app .card.common .card-icon {
  font-weight: 200;
  text-align: center;
  font-size: 3.8em;
  color: #fff;
  display: inline-block;
  width: 30%;
  border-right: 1px solid #ddd;
  padding-right: 6%;
  margin-right: 6%;
  height: 100%;
  vertical-align: middle;
}

.card-common-for-app .card.common .card-text {
  font-size: 1.14em;
  color: #666;
}

.card-common-for-app .card.common .card-text a {
  font-size: 1.14em;
  color: #666;
}

.card-common-for-app .card.complaint {
  padding: 35px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 69px;
  display: block;
  text-decoration: none;
}

.card-common-for-app .card.completed-complaints {
  border: none;
  background: #5cb85c;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1acbb4+0,00a2d0+100 */
  background: #1acbb4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1acbb4 0%, #00a2d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1acbb4 0%, #00a2d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1acbb4 0%, #00a2d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acbb4', endColorstr='#00a2d0',GradientType=1 );
  /* IE6-9 */
}

.card-complaint .card-link a {
  font-size: 1em;
  color: #122d69;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

.card-complaint .complaint-dashboard .card2.completed-complaints.recent {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a2d0+0,007dea+100 */
  background: #00a2d0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00a2d0 0%, #007dea 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00a2d0 0%, #007dea 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00a2d0 0%, #007dea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2d0', endColorstr='#007dea',GradientType=1 );
  /* IE6-9 */
}

.card-complaint .complaint-dashboard .card2.complaint {
  border-radius: 2px;
  margin-bottom: 30px;
  min-height: 152px;
  padding: 35px 15px;
  color: #fff;
  font-size: 16px;
  line-height: 69px;
  display: block;
  text-decoration: none;
}

.card-complaint .complaint-dashboard .card2.completed-complaints {
  border: none;
  background: #5cb85c;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1acbb4+0,00a2d0+100 */
  background: #1acbb4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #1acbb4 0%, #00a2d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1acbb4 0%, #00a2d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1acbb4 0%, #00a2d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acbb4', endColorstr='#00a2d0',GradientType=1 );
  /* IE6-9 */
}

.card-complaint .complaint-dashboard .card2.common {
  padding: 10px;
  border-color: #e1e1e1;
}

.card-complaint .complaint-dashboard .card2.common:hover {
  border-color: #CCC;
}

.card-complaint .complaint-dashboard .card2.common .card-refresh {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.card-complaint .complaint-dashboard .card2.common:hover .card-refresh {
  display: inline-block;
}

.card-complaint .complaint-dashboard .card2.common .card-name {
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  color: #122d69;
  margin-top: 10px;
}

.card-complaint .complaint-dashboard .card2.common .card-icon {
  font-weight: 200;
  text-align: center;
  font-size: 3.8em;
  color: #fff;
  display: inline-block;
  width: 30%;
  border-right: 1px solid #ddd;
  padding-right: 6%;
  margin-right: 6%;
  height: 100%;
  vertical-align: middle;
}

.card-complaint .complaint-dashboard .card2.common .card-text {
  font-size: 1.14em;
}

.card-complaint .complaint-dashboard .card2.pending-complaints, .card-complaint .complaint-dashboard .card2.pending-complaints {
  border: none;
  background: #d9534f;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5567d+0,f77f4a+100 */
  background: #d5567d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d5567d 0%, #f77f4a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d5567d 0%, #f77f4a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d5567d 0%, #f77f4a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5567d', endColorstr='#f77f4a',GradientType=1 );
  /* IE6-9 */
}

.card-complaint .complaint-dashboard .card2 .count {
  font-weight: 200;
  text-align: center;
  font-size: 2em;
  color: #fff;
  display: inline-block;
  border-right: 1px solid #fff;
  height: 100%;
  vertical-align: middle;
}

.card-complaint .complaint-dashboard .card2 .card-text {
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6em;
  font-size: 1em;
}

.card-complaint .complaint-dashboard .card2 .card-text img {
  display: block;
}

.well-sm {
  padding: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.well-sm .filter-contents, .well-sm .display-contents {
  padding: 15px;
}

.well-sm .alert {
  margin-bottom: 0;
}

.well-sm.with-padding {
  padding: 15px;
  background: #f8f8f8;
}

.well-sm.with-padding .form-group {
  margin-bottom: 0;
}

.well-sm .header-contents {
  padding: 15px;
}

.well-sm .header-contents h2 {
  margin-bottom: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #e2e2e2;
  border-color: #ddd;
  color: #000;
}

.pagination > li > a, .pagination > li > span {
  color: #077ac7;
}

table.dataTable thead .sorting_asc:after {
  color: #077ac7;
  opacity: 1;
}

.action-contents {
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
  background: #f8f8f8;
}

.action-contents.alternate {
  margin: 15px -15px -15px -15px;
  padding: 15px;
  text-align: center;
}

.action-contents.transactions {
  border: none;
  background: transparent;
  padding: 15px 0;
}

.action-contents.transactions-alternate {
  border-top: 1px solid #CCC;
  background: #ececec;
  padding: 15px 0;
  text-align: right;
}

.action-contents.transactions .list-unstyled.action-btns {
  text-align: right;
}

.action-contents .list-unstyled.action-btns {
  margin-bottom: 0;
}

.action-contents .list-unstyled.action-btns li {
  display: inline-block;
  margin: 0 2px;
}

.action-contents .list-unstyled.action-btns li:first-child {
  margin-left: 0;
}

.action-contents .list-unstyled.action-btns li:last-child {
  margin-right: 0;
}

.btn-group.radiobtn-group > .btn {
  padding-left: 30px;
}

.btn-group.radiobtn-group > .btn:after {
  color: #CCC;
  font-family: 'FontAwesome';
  content: "\f10c";
  position: absolute;
  left: 10px;
  top: 8px;
}

.btn-group.radiobtn-group > .btn.active:after {
  content: "\f058";
  color: #4CAF50;
}

.btn-group.radiobtn-group > .button-control {
  padding-left: 30px;
}

.btn-group.radiobtn-group > .button-control:after {
  color: #fff;
  font-family: 'FontAwesome';
  content: "\f10c";
  position: absolute;
  left: 13px;
  top: 12px;
}

.btn-group.radiobtn-group > .button-control.active:after {
  content: "\f058";
  color: #fff;
}

[data-toggle="buttons"] > .button-control input[type="radio"], [data-toggle="buttons"] > .btn-group > .button-control input[type="radio"], [data-toggle="buttons"] > .button-control input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .button-control input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.form .text-danger {
  color: #e80c4d;
  font-weight: bold;
}

label.form-height {
  height: 34px;
  padding-top: 8px;
}

.form h1 {
  font-size: 1.8em;
  margin-bottom: 20px;
  background: #122d69;
  padding: 12px 15px;
  color: #fff;
  text-transform: uppercase;
}

.form h1.alternate {
  font-size: 1.8em;
  margin-bottom: 25px;
  background-color: transparent;
  padding: 10px 0 0 0;
  color: #00a8ff;
}

.page-heading h1 {
  font-size: 1.9em;
  margin-bottom: 20px;
  background: #00a8ff;
  padding: 12px 15px;
  color: #fff;
}

.page-heading h1.alternate {
  text-transform: uppercase;
  font-size: 1.9em;
  margin-bottom: 25px;
  background-color: transparent;
  padding: 10px 0 0 0;
  color: #1b2f6d;
}

.form h2 {
  font-size: 1.6em;
}

.spl-diplay-block .spl-block {
  font-size: 2.2em;
  font-weight: bold;
  margin-top: 10px;
}

.user-profile-wrapper {
  min-height: 485px;
  border-radius: 4px;
  overflow: hidden;
}

.user-profile {
  padding: 8px 40px;
  background: #122d69;
  text-align: center;
}

.user-profile img {
  width: 72px;
  height: auto;
}

.user-profile-details {
  padding: 20px;
  border: 1px solid #ccc;
}

.user-profile-details label {
  font-weight: normal;
  font-size: 1em;
}

.user-profile-details .details {
  font-family: 'Open Sans Condensed',sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  word-wrap: break-word;
}

.profile-completion-wrapper {
  margin-bottom: 30px;
}

.profile-completion {
  background: #CCC;
  border-radius: 6px;
  height: 10px;
  overflow: hidden;
}

.profile-completion .completed {
  background: #ff9800;
  height: 10px;
}

.form.userprofile .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #CCC;
  padding: 0;
  font-size: 1.2em;
}

.form-control {
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  font-size: 1em;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #03A9F4;
}

.form-help {
  margin-top: 5px;
  color: #4CAF50;
  padding-left: 18px;
  position: relative;
}

.form-help:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f059";
  color: #4CAF50;
  font-size: 1em;
}

.form-help span {
  color: #666;
}

.form-help.small-text {
  font-size: 1em;
  font-size: 0.9em;
}

.form-help.small-text.bold-text {
  font-weight: bold;
}

.form-help.normal-text {
  font-size: 1em;
}

.form-help.normal-text.bold-text {
  font-weight: bold;
}

.form-help.big-text {
  font-size: 1.4em;
}

.form-help.big-text.bold-text {
  font-weight: bold;
}

.advanced-search-wrapper {
  margin-bottom: 0;
}

.seprator {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #e3e3e3;
  position: relative;
}

.OR-text {
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  margin-left: -21px;
  margin-top: -21px;
  left: 50%;
  top: 50%;
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #353535;
  font-size: 1.3em;
  text-align: center;
}

.advanced-search-filter {
  margin: 0 0 15px 0;
  padding: 0 0 25px 0;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.advanced-search-filter .close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  background: none;
  color: #9E9E9E;
  padding: 0;
  border: none;
  font-size: 1.6em;
  outline: none;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.advanced-search-filter .close-btn:focus, .advanced-search-filter .close-btn:active {
  position: absolute;
  right: 5px;
  top: 5px;
  background: none;
  color: #9E9E9E;
  padding: 0;
  border: none;
  font-size: 1.6em;
  outline: none;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.advanced-search-filter .close-btn:hover {
  color: #e80c4d;
}

.adv-btn {
  background: #fff;
  border: 1px solid #3cb0fd;
  color: #3cb0fd;
  padding: 8px 14px;
  border-radius: 24px;
  outline: none;
}

.adv-btn.collapsed i:before {
  content: '\f107';
}

.adv-btn i:before {
  content: '\f106';
}

.other-options {
  text-align: right;
  padding: 10px 0 0 0;
}

.other-options .btn {
  border: none;
}

.other-options .dropdown-menu {
  right: 0;
  left: auto;
}

.other-options .btn-group.open i:before {
  content: "\f106";
}

.online-services-concept-image {
  margin-top: -30px;
  min-height: 300px;
}

.online-services-concept-image img {
  display: inline-block;
}

.status-badge img {
  display: inline-block;
}

.form-birth-certificate .birth-certificate-zone {
  display: inline-block;
  width: 70px;
  margin-right: 5px;
}

.form-birth-certificate .birth-certificate-reg-year {
  display: inline-block;
  width: 140px;
  margin-right: 5px;
}

.form-birth-certificate .birth-certificate-reg-number {
  display: inline-block;
  width: 70px;
  margin-right: 5px;
}

.user-login-wrapper {
  min-height: 480px;
  box-shadow: 0 0 12px #ccc;
  background: url(../Images/icon-userlogin.png) center -60px no-repeat;
  border-radius: 2px;
  overflow: hidden;
}

.user-login-wrapper h1 {
  background: #ff9800;
  border: none;
  margin-bottom: 0;
}

.user-login-wrapper .contents {
  padding: 15px;
  margin-top: 130px;
  border-top: none;
}

.userbar {
  background: #10c0e0;
  background: linear-gradient(to right, #1acbb4 0%, #00a2d0 100%);
  padding: 8px 0;
  color: #fff;
  z-index: 9;
  position: relative;
}

.userbar a.link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.userbar .userbar-more-link {
  color: #fff !important;
  padding: 0;
  padding-right: 20px !important;
}

.userbar .left-links a {
  color: #333;
}

.userbar .user-menu .badge {
  position: absolute;
  top: -5px;
  right: 14px;
  background-color: #F44336;
}

.userbar .user-menu hr {
  border-color: #e3e3e3;
}

.userbar .user-menu .top-arrow {
  top: -10px;
  right: 10px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}

.userbar .user-menu .dropdown-toggle, .userbar .user-menu.open .dropdown-toggle {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border: none;
}

.userbar .user-menu .dropdown-menu {
  border-radius: 2px;
  left: auto;
  top: 30px;
  right: 0;
  border: none;
  width: 320px;
  padding: 0;
  color: #333;
}

.userbar .user-menu .dropdown-menu a {
  font-size: 14px;
}

.userbar .user-menu .dropdown-menu .badge.profile-completion {
  right: auto;
  left: 10px;
  top: 10px;
  z-index: 999;
  cursor: help;
}

.userbar .user-menu .dropdown-menu .badge.profile-completion.completed {
  background-color: #4CAF50;
}

.userbar .user-menu .dropdown-menu .badge.profile-completion.partial {
  background-color: #f0ad4e;
}

.userbar .user-menu .dropdown-menu .badge.profile-completion.pending {
  background-color: #d9534f;
}

.userbar .user-menu .dropdown-menu .profile-block {
  padding: 15px;
}

.userbar .user-menu .dropdown-menu .profile-block .user-email {
  font-size: 0.9em;
  color: #aaa;
  margin-bottom: 10px;
}

.userbar .user-menu .dropdown-menu .logout-block {
  border-top: 1px solid #CCC;
  background: #f8f8f8;
  padding: 10px 15px;
}

.userbar .user-menu .dropdown-menu .logout-block .button-control {
  margin-bottom: 0;
  background: #ff9800;
  border-color: #ff9800;
}

.userbar .notification-menu .dropdown-toggle {
  position: relative;
}

.userbar .notification-menu .dropdown-toggle .notification {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #ff9800;
  -moz-animation: pulse 1.5s infinite;
  -o-animation: pulse 1.5s infinite;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

.userbar .notification-menu .dropdown-toggle, .userbar .notification-menu.open .dropdown-toggle {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border: none;
}

.userbar .notification-menu hr {
  border-color: #e3e3e3;
}

.userbar .notification-menu .top-arrow {
  top: -10px;
  right: 10px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
}

.userbar .notification-menu .dropdown-menu {
  border-radius: 2px;
  left: auto;
  top: 30px;
  right: 16px;
  border: none;
  width: 320px;
  padding: 0;
  color: #333;
  min-height: 200px;
}

.userbar .notification-menu .notification-wrapper {
  padding: 10px;
}

.userbar .notification-menu .notification-wrapper .notification-commands {
  font-size: 0.9em;
  margin-bottom: 10px;
  color: #ff9800;
}

.userbar .notification-menu .notification-wrapper .notification-commands a {
  text-decoration: none;
  color: #ff9800;
  font-weight: 700;
}

.userbar .notification-menu .notification-wrapper .notification-contents .notification-list {
  font-size: 0.9em;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  display: block;
  margin-bottom: 5px;
  color: #122d69;
  -moz-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}

.userbar .notification-menu .notification-wrapper .notification-contents .notification-list.unread {
  color: #122d69;
  font-weight: 700;
}

.userbar .notification-menu .notification-wrapper .notification-contents .notification-list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.user-profile-completion-progress {
  padding: 10px 0 0 0;
}

.complaint-status {
  display: inline-block;
  padding: 8px 10px;
  background-color: #d9edf7;
  border-radius: 3px;
  border: 1px solid #bce8f1;
  color: #31708f;
}

.result-wrapper {
  padding: 25px 0;
}

.help-information-wrapper {
  padding: 25px 0;
  margin-top: 25px;
  border-top: 1px solid #ededed;
}

.help-information-wrapper h3 {
  font-family: "Arial", Gotham, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.4em;
}

.help-information-wrapper h4 {
  font-size: 1.2em;
}

ul.list-unstyled.type1 li {
  padding-left: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
}

ul.list-unstyled.type1 li:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f105";
  color: #000;
  font-size: 1em;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-title > a {
  text-decoration: none;
  display: block;
  color: #333;
}

.panel-title > a:link {
  text-decoration: none;
  display: block;
  color: #333;
}

.panel-title > a:hover, .panel-title > a:focus, .panel-title > a:active {
  text-decoration: none;
}

.panel-customized .bookingDetailsHeader {
  border-bottom: 1px solid #CCC;
  padding: 15px 10px;
  font-weight: bold;
}

.panel-customized .bookingDetails {
  border-bottom: 1px solid #CCC;
  padding: 15px 10px;
}

.panel-customized .bookingDetails:last-child {
  border-bottom: none;
}

.panel-customized .bookingDetails.total {
  /*background: #CCC;*/
  padding: 15px 10px;
  background: #f5f5f5;
}

.panel-customized.with-form-control .bookingDetails.total {
  padding: 15px 10px;
  background: #f5f5f5;
}

.panel-customized.with-form-control .bookingDetails:last-child {
  border-bottom: none;
}

.panel-customized .panel-body {
  padding: 0 15px 0 15px;
}

.collapsible-panel-wrapper .collapsible-panel-block {
  margin-bottom: 15px;
}

.collapsible-panel-wrapper .collapsible-panel-block .collapsible-header-panel {
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 15px;
  border: 1px solid #CCC;
  padding-right: 40px;
  position: relative;
  color: #333;
  background: #f8f8f8;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.collapsible-panel-wrapper .collapsible-panel-block .collapsible-header-panel.collapsed {
  border-radius: 3px;
}

.collapsible-panel-wrapper .collapsible-panel-block .collapsible-header-panel.collapsed:after {
  position: absolute;
  top: 15px;
  right: 10px;
  font-family: FontAwesome;
  content: "\f107";
  color: #000;
  font-size: 1em;
}

.collapsible-panel-wrapper .collapsible-panel-block .collapsible-header-panel:after {
  position: absolute;
  top: 15px;
  right: 10px;
  font-family: FontAwesome;
  content: "\f106";
  color: #000;
  font-size: 1em;
}

.collapsible-panel-wrapper .collapsible-panel-block .collapsible-contents-panel {
  border: 1px solid #CCC;
  border-top: none;
  display: block;
  padding: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.collapsible-panel-wrapper .collapsible-panel-block .collapsible-contents-panel a {
  -ms-word-break: break-all;
  word-break: break-all;
}

@keyframes sonar {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  80% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.user-regi-completion-status {
  padding: 60px 0 30px 0;
  background-position: top center;
  background-repeat: repeat-y;
  margin-bottom: 80px;
}

.user-regi-completion-status h2 {
  font-size: 1.9em;
  padding: 10px 14px;
  margin-top: 0;
  margin-bottom: 20px;
}

.user-regi-completion-status .user-registration-details-wrapper {
  width: 70%;
  padding: 30px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  min-height: 680px;
}

.user-regi-completion-status .user-registration-details-wrapper .user-registration-details {
  padding: 15px;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  margin-bottom: 25px;
}

.user-regi-completion-status .user-registration-details-wrapper .user-registration-details .user-registration-label {
  text-align: right;
}

.AboutWebsite .right-panel ul.list-unstyled {
  margin: 5px 0;
}

.AboutWebsite .right-panel ul.list-unstyled li {
  margin-left: 0;
  margin-bottom: 10px;
}

.AboutWebsite .right-panel ul.list-unstyled li:last-child {
  margin-bottom: 0;
}

.badge-success {
  color: #fff;
  background: #4caf50;
  margin-top: -2px;
}

.badge-failure {
  color: #fff;
  background: #ff9800;
  margin-top: -2px;
}

.multiple-buttons-container li {
  display: inline-block;
  margin-right: 5px;
}

.payment-step-process .steps .step-caption {
  background-color: transparent !important;
  color: #bbb;
  width: auto;
  height: auto;
}

.payment-step-process .steps .step-no {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #bbb;
  color: #fff;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.payment-step-process .steps.active .step-caption {
  color: #333;
}

.payment-step-process .steps.active .step-no {
  background-color: #333;
  color: #fff;
}

.payment-step-process .steps.step-success .step-no {
  background-color: #4CAF50;
  color: #fff;
}

.payment-step-process .steps.step-fail .step-no {
  background-color: #f54600;
  color: #fff;
}

.step-process {
  margin-bottom: 0;
  border-bottom: none;
  overflow: hidden;
  font-weight: 700;
  clear: both;
  font-size: 1.4em;
  text-transform: uppercase;
}

.step-process .step {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #bbb;
  background-color: transparent;
  border: none;
}

.step-process .step.active-step {
  color: #333;
  border-color: #00a8ff;
}

.step-process .step.completed-step {
  color: #bbb;
}

.step-process li {
  float: left;
  width: 33.33%;
}

.step-process li:last-child {
  border-right: none;
}

.step-process-details {
  /*padding: 30px 15px 15px;
border: 1px solid #e3e3e3;*/
}

.loading {
  text-align: center;
  margin-bottom: 60px;
}

.loading .loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 3px;
  -moz-animation: loading 1s ease-in-out infinite;
  -o-animation: loading 1s ease-in-out infinite;
  -webkit-animation: loading 1s ease-in-out infinite;
  animation: loading 1s ease-in-out infinite;
}

.loading .loading-bar:nth-child(1) {
  background-color: #3498db;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.loading .loading-bar:nth-child(2) {
  background-color: #c0392b;
  -moz-animation-delay: 0.09s;
  -o-animation-delay: 0.09s;
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
}

.loading .loading-bar:nth-child(3) {
  background-color: #f1c40f;
  -moz-animation-delay: .18s;
  -o-animation-delay: .18s;
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}

.loading .loading-bar:nth-child(4) {
  background-color: #27ae60;
  -moz-animation-delay: .27s;
  -o-animation-delay: .27s;
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}

.copyrightStatement p {
  line-height: 2em;
}

@-moz-keyframes loading {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -moz-transform: scale(1, 2.2);
    -ms-transform: scale(1, 2.2);
    -o-transform: scale(1, 2.2);
    -webkit-transform: scale(1, 2.2);
    transform: scale(1, 2.2);
  }
  40% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loading {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -moz-transform: scale(1, 2.2);
    -ms-transform: scale(1, 2.2);
    -o-transform: scale(1, 2.2);
    -webkit-transform: scale(1, 2.2);
    transform: scale(1, 2.2);
  }
  40% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loading {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -moz-transform: scale(1, 2.2);
    -ms-transform: scale(1, 2.2);
    -o-transform: scale(1, 2.2);
    -webkit-transform: scale(1, 2.2);
    transform: scale(1, 2.2);
  }
  40% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.notification-desc {
  animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  z-index: 99999;
  width: 300px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  background: #fff;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16) !important;
}

.notification-desc .heading {
  padding: 15px;
  background: #ff9800;
  color: #fff;
  font-size: 18px;
}

.notification-desc .notification-contents {
  padding: 15px;
  border: 1px solid #CCC;
  height: 360px;
  overflow-y: auto;
  border-top: none;
}

.notification {
  width: 180px;
  height: 56px;
  z-index: 99999;
  bottom: 25px;
  right: 0;
  position: fixed;
}

.notification-link {
  text-align: left;
  padding: 5px 0;
  padding-left: 46px;
  outline: none;
  cursor: pointer;
  border: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #ff9800;
  color: #fff;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.notification-link i {
  position: absolute;
  top: 0;
  left: 0;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 46px;
  background-color: transparent;
  font-size: 18px;
}

#toggle-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  font-size: 20px;
  outline: none;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 25px solid transparent;
  position: absolute;
  bottom: -25px;
  right: 0;
  border-right: 25px solid #ff9800;
}

.payment-details .list-group-item:last-child {
  font-weight: bold;
}

.transaction-outer-block {
  position: relative;
  margin-bottom: 30px;
}

.transaction-outer-block .transaction-date {
  background: #fff;
  z-index: 9;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1.2em;
  padding-left: 5px;
}

.transaction-inner-block {
  min-height: 100px;
  position: relative;
  padding: 15px;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
}

.transaction-inner-block:hover {
  background: #f8f8f8;
}

.transaction-inner-block:hover .transaction-status {
  background: #f8f8f8;
}

.transaction-status {
  position: relative;
  left: auto;
  top: auto;
  font-size: 1.6em;
}

.transaction-status.icon-success i:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f058';
  color: #4CAF50;
  z-index: 999;
}

.transaction-status.icon-failure i:before {
  font-family: 'FontAwesome';
  content: '\f057';
  color: #F44336;
  z-index: 999;
}

.transaction-details {
  float: left;
  padding-left: 40px;
  width: 100%;
  display: block;
  color: #808080;
}

.transaction-details img {
  opacity: 0.5;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  height: 54px;
  width: auto;
  display: inline-block;
  padding-top: 5px;
}

.transaction-details:hover img {
  opacity: 1;
}

.transaction-details .application-name, .transaction-details .receipt-number, .transaction-details .srno, .transaction-details .transaction-status-details {
  color: #333;
  font-weight: bold;
}

.transaction-details .transaction-amount {
  display: inline-block;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
}

.transaction-details .text-success {
  color: #4CAF50;
}

.transaction-details .text-failure {
  color: #F44336;
}

.transaction-details .button-control {
  font-weight: 700;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  background: #10bede;
  color: #fff;
  border: 1px solid #10bede;
  padding: 6px 20px !important;
  margin: 15px 0 15px 10px;
  border-radius: 0;
}

.transaction-details .button-control:hover {
  color: #fff;
  background: #1b2f6d;
  border-color: #1b2f6d;
}

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

.tags-wrapper {
  margin-bottom: 15px;
}

.tags-wrapper .tags {
  clear: both;
  overflow: hidden;
  margin-top: 0;
}

.tags-wrapper .tags li {
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}

.tags-wrapper .tags li .tag {
  text-decoration: none;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: inline-block;
  padding: 4px 6px;
  background: #f1f1f1;
  color: #333;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.tags-wrapper .tags li .tag:hover {
  background: #fff;
  color: #00a8ff;
}

.related-links h3 {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 12px;
}

.related-links .seprator {
  margin-top: 10px;
  margin-bottom: 10px;
}

.related-links .list-unstyled {
  margin-top: 15px;
}

.related-links .list-unstyled.type1 li {
  margin-bottom: 10px;
}

.related-links .list-unstyled.type1 li.seprator {
  margin-left: 0;
  border: none;
  margin-top: 20px;
}

.related-links .list-unstyled.type1 li.seprator:after {
  content: none;
}

.related-links .list-unstyled a {
  color: #333;
}

.related-links-mobile .links {
  text-decoration: none;
  font-weight: bold;
}

.related-links-mobile .links.collapsed i:before {
  content: '\f055';
}

.related-links-mobile .links i:before {
  content: '\f056';
}

.sitemap a {
  text-decoration: none;
}

.sitemap.list-unstyled li {
  margin-bottom: 15px;
}

.sitemap .list-unstyled.type1 li {
  margin-left: 20px;
}

.sitemap .list-unstyled li:first-child {
  margin-top: 10px;
}

.input-group-btn > .btn-default {
  color: #fff;
  background-color: #009ced;
  border-color: #009ced;
}

footer {
  background: #122d69;
  color: #fff;
  padding: 40px 0;
}

footer .list-inline.links-footer {
  margin-bottom: 30px;
}

footer .alternate-color {
  color: #52e4ff;
}

footer .link {
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border-bottom: 1px solid transparent;
}

footer .link:hover {
  border-bottom: 1px solid #fff;
}

footer .list-inline {
  margin-bottom: 50px;
  margin-left: 0;
}

footer .list-inline li {
  padding: 0 11px 0 10px;
  border-left: 1px solid #fff;
  line-height: 0.96em;
}

footer .list-inline li:first-child {
  border-left: none;
  padding-left: 0;
}

footer .list-inline.links-main {
  text-align: right;
}

footer .socials-links .link {
  opacity: 0.5;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  border: none;
}

footer .socials-links .link:hover {
  opacity: 1;
  color: #52e4ff;
}

footer .socials-links .list-inline {
  margin-bottom: 0;
  font-size: 1.6em;
}

footer .socials-links .list-inline li {
  border: none;
}

footer .sslcerti-wrapper {
  border-left: 1px solid #fff;
  text-align: center;
}

footer .sslcerti-wrapper .ssl-img {
  margin-bottom: 10px;
}

.site-translater {
  padding: 6px;
  background: #ffffff;
  width: auto;
  display: inline-block;
}

.site-translater select {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.site-translater a {
  margin-bottom: 0 !important;
}

@media (max-width: 1920px) {
  .onlineservices .onlineservices-app-wrapper .online-app-box {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}

@media (max-width: 1366px) {
  .onlineservices .onlineservices-app-wrapper .online-app-box {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}

@media (max-width: 1200px) {
  footer .sslcerti-wrapper {
    margin-top: 30px;
    border-left: none;
  }
  .dataTable .action-link {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .dataTable .action-link:last-child {
    margin-bottom: 0;
  }
  .dataTable .btn-group {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .scrolltotop {
    width: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .main-slider.owl-carousel .middle-caption {
    max-width: 600px;
  }
  .main-slider.owl-carousel .slider-1-Caption {
    height: 200px;
  }
  .main-slider.owl-carousel .slider-1-Caption .bold-caption {
    font-size: 2.4em;
  }
  .userbar .userbar-more-link, .userbar .link {
    margin-right: 10px;
    padding-right: 0 !important;
  }
}

@media (max-width: 992px) {
  .onlineservices .onlineservices-app-wrapper .online-app-box {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .main-features-list li {
    width: 100%;
    border-right: none;
  }
  .main-features-list li:nth-child(3), .main-features-list li:nth-child(4) {
    border-bottom: 1px solid #009ced;
  }
  .profile-content {
    margin-bottom: 20px;
  }
}

@media (max-width: 995px) and (min-width: 768px) {
  .nav > li > a {
    padding: 6px 15px;
  }
  #main-nav .main-nav-signup-btn a {
    padding: 8px 20px !important;
  }
}

@media (max-width: 767px) {
  body.other-pages {
    background: #fff;
  }
  body.other-pages header {
    padding-bottom: 0;
  }
  body .page-wrapper {
    min-height: unset;
  }
  .page-heading h1.alternate {
    margin-bottom: 15px;
  }
  .navbar-collapse {
    padding-right: 15px;
  }
  .navbar-toggle {
    margin-top: 11px;
  }
  .main-nav-signup {
    text-decoration: none;
    display: inline-block !important;
    padding: 7px 15px;
    background: #ff9800;
    color: #fff;
    border-radius: 3px;
    margin-top: 11px;
    margin-right: 10px;
  }
  .main-nav-signup:hover, .main-nav-signup:active, .main-nav-signup:link {
    color: #fff;
    text-decoration: none;
  }
  .action-contents .list-unstyled.action-btns li {
    margin-bottom: 10px;
  }
  .action-contents .list-unstyled.action-btns li:last-child {
    margin-bottom: 0;
  }
  .user-registration-details-wrapper {
    width: 100%;
    margin: 10px auto 10px auto;
  }
  .user-registration-label {
    text-align: left;
  }
  .main-section {
    margin-top: 0;
    padding: 0;
  }
  .main-section.login-section {
    box-shadow: none;
    min-height: unset;
    padding: 0;
  }
  .main-section.login-section .login-wrapper {
    padding: 50px 0;
    min-width: unset;
  }
  .main-section-padding {
    padding: 0;
  }
  .main-slider.owl-carousel {
    /* .slider-1-Caption {
            background: none;
            border: none;
            height: auto;
            top: 30px;

            .bold-caption {
                font-size: 2em;
            }
        }
        .slider-1-Caption .createprofile::before, .slider-1-Caption .createprofile::after { background: none; }*/
  }
  .main-slider.owl-carousel .slider-1-Caption {
    background: none;
    border: none;
    height: 100%;
    top: 30px;
  }
  .main-slider.owl-carousel .slider-1-Caption .bold-caption {
    font-size: 1.6em;
  }
  .main-slider.owl-carousel .slider-1-Caption .createprofile {
    bottom: 20px;
  }
  .main-slider.owl-carousel .slider-1-Caption .createprofile::before, .main-slider.owl-carousel .slider-1-Caption .createprofile::after {
    background: none;
  }
  .main-slider.owl-carousel .slider-1-Caption small {
    font-size: 1em;
  }
  .form-birth-certificate .birth-certificate-zone, .form-birth-certificate .birth-certificate-reg-year, .form-birth-certificate .birth-certificate-reg-number {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .inner-block {
    margin-bottom: 20px;
  }
  .howitworks .list-inline li {
    background-image: none;
    display: block;
    text-align: center;
  }
  .smc-mobile-apps {
    padding: 40px 0;
  }
  .imp-links .list-inline li {
    border: none;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    width: 50%;
    float: left;
  }
  .imp-links .list-inline li:first-child, .imp-links .list-inline li:last-child {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    width: 50%;
    float: left;
  }
  .main-features-list li {
    padding: 15px 0;
  }
  .main-features-list li:last-child {
    border-bottom: none;
  }
  #main-nav.navbar {
    min-height: inherit;
  }
  .page-wrapper {
    background: #fff;
    margin-top: 15px;
  }
  .navbar, .navbar-header {
    min-height: 60px;
  }
  .welcome-text {
    padding-bottom: 0;
    padding: 30px 0;
  }
  .main-features-list, .howitworks {
    padding: 30px 0;
  }
  #main-nav .navbar-brand {
    padding: 5px 0;
    margin-left: 15px;
  }
  .howitworks h2 {
    margin-bottom: 20px;
  }
  .howitworks .list-inline {
    padding-top: 20px;
  }
  .single-profile {
    padding: 50px 0;
  }
  .single-profile h2 {
    margin-bottom: 30px;
  }
  .single-profile-content {
    min-height: initial;
  }
  .action-contents.transactions .list-unstyled.action-btns {
    margin-top: 30px;
    text-align: center;
  }
  .user-login {
    border: none;
  }
  #main-nav .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .profile-content, .profile-content-2 {
    margin-bottom: 40px;
  }
  .user-login-wrapper {
    margin-bottom: 15px;
    border: 1px solid #ff9802;
    box-shadow: none;
  }
  .transaction-status {
    position: relative;
    left: auto;
    top: auto;
  }
  .transaction-details {
    padding-left: 0;
  }
  .print-receipt {
    text-align: left;
  }
  .transaction-details .button-control {
    margin-left: 0;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright-wrapper .owner, footer .copyright-wrapper .copyright {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .list-inline li {
    margin-bottom: 15px;
  }
  footer .list-inline.links-main {
    text-align: center;
    margin-top: 30px;
  }
  footer .list-inline.links-footer {
    text-align: center;
  }
  footer .sslcerti-wrapper {
    border: none;
  }
  footer .socials-links {
    margin-bottom: 20px;
  }
  footer .footer-links, footer .rights, footer .copyrights {
    text-align: center;
    margin-bottom: 10px;
  }
  .payment-step-process .steps .step-caption {
    display: block;
    font-size: 0.78em;
  }
}

@media (max-width: 640px) {
  .button-control {
    margin-bottom: 15px;
    min-width: unset;
    padding: 8px;
  }
  .button-control:visited {
    margin-bottom: 15px;
    min-width: unset;
    padding: 8px;
  }
  .onlineservices .onlineservices-app-wrapper .online-app-box {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
  }
  .action-contents {
    padding: 15px;
  }
  .action-contents .list-unstyled.action-btns li {
    width: 100%;
    margin: 0;
  }
  .action-contents .list-unstyled.action-btns li .button-control {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .action-contents .list-unstyled.action-btns li:last-child .button-control {
    margin-bottom: 0;
  }
}

@media (max-width: 440px) {
  .onlineservices .onlineservices-app-wrapper .online-app-box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
}

@media (max-width: 360px) {
  .user-menu .dropdown-menu {
    right: -15px;
  }
  .imp-links .list-inline li {
    width: 100%;
    float: none;
  }
  .imp-links .list-inline li:first-child, .imp-links .list-inline li:last-child {
    width: 100%;
    float: none;
  }
  .userbar .userbar-more-link, .userbar .link {
    padding-right: 10px;
  }
}

@media (max-width: 320px) {
  #main-nav .navbar-brand {
    margin-left: 5px;
  }
}

@media print {
  .header-print {
    width: 100%;
    padding: 30px 0 0 0;
    display: block;
    text-align: center;
  }
  .header-print img {
    display: inline-block;
  }
  .payment-step-process .width60 {
    width: 60% !important;
    float: left;
  }
  .payment-step-process .width40 {
    width: 40% !important;
    float: left;
  }
  .payment-step-process .width100 {
    width: 100% !important;
  }
  .main-section {
    margin: auto;
  }
  .main-section.witn-min-height {
    min-height: inherit;
  }
  .payment-step-process .badge {
    padding: 0;
    font-size: 1.2em;
  }
  header, .userbar, footer, .step-process, .movetotop, .page-heading, .main-slider.innerpage, .notification-area, .payment-step-process .button-control {
    display: none !important;
  }
  @page {
    size: auto;
    margin: 0;
  }
}

.alertify-notifier .ajs-message.ajs-warning {
  border-color: #ead000 !important;
  background: #fff6ae !important;
}

.alertify-notifier .ajs-message.ajs-info {
  background: #09c !important;
  color: #fff !important;
}

/*.alertify .ajs-header { background: $primary-color !important; color: #fff !important; border-bottom: $primary-color 1px solid !important; }*/
.alertify .ajs-footer .ajs-buttons .ajs-button {
  outline: none !important;
  border-radius: 2px !important;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #ffffff !important;
  background: #10bede;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-cancel {
  color: #05578e;
}

.alertify .ajs-commands button.ajs-close {
  outline: none !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0xMS0yMlQxNDoxOTo1NCswNTozMCIgeG1wOk1vZGlmeURhdGU9IjIwMTgtMTEtMjJUMTQ6Mjk6NDQrMDU6MzAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTgtMTEtMjJUMTQ6Mjk6NDQrMDU6MzAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Y2JiYmEwNmYtOGNiZS1lZDRmLWI2MzktNTY5Njg3ZDE0YThhIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOmNiYmJhMDZmLThjYmUtZWQ0Zi1iNjM5LTU2OTY4N2QxNGE4YSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmNiYmJhMDZmLThjYmUtZWQ0Zi1iNjM5LTU2OTY4N2QxNGE4YSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6Y2JiYmEwNmYtOGNiZS1lZDRmLWI2MzktNTY5Njg3ZDE0YThhIiBzdEV2dDp3aGVuPSIyMDE4LTExLTIyVDE0OjE5OjU0KzA1OjMwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsaBT1MAAACUSURBVDiN1VJbDoAwDALj/a9cf6zpatmWZYmxP3vIoBRpZvA67tXigQBAhz2Q5zMjQ2ZyNmtIFFI+f3XHfMnwohYa6TRaaY8zARkA7AFfACUta9nMfuD0eCKgcZ8Zy9EoaYa9lGZaJaOs/clsV/6MsAraK86iiqrMukcYSYZEXiPLVWLdFGcs546842XLs/cA/vDbXODWLD7/lbKxAAAAAElFTkSuQmCC") !important;
}

/**********************Loader*************************/
.loader-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999999999;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  height: 40px;
  width: 40px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -20px;
  margin-top: -20px;
}

[class^="ball-"] {
  position: absolute;
  display: block;
  left: 30px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-animation: circleRotate 4s both infinite;
  -o-animation: circleRotate 4s both infinite;
  -webkit-animation: circleRotate 4s both infinite;
  animation: circleRotate 4s both infinite;
  -moz-transform-origin: 0 250% 0;
  -ms-transform-origin: 0 250% 0;
  -o-transform-origin: 0 250% 0;
  -webkit-transform-origin: 0 250% 0;
  transform-origin: 0 250% 0;
}

@keyframes circleRotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(1440deg);
    -ms-transform: rotate(1440deg);
    -o-transform: rotate(1440deg);
    -webkit-transform: rotate(1440deg);
    transform: rotate(1440deg);
  }
}

.ball-1 {
  z-index: -1;
  background-color: #2196F3;
  -moz-animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
  -o-animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9);
}

.ball-2 {
  z-index: -2;
  background-color: #03A9F4;
  -moz-animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
  -o-animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9);
}

.ball-3 {
  z-index: -3;
  background-color: #00BCD4;
  -moz-animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
  -o-animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
  animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9);
}

.ball-4 {
  z-index: -4;
  background-color: #009688;
  -moz-animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
  -o-animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
  -webkit-animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
  animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9);
}

.ball-5 {
  z-index: -5;
  background-color: #4CAF50;
  -moz-animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
  -o-animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
  -webkit-animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
  animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9);
}

.ball-6 {
  z-index: -6;
  background-color: #8BC34A;
  -moz-animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
  -o-animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
  -webkit-animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
  animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9);
}

.ball-7 {
  z-index: -7;
  background-color: #CDDC39;
  -moz-animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
  -o-animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
  -webkit-animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
  animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9);
}

.ball-8 {
  z-index: -8;
  background-color: #FFEB3B;
  -moz-animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
  -o-animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
  -webkit-animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
  animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9);
}

/*# sourceMappingURL=style-2.0.css.map */
