/*! CSS Used from: https://deendayaljanawasyojna.in/css/bootstrap.min.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
header,
nav {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
strong {
  font-weight: 700;
}
img {
  border: 0;
}
button,
input,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
input {
  line-height: normal;
}
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 10px;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-12,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-12,
  .col-md-4,
  .col-md-6,
  .col-md-8 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control {
    line-height: 34px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:focus,
.btn-default:active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.collapse {
  display: none;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.container-fluid:after,
.container:after,
.modal-footer:after,
.modal-header:after,
.navbar-collapse:after,
.navbar:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/*! CSS Used from: https://deendayaljanawasyojna.in/css/responsive-style.css */
@media screen and (max-width: 991px) {
  ul.menu li a {
    padding: 24px 15px;
  }
  .navbar {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  ul.menu li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
  }
  ul.menu,
  ul.menu li a {
    width: 100%;
    background: #fff;
  }
  ul.menu {
    margin-top: 13px;
  }
  ul.menu li a {
    padding: 16px 25px;
  }
  ul.menu li a:hover {
    color: #ffffff;
  }
  h3 {
    font-size: 18px;
  }
  .navbar-collapse {
    margin-top: 45px;
  }
}
/*! CSS Used from: https://deendayaljanawasyojna.in/css/spry-tabbed-panels.css */
:focus {
  outline: none;
}
/*! CSS Used from: https://deendayaljanawasyojna.in/css/style.css */
html {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0 !important;
  background-color: #01589d24 !important;
  font-family: "Funnel Display", serif;
  background-size: cover;
  overflow-y: scroll;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
a {
  text-decoration: none;
  outline: 0 !important;
}
ul {
  margin: 0px;
}
.pull-right a {
  font-weight: 500;
  color: #000;
}
.pull-right a:hover {
  color: #000 !important;
}
.small-top-bar {
  background-color: #e6908d !important;
  padding: 8px 0 !important;
  color: #000;
}
header {
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px #c3c3c3;
}
.btn {
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.btn:active {
  box-shadow: none;
}
.navbar {
  margin-bottom: 0px;
  border: none;
  padding: 5px 0px 5px 0px;
}
.navigation-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
div.logo-client {
  position: relative;
}
a.client-logo-wrapper {
  width: auto;
  height: 100%;
  display: block;
}
a.client-logo-wrapper img {
  width: 240px;
  height: auto;
}
header {
  border-bottom: none !important;
}
.small-top-bar {
  font-size: 13px;
  background-color: #2b3643;
  color: #c7c7c7;
  position: relative;
  display: inline-block;
  padding: 4px 10px;
  width: 100%;
}
.small-top-bar span {
  font-weight: 600;
}
.small-top-bar ::selection {
  background: #ffffff;
  color: #343434;
}
#myNavbar {
  padding-right: 0px;
}
.w-100 {
  width: 100%;
}
.d-inline-block {
  display: inline-block;
}
.navbar-wrapper-main {
  position: relative;
}
ul.menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: right;
}
ul.menu li {
  display: inline-block;
}
ul.menu > li.hvr-underline-from-center:before {
  height: 3px;
}
ul.menu li a {
  padding: 20px 15px;
  display: inline-block;
  text-decoration: none;
  color: #7b7878;
  font-size: 14px;
  line-height: 18px;
  transition: 0.2s all linear;
  text-align: center;
}
ul.menu li a:hover {
  color: #4285f4;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
select.form-control {
  background: url(https://deendayaljanawasyojna.in/images/easyui/combo_arrow.png)
    no-repeat right center;
  background-position: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #6a6a6a;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
input:focus {
  outline: 0;
  border-color: #4285f4;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
[class^="hvr-"] {
  cursor: pointer;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: transparent;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #4285f4;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}
a:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
.btn-default:hover,
.btn-default:active {
  color: #333;
  background-color: #fff;
  border-color: #adadad;
}
label {
  font-weight: normal;
  color: #828282;
}
li[class^="hvr-"] a {
  font-weight: 500;
}
input.form-control,
select.form-control {
  border: 1px solid #9c9c9c;
}
.w-100 {
  width: auto;
}
.form-control:not(.custom-input) {
  box-shadow: none !important;
  border-radius: 0px;
  color: #333;
  background: #fff;
}
.form-group > label:nth-child(1) {
  color: #606060 !important;
  font-weight: 500 !important;
}
button,
input,
select {
  font-family: "Funnel Display", sans-serif;
}
.brand-name {
  display: flex;
  position: relative;
  font-size: 13px;
  vertical-align: middle;
  text-align: left;
  color: #7b7878;
  top: 9px;
  left: 0%;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin-top: 1%;
}
.brand-name p {
  margin-bottom: 0 !important;
}
.header-logo-wrapper {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  align-items: center;
}
.before-login-tagline {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
}
.x-min-height {
  min-height: 80vh !important;
}
@media only screen and (max-width: 320px) {
  header {
    height: 90px !important;
  }
}
@media (max-width: 575.98px) {
  header {
    height: 110px !important;
  }
  #myNavbar {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 999999;
    width: 100%;
    box-shadow: 0px 20px 35px -15px rgba(52, 52, 52, 0.3);
  }
  ul.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
  }
  ul.menu li {
    width: 100%;
  }
  ul.menu li a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  ul.menu li:last-child {
    border: none !important;
  }
  a.client-logo-wrapper {
    max-width: 70%;
    width: 70%;
  }
  a.client-logo-wrapper img {
    height: auto !important;
    width: 100% !important;
  }
  header .small-top-bar span {
    font-size: 10px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header {
    height: 110px !important;
  }
  #myNavbar {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 999999;
    width: 100%;
    box-shadow: 0px 20px 35px -15px rgba(52, 52, 52, 0.3);
  }
  ul.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
  }
  ul.menu li {
    width: 100%;
  }
  ul.menu li a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  ul.menu li:last-child {
    border: none !important;
  }
  a.client-logo-wrapper {
    max-width: 200px;
    width: 100%;
  }
  a.client-logo-wrapper img {
    height: auto !important;
    width: 100% !important;
  }
  header .small-top-bar span {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 0;
  }
  a.client-logo-wrapper {
    min-width: 102px;
    width: 102px;
  }
}
@media screen and (max-width: 575px) {
  .small-top-bar {
    padding-bottom: 35px;
  }
  .small-top-bar .container {
    padding: 0;
  }
  header {
    height: 142px !important;
  }
}
a.client-logo-wrapper {
  height: auto;
}
@media (min-width: 991px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media (max-width: 991px) {
  ul.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    width: 100%;
    background: #fff;
  }
  ul.menu li {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  ul.menu li a {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 100%;
    z-index: 999999;
    width: 100%;
    box-shadow: rgba(52, 52, 52, 0.3) 0px 20px 35px -15px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  header {
    height: auto !important;
  }
  a.client-logo-wrapper {
    display: flex;
    max-width: 100%;
    width: auto;
  }
  a.client-logo-wrapper img {
    max-width: 100%;
    width: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  .small-screen {
    position: absolute !important;
    z-index: 1 !important;
  }
}
body {
  overflow-x: hidden;
}
.fa {
  color: #4285f4 !important;
}
.inline {
  padding: 0;
}
.inline li {
  display: inline;
  list-style: none;
  padding: 5px;
  color: #e3e3e3;
}
.footer {
  justify-content: space-around;
  text-align: center;
}
select {
  background: #fff;
}
.checkbox-col {
  display: flex;
  justify-content: space-between;
}
.lsts {
  list-style: decimal;
  line-height: 2em;
}
.lsts li {
  margin-bottom: 5px;
}
/*! CSS Used from: https://deendayaljanawasyojna.in/css/style-new.css */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
*::selection {
  background: #19abac;
  color: #ffffff;
}
.mr-auto {
  margin-right: auto !important;
}
@media (max-width: 576px) {
  #xSiteLogoImg {
    width: 75px !important;
  }
}
div.marquee-wraper {
  font-weight: 500;
  color: #fff !important;
  margin-bottom: 0;
}
div.marquee-wraper marquee {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575.98px) {
  p,
  label,
  span,
  a {
    font-size: 12px !important;
  }
}
.disc {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  padding: 0px 12px;
}
@media (min-width: 768px) {
  .disc {
    padding: 0% 15%;
  }
}
.abouutuss {
  padding: 50px 0;
}
.abouutuss h3 {
  margin-top: 0;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
input,
select {
  border-radius: 15px !important;
  height: 46px !important;
  color: #000;
  border: 1px solid #01589d;
}
label {
  color: #000;
}
.customclsdiv {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.customclsdiv h3 {
  margin-bottom: 40px;
}
.iconsss a {
  margin-left: 8px;
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
/*! CSS Used from: https://deendayaljanawasyojna.in/css/blue.css */
ul.menu li a:hover {
  color: #4285f4 !important;
}
*::selection {
  background: #4285f4;
  color: #ffffff;
}
header .small-top-bar {
  background: #4285f4;
  color: #ffffff;
}
header {
  background: #ffffff;
  border-bottom: 2px solid #4285f4;
}
div.marquee-wraper {
  color: #4285f4;
}
input:focus,
.form-control:focus {
  border-color: #4285f4 !important;
}
.hvr-underline-from-center:before {
  background: #4285f4 !important;
}
/*! CSS Used from: https://deendayaljanawasyojna.in/css/font-awesome/css/font-awesome.min.css */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}
/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/css/lightbox.min.css */
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/images/loading.gif)
    no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/images/prev.png)
    left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/images/next.png)
    right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/images/close.png)
    top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}
/*! CSS Used from: Embedded */
.text-white {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.footer {
  display: block;
}
.footer_menu {
  margin-top: 20px;
  float: none !important;
}
ul.footer_menu,
ul.footer_menu li a {
  background: transparent;
  color: #fff;
}
@media (max-width: 576px) {
  .nav-logo {
    width: 90px !important;
  }
  .navbar {
    padding: 12px 0px 12px 0px !important;
  }
}
@media (min-width: 578px) {
  .phonefont {
    font-size: 18px !important;
  }
}
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funneldisplay/v1/B50WF7FGv37QNVWgE0ga--4Pbb6TDYsmgQ.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funneldisplay/v1/B50WF7FGv37QNVWgE0ga--4Pbb6dDYs.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funneldisplay/v1/B50WF7FGv37QNVWgE0ga--4Pbb6TDYsmgQ.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Funnel Display";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/funneldisplay/v1/B50WF7FGv37QNVWgE0ga--4Pbb6dDYs.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

.apply-quote {
    background: white;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.apply-quote__heading {
    font-weight: bold;
    font-size: 20px;
}

.apply-quote__item {
    display: flex;
    justify-content: space-between;
}


.apply-button{
    background: white;
    padding: 15px;
    border-radius: 10px;
}