﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;900&display=swap");
i, .fa, .fab, .fad, .fal, .far, .fas,
.fa-phone:before,
.fa-envelope:before,
.fa-map-marker:before,
.fa-clock:before,
.fa-facebook:before,
.fa-twitter:before,
.fa-instagram:before,
.fa-instagram:before,
.fa-plus:before,
.fa-check-circle,
.fa-phone-alt,
.fa-map-marker-alt:before {
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
}

body {
  color: #333 !important;
  font-family: "Mukta" !important;
}

/*UNIVERSAL*/
#wrapper {
  display: block;
  width: 75%;
  margin: 0 auto;
}

section {
  display: block;
  float: left;
  width: 100%;
}

.row {
  margin: 0px;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #333 !important !important;
  font-weight: bold;
  font-family: "Mukta" !important;
}

p, a, span {
  color: #333 !important !important;
  font-family: "Mukta" !important;
}

ul, li {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333 !important;
}

input, select, textarea {
  outline: none !important;
  box-shadow: none !important;
}

/* UNIVERSAL */
/* Title section css */
.section-title {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.section-title h2, .section-title h3 {
  display: block;
  width: auto;
  padding: 0px 0px;
  text-align: center;
  color: #164e9c;
}

/* Title section css */
/* Top bar */
.nsd-top-bar {
  background: #fff;
  border-top: 5px solid #164e9c;
  position: relative;
}
.nsd-top-bar .top-bar {
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
}
.nsd-top-bar .top-bar .top-bar-info {
  display: block;
  padding-top: 5px;
}
.nsd-top-bar .top-bar .top-bar-info .phone, .nsd-top-bar .top-bar .top-bar-info .mail, .nsd-top-bar .top-bar .top-bar-info .address {
  display: block;
  width: auto;
  float: left;
  margin-right: 20px;
}
.nsd-top-bar .top-bar .top-bar-info .phone a, .nsd-top-bar .top-bar .top-bar-info .phone i, .nsd-top-bar .top-bar .top-bar-info .phone span, .nsd-top-bar .top-bar .top-bar-info .mail a, .nsd-top-bar .top-bar .top-bar-info .mail i, .nsd-top-bar .top-bar .top-bar-info .mail span, .nsd-top-bar .top-bar .top-bar-info .address a, .nsd-top-bar .top-bar .top-bar-info .address i, .nsd-top-bar .top-bar .top-bar-info .address span {
  color: #333 !important;
  font-size: 14px;
}
.nsd-top-bar .top-bar .top-bar-info .phone i, .nsd-top-bar .top-bar .top-bar-info .mail i, .nsd-top-bar .top-bar .top-bar-info .address i {
  margin-right: 5px;
  color: #164e9c !important;
}
.nsd-top-bar .top-bar .top-bar-info .phone .fa-phone, .nsd-top-bar .top-bar .top-bar-info .mail .fa-phone, .nsd-top-bar .top-bar .top-bar-info .address .fa-phone {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.nsd-top-bar .top-bar .user-buttons {
  display: block;
  float: right;
  position: relative;
  z-index: 9;
}
.nsd-top-bar .top-bar .user-buttons .dropdown, .nsd-top-bar .top-bar .user-buttons .dropdown2 {
  position: relative;
  display: inline-block;
  background-color: #164e9c;
  border-radius: 4px;
  width: 80px;
  text-align: left;
  height: 35px;
}
.nsd-top-bar .top-bar .user-buttons .dropdown i, .nsd-top-bar .top-bar .user-buttons .dropdown2 i {
  padding-right: 8px;
}
.nsd-top-bar .top-bar .user-buttons .dropdown:hover, .nsd-top-bar .top-bar .user-buttons .dropdown2:hover {
  background-color: #163662 !important;
}
.nsd-top-bar .top-bar .user-buttons .dropdown label, .nsd-top-bar .top-bar .user-buttons .dropdown2 label {
  width: 100%;
}
.nsd-top-bar .top-bar .user-buttons .dropdown label input[type=checkbox], .nsd-top-bar .top-bar .user-buttons .dropdown2 label input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
  cursor: pointer;
}
.nsd-top-bar .top-bar .user-buttons .dropdown label input[type=checkbox]:checked, .nsd-top-bar .top-bar .user-buttons .dropdown2 label input[type=checkbox]:checked {
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.nsd-top-bar .top-bar .user-buttons .dropdown label ul, .nsd-top-bar .top-bar .user-buttons .dropdown2 label ul {
  text-align: left;
  position: absolute;
  top: 36px;
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 0px;
  list-style: none;
  padding: 0px 0px;
  display: none;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  width: 150px;
  z-index: 99999;
}
.nsd-top-bar .top-bar .user-buttons .dropdown label ul li, .nsd-top-bar .top-bar .user-buttons .dropdown2 label ul li {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 100px;
}
.nsd-top-bar .top-bar .user-buttons .dropdown label ul li:hover, .nsd-top-bar .top-bar .user-buttons .dropdown2 label ul li:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.nsd-top-bar .top-bar .user-buttons .dropdown label ul li a, .nsd-top-bar .top-bar .user-buttons .dropdown2 label ul li a {
  text-decoration: none;
  display: block;
  color: black;
}
.nsd-top-bar .top-bar .user-buttons .dropdown label input[type=checkbox]:checked + ul, .nsd-top-bar .top-bar .user-buttons .dropdown2 label input[type=checkbox]:checked + ul {
  display: block;
}
.nsd-top-bar .top-bar .user-buttons .dropdown > a,
.nsd-top-bar .top-bar .user-buttons .dropdown > span,
.nsd-top-bar .top-bar .user-buttons .dropdown2 > a,
.nsd-top-bar .top-bar .user-buttons .dropdown2 > span {
  padding: 5px 0px 5px 10px;
  display: inline-block;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.nsd-top-bar .top-bar .user-buttons .dropdown > a:before,
.nsd-top-bar .top-bar .user-buttons .dropdown > span:before,
.nsd-top-bar .top-bar .user-buttons .dropdown2 > a:before,
.nsd-top-bar .top-bar .user-buttons .dropdown2 > span:before {
  position: absolute;
  right: 10px;
  top: 15px;
  content: " ";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  cursor: none;
}
.nsd-top-bar .top-bar .user-buttons .login {
  display: block;
  float: left;
  margin-right: 20px;
  height: 35px;
  z-index: 999999;
  position: relative;
}
.nsd-top-bar .top-bar .user-buttons .open-account {
  display: block;
  float: left;
  height: 35px;
  z-index: 999999;
  position: relative;
}
.nsd-top-bar .top-bar .user-buttons .open-account .dropdown {
  background-color: #dab53d;
  width: 150px;
}
.nsd-top-bar .top-bar .user-buttons .open-account .dropdown span {
  padding: 5px 0px 5px 15px;
}
.nsd-top-bar .top-bar .user-buttons .open-account .dropdown label ul {
  width: 200px;
}
.nsd-top-bar .top-bar .open-account .dropdown:hover {
  background-color: #bb9929 !important;
}

/* Top bar */
/* Header logo */
.nsd-menu header .nav-header {
  width: 30%;
}
.nsd-menu header .nav-header img {
  width: 100% !important;
  padding: 2px 0px;
}

/* Header logo */
/** Main menu css **/
.nsd-menu {
  position: relative;
}
.nsd-menu header {
  display: block;
  background: #fff;
}
.nsd-menu header .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
}
.nsd-menu header .navigation .nav-header {
  float: left;
}
.nsd-menu header .navigation .nav-header .nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}
.nsd-menu header .navigation .nav-header .nav-brand:hover, .nsd-menu header .navigation .nav-header .nav-brand:focus {
  color: #343a40;
}
.nsd-menu header .navigation .nav-header .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.nsd-menu header .navigation .nav-header .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 5px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}
.nsd-menu header .navigation .nav-menus-wrapper .align-to-right {
  float: right;
}
.nsd-menu header .navigation .nav-menus-wrapper .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.nsd-menu header .navigation .nav-menus-wrapper .nav-menu li a {
  position: relative;
}
.nsd-menu header .navigation .nav-menus-wrapper .nav-menu li a:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  color: #dab53d;
  position: absolute;
  bottom: 0px;
  z-index: 99999999999;
}
.nsd-menu header .navigation .nav-menus-wrapper .nav-menu li .vacancy-submenu .vacancy-number {
  position: absolute;
  top: 5px;
  left: 85px;
  background: #dab53d;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 12px;
}
.nsd-menu header .navigation .nav-menus-wrapper .nav-menu li .vacancy-submenu .vacancy-number:after {
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-left: 6px solid #d6b240;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 28%;
  left: -6px;
  transform: rotate(180deg);
}
.nsd-menu header .navigation .user-buttons {
  display: none !important;
}

@keyframes headerfixed {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
section.nsd-menu.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15) !important;
  z-index: 99999;
  animation-name: headerfixed !important;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}
section.nsd-menu.sticky header .nav-header {
  position: relative;
}
section.nsd-menu.sticky header .nav-header a.nav-brand:after {
  content: "";
  display: block !important;
  background: url("../images/NSD-logo-small.jpg") no-repeat left top;
  width: 120px !important;
  height: 120px !important;
  position: absolute !important;
  background-size: cover !important;
  border-radius: 0px 0px 10px 10px !important;
  box-shadow: 0 10px 8px -5px rgba(0, 0, 0, 0.15) !important;
}
section.nsd-menu.sticky header .nav-header a.nav-brand:after img {
  display: none !important;
}
section.nsd-menu.sticky header .nav-header img {
  display: none !important;
}
section.nsd-menu.sticky header .navigation .nav-menus-wrapper .nav-menu li a {
  padding: 20px 10px !important;
}
section.nsd-menu.sticky header .navigation .nav-menus-wrapper .nav-menu li ul li a {
  padding: 10px 10px !important;
}
section.nsd-menu.sticky header .navigation .nav-menus-wrapper .nav-menu li ul li a .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #333 #333 transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
  top: 30px !important;
  position: absolute;
}

section.nsd-menu.sticky .submenu-indicator-chevron {
  top: 30px !important;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}
.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-toggle {
  display: block !important;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.navigation-hidden .nav-header {
  display: none;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  text-align: left;
}

.nav-menu > li.login,
.nav-menu > li.open {
  display: none !important;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  padding: 29px 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  text-transform: none !important;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #dab53d;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 8px;
  margin-top: 5px;
  float: right;
  transition: all 0.2s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #333 #333 transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
  top: 38px !important;
  position: absolute;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #dab53d #dab53d transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  top: 67px;
  box-shadow: 0px 14px 20px -10px rgba(0, 0, 0, 0.15) !important;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu > li > .nav-dropdown > li > a:hover {
  background: #164e9c !important;
  color: #fff !important;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #dab53d;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #dab53d #dab53d transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*=container] {
  width: 100%;
}

.megamenu-panel [class*=container] [class*=col-] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.5833333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.1666666667%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.3333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.9166666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.0833333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.6666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.8333333333%;
}

.megamenu-panel-row .col-11 {
  width: 91.4166666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #fff;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #dab53d;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #343a40;
  text-transform: uppercase;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #dab53d;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

/** Main menu css **/
/* Main banner */
.nsd-main-banner img {
  width: 100%;
  height: auto !important;
}

/* Main banner */
/* About NSD */
.nsd-about {
  background: #fff;
  padding: 45px 0px;
}
.nsd-about .about-us-details {
  display: block;
  width: 100%;
  text-align: center;
}
.nsd-about .about-us-details .section-title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #164e9c;
  margin: 0;
}
.nsd-about .about-us-details #aboutCompanyInfoDescription {
  width: 80% !important;
  height: auto !important;
  margin: 0px auto !important;
  padding: 0px !important;
}
.nsd-about .about-us-details #aboutCompanyInfoDescription p {
  display: none !important;
  padding-bottom: 20px;
  font-size: 17px !important;
  line-height: 1.5 !important;
}
.nsd-about .about-us-details #aboutCompanyInfoDescription p:first-child {
  display: block !important;
}
.nsd-about .about-us-details #aboutCompanyInfoDescription p:last-child {
  display: none !important;
}
.nsd-about .about-us-details .view-more-button {
  display: block;
  width: auto !important;
  float: none !important;
  text-align: center !important;
}

/* About NSD */
/*popup*/
.modal-backdrop.show {
  opacity: 0.1 !important;
}

#popadvert #imagePopupModal {
  z-index: 999999999999 !important;
}
#popadvert #imagePopupModal .modal-dialog {
  width: 50% !important;
}
#popadvert #imagePopupModal .modal-dialog .modal-content {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  margin: 0px !important;
  border: none !important;
  width: 100% !important;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-radius: 0px !important;
}
#popadvert #imagePopupModal .modal-dialog .modal-content .modal-header {
  display: block;
  float: left;
  width: 100% !important;
  padding: 0px !important;
  border-bottom: none !important;
}
#popadvert #imagePopupModal .modal-dialog .modal-content .modal-header button.close {
  float: right !important;
  border: none !important;
  padding: 8px 15px !important;
  background-color: #164e9c;
  z-index: 9999999 !important;
  position: absolute;
  right: 0px !important;
}
#popadvert #imagePopupModal .modal-dialog .modal-content .modal-header button.close span {
  color: #fff !important;
  font-size: 20px !important;
}
#popadvert #imagePopupModal .modal-dialog .modal-content .modal-body {
  display: block;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center !important;
  padding: 0px !important;
  overflow-y: auto !important;
  float: left !important;
  width: 50% !important;
  margin: 0 auto !important;
}
#popadvert #imagePopupModal .modal-dialog .modal-content .modal-body iframe {
  height: 90vh !important;
  background: #fff !important;
  margin: 20px auto 20px auto;
}
#popadvert #imagePopupModal .modal-dialog .modal-content .modal-body iframe .toolbar {
  display: block !important;
}
#popadvert #imagePopupModal .modal-dialog .modal-content .modal-body iframe .toolbar #toolbarContainer, #popadvert #imagePopupModal .modal-dialog .modal-content .modal-body iframe .toolbar .findbar, #popadvert #imagePopupModal .modal-dialog .modal-content .modal-body iframe .toolbar .secondaryToolbar, #popadvert #imagePopupModal .modal-dialog .modal-content .modal-body iframe .toolbar .editorParamsToolbar {
  display: block !important;
}
#popadvert #imagePopupModal .modal-dialog .modal-content .modal-body img {
  display: block !important;
  width: auto;
  height: auto;
  margin: 20px auto 20px auto;
}

/*popup*/
/* View more button */
.view-more-button {
  display: block;
  float: left !important;
  width: auto !important;
  float: right !important;
  text-align: right !important;
}
.view-more-button a {
  display: block;
  width: 100%;
  text-align: center;
  color: #bb9929 !important;
  transition: all 0.35s ease-in-out;
}
.view-more-button a:after {
  content: "\f101";
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
  padding-left: 5px;
  transition: all 0.35s ease-in-out;
}
.view-more-button a:hover:after {
  padding-left: 10px;
  transition: all 0.35s ease-in-out;
}

/* View more button */
/* NSD account section */
@font-face {
  font-family: "icomoon";
  src: url("../icomoon/fonts/icomoon.eot?hvhqn0");
  src: url("../icomoon/fonts/icomoon.eot?hvhqn0#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?hvhqn0") format("truetype"), url("../icomoon/fonts/icomoon.woff?hvhqn0") format("woff"), url("../icomoon/fonts/icomoon.svg?hvhqn0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-demat-account:before {
  content: "\e900";
  font-family: "icomoon" !important;
}

.icon-kyc:before {
  content: "\e901";
  font-family: "icomoon" !important;
}

.icon-login:before {
  content: "\e902";
  font-family: "icomoon" !important;
}

.icon-meroshare:before {
  content: "\e903";
  font-family: "icomoon" !important;
}

.icon-demat-account:before, .icon-kyc:before, .icon-login:before, .icon-meroshare:before {
  font-size: 100px;
  background: #fff;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 23px 0px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease-in-out;
}

.nsd-acc-options {
  background: #f1f1f1;
  padding: 45px 0px;
}
.nsd-acc-options .acc-option-title h3 {
  left: 49%;
}
.nsd-acc-options .acc-options {
  text-align: center;
}
.nsd-acc-options .acc-options a {
  padding: 20px 0px 0px;
  display: block;
}
.nsd-acc-options .acc-options a p {
  font-weight: bold;
  padding: 20px 0px;
  margin: 0 auto;
  transition: all 0.35s ease-in-out;
}
.nsd-acc-options .acc-options a:hover p {
  transition: all 0.35s ease-in-out;
  color: #164e9c;
}
.nsd-acc-options .acc-options a:hover .icon-demat-account:before, .nsd-acc-options .acc-options a:hover .icon-kyc:before, .nsd-acc-options .acc-options a:hover .icon-login:before, .nsd-acc-options .acc-options a:hover .icon-meroshare:before {
  color: #164e9c;
  font-size: 110px;
  padding: 19px 0px;
  transition: all 0.35s ease-in-out;
}

/* NSD account section */
/* NSD what we do */
.nsd-what-we-do {
  background: #fff;
  position: relative;
  padding: 45px 0px;
}
.nsd-what-we-do .section-title h3 {
  z-index: 99;
}
.nsd-what-we-do .section-title:before, .nsd-what-we-do .section-title:after {
  z-index: 1;
}
.nsd-what-we-do #lightSlider {
  margin-top: 30px;
  height: 400px !important;
}
.nsd-what-we-do #lightSlider li {
  position: relative;
}
.nsd-what-we-do #lightSlider li a .floating-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 99999;
  transition: all 0.35s ease-in-out;
  border-bottom: 1px solid #f2f2f2 !important;
  height: 180px;
  overflow: hidden !important;
}
.nsd-what-we-do #lightSlider li a .floating-img img {
  width: 100%;
  transition: all 0.35s ease-in-out;
  overflow: hidden !important;
}
.nsd-what-we-do #lightSlider li a .service-title {
  text-align: center;
  padding: 20px 0px;
  position: relative;
  z-index: 99999;
  margin-bottom: 0px;
}
.nsd-what-we-do #lightSlider li a .onhover-text {
  text-align: center;
  padding: 0px 20px;
  position: relative;
  z-index: 99999;
  display: block;
  float: left;
  width: 100% !important;
  height: 100px;
  overflow-y: scroll;
}
.nsd-what-we-do #lightSlider li a .onhover-text::-webkit-scrollbar {
  width: 10px !important;
  height: 20px !important;
}
.nsd-what-we-do #lightSlider li a .onhover-text::-moz-scrollbar {
  width: 10px !important;
  height: 20px !important;
}
.nsd-what-we-do #lightSlider li a .onhover-text::-ms-scrollbar {
  width: 10px !important;
  height: 20px !important;
}
.nsd-what-we-do #lightSlider li a .onhover-text::-o-scrollbar {
  width: 10px !important;
  height: 20px !important;
}
.nsd-what-we-do #lightSlider li a .onhover-text p {
  margin-bottom: 0px !important;
}
.nsd-what-we-do #lightSlider li a .service-title {
  font-size: 18px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.nsd-what-we-do #lightSlider li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 330px;
  background: #fff;
  top: 30px;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 13px -5px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  border: 1px solid #f2f2f2;
}
.nsd-what-we-do #lightSlider li a:hover .floating-img img {
  transform: scale(1.1) !important;
  transition: all 0.35s ease-in-out;
}
.nsd-what-we-do #lightSlider li a:hover p {
  color: #333 !important;
}
.nsd-what-we-do #lightSlider li a:hover .service-title {
  font-size: 18px;
  color: #164e9c;
  transition: all 0.2s ease-in-out;
}
.nsd-what-we-do .lSAction > a {
  background-image: url(../lib/lightslider/img/controls-new.png);
  background-color: #fff;
  opacity: 1;
}
.nsd-what-we-do .lSSlideOuter .lSPager {
  display: none !important;
  float: left;
  width: 100% !important;
}
.nsd-what-we-do .lSSlideOuter .lSSlideWrapper.usingCss .lSSlideOuter .lSPager {
  display: block !important;
  float: left;
  width: 100% !important;
}
.nsd-what-we-do .lSSlideOuter .lSSlideWrapper.usingCss .lSSlideOuter .lSAction {
  display: none !important;
}

/* NSD what we do */
/* NSD news and notices */
.nsd-news {
  background: #f1f1f1;
  padding: 45px 0px;
}
.nsd-news .news-lists {
  display: block;
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
}
.nsd-news .news-lists li {
  width: 50%;
  float: left;
}
.nsd-news .news-lists li a {
  display: block;
  margin: 0px 15px;
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
  transition: all 0.35s ease-in-out;
  position: relative;
  height: 110px !important;
  border-radius: 5px !important;
}
.nsd-news .news-lists li a:after {
  content: "\f054";
  display: block;
  position: absolute;
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
  top: 25px;
  right: 25px;
  transition: all 0.35s ease-in-out;
}
.nsd-news .news-lists li a .date {
  margin-bottom: 3px;
  font-size: 12px;
  color: #999;
}
.nsd-news .news-lists li a .news-title {
  margin-bottom: 0px;
  width: calc(100% - 60px) !important;
}
.nsd-news .news-lists li a:hover {
  background: #164e9c;
  padding-left: 15px;
  color: #fff;
  font-weight: normal !important;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}
.nsd-news .news-lists li a:hover:after {
  color: #fff;
  right: 15px;
  transition: all 0.35s ease-in-out;
}
.nsd-news .news-lists li a:hover .date {
  color: #ddd;
}
.nsd-news .news-lists li a:hover .news-title {
  color: #fff;
}
.nsd-news .view-more-button a {
  text-align: left;
  margin-left: 20px;
}

/* NSD news and notices */
/* NSD tools */
.nsd-tools {
  background: #fff;
  padding: 45px 0px;
}
.nsd-tools .calculator-form {
  display: block;
  margin: 40px 0px 20px;
}
.nsd-tools .calculator-form #calcForm {
  display: block;
  padding: 20px;
  border-radius: 5px;
  background: #f1f2f3;
  border-bottom: 3px solid #dab53d !important;
}
.nsd-tools .calculator-form #calcForm table {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
}
.nsd-tools .calculator-form #calcForm table tbody {
  display: block;
  width: 100%;
}
.nsd-tools .calculator-form #calcForm table tbody tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.nsd-tools .calculator-form #calcForm table tbody tr td {
  display: block;
  width: 100%;
  padding-bottom: 6px;
}
.nsd-tools .calculator-form #calcForm table tbody tr td label {
  font-size: 14px;
  color: #666;
}
.nsd-tools .calculator-form #calcForm table tbody tr td select, .nsd-tools .calculator-form #calcForm table tbody tr td input {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  color: #666;
  outline: none;
}
.nsd-tools .calculator-form #calcForm table tbody tr td:last-child {
  padding-bottom: 15px;
}
.nsd-tools .calculator-form #calcForm table tbody tr td .calculate-buttons a {
  background: #ccc;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 5px;
}
.nsd-tools .calculator-form #calcForm table tbody tr td .calculate-buttons #btnCalculate {
  background: #164e9c;
  color: #fff !important;
}
.nsd-tools .calculator-form #calcForm table tbody tr:last-child {
  border: none;
}
.nsd-tools .calculator-form #calcForm table tbody tr:last-child td {
  padding-top: 20px;
}
.nsd-tools .calculator-form #calcForm table tbody tr:first-child {
  background: transparent;
  color: #333 !important;
  font-weight: normal;
}
.nsd-tools .calculator-form #calcForm table tbody tr:nth-child(2n-1) {
  background: #f1f1f1;
}
.nsd-tools .calculator-form .calculated-details img {
  width: 100%;
  opacity: 0.35;
}
.nsd-tools .calculator-form .calculated-details .calculated-result {
  border: 1px solid #ccc;
  border-radius: 5px !important;
}
.nsd-tools .calculator-form .calculated-details .calculated-result table {
  width: 100%;
  margin: 0;
}
.nsd-tools .calculator-form .calculated-details .calculated-result table tbody {
  width: 100%;
}
.nsd-tools .calculator-form .calculated-details .calculated-result table tbody tr {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.nsd-tools .calculator-form .calculated-details .calculated-result table tbody tr td {
  padding: 14px;
  float: left;
  font-size: 14px;
  border: none;
  font-weight: bold;
}
.nsd-tools .calculator-form .calculated-details .calculated-result table tbody tr td:last-child {
  float: right;
}
.nsd-tools .calculator-form .calculated-details .calculated-result table tbody tr:last-child {
  border: none;
}
.nsd-tools .calculator-form .calculated-details .calculated-result table tbody tr:nth-child(2n) {
  background: #f1f1f1;
}

/* NSD tools */
/* NSD payment partners */
.nsd-payment-partners {
  background: url(../images/payment-partners-banner.jpg);
  background: rgb(22, 75, 150);
  background: radial-gradient(circle, rgb(22, 75, 150) 0%, rgb(13, 68, 147) 28%, rgb(63, 176, 199) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 45px 0px;
}
.nsd-payment-partners .payment-partners-block .section-title h3 {
  color: #fff;
  z-index: 99;
}
.nsd-payment-partners .payment-partners-block .section-title:before, .nsd-payment-partners .payment-partners-block .section-title:after {
  z-index: 1;
}
.nsd-payment-partners .payment-partners-block .payment-partners {
  display: block;
  width: 100%;
  float: left;
  padding: 50px 0px;
}
.nsd-payment-partners .payment-partners-block .payment-partners ul {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.nsd-payment-partners .payment-partners-block .payment-partners ul li {
  width: 15% !important;
  position: relative;
  display: inline-block !important;
  transition: all 0.25s ease-in-out;
  margin: 0 auto !important;
  text-align: center !important;
}
.nsd-payment-partners .payment-partners-block .payment-partners ul li a {
  display: block;
  width: 80% !important;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  margin: 0 auto !important;
  text-align: center !important;
  background: #fff !important;
  border-radius: 5px;
}
.nsd-payment-partners .payment-partners-block .payment-partners ul li a img {
  width: 100% !important;
  margin: 0 auto;
  filter: grayscale(1);
}
.nsd-payment-partners .payment-partners-block .payment-partners ul li:hover a {
  background: #f6f6f6 !important;
}
.nsd-payment-partners .payment-partners-block .payment-partners ul li:hover a img {
  filter: grayscale(0);
  transition: all 0.25s ease-in-out;
}

/* NSD payment partners */
/* NSD footer */
footer {
  display: block;
  float: left;
  width: 100%;
  background: #164e9c;
  padding: 45px 0px 20px;
}
footer .main-footer .footer-links-title h4 {
  color: #dab53d !important;
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
}
footer .main-footer .footer-links-title h4:after {
  content: "";
  position: absolute !important;
  left: 0px !important;
  bottom: -8px !important;
  height: 4px !important;
  width: 50px !important;
  background: #dab53d !important;
}
footer .main-footer ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
footer .main-footer ul li {
  padding-bottom: 5px;
}
footer .main-footer a {
  color: #fff !important;
  font-size: 14px;
}
footer .main-footer .quick-links ul li a::before, footer .main-footer .imp-links ul li a::before, footer .main-footer .stock-market ul li a::before {
  content: "\f101";
  font-family: "FontAwesome" !important;
  font-weight: normal !important;
  padding-right: 10px;
}
footer .main-footer .quick-links ul li a:hover, footer .main-footer .imp-links ul li a:hover, footer .main-footer .stock-market ul li a:hover {
  text-decoration: underline !important;
}
footer .main-footer .quick-links ul li a:hover::before, footer .main-footer .imp-links ul li a:hover::before, footer .main-footer .stock-market ul li a:hover::before {
  text-decoration: none !important;
}
footer .main-footer .contact-us ul li a, footer .main-footer .contact-us ul li span, footer .main-footer .contact-us ul li i {
  color: #fff !important;
  font-size: 14px !important;
}
footer .main-footer .contact-us ul li i {
  padding-right: 10px;
}
footer .main-footer .contact-us ul li span {
  color: #fff !important;
  font-size: 14px !important;
}
footer .main-footer .contact-us .social-media {
  margin-top: 25px;
}
footer .main-footer .contact-us .social-media ul li {
  width: auto;
  float: left;
  margin-right: 9px;
}
footer .main-footer .contact-us .social-media ul li a i {
  font-size: 20px;
  height: 40px !important;
  width: 40px !important;
  font-family: "Font Awesome 5 Brands";
  padding: 0;
  transition: all 0.35s ease-in-out;
  display: block;
  background: #0e3872;
  padding: 20px 0px;
  border-radius: 5px;
  line-height: 0;
  text-align: center !important;
}
footer .main-footer .contact-us .social-media ul li a i:before {
  font-family: "Font Awesome 5 Brands" !important;
}
footer .main-footer .contact-us .social-media ul li a:hover .fa-facebook {
  background: #3b5998;
  transition: all 0.35s ease-in-out;
}
footer .main-footer .contact-us .social-media ul li a:hover .fa-twitter {
  background: #00acee;
  transition: all 0.35s ease-in-out;
}
footer .main-footer .contact-us .social-media ul li a:hover .fa-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  transition: all 0.35s ease-in-out;
}
footer .main-footer .contact-us .social-media ul li a:hover .fa-youtube {
  background: #CD201F !important;
  transition: all 0.35s ease-in-out;
}
footer .main-footer .contact-us .social-media ul li a:hover .fa-linkedin-square {
  background: #0a66c2 !important;
  transition: all 0.35s ease-in-out;
}
footer .main-footer .contact-us .social-media ul li a:hover .fa-viber {
  background: #7360f2 !important;
  transition: all 0.35s ease-in-out;
}

/* NSD footer */
/* NSD copyright */
.nsd-copyright {
  background: #254a7e;
  padding: 10px 0px;
}
.nsd-copyright .copyright-section p {
  color: #fff;
  margin: 0;
  padding: 10px 0px;
  font-size: 14px;
}
.nsd-copyright .copyright-section .poweredby-text {
  float: right;
}
.nsd-copyright .copyright-section .poweredby-text a span {
  color: #fff !important;
}

/* NSD copyright */
/* Inner page section */
.innerpage-title {
  padding: 15px 0px;
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
.innerpage-title .page-title h1 {
  font-size: 22px !important;
  color: #164e9c;
  margin: 0px;
  animation-name: headerfixed !important;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  transition: all 0.5s ease-in-out !important;
}

.innerpage-breadcrumbs {
  background: #eee;
}
.innerpage-breadcrumbs .breadcrumbs-sec {
  padding: 15px 0px;
}
.innerpage-breadcrumbs .breadcrumbs-sec .breadcrumb {
  margin: 0;
}
.innerpage-breadcrumbs .breadcrumbs-sec .breadcrumb li {
  font-size: 14px;
}

.innerpage-subtitle {
  color: #164e9c;
  font-size: 24px;
  text-transform: uppercase;
}

/* Inner page section */
/* ABOUT US PAGE */
.aboutus-page-section .aboutus-page-details {
  display: block;
  padding: 35px 0px 25px;
}
.aboutus-page-section .aboutus-page-details .aboutus-details {
  display: block;
}

/* ABOUT US PAGE */
/* MISSION VISION GOALS PAGE */
.mission-page-section .mission-page-details {
  display: block;
  padding: 35px 0px 25px;
}
.mission-page-section .mission-page-details .mission-details {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.mission-page-section .mission-page-details .mission-details h3 {
  color: #164e9c;
  font-size: 30px;
  padding-left: 70px;
  margin: 0px 0px 20px 0px !important;
}
.mission-page-section .mission-page-details .mission-details .mission, .mission-page-section .mission-page-details .mission-details .vision, .mission-page-section .mission-page-details .mission-details .goals {
  border: 1px solid #ddd !important;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px !important;
  position: relative;
}
.mission-page-section .mission-page-details .mission-details .mission .title-img img, .mission-page-section .mission-page-details .mission-details .vision .title-img img, .mission-page-section .mission-page-details .mission-details .goals .title-img img, .mission-page-section .mission-page-details .mission-details .values .title-img img {
  width: 60px;
  position: absolute;
  top: 15px;
  left: 25px;
}
.mission-page-section .mission-page-details .mission-details .mission p, .mission-page-section .mission-page-details .mission-details .vision p, .mission-page-section .mission-page-details .mission-details .goals p, .mission-page-section .mission-page-details .mission-details .values p {
  padding: 10px 0px 10px 45px;
  margin: 0;
}
.mission-page-section .mission-page-details .mission-details .mission p:empty, .mission-page-section .mission-page-details .mission-details .vision p:empty, .mission-page-section .mission-page-details .mission-details .goals p:empty, .mission-page-section .mission-page-details .mission-details .values p:empty {
  display: none !important;
}
.mission-page-section .mission-page-details .mission-details ol {
  padding: 0;
}
.mission-page-section .mission-page-details .mission-details ol li {
  list-style: inherit;
  margin-left: 20px;
  padding: 0px 0px 8px 10px;
}

/* MISSION VISION GOALS PAGE */
/* BOD PAGE */
.bod-page-section .bod-page .bod-page-details {
  display: block;
  padding: 35px 0px 25px;
}
.bod-page-section .bod-page .bod-page-details .profile {
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.bod-page-section .bod-page .bod-page-details .profile .profile-main .profile-img {
  padding: 0px;
  height: 306px !important;
}
.bod-page-section .bod-page .bod-page-details .profile .profile-main .profile-img img {
  border-radius: 10px 10px 0px 0px !important;
  width: 100%;
  height: 306px !important;
}
.bod-page-section .bod-page .bod-page-details .profile .profile-main .profile-description {
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  text-align: center;
  transition: all 0.35s ease-in-out;
}
.bod-page-section .bod-page .bod-page-details .profile .profile-main .profile-description h4 {
  font-size: 16px !important;
}
.bod-page-section .bod-page .bod-page-details .profile .profile-main .profile-description p {
  margin: 0;
}
.bod-page-section .bod-page .bod-page-details .profile:hover .profile-description {
  transition: all 0.35s ease-in-out;
  background: #164e9c;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.bod-page-section .bod-page .bod-page-details .profile:hover .profile-description h4, .bod-page-section .bod-page .bod-page-details .profile:hover .profile-description p {
  color: #fff;
}
.bod-page-section .bod-page .bod-page-details .BDO-modal .modal-body .profile-img img {
  width: 40%;
  display: block;
  margin: 0 auto 20px;
}
.bod-page-section .bod-page .bod-page-details .BDO-modal .modal-body .profile-description {
  border-top: 1px solid #ccc;
  padding: 20px 0px;
  text-align: center;
}
.bod-page-section .bod-page .bod-page-details .BDO-modal .modal-body .profile-description .short-info {
  text-align: left;
  margin: 0;
}
.bod-page-section .bod-page .bod-page-details .primary-director {
  display: block;
  width: 100%;
}
.bod-page-section .bod-page .bod-page-details .primary-director .profile {
  display: block;
  width: 24%;
  margin: 0 auto;
}
.bod-page-section .bod-page .bod-page-details .modal.fade.BDO-modal.show {
  z-index: 999999 !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

/* BOD PAGE */
/* MANAGEMENT TEAM PAGE */
/* MANAGEMENT TEAM PAGE */
/* CITIZEN CHARTER */
.citizen-charter-page-section .citizen-charter-page .citizen-charter-page-details {
  display: block;
  padding: 35px 0px 25px;
}

/* CITIZEN CHARTER */
/* OUR SERVICES */
.our-services-page-section .services-page-details {
  display: block;
  padding: 35px 0px 25px;
  /* Table design */
  /* Table design */
}
.our-services-page-section .services-page-details #nav-tabContent .tab-pane p:empty {
  display: none !important;
}
.our-services-page-section .services-page-details .nav-pills {
  flex-direction: column;
  margin-right: 20px;
}
.our-services-page-section .services-page-details .nav-pills button {
  background: #164e9c !important;
  margin-bottom: 10px;
  color: #fff;
  padding: 10px;
  text-align: left;
  width: 100%;
}
.our-services-page-section .services-page-details .nav-pills button i {
  padding-right: 10px;
}
.our-services-page-section .services-page-details .nav-pills button:hover {
  background: #dab53d !important;
}
.our-services-page-section .services-page-details .nav-pills .nav-link.active {
  background: #dab53d !important;
  position: relative;
}
.our-services-page-section .services-page-details .nav-pills .nav-link.active:after {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 10px solid #dab53d;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 36%;
  right: -10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.our-services-page-section .services-page-details .tab-content {
  display: block;
  padding: 20px 20px;
  margin-left: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.our-services-page-section .services-page-details .tab-content .service-title {
  color: #164e9c;
  padding-bottom: 10px;
}
.our-services-page-section .services-page-details .tab-content .no-data-available {
  text-align: center;
  padding: 60px 0px;
}
.our-services-page-section .services-page-details .tab-content .no-data-available i {
  font-size: 60px;
  color: #ff0000;
}
.our-services-page-section .services-page-details .tab-content .no-data-available h3 {
  padding: 10px 0px;
  color: #ff0000;
  margin: 0;
}
.our-services-page-section .services-page-details table {
  width: 100% !important;
  border: none;
  margin: 10px 0px 30px;
}
.our-services-page-section .services-page-details table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
.our-services-page-section .services-page-details table tbody tr td {
  padding: 12px;
}
.our-services-page-section .services-page-details table tbody tr:first-child {
  color: #fff;
  background: #164e9c !important;
  font-weight: bold;
}
.our-services-page-section .services-page-details table tbody tr:first-child td {
  padding: 10px 25px 10px 10px;
}
.our-services-page-section .services-page-details table tbody tr:nth-child(2n-1) {
  background: #f1f1f1;
}
.our-services-page-section .services-page-details table tbody tr:nth-child(2n) {
  background: none;
}

/* OUR SERVICES */
/* SERVICES LIST */
.our-services-list-page-section .services-list-page .services-list-page-details {
  display: block;
  padding: 35px 0px 25px;
  /* Table design */
  /* Table design */
}
.our-services-list-page-section .services-list-page .services-list-page-details .nav-pills {
  flex-direction: column;
  margin-right: 20px;
}
.our-services-list-page-section .services-list-page .services-list-page-details .nav-pills button {
  background: #164e9c !important;
  margin-bottom: 20px;
  color: #fff;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.our-services-list-page-section .services-list-page .services-list-page-details .nav-pills button i {
  padding-right: 10px;
}
.our-services-list-page-section .services-list-page .services-list-page-details .nav-pills button:hover {
  background: #dab53d !important;
}
.our-services-list-page-section .services-list-page .services-list-page-details .nav-pills .nav-link.active {
  background: #dab53d !important;
  position: relative;
}
.our-services-list-page-section .services-list-page .services-list-page-details .nav-pills .nav-link.active:after {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 10px solid #dab53d;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 36%;
  right: -10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.our-services-list-page-section .services-list-page .services-list-page-details .tab-content {
  display: block;
  padding: 30px 20px;
  margin-left: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.our-services-list-page-section .services-list-page .services-list-page-details .tab-content .service-title {
  color: #164e9c;
  padding-bottom: 10px;
}
.our-services-list-page-section .services-list-page .services-list-page-details .tab-content .no-data-available {
  text-align: center;
  padding: 60px 0px;
}
.our-services-list-page-section .services-list-page .services-list-page-details .tab-content .no-data-available i {
  font-size: 60px;
  color: #ff0000;
}
.our-services-list-page-section .services-list-page .services-list-page-details .tab-content .no-data-available h3 {
  padding: 10px 0px;
  color: #ff0000;
  margin: 0;
}
.our-services-list-page-section .services-list-page .services-list-page-details table {
  width: 100%;
  border: none;
  margin: 10px 0px 30px;
}
.our-services-list-page-section .services-list-page .services-list-page-details table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
.our-services-list-page-section .services-list-page .services-list-page-details table tbody tr td {
  padding: 12px;
}
.our-services-list-page-section .services-list-page .services-list-page-details table tbody tr:first-child {
  color: #fff;
  background: #164e9c !important;
  font-weight: bold;
}
.our-services-list-page-section .services-list-page .services-list-page-details table tbody tr:first-child td {
  padding: 10px 25px 10px 10px;
}
.our-services-list-page-section .services-list-page .services-list-page-details table tbody tr:nth-child(2n-1) {
  background: #f1f1f1;
}
.our-services-list-page-section .services-list-page .services-list-page-details table tbody tr:nth-child(2n) {
  background: none;
}

/* SERVICES LIST */
/* INFO CENTER */
.info-center-page-section {
  /* Table design */
  /* Table design */
}
.info-center-page-section .table-design {
  padding: 30px 0px;
}
.info-center-page-section .table-design table {
  width: 100%;
}
.info-center-page-section .table-design table thead tr {
  background: #164e9c;
  color: #fff;
}
.info-center-page-section .table-design table thead tr th {
  padding: 15px 10px 15px 10px !important;
}
.info-center-page-section .table-design table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
.info-center-page-section .table-design table tbody tr td {
  padding: 12px;
}
.info-center-page-section .table-design table tbody tr:first-child {
  color: #333 !important;
}
.info-center-page-section .table-design table tbody tr:nth-child(2n-1) {
  background: #f1f1f1;
}
.info-center-page-section .table-design table tbody tr:nth-child(2n) {
  background: none;
}
.info-center-page-section .table-design p.table-note {
  font-size: 15px;
  font-style: italic;
  color: #666;
  padding-top: 10px;
}

/* News and notices */
.news-page-section .news-page-details {
  display: block;
  padding: 35px 0px 25px;
}
.news-page-section .news-page-details .news-lists {
  display: block;
}
.news-page-section .news-page-details .news-lists li {
  display: block;
  float: left !important;
  width: 100% !important;
  padding: 0px 10px !important;
}
.news-page-section .news-page-details .news-lists li a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
  transition: all 0.35s ease-in-out;
  position: relative;
}
.news-page-section .news-page-details .news-lists li a:after {
  content: "\f054";
  display: block;
  position: absolute;
  font-family: "FontAwesome" !important;
  font-weight: bold;
  top: 25px;
  right: 25px;
  transition: all 0.35s ease-in-out;
}
.news-page-section .news-page-details .news-lists li a .date {
  margin-bottom: 3px;
  font-size: 12px;
  color: #999;
}
.news-page-section .news-page-details .news-lists li a .news-title {
  margin-bottom: 0px;
  width: calc(100% - 70px) !important;
}
.news-page-section .news-page-details .news-lists li a:hover {
  background: #164e9c;
  padding-left: 10px;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}
.news-page-section .news-page-details .news-lists li a:hover:after {
  color: #fff;
  right: 15px;
  transition: all 0.35s ease-in-out;
}
.news-page-section .news-page-details .news-lists li a:hover .date {
  color: #ddd;
}
.news-page-section .news-page-details .news-lists li a:hover .news-title {
  color: #fff;
}

/* News and notices */
/* Downloads */
.downloads-page-section .downloads-page .downloads-page-details {
  display: block;
  padding: 35px 0px 25px;
}
.downloads-page-section .downloads-page .downloads-page-details .nav-pills button {
  background: #164e9c !important;
  margin-bottom: 10px;
  color: #fff;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}
.downloads-page-section .downloads-page .downloads-page-details .nav-pills button i {
  padding-right: 10px;
}
.downloads-page-section .downloads-page .downloads-page-details .nav-pills button:hover {
  background: #dab53d !important;
}
.downloads-page-section .downloads-page .downloads-page-details .nav-pills .nav-link.active {
  background: #dab53d !important;
  position: relative;
}
.downloads-page-section .downloads-page .downloads-page-details .nav-pills .nav-link.active:after {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 10px solid #dab53d;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 36%;
  right: -10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.downloads-page-section .downloads-page .downloads-page-details .tab-content {
  display: block;
  padding: 20px 20px;
  margin-left: 0px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.downloads-page-section .downloads-page .downloads-page-details .tab-content .service-title {
  color: #164e9c;
  padding-bottom: 10px;
}
.downloads-page-section .downloads-page .downloads-page-details .tab-content .table-design {
  padding: 10px 0px 30px;
}
.downloads-page-section .downloads-page .downloads-page-details .tab-content .table-design table thead th:first-child {
  width: 8%;
}
.downloads-page-section .downloads-page .downloads-page-details .tab-content .table-design table i {
  color: #ff0000;
  font-size: 22px;
}
.downloads-page-section .downloads-page .downloads-page-details .tab-content .no-data-available {
  text-align: center;
  padding: 60px 0px;
}
.downloads-page-section .downloads-page .downloads-page-details .tab-content .no-data-available i {
  font-size: 60px;
  color: #ff0000;
}
.downloads-page-section .downloads-page .downloads-page-details .tab-content .no-data-available h3 {
  padding: 10px 0px;
  color: #ff0000;
  margin: 0;
}

/* Downloads */
/*banking partner*/
.banking-partners-page {
  display: block;
  float: left !important;
  width: 100% !important;
}
.banking-partners-page .banking-partners-page-details .table-design table thead tr th i {
  font-size: 24px !important;
  padding: 0px 3px 0px 0px !important;
  vertical-align: bottom;
}
.banking-partners-page .banking-partners-page-details .table-design table tbody tr td p.profile.bod-data {
  cursor: pointer !important;
}

/*banking partner*/
/* FAQ */
.faq-page-section .faq-page-details {
  display: block;
  padding: 35px 0px 25px;
  width: 75%;
  margin: 0 auto;
}
.faq-page-section .faq-page-details .faq-search input {
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
}
.faq-page-section .faq-page-details .faq-search input:focus {
  outline: none;
  box-shadow: none;
}
.faq-page-section .faq-page-details .faq-search input:after {
  content: "\f002" !important;
  position: absolute !important;
  right: 0px !important;
  z-index: 9 !important;
  font-family: "FontAwesome" !important;
}
.faq-page-section .faq-page-details .faq-search button {
  border: 1px solid #ccc;
  border-radius: 6px;
}
.faq-page-section .faq-page-details .faq-search button i {
  padding-right: 10px;
}
.faq-page-section .faq-page-details .faq-search button:hover {
  background: #164e9c;
  border-color: #164e9c;
  outline: none;
  box-shadow: none;
  color: #fff;
}
.faq-page-section .faq-page-details .faq-search button:focus {
  outline: none;
  box-shadow: none;
}
.faq-page-section .faq-page-details .accordion .accordion-item {
  border: none;
}
.faq-page-section .faq-page-details .accordion .accordion-item .accordion-header .accordion-button {
  margin-bottom: 0px;
  border-radius: 5px !important;
  background: #164e9c;
  color: #fff !important;
}
.faq-page-section .faq-page-details .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.faq-page-section .faq-page-details .accordion .accordion-item .accordion-header .accordion-button:hover {
  background: #164e9c !important;
  color: #fff !important;
}
.faq-page-section .faq-page-details .accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: none;
  content: "\f078";
  font-family: "FontAwesome" !important;
  font-weight: bold;
  width: auto;
  height: auto;
  color: #fff !important;
}
.faq-page-section .faq-page-details .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  margin-bottom: 10px !important;
  outline: none !important;
  box-shadow: none !important;
  background: #fff;
  color: #333 !important;
  border: 1px solid #ddd !important;
  border-radius: 0px !important;
  border-radius: 5px !important;
  color: #fff;
  box-shadow: none;
  padding: 20px;
}
.faq-page-section .faq-page-details .accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
  background-image: none;
  content: "\f078";
  font-family: "FontAwesome" !important;
  font-weight: bold;
  width: auto;
  height: auto;
  background: none !important;
  color: #164e9c !important;
}
.faq-page-section .faq-page-details .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background: #164e9c !important;
  color: #fff !important;
}
.faq-page-section .faq-page-details .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover:after {
  color: #fff !important;
}
.faq-page-section .faq-page-details .accordion .accordion-item .accordion-body {
  background: #f1f1f1;
  margin-bottom: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* FAQ */
/* INFO CENTER */
/* NEWS DETAILS */
.news-details-page-section .news-details-page-details {
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 35px 0px 25px;
}
.news-details-page-section .news-details-page-details .news-img img {
  width: 66%;
  margin-bottom: 15px;
  margin: 0 auto !important;
  text-align: center;
  display: block;
}
.news-details-page-section .news-details-page-details .description {
  padding: 30px 0px;
}
.news-details-page-section .news-details-page-details .description h3 {
  color: #164e9c;
  margin: 0px 0px 20px 0px !important;
  line-height: 1.5 !important;
}
.news-details-page-section .news-details-page-details .description p {
  margin: 0;
}
.news-details-page-section .news-details-page-details .description .date {
  color: #999;
  font-size: 15px;
  padding-bottom: 5px;
}
.news-details-page-section .news-details-page-details .description .source {
  padding-bottom: 10px;
}
.news-details-page-section .news-details-page-details .description .file-view-btn {
  display: block;
  float: left;
  width: auto;
  background: #164e9c;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 30px;
}
.news-details-page-section .news-details-page-details .description .btn {
  margin-top: 20px;
  color: #fff !important;
}
.news-details-page-section .news-details-page-details .description .btn:focus {
  box-shadow: none;
}

/* NEWS DETAILS */
/* CAREER */
.career-page-section .career-page .career-page-details {
  display: block;
  padding: 35px 0px 25px;
  /* Table design */
  /* Table design */
}
.career-page-section .career-page .career-page-details .nav-pills button {
  background: #164e9c !important;
  margin-bottom: 20px;
  color: #fff;
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
}
.career-page-section .career-page .career-page-details .nav-pills button i {
  padding-right: 10px;
}
.career-page-section .career-page .career-page-details .nav-pills button:hover {
  background: #dab53d !important;
}
.career-page-section .career-page .career-page-details .nav-pills .nav-link.active {
  background: #dab53d !important;
  position: relative;
}
.career-page-section .career-page .career-page-details .nav-pills .nav-link.active:after {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 10px solid #dab53d;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 36%;
  right: -10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.career-page-section .career-page .career-page-details .tab-content {
  display: block;
  padding: 30px 20px;
  margin-left: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
.career-page-section .career-page .career-page-details .tab-content .service-title {
  color: #164e9c;
  padding-bottom: 10px;
}
.career-page-section .career-page .career-page-details .tab-content h5 {
  color: #164e9c;
}
.career-page-section .career-page .career-page-details .tab-content .main-requirements {
  padding-bottom: 20px;
}
.career-page-section .career-page .career-page-details .tab-content .main-requirements p {
  font-size: 18px;
  margin: 0;
  padding-bottom: 8px;
}
.career-page-section .career-page .career-page-details .tab-content .working-hours {
  padding-bottom: 20px;
}
.career-page-section .career-page .career-page-details .tab-content ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding-bottom: 8px;
}
.career-page-section .career-page .career-page-details .tab-content .sendCV {
  padding: 20px 0px;
  border-top: 1px solid #ccc;
}
.career-page-section .career-page .career-page-details .tab-content .sendCV p {
  margin: 0;
  padding-bottom: 10px;
}
.career-page-section .career-page .career-page-details .tab-content .no-vacancy {
  text-align: center;
  padding: 60px 0px;
}
.career-page-section .career-page .career-page-details .tab-content .no-vacancy img {
  width: 40%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.career-page-section .career-page .career-page-details .tab-content .table-design {
  padding: 10px 0px 30px;
}
.career-page-section .career-page .career-page-details .tab-content .table-design table thead th:first-child {
  width: 8%;
}
.career-page-section .career-page .career-page-details .tab-content .table-design table i {
  color: #ff0000;
  font-size: 22px;
}
.career-page-section .career-page .career-page-details table {
  width: 100%;
  border: none;
  margin: 10px 0px 30px;
}
.career-page-section .career-page .career-page-details table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
.career-page-section .career-page .career-page-details table tbody tr td {
  padding: 12px;
}
.career-page-section .career-page .career-page-details table tbody tr:first-child {
  color: #fff;
  background: #164e9c !important;
  font-weight: bold;
}
.career-page-section .career-page .career-page-details table tbody tr:first-child td {
  padding: 10px 25px 10px 10px;
}
.career-page-section .career-page .career-page-details table tbody tr:nth-child(2n-1) {
  background: #f1f1f1;
}
.career-page-section .career-page .career-page-details table tbody tr:nth-child(2n) {
  background: none;
}

.downloads {
  display: block;
  width: 100%;
  float: left;
}
.downloads .container-fluid {
  display: block;
  width: 75%;
  padding: 30px 0px !important;
}
.downloads .nav-pills-custom {
  margin-right: 20px;
}
.downloads .nav-pills-custom .nav-link {
  background: #164e9c !important;
  margin-bottom: 10px !important;
  color: #fff;
  padding: 10px !important;
  text-align: left;
}
.downloads .nav-pills-custom .nav-link i {
  padding-right: 10px;
  color: #fff !important;
}
.downloads .nav-pills-custom .nav-link span {
  color: #fff;
}
.downloads .nav-pills-custom .nav-link:hover {
  background: #dab53d !important;
}
.downloads .nav-pills-custom .nav-link.active {
  background: #dab53d !important;
  position: relative;
}
.downloads .nav-pills-custom .nav-link.active:after {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 10px solid #dab53d;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 36%;
  right: -10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.downloads .tab-content {
  margin-left: 0px;
  /* Table design */
  /* Table design */
}
.downloads .tab-content .table-design {
  padding: 30px 0px;
}
.downloads .tab-content .table-design table {
  width: 100%;
}
.downloads .tab-content .table-design table thead tr {
  background: #164e9c;
  color: #fff;
}
.downloads .tab-content .table-design table thead tr th {
  padding: 10px 25px 10px 10px;
}
.downloads .tab-content .table-design table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}
.downloads .tab-content .table-design table tbody tr td {
  padding: 12px;
}
.downloads .tab-content .table-design table tbody tr td i {
  color: #ff0000;
}
.downloads .tab-content .table-design table tbody tr:first-child {
  color: #333 !important;
}
.downloads .tab-content .table-design table tbody tr:nth-child(2n-1) {
  background: #f1f1f1;
}
.downloads .tab-content .table-design table tbody tr:nth-child(2n) {
  background: none;
}
.downloads .tab-content .table-design p.table-note {
  font-size: 15px;
  font-style: italic;
  color: #666;
  padding-top: 10px;
}
.downloads .tab-content .container-fluid {
  width: 100%;
  padding: 0px !important;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li {
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  margin: 0px 0px 10px 0px !important;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li a {
  transition: all 0.35s ease-in-out;
  padding: 10px 10px;
  display: block;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li a h3 {
  margin: 0;
  padding-bottom: 0px;
  font-weight: normal !important;
  font-size: 20px !important;
  color: #164e9c;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li a h3 .badge {
  float: right;
  color: #fff;
  float: right;
  padding: 12px 0px !important;
  height: 40px !important;
  width: 40px !important;
  background: #dab53d;
  text-align: center !important;
  transition: all 0.35s ease-in-out;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li a span {
  display: block;
  font-size: 14px !important;
  padding: 3px 0px 20px 0px !important;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li a hr {
  display: none !important;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li a span, .downloads .tab-content .tab-pane .open-position .container #careerList li a p {
  margin: 0;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li a:hover {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.35s ease-in-out;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li a:hover h3 {
  color: #164e9c !important;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li a:hover h3 span {
  color: #fff !important;
  border-radius: 50% !important;
}
.downloads .tab-content .tab-pane .open-position .container #careerList li a:hover span, .downloads .tab-content .tab-pane .open-position .container #careerList li a:hover p {
  color: #333 !important;
}

.career-detail {
  display: block;
  float: left;
  width: 100%;
}
.career-detail ul {
  padding: 0px 0px 0px 20px !important;
}
.career-detail ul li {
  list-style: disc !important;
}
.career-detail a i.far.fa-file-pdf {
  color: #ff0000 !important;
  font-size: 20px !important;
  padding: 0px 0px 0px 10px !important;
}

#v-pills-tabContent .news-page-details ul#careerList li {
  margin: 20px 0px 0px !important;
}

/* CAREER */
/* CONTACT US */
section.contactus-page-section {
  display: block;
  float: left;
  width: 100% !important;
  padding: 45px 0px !important;
}
section.contactus-page-section .contactus-page .col-xl-12.col-lg-12.col-md-12.col-sm-12.col-12 {
  margin: 0px !important;
}
section.contactus-page-section .contactus-page .contactus-page-details {
  display: block;
  padding: 0px 0px 0px;
  transition: all 0.35s ease-in-out;
}
section.contactus-page-section .contactus-page .contactus-page-details ul.row.department-lists .branch {
  margin: 0px 0px 30px 0px !important;
}
section.contactus-page-section .contactus-page .contactus-page-details .section-title h3 {
  margin: 0px !important;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch {
  background: #fff;
  border-radius: 5px;
  position: relative;
  border: 1px solid #ddd !important;
  margin: 0px 0px 30px 0px !important;
  cursor: pointer;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description {
  transition: all 0.35s ease-in-out;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description h4 {
  color: #333 !important;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px !important;
  text-indent: -13px !important;
  padding: 0px 0px 10px 26px;
  background: #f2f2f2 !important;
  padding: 10px 20px 10px 40px !important;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description h4 i {
  color: #164e9c !important;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description h5 {
  margin: 0;
  padding-bottom: 10px;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description p {
  padding: 0px 0px 8px 15px !important;
  text-indent: -12px !important;
  margin: 0px 0px 0px 30px;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description i {
  padding-right: 10px;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description a, section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description button {
  display: block;
  width: 40% !important;
  background: #dab53d;
  padding: 10px 10px !important;
  text-align: center;
  border-radius: 5px !important;
  color: #fff !important;
  margin: 10px auto !important;
  font-size: 14px;
  cursor: pointer;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description a:before, section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description button:before {
  background: #c2a032;
  border-radius: 20px !important;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch .branch-description button {
  border: none;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 70%;
  left: -30%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 30%;
  z-index: -1;
}
section.contactus-page-section .contactus-page .contactus-page-details .branch:hover::before, section.contactus-page-section .contactus-page .contactus-page-details .branch:focus::before {
  animation: shine 1s;
  z-index: 2;
}
@keyframes shine {
  100% {
    left: 75%;
  }
}
section.contactus-page-section .contactus-page .contactus-page-details .branch .main-branch .branch-description {
  text-align: center;
}
section.contactus-page-section .contactus-page .contactus-page-details div#ContactModal1 {
  z-index: 9999999 !important;
}
section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog {
  max-width: 40%;
}
section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog .modal-header h5 {
  margin: 0;
}
section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog .modal-body form .form-group {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0px;
}
section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog .modal-body form .form-group label {
  display: block;
  float: left;
  width: 18%;
}
section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog .modal-body form .form-group label.error {
  width: 100%;
  padding: 5px 0px 0px 130px;
}
section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog .modal-body form .form-group small {
  padding-left: 130px;
}
section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog .modal-body form .form-group input, section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog .modal-body form .form-group textarea {
  display: block;
  float: left;
  width: 80%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog .modal-body form .form-group input:focus-visible, section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog .modal-body form .form-group textarea:focus-visible {
  outline: none;
  border: 1px solid #164e9c;
}
section.contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog .modal-body form #btnSubmit:hover {
  color: #fff;
}
section.contactus-page-section .contactus-page .contactus-page-details .map-url {
  padding: 50px 0px 20px;
}
section.contactus-page-section .contactus-page .contactus-page-details .map-url iframe {
  width: 100%;
  height: 400px;
  border-radius: 5px !important;
  margin-bottom: -6px;
}

/* CONTACT US */
/*bank details home*/
section.contactus-page-section.bank-page-section-home {
  background: #f2f2f2 !important;
}
section.contactus-page-section.bank-page-section-home .contactus-page .contactus-page-details {
  display: block;
  float: left !important;
  width: 100% !important;
}
section.contactus-page-section.bank-page-section-home .contactus-page .contactus-page-details .branch {
  display: block;
  float: left !important;
  width: 100% !important;
}
section.contactus-page-section.bank-page-section-home .contactus-page .contactus-page-details .branch .branch-description {
  display: block;
  float: left !important;
  width: 100% !important;
  padding: 15px !important;
  height: auto !important;
}
section.contactus-page-section.bank-page-section-home .contactus-page .contactus-page-details .branch .branch-description p {
  padding: 0px 0px 10px 0px !important;
  color: #333 !important;
  font-weight: bold !important;
}
section.contactus-page-section.bank-page-section-home .contactus-page .contactus-page-details .branch .branch-description p span {
  color: #666 !important;
  font-weight: normal !important;
}
section.contactus-page-section.bank-page-section-home .contactus-page .contactus-page-details .branch .branch-description p:last-child {
  padding: 0px !important;
}
section.contactus-page-section.bank-page-section-home .contactus-page .contactus-page-details .branch .branch-description p.profile.bod-data.scan {
  display: block;
  float: left !important;
  width: auto !important;
  background: #dab53d !important;
  color: #fff !important;
  padding: 10px !important;
  border-radius: 5px !important;
}
section.contactus-page-section.bank-page-section-home .contactus-page .contactus-page-details .branch .branch-description p.profile.bod-data.scan i {
  font-size: 20px !important;
  padding: 0px 3px 0px 0px !important;
  vertical-align: middle;
}
section.contactus-page-section.bank-page-section-home .contactus-page .contactus-page-details .branch .branch-description:hover p.profile.bod-data.scan {
  background: #bb9929 !important;
}

section.bod-page-section.bank-modal {
  position: absolute !important;
}

#BankPartnerModal1 .modal-dialog {
  max-width: max-content !important;
  margin: 100px auto !important;
}

#BankPartnerModal1 .modal-dialog .modal-header {
  padding: 0px !important;
  border: none !important;
}

#BankPartnerModal1 .modal-dialog .modal-header button {
  outline: none !important;
  box-shadow: none !important;
  top: 10px !important;
  position: absolute;
  right: 10px !important;
  z-index: 999999999 !important;
}

#BankPartnerModal1 .modal-dialog .modal-body {
  padding: 0px !important;
}

#BankPartnerModal1 .modal-dialog .modal-body .profile-img img {
  width: auto !important;
  margin: 0 auto !important;
}

/*bank details home*/
/* KYC FORM */
.kyc-page-section .kyc-page .kyc-page-details {
  display: block;
  padding: 35px 0px 25px;
}
.kyc-page-section .kyc-page .kyc-page-details .form-title h2 strong {
  color: #164e9c !important;
}
.kyc-page-section .kyc-page .kyc-page-details .card {
  border: none;
  border-radius: 0.5rem;
  position: relative;
}
.kyc-page-section .kyc-page .kyc-page-details .card .card-title {
  text-align: center;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement {
  display: block;
  float: left !important;
  width: 100% !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement p {
  display: block;
  float: left !important;
  width: 100% !important;
  color: #333 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement ul {
  display: block;
  float: left !important;
  width: 100% !important;
  margin: 0px 0px 50px 0px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement ul li {
  display: block;
  float: left !important;
  width: 100% !important;
  margin: 0px 0px 10px 0px !important;
  color: #333 !important !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement ul li ul {
  display: block;
  float: left !important;
  width: 100% !important;
  padding: 0px 0px 0px 20px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement ul li ul li {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 10px 0px !important;
  color: #333 !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-bottom {
  display: block;
  float: left !important;
  width: 100% !important;
  margin: 0px 0px 200px 0px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-bottom h4 {
  font-size: 20px !important;
  margin-bottom: 20px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-bottom ul li {
  display: block;
  float: left;
  width: 100% !important;
  height: 30px !important;
  margin-bottom: 15px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-bottom ul li span {
  border-bottom: 1px dotted #222 !important;
  display: block;
  float: right;
  width: 80% !important;
  height: 30px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-top {
  display: block;
  float: left !important;
  width: 100% !important;
  margin: 0px 0px 10px 0px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-top h1 {
  display: block;
  float: left !important;
  width: 100% !important;
  margin: 0px 0px 20px 0px !important;
  font-size: 24px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-top ul {
  margin: 0px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-top ul input {
  display: inline !important;
  width: auto !important;
  margin: 5px 5px;
  padding: 0px !important;
  margin: 5px 5px 5px 5px !important;
  border: none;
  border-bottom: 2px dotted #777 !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-top p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-top p input {
  display: inline !important;
  width: auto !important;
  margin: 5px 5px;
  padding: 0px !important;
  margin: 0px 5px 3px 5px !important;
  border: none;
  border-bottom: 2px dotted #777 !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-center {
  display: block;
  float: left !important;
  width: 100% !important;
  margin: 50px 0px 40px 0px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-center ul {
  padding: 0px !important;
  margin: 0px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-center ul input#emailId {
  width: 360px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-center ul p {
  font-size: 16px !important;
  font-weight: normal !important;
  width: auto !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-center p {
  font-size: 16px !important;
  font-weight: normal !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-bottom {
  display: block;
  float: left !important;
  width: 100% !important;
  margin: 0px 0px 0px 0px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .kyc-bottom ul li input {
  display: inline !important;
  width: auto !important;
  margin: 5px 5px;
  width: 60% !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .justify-content-center {
  margin: 0 auto;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .justify-content-center .user-thumb {
  width: 100%;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 120px 0px 20px 0px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .justify-content-center .user-thumb .right {
  display: block;
  float: left;
  width: 30% !important;
  border: 1px solid #333;
  padding: 5px 5px !important;
  margin: 0px 10px 0px 0px !important;
  position: relative;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .justify-content-center .user-thumb .right p {
  font-weight: normal !important;
  font-size: 16px !important;
  text-align: center !important;
  position: absolute;
  top: -25px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .justify-content-center .user-thumb .right .form-group .image-file {
  display: block;
  float: left;
  width: 100% !important;
  min-height: 100px;
  height: 250px;
  max-height: 250px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .justify-content-center .user-thumb .right .form-group .image-file img#img.selectedApplicantImageRight {
  width: 100% !important;
  height: 240px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .justify-content-center .user-thumb .left {
  display: block;
  float: left;
  width: 30% !important;
  border: 1px solid #333;
  padding: 5px 5px !important;
  margin: 0px 0px 0px 10px !important;
  position: relative;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .justify-content-center .user-thumb .left p {
  font-weight: normal !important;
  font-size: 16px !important;
  text-align: center !important;
  position: absolute;
  top: -25px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .justify-content-center .user-thumb .left .form-group .image-file {
  display: block;
  float: left;
  width: 100% !important;
  min-height: 100px;
  height: 250px;
  max-height: 250px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .justify-content-center .user-thumb .left .form-group .image-file img.selectedApplicantImageLeft {
  width: 100% !important;
  height: 240px !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .user-agrement-bottom {
  display: block;
  float: left;
  width: 50% !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .user-agrement-bottom p {
  font-size: 16px !important;
  font-weight: normal !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .user-agrement-bottom p input {
  display: inline !important;
  width: 80% !important;
  margin: 5px 5px;
  padding: 0px !important;
  margin: 5px 5px 5px 5px !important;
  border: none;
  border-bottom: 2px dotted #777 !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .user-agrement-center {
  display: flex;
  width: 100% !important;
  align-items: center !important;
  justify-content: center;
  margin: 20px auto 0px auto !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .user-agrement-center p {
  display: block !important;
  width: 50% !important;
  margin: 10px auto 0px auto !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .user-agrement-center p input {
  display: inline-block;
  width: auto !important;
  text-align: left !important;
  border: none !important;
  padding: 0px 0px 0px 10px !important;
  border-bottom: 2px dotted #777 !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .disclaimer {
  display: block;
  float: left !important;
  width: 100% !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .disclaimer input {
  display: block;
  float: left !important;
  width: 100% !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .disclaimer label {
  display: block;
  float: right !important;
  width: calc(100% - 30px) !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement .disclaimer p.error {
  display: block;
  float: left !important;
  width: 100% !important;
}
.kyc-page-section .kyc-page .kyc-page-details #kycForm .form.user-agreement .user-agreement span.btn.btn-default.fileinput-button p.error {
  margin: 10px 0px 0px 0px !important;
}
.kyc-page-section #verificationModal {
  z-index: 99999 !important;
  border: none !important;
  border-radius: 0px !important;
  top: 10% !important;
}
.kyc-page-section #verificationModal .modal-dialog {
  border: none !important;
  border-radius: 0px !important;
}
.kyc-page-section #verificationModal .modal-dialog .modal-header {
  display: none !important;
}
.kyc-page-section #verificationModal .modal-dialog .modal-body {
  display: block;
  float: left;
  width: 100% !important;
}
.kyc-page-section #verificationModal .modal-dialog .modal-body h4 {
  color: #164e9c !important;
}
.kyc-page-section #verificationModal .modal-dialog .modal-body .input-wrapper {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 20px 0px !important;
}
.kyc-page-section #verificationModal .modal-dialog .modal-body .input-wrapper input {
  width: 80% !important;
  border: 1px solid #ddd !important;
  height: 40px !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
}
.kyc-page-section #verificationModal .modal-dialog .modal-body .input-wrapper label {
  display: block;
  float: left;
  width: 100% !important;
}
.kyc-page-section #verificationModal .modal-dialog .modal-body .resend-btn a#btnResendCode {
  color: #164e9c !important;
  text-decoration: underline !important;
}
.kyc-page-section #verificationModal .modal-dialog .modal-body .resend-btn a#btnResendCode:hover {
  text-decoration: none !important;
}
.kyc-page-section #verificationModal .modal-dialog .modal-body button#verifyBtn {
  background: #164e9c;
  color: #fff;
  border: none !important;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.kyc-page-section #verificationModal .modal-dialog .modal-body button#verifyBtn:hover {
  background: #dab53d !important;
}

.ui-widget.ui-widget-content {
  z-index: 9999999 !important;
}
.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  border: 1px solid #4297d7;
  background: #87b6d9;
  color: #fff;
  font-size: 13px;
  padding: 2px;
  line-height: 20px;
  margin: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: #247ac4;
  border-radius: 50%;
  position: absolute;
  top: 5px !important;
  cursor: pointer;
}
.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.3em;
  position: relative;
  top: 5px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.3em;
  border-color: #fff;
  box-sizing: initial;
  left: 6px;
  transform: rotate(-135deg);
}
.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev.ui-corner-all:hover {
  border: none !important;
}
.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: #247ac4;
  border-radius: 50%;
  position: absolute;
  top: 5px !important;
  cursor: pointer;
}
.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all:before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.3em;
  position: relative;
  top: 5px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.3em;
  border-color: #fff;
  box-sizing: initial;
  left: 3px;
  transform: rotate(45deg);
}
.ui-widget.ui-widget-content .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next.ui-corner-all:hover {
  border: none !important;
}
.ui-widget.ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-default {
  display: block;
  background: #dfeffc;
  color: #2e6e9e;
  text-decoration: none;
  text-align: center !important;
  font-weight: 700;
}
.ui-widget.ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-default.ui-state-highlight {
  background: #fbec88 !important;
  color: #2e6e9e;
}
.ui-widget.ui-widget-content table.ui-datepicker-calendar tbody tr td a.ui-state-default.ui-state-highlight.ui-state-active {
  background: #fbec88 !important;
  color: #2e6e9e;
}

span.btn.btn-default.fileinput-button p.error {
  margin: 10px 0px 0px 0px !important;
}

.disclaimer {
  display: block;
  float: left !important;
  width: 100% !important;
}
.disclaimer input {
  display: block;
  float: left !important;
  text-align: left;
  margin: 5px 0px 0px 0px !important;
}
.disclaimer label {
  display: block;
  float: right !important;
  width: calc(100% - 30px) !important;
}
.disclaimer p.error {
  display: block;
  float: left !important;
  width: 100% !important;
}

#applicantUploadFilter .form.doc-upload .input-wrapper a:before {
  display: none !important;
}

/* KYC FORM */
/* Pagination */
div#divPager {
  display: block;
  float: left;
  width: 100% !important;
  margin: 10px 0px 0px 10px !important;
}

.pagination .page-item .page-link {
  color: #164e9c;
}
.pagination .page-item.active .page-link {
  background: #164e9c;
  color: #fff !important;
  border-color: #164e9c;
}
.pagination .page-item.previous .page-link, .pagination .page-item.next .page-link {
  color: #333 !important;
}

/* Pagination */
/* Universal button */
.custom-btn {
  display: inline-block;
  background: #164e9c;
  border-color: #164e9c;
  color: #fff;
  padding: 6px 10px;
  width: 110px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-bottom: 0px !important;
}
.custom-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0D2D59;
  border-color: #0D2D59;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.custom-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Universal button */
/***************************************************
 * Generated by SVG Artista on 6/7/2023, 10:17:13 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both;
  animation: animate-svg-fill-1 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.7s both;
  animation: animate-svg-fill-2 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.7s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s both;
  animation: animate-svg-fill-3 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s both;
  animation: animate-svg-fill-4 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
  animation: animate-svg-fill-5 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.1s both;
  animation: animate-svg-fill-6 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s both;
  animation: animate-svg-fill-7 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.2s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.3s both;
  animation: animate-svg-fill-8 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.4s both;
  animation: animate-svg-fill-9 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.4s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.5s both;
  animation: animate-svg-fill-10 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.6s both;
  animation: animate-svg-fill-11 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.7s both;
  animation: animate-svg-fill-12 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.7s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.8s both;
  animation: animate-svg-fill-13 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.9s both;
  animation: animate-svg-fill-14 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.9s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2s both;
  animation: animate-svg-fill-15 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.1s both;
  animation: animate-svg-fill-16 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.1s both;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.2s both;
  animation: animate-svg-fill-17 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.3s both;
  animation: animate-svg-fill-18 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.3s both;
}

::-webkit-scrollbar {
  width: 12px !important;
}

::-moz-scrollbar {
  width: 12px !important;
}

::-ms-scrollbar {
  width: 12px !important;
}

::-o-scrollbar {
  width: 12px !important;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0px !important;
}

::-moz-scrollbar-track {
  border-radius: 0px !important;
}

::-ms-scrollbar-track {
  border-radius: 0px !important;
}

::-o-scrollbar-track {
  border-radius: 0px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bbb !important;
  border-radius: 10px !important;
}

::-moz-scrollbar-thumb {
  background: #bbb !important;
  border-radius: 10px !important;
}

::-ms-scrollbar-thumb {
  background: #bbb !important;
  border-radius: 10px !important;
}

::-o-scrollbar-thumb {
  background: #bbb !important;
  border-radius: 10px !important;
}

* {
  scrollbar-width: thin !important;
  scrollbar-color: #aaa #f1f1f1;
}

.error-page {
  display: block;
  float: left;
  width: 100% !important;
  background: #fff !important;
  padding: 0px !important;
}
.error-page hr {
  display: none !important;
}
.error-page #notfound {
  display: block;
  margin: 0 auto !important;
  width: 80% !important;
  padding: 50px 0px !important;
  text-align: center !important;
}
.error-page #notfound a img {
  width: 60% !important;
}
.error-page #notfound h1 {
  color: #dab53d !important;
  margin: 20px 0px 20px 0px !important;
  font-size: 100px !important;
}
.error-page #notfound h2 {
  color: #333 !important !important;
  margin: 0px 0px 20px 0px !important;
  color: #dab53d !important;
}
.error-page #notfound p {
  color: #333 !important !important;
  margin: 0px 0px 20px 0px !important;
  font-size: 16px !important;
  line-height: 28px !important;
}
.error-page #notfound a.back {
  display: inline-block !important;
  padding: 10px 20px !important;
  background: #163662 !important;
  color: #fff !important;
  margin: 20px 0px 0px 0px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
}
.error-page #notfound a.back:hover {
  background: #dab53d !important;
  text-decoration: none !important;
}

body.fix-header.fix-sidebar .jqibuttons button.jqibutton.jqidefaultbutton,
body.fix-header.fix-sidebar .jqibuttons button:focus,
body.fix-header.fix-sidebar .jqibuttons button.jqibutton.jqidefaultbutton:focus,
body.fix-header.fix-sidebar .jqibuttons button.jqibutton.jqidefaultbutton:hover {
  color: #fff !important;
}

/*client-pdf*/
#client-pdf-sample {
  display: block;
  float: left;
  width: 100% !important;
  background: #fff !important;
  box-shadow: none !important;
}

.official-use.form-sample.for-official-use {
  display: block;
  float: left;
  width: 100% !important;
  background: #fff !important;
  position: static !important;
  margin-top: 140px !important;
}

.second-section p.official-title {
  display: block;
  float: left;
  width: 100% !important;
  text-align: left !important;
}

/*client-pdf*/
/* RESPONSIVE CSS */
@media (min-width: 1401px) and (max-width: 8000px) {
  #wrapper {
    width: 75%;
  }
  .nsd-menu header .navigation .nav-menus-wrapper .nav-menu {
    margin: 9px 0px !important;
  }
  .downloads .container-fluid {
    width: 75% !important;
  }
  .downloads .container-fluid .container-fluid {
    width: 100% !important;
  }
  section.info-center-page-section.banking-partners-page-section,
  section.citizen-charter-page-section,
  .downloads {
    min-height: 38vh !important;
  }
  #popadvert #imagePopupModal .modal-dialog .modal-content .modal-body iframe {
    height: 90vh !important;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  #wrapper {
    width: 90%;
  }
  .downloads .container-fluid {
    width: 85% !important;
  }
  .downloads .container-fluid .container-fluid {
    width: 100% !important;
  }
  section.info-center-page-section.banking-partners-page-section,
  section.citizen-charter-page-section,
  .downloads {
    min-height: 38vh !important;
  }
  /* Header logo */
  .nsd-menu header .nav-header img {
    width: 85%;
  }
  /* Header logo */
  .contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog {
    max-width: 60% !important;
  }
  .nav-dropdown {
    top: 64px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #wrapper {
    width: 85%;
  }
  /* Header logo */
  .nsd-menu header .nav-header {
    width: 23%;
  }
  .nsd-menu header .nav-header img {
    width: 100%;
    padding: 5px 0px;
  }
  /* Header logo */
  /* Main menu */
  .nav-menu > li > a {
    padding: 28px 8px;
    font-size: 16px;
  }
  /* Main menu */
  /* About NSD */
  .nsd-about .about-us-details #aboutCompanyInfoDescription {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .nsd-about .about-us-details #aboutCompanyInfoDescription p:last-child {
    display: none !important;
  }
  /* About NSD */
  /* NSD payment partners */
  .nsd-payment-partners .payment-partners-block .payment-partners ul li {
    width: 24% !important;
  }
  .nsd-payment-partners .payment-partners-block .payment-partners ul li img {
    width: 100% !important;
    padding: 0px !important;
  }
  /* NSD payment partners */
  /* NSD footer */
  footer .main-footer .contact-us .social-media ul li {
    margin-right: 20px;
  }
  footer .main-footer .contact-us .social-media ul li a i {
    font-size: 18px;
  }
  /* NSD footer */
  .contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog {
    max-width: 60% !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  #wrapper {
    width: 90%;
  }
  /* Top bar */
  .nsd-top-bar .top-bar .top-bar-info .phone, .nsd-top-bar .top-bar .top-bar-info .mail, .nsd-top-bar .top-bar .top-bar-info .address {
    margin: 0px 20px 5px 0px;
  }
  .nsd-top-bar .top-bar .user-buttons {
    padding: 14px 0px;
  }
  .nsd-top-bar .top-bar .user-buttons .dropdown {
    font-size: 14px;
    width: 100px;
    height: 32px;
  }
  .nsd-top-bar .top-bar .user-buttons .dropdown > a:before,
  .nsd-top-bar .top-bar .user-buttons .dropdown > span:before {
    top: 12px;
  }
  .nsd-top-bar .top-bar .user-buttons .login {
    margin-right: 10px;
  }
  .nsd-top-bar .top-bar .user-buttons .open-account .dropdown {
    width: 130px;
  }
  .nsd-top-bar .top-bar .user-buttons .open-account .dropdown span {
    padding: 5px 0px 5px 10px;
  }
  /* Top bar */
  /* Header logo */
  .sticky {
    display: none !important;
    position: static !important;
  }
  .sticky .nav-header a.nav-brand:after {
    display: none !important;
  }
  .nsd-menu header .nav-header {
    width: 45%;
  }
  .nsd-menu header .nav-header img {
    width: 100%;
  }
  /* Header logo */
  /* About NSD */
  .nsd-about .about-us-details #aboutCompanyInfoDescription {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .nsd-about .about-us-details #aboutCompanyInfoDescription p:last-child {
    display: none !important;
  }
  /* About NSD */
  /* NSD payment partners */
  .nsd-payment-partners .payment-partners-block .payment-partners {
    padding: 40px 0px;
  }
  /* NSD payment partners */
  /* NSD payment partners */
  .nsd-payment-partners .payment-partners-block .payment-partners ul li {
    width: 24% !important;
  }
  .nsd-payment-partners .payment-partners-block .payment-partners ul li img {
    width: 100% !important;
    padding: 0px !important;
  }
  /* NSD payment partners */
  /* BOD PAGE */
  .bod-page-section .bod-page .bod-page-details .primary-director .profile {
    width: 48.5%;
  }
  /* BOD PAGE */
  /* OUR SERVICES */
  .our-services-page-section .services-page-details .nav-pills {
    margin-right: 0px;
  }
  /* OUR SERVICES */
  /* SERVICES LIST */
  .our-services-list-page-section .services-list-page .services-list-page-details .nav-pills {
    margin-right: 0px;
  }
  /* SERVICES LIST */
  /* Downloads */
  .downloads-page-section .downloads-page .downloads-page-details .nav-pills {
    margin-right: 0px !important;
  }
  /* Downloads */
  /* CONTACT US */
  .contactus-page-section .contactus-page .contactus-page-details .offset-3 {
    margin-left: 18%;
  }
  /* CONTACT US */
  /* CAREER */
  .downloads .nav-pills-custom {
    margin-right: 0px;
  }
  /* CAREER */
  .contactus-page-section .contactus-page .contactus-page-details .branch .branch-description {
    padding: 10px !important;
  }
  .contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog {
    max-width: 70% !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #wrapper {
    width: 90%;
  }
  /* Top bar */
  .nsd-top-bar .top-bar .user-buttons {
    padding: 10px 0px 5px;
  }
  .nsd-top-bar .top-bar .user-buttons .dropdown {
    font-size: 14px;
    width: 100px;
    height: 32px;
  }
  .nsd-top-bar .top-bar .user-buttons .dropdown > a:before,
  .nsd-top-bar .top-bar .user-buttons .dropdown > span:before {
    top: 12px;
  }
  .nsd-top-bar .top-bar .user-buttons .login {
    margin-right: 10px;
  }
  .nsd-top-bar .top-bar .user-buttons .open-account .dropdown {
    width: 130px;
  }
  .nsd-top-bar .top-bar .user-buttons .open-account .dropdown span {
    padding: 5px 0px 5px 10px;
  }
  /* Top bar */
  /* Header logo */
  .sticky {
    display: none !important;
    position: static !important;
  }
  .sticky .nav-header a.nav-brand:after {
    display: none !important;
  }
  .nsd-menu header .nav-header {
    width: 45%;
  }
  .nsd-menu header .nav-header img {
    width: 100%;
  }
  /* Header logo */
  /* Main menu css */
  .sticky {
    position: initial;
  }
  /* Main menu css */
  /* Main banner */
  .nsd-main-banner img {
    height: auto !important;
  }
  /* Main banner */
  /* NSD news and notices */
  .nsd-news .news-lists li {
    width: 100%;
  }
  /* NSD news and notices */
  /* NSD tools */
  .nsd-tools .calculator-form #calcForm {
    margin-bottom: 20px;
  }
  /* NSD tools */
  #aboutCompanyInfoDescription {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  #aboutCompanyInfoDescription p:last-child {
    display: none !important;
  }
  /* NSD payment partners */
  .nsd-payment-partners .payment-partners-block .payment-partners {
    padding: 30px 0px 0px;
  }
  .nsd-payment-partners .payment-partners-block .payment-partners ul li {
    width: 49% !important;
    margin-bottom: 20px !important;
  }
  /* NSD payment partners */
  /* NSD footer */
  footer {
    padding: 30px 0px;
  }
  footer .main-footer .quick-links, footer .main-footer .imp-links, footer .main-footer .stock-market, footer .main-footer .contact-us {
    padding-bottom: 15px;
  }
  /* NSD footer */
  /* OUR SERVICES */
  .our-services-page-section .services-page-details #servicesDetails {
    display: block;
    float: left;
    width: 100% !important;
    overflow: hidden !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 {
    overflow-x: auto !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 ul {
    width: 830px !important;
    margin: 0;
    display: block;
    float: left;
    padding: 0px !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 ul li {
    width: auto !important;
    display: inline !important;
    float: left;
    margin: 0px 10px 0px 0px !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 ul li button {
    padding: 5px 5px !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 ul .nav-link.active:after {
    content: none !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .tab-content {
    margin: 0;
    padding: 10px 0px !important;
  }
  /* OUR SERVICES */
  /* SERVICES LIST */
  .our-services-list-page-section .services-list-page .services-list-page-details .nav-pills {
    margin: 0;
  }
  .our-services-list-page-section .services-list-page .services-list-page-details .nav-link.active:after {
    content: none !important;
  }
  .our-services-list-page-section .services-list-page .services-list-page-details .tab-content {
    margin: 0;
  }
  /* SERVICES LIST */
  /* NEWS DETAILS */
  .news-details-page-section .news-details-page-details {
    width: 90%;
  }
  /* NEWS DETAILS */
  /* INFO CENTER */
  .info-center-page-section .table-design table {
    display: block;
    overflow-y: scroll;
    white-space: nowrap;
  }
  /* INFO CENTER */
  /* Downloads */
  .downloads-page-section .downloads-page .downloads-page-details .nav-pills {
    margin: 0 !important;
  }
  .downloads-page-section .downloads-page .downloads-page-details .nav-link.active:after {
    content: none !important;
  }
  .downloads-page-section .downloads-page .downloads-page-details .tab-content {
    margin: 0;
  }
  /* Downloads */
  /* FAQ */
  .faq-page-section .faq-page-details {
    width: 90%;
  }
  /* FAQ */
  /* CONTACT US */
  .contactus-page-section .contactus-page .contactus-page-details .offset-3 {
    margin: 0;
  }
  /* CONTACT US */
  /* CAREER */
  .downloads .container-fluid {
    width: 90%;
    overflow: hidden !important;
  }
  .downloads .container-fluid .col-md-3 {
    overflow-x: auto !important;
  }
  .downloads .container-fluid .col-md-3 .nav.flex-column.nav-pills.nav-pills-custom {
    width: 460px !important;
    display: block;
    float: left !important;
  }
  .downloads .container-fluid .col-md-3 .nav.flex-column.nav-pills.nav-pills-custom a.nav-link.mb-3.p-3.shadow {
    width: auto !important;
    display: inline !important;
    float: left !important;
    margin: 0px 10px 0px 0px !important;
  }
  .downloads .nav-pills-custom {
    margin: 0;
  }
  .downloads .nav-pills-custom .nav-link.active:after {
    content: none !important;
  }
  .downloads .tab-content {
    margin: 0;
  }
  .downloads .tab-content .table-design table {
    display: block;
    overflow-y: scroll;
  }
  .downloads .tab-content .table-design table tbody tr td:nth-child(2) {
    display: block;
    width: 300px;
  }
  /* CAREER */
  .contactus-page-section .contactus-page .contactus-page-details .branch .branch-description {
    padding: 10px !important;
  }
  .contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog {
    max-width: 80% !important;
    margin: 0 auto !important;
    top: 20px !important;
  }
  form#feedbackForm label {
    display: block;
    float: left;
    width: 100% !important;
  }
  form#feedbackForm input {
    display: block;
    float: left;
    width: 100% !important;
  }
  form#feedbackForm textarea {
    display: block;
    float: left;
    width: 100% !important;
  }
  form#feedbackForm small#emailHelp {
    display: block;
    float: left;
    width: 100% !important;
    padding: 0px !important;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  #wrapper {
    width: 90%;
  }
  .half-section {
    width: 50% !important;
  }
  /* Top bar */
  .nsd-top-bar .top-bar .top-bar-info .phone, .nsd-top-bar .top-bar .top-bar-info .mail, .nsd-top-bar .top-bar .top-bar-info .address {
    margin-bottom: 5px;
  }
  .nsd-top-bar .top-bar .top-bar-info .mail, .nsd-top-bar .top-bar .top-bar-info .address {
    display: none !important;
  }
  .nsd-top-bar .top-bar .user-buttons {
    display: none !important;
    padding: 10px 0px 5px;
    float: left;
  }
  .nsd-top-bar .top-bar .user-buttons .dropdown {
    font-size: 14px;
    width: 100px;
    height: 32px;
  }
  .nsd-top-bar .top-bar .user-buttons .dropdown > a:before,
  .nsd-top-bar .top-bar .user-buttons .dropdown > span:before {
    top: 12px;
  }
  .nsd-top-bar .top-bar .user-buttons .login {
    margin-right: 10px;
  }
  .nsd-top-bar .top-bar .user-buttons .open-account .dropdown {
    width: 130px;
  }
  .nsd-top-bar .top-bar .user-buttons .open-account .dropdown span {
    padding: 5px 0px 5px 10px;
  }
  /* Top bar */
  .icon-demat-account:before,
  .icon-kyc:before,
  .icon-login:before,
  .icon-meroshare:before {
    font-size: 80px;
    background: #fff;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.35s ease-in-out;
  }
  .nsd-acc-options .acc-options a p {
    font-size: 14px !important;
  }
  .nav-menu > li.login,
  .nav-menu > li.open {
    display: block !important;
    margin: 10px !important;
    width: calc(100% - 20px);
    position: static !important;
  }
  .navigation-portrait .nav-menu > li > a {
    padding: 10px 10px 10px 10px !important;
  }
  .navigation-portrait .nav-menu > li.login {
    background: #164e9c !important;
  }
  .navigation-portrait .nav-menu > li.login a {
    color: #fff !important;
  }
  .navigation-portrait .nav-menu > li.login {
    background: #164e9c !important;
  }
  .navigation-portrait .nav-menu > li.login ul.nav-dropdown.nav-submenu li a {
    color: #111 !important;
    color: #333 !important !important;
  }
  .navigation-portrait .nav-menu > li.login ul.nav-dropdown.nav-submenu li a span.submenu-indicator .submenu-indicator-chevron {
    background-color: transparent #ffffff #ffffff transparent !important;
    color: #fff !important;
  }
  .navigation-portrait .nav-menu > li:last-child {
    background: #dab53d !important;
  }
  .navigation-portrait .nav-menu > li:last-child a {
    color: #fff !important;
  }
  .navigation-portrait .nav-menu > li:last-child {
    background: #dab53d !important;
  }
  .navigation-portrait .nav-menu > li:last-child ul.nav-dropdown.nav-submenu li a {
    color: #111 !important;
    color: #333 !important !important;
  }
  .navigation-portrait .nav-menu > li:last-child ul.nav-dropdown.nav-submenu li a span.submenu-indicator .submenu-indicator-chevron {
    background-color: transparent #ffffff #ffffff transparent !important;
  }
  .login a .submenu-indicator-chevron, .open a .submenu-indicator-chevron {
    height: 8px !important;
    width: 8px !important;
    border-color: transparent #fff #fff transparent !important;
  }
  .nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
  }
  .navigation-portrait .submenu-indicator .submenu-indicator-chevron {
    top: 18px !important;
    left: 24px !important;
    color: #fff !important;
  }
  /* Header logo */
  .sticky {
    position: static !important;
  }
  .sticky .nav-header a.nav-brand:after {
    display: none !important;
  }
  .nsd-menu header .nav-header {
    width: 65%;
  }
  .nsd-menu header .nav-header img {
    width: 120% !important;
  }
  /* Header logo */
  /* Main menu css */
  .sticky {
    position: initial;
  }
  /* Main menu css */
  /* Main banner */
  .nsd-main-banner img {
    height: auto !important;
  }
  /* Main banner */
  /* About NSD */
  .nsd-about {
    padding: 30px 0px;
  }
  .nsd-about .about-us-details .section-title {
    margin-bottom: 20px;
  }
  .nsd-about .about-us-details .section-title h2 {
    font-size: 45px;
  }
  .nsd-about #aboutCompanyInfoDescription {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .nsd-about #aboutCompanyInfoDescription p:last-child {
    display: none !important;
  }
  /* About NSD */
  /* NSD news and notices */
  .nsd-news .news-lists li {
    width: 100%;
  }
  /* NSD news and notices */
  /* NSD tools */
  .nsd-tools .calculator-form #calcForm {
    margin-bottom: 20px;
  }
  /* NSD tools */
  /* NSD payment partners */
  .nsd-payment-partners .payment-partners-block .payment-partners {
    padding: 30px 0px 0px;
  }
  .nsd-payment-partners .payment-partners-block .payment-partners ul li {
    width: 49% !important;
    margin-bottom: 20px !important;
  }
  .nsd-payment-partners .payment-partners-block .payment-partners ul li a {
    width: 90% !important;
  }
  .nsd-payment-partners .payment-partners-block .payment-partners ul li a img {
    width: 80% !important;
    padding: 0px;
  }
  /* NSD payment partners */
  .nsd-news .news-lists li a {
    margin: 0px !important;
  }
  /* NSD footer */
  footer {
    padding: 30px 0px;
  }
  footer .main-footer .quick-links, footer .main-footer .imp-links, footer .main-footer .stock-market, footer .main-footer .contact-us {
    padding-bottom: 15px;
  }
  footer .main-footer .quick-links .footer-links-title h4, footer .main-footer .imp-links .footer-links-title h4, footer .main-footer .stock-market .footer-links-title h4, footer .main-footer .contact-us .footer-links-title h4 {
    color: #dab53d !important;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .nsd-copyright .copyright-section .poweredby-text {
    float: left !important;
  }
  /* NSD footer */
  /* BOD PAGE */
  .bod-page-section .bod-page .bod-page-details .primary-director .profile {
    width: 100%;
  }
  /* BOD PAGE */
  section.innerpage-title {
    padding: 0px !important;
    box-shadow: none !important;
  }
  section.innerpage-title .page-title h1 {
    display: none !important;
  }
  /* OUR SERVICES */
  .our-services-page-section .services-page-details #servicesDetails {
    display: block;
    float: left;
    width: 100% !important;
    overflow: hidden !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 {
    overflow-x: auto !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 ul {
    width: 830px !important;
    margin: 0;
    display: block;
    float: left;
    padding: 0px !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 ul li {
    width: auto !important;
    display: inline !important;
    float: left;
    margin: 0px 10px 0px 0px !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 ul li button {
    padding: 5px 5px !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .col-xl-3.col-lg-3.col-md-3.col-sm-12.col-12 ul .nav-link.active:after {
    content: none !important;
  }
  .our-services-page-section .services-page-details #servicesDetails .tab-content {
    margin: 0;
    padding: 10px 0px !important;
  }
  /* OUR SERVICES */
  /* SERVICES LIST */
  .our-services-list-page-section .services-list-page .services-list-page-details .nav-pills {
    margin: 0;
  }
  .our-services-list-page-section .services-list-page .services-list-page-details .nav-link.active:after {
    content: none !important;
  }
  .our-services-list-page-section .services-list-page .services-list-page-details .tab-content {
    margin: 0;
  }
  /* SERVICES LIST */
  /* NEWS DETAILS */
  .news-details-page-section .news-details-page-details {
    padding: 0px !important;
    width: 100%;
  }
  .news-details-page-section .news-details-page-details .news-img img {
    width: 100% !important;
  }
  /* NEWS DETAILS */
  /* INFO CENTER */
  .info-center-page-section .table-design table {
    display: block;
    overflow-y: scroll;
    white-space: nowrap;
  }
  /* INFO CENTER */
  /* Downloads */
  .downloads-page-section .downloads-page .downloads-page-details .nav-pills {
    margin: 0 !important;
  }
  .downloads-page-section .downloads-page .downloads-page-details .nav-link.active:after {
    content: none !important;
  }
  .downloads-page-section .downloads-page .downloads-page-details .tab-content {
    margin: 0;
  }
  /* Downloads */
  /* FAQ */
  .faq-page-section .faq-page-details {
    width: 100%;
  }
  /* FAQ */
  /* CONTACT US */
  .contactus-page-section .contactus-page .contactus-page-details .offset-3 {
    margin: 0;
  }
  #departmentList {
    padding: 0;
  }
  /* CONTACT US */
  /* CAREER */
  .downloads .container-fluid {
    width: 90%;
    overflow: hidden !important;
  }
  .downloads .container-fluid .col-md-3 {
    overflow-x: auto !important;
  }
  .downloads .container-fluid .col-md-3 .nav.flex-column.nav-pills.nav-pills-custom {
    width: 460px !important;
    display: block;
    float: left !important;
  }
  .downloads .container-fluid .col-md-3 .nav.flex-column.nav-pills.nav-pills-custom a.nav-link.mb-3.p-3.shadow {
    width: auto !important;
    display: inline !important;
    float: left !important;
    margin: 0px 10px 0px 0px !important;
  }
  .downloads .nav-pills-custom {
    margin: 0;
  }
  .downloads .nav-pills-custom .nav-link.active:after {
    content: none !important;
  }
  .downloads .tab-content {
    margin: 0;
  }
  .downloads .tab-content .table-design table {
    display: block;
    overflow-y: scroll;
  }
  .downloads .tab-content .table-design table tbody tr td:nth-child(2) {
    display: block;
    width: 300px;
  }
  /* CAREER */
  .mission-page-section .mission-page-details .mission-details .mission p,
  .mission-page-section .mission-page-details .mission-details .vision p,
  .mission-page-section .mission-page-details .mission-details .goals p,
  .mission-page-section .mission-page-details .mission-details .values p {
    padding: 10px 0px !important;
  }
  .contactus-page-section .contactus-page .contactus-page-details .branch .branch-description {
    padding: 10px !important;
  }
  .contactus-page-section .contactus-page .contactus-page-details .Contact-modal .modal-dialog {
    max-width: 80% !important;
    margin: 0 auto !important;
    top: 20px !important;
  }
  form#feedbackForm label {
    display: block;
    float: left;
    width: 100% !important;
  }
  form#feedbackForm input {
    display: block;
    float: left;
    width: 100% !important;
  }
  form#feedbackForm textarea {
    display: block;
    float: left;
    width: 100% !important;
  }
  form#feedbackForm small#emailHelp {
    display: block;
    float: left;
    width: 100% !important;
    padding: 0px !important;
  }
  #popadvert #imagePopupModal {
    z-index: 1000000000000000000000000000000000000 !important;
  }
  #popadvert #imagePopupModal .modal-dialog {
    width: 75% !important;
    max-width: 75% !important;
  }
  #popadvert #imagePopupModal .modal-dialog .modal-content {
    border: none !important;
    min-height: auto !important;
    height: auto !important;
    margin: 20px 0px 0px 0px !important;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* BOD PAGE */
  .bod-page-section .bod-page .bod-page-details .primary-director .profile {
    width: 48.5%;
  }
  /* BOD PAGE */
}
@media (min-width: 320px) and (max-width: 575px) {
  /* BOD PAGE */
  .bod-page-section .bod-page .bod-page-details .primary-director .profile {
    width: 100%;
  }
  /* BOD PAGE */
  #popadvert #imagePopupModal .modal-dialog {
    width: 70% !important;
    max-width: 70% !important;
    margin: 0 auto !important;
  }
  .error-page {
    display: block;
    float: left;
    width: 100% !important;
    background: #fff !important;
    padding: 0px !important;
  }
  .error-page #notfound {
    display: block;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 50px 0px !important;
    text-align: center !important;
  }
  .error-page #notfound a img {
    width: 100% !important;
  }
  .error-page #notfound h1 {
    color: #dab53d !important;
    margin: 20px 0px 20px 0px !important;
    font-size: 100px !important;
  }
}
/* RESPONSIVE CSS */
body#pdf-sample {
  background: #fff !important;
  font-family: "Mukta" !important;
}

body#pdf-sample header {
  background: #fff !important;
  font-family: "Mukta" !important;
}

body #viewer {
  background: #fff !important;
  font-family: "Mukta" !important;
}

body #viewer header {
  background: #fff !important;
  font-family: "Mukta" !important;
}

body#pdf-sample h2 {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body#pdf-sample h3 {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body#pdf-sample p {
  color: #333 !important;
  font-family: "Mukta" !important;
}

body .main-content h2 {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body .main-content h3 {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body .main-content p {
  color: #333 !important;
  font-family: "Mukta" !important;
}

body {
  color: #333 !important;
}
body .header #main #content {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body .information .user-agreement h1 {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body .information .user-agreement h1 p {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body .information .user-agreement p {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body .information .user-agreement ul {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body .information .user-agreement ul li {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body .information .user-agreement h4 {
  color: #333 !important;
  font-family: "Mukta" !important;
}

body#pdf-sample {
  color: #333 !important;
}
body#pdf-sample .header #main #content {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body#pdf-sample .information .user-agreement h1 {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body#pdf-sample .information .user-agreement h1 p {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body#pdf-sample .information .user-agreement p {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body#pdf-sample .information .user-agreement ul {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body#pdf-sample .information .user-agreement ul li {
  color: #333 !important;
  font-family: "Mukta" !important;
}
body#pdf-sample .information .user-agreement h4 {
  color: #333 !important;
  font-family: "Mukta" !important;
}
