@charset "utf-8";
/* CSS Document */
/* browser reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*, *: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);
}
html, body {
  height: 100%;
  font-family: "Nunito", Arial, sans-serif;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  width: auto\9;
  height: auto;
  max-width: 100%;
}
ol, ul, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
sub, sup, small {
  font-size: 75%;
}
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
#map_canvas img, .google-maps img {
  max-width: none;
}
/* text reset */
pre, code {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
ol {
  list-style: decimal;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: #009fff;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #212121;
  text-decoration: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active, a:focus {
  outline: 0;
}
body {
  color: #212121;
  font: 400 14px/1 "Nunito", sans-serif !important;
  background: #fff;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
/* input reset */
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
input[type=number] {
  -moz-appearance: textfield;
}
input {
  -moz-appearance: textfield !important;
}
select {
  background: #fff;
  border: solid 1px #000;
  box-shadow: none;
  height: 60px;
  line-height: 18px;
  padding: 20px 22px;
  width: auto;
  font-size: 14px;
}
input[type="number"], input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input.form-text, textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #333;
  margin: 0;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: color 0.45s, background 0.45s, border 0.45s;
  -moz-transition: color 0.45s, background 0.45s, border 0.45s;
  transition: color 0.45s, background 0.45s, border 0.45s;
  width: 100%;
  padding: 9px 15px;
  font-weight: 500
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, input.form-text:focus, textarea:focus {
  color: #000;
  -webkit-transition: color 0.25s, background 0.25s, border 0.25s;
  -moz-transition: color 0.25s, background 0.25s, border 0.25s;
  transition: color 0.25s, background 0.25s, border 0.25s;
}
input[type="text"]:focus + label, input[type="password"]:focus + label, input[type="email"]:focus + label, input.form-text:focus + label, textarea:focus + label {
  color: #000;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="email"]:disabled, input.form-text:disabled, textarea:disabled {
  background: #000;
  opacity: 0.5;
}
input[type="text"]:-ms-clear, input[type="password"]:-ms-clear, input[type="email"]:-ms-clear, input.form-text:-ms-clear, textarea:-ms-clear {
  height: 0;
  width: 0;
}
textarea {
  padding: 15px 25px;
}
input[type="number"], input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input.form-text, .input-text {
  display: inline-block;
  height: auto;
  line-height: 18px;
  padding: 20px 22px;
}
input::-webkit-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
  font-size: 11px;
}
input:-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
  font-size: 11px;
}
input::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
  font-size: 11px;
}
input:-ms-input-placeholder {
  color: #b0b0b0;
  opacity: 1;
  font-size: 11px;
}
/* print */
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.googlesansdisplay {
  font-family: "Google Sans Display";
}
.googlesans {
  font-family: "Google Sans";
}
/* clear */
.clr, .clear, .clearfix:before, .clearfix:after, .container:before, .container-fluid:before, .container:after, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table
}
.clr, .clear, .clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both
}
/* container starts here */
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .container-max {
    max-width: 1600px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.newhead .row {
  margin-left: -15px;
  margin-right: -15px;
  display: block
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row {}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
/* container end here */
.owl-carousel {
  display: none;
  position: relative;
  width: auto;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-theme .owl-controls .owl-buttons .owl-prev i, .owl-theme .owl-controls .owl-buttons .owl-next i {
  font-size: 32px;
  font-weight: bold;
  color: #9c9c9c;
  -webkit-transition: all .24s ease-in;
  -moz-transition: all .24s ease-in;
  -ms-transition: all .24s ease-in;
  -o-transition: all .24s ease-in;
  transition: all .24s ease-in;
  padding: 10px 17px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
  background: #fff;
  color: #333;
  font-size: 11px;
  ;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.21);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -10px !important;
  right: auto !important;
  top: 30%;
  z-index: 100;
  background-position: -61px -205px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  left: auto !important;
  right: -10px !important;
  top: 30%;
  z-index: 100;
  background-position: -5px -205px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover i, .owl-theme .owl-controls .owl-buttons .owl-next:hover i {
  color: #333;
}
.body-fix {
  overflow: hidden;
}
.modal {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.modal .modal-content-area {
  width: 400px;
  margin: 50px auto;
  background-color: #fff;
  box-sizing: border-box;
}
.modal .modal-content-area .close {
  text-align: right;
  padding: 10px;
}
.modal .modal-content-area .close a {
  font-size: 13px;
  color: #666;
}
.modal .modal-content-area h3 {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  padding: 15px 50px;
  font-weight: 700;
}
.modal .modal-content-area .modal-frm-flds {
  padding: 15px 50px 0 50px;
}
.modal .modal-content-area .modal-frm-flds .mand-flds {
  font-size: 11px;
  text-align: right;
  color: #de350b;
}
.modal .modal-content-area .modal-frm-flds .star-txt {
  font-size: 14px;
  color: #de350b;
  margin: 0 1px;
  font-weight: bold;
}
.modal .modal-content-area .modal-frm-flds ul {
  margin: 0px;
  padding: 0px;
}
.modal .modal-content-area .modal-frm-flds ul li {
  margin: 0px;
  padding: 0 0 20px 0;
  list-style: none;
  float: none;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
}
.modal .modal-content-area .modal-frm-flds ul li label {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  display: block;
  font-weight: 700;
  padding: 0 0 3px 0;
}
.modal .modal-content-area .modal-frm-flds ul li input {
  width: 100%;
  border: solid 1px #c7c7c7;
  padding: 8px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal .modal-content-area .authority-txt {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  padding: 0 50px 10px 50px;
  position: relative;
}
.modal .modal-content-area .authority-txt input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.modal .modal-content-area .authority-txt label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 10px 5px 25px;
  margin: 0 auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  pointer-events: auto;
  top: 3px;
  color: #888;
  left: 0;
}
.modal .modal-content-area .authority-txt .check {
  display: block;
  position: absolute;
  border: 1px solid #aaa;
  height: 16px;
  width: 16px;
  top: 10px;
  left: 50px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.modal .modal-content-area .authority-txt:hover check {
  border: 1px solid #333;
}
.modal .modal-content-area .authority-txt .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  left: 2px;
  font-size: 13px;
  font-weight: bold;
  color: #5bc199;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.modal .modal-content-area .authority-txt input[type=checkbox]:checked ~ .check {
  border: 1px solid #5bc199;
}
.modal .modal-content-area .authority-txt input[type=checkbox]:checked ~ .check::before {
  content: "\2713";
  font-family: 'flaticon';
}
.modal .modal-content-area .authority-txt input[type=checkbox]:checked ~ label {
  color: #5bc199;
}
.modal .modal-content-area .authority-txt input[type="checkbox"]:not(:checked) + label:before, .modal .modal-content-area .authority-txt input[type="checkbox"]:checked + label:before {
  opacity: 0;
  border: #fff;
}
.modal .modal-content-area .authority-txt input[type="checkbox"]:checked + label:before, .modal .modal-content-area .authority-txt input[type="checkbox"]:checked + label:before, .modal .modal-content-area .authority-txt ul li input[type="checkbox"] + label:hover:before, .modal .modal-content-area .authority-txt input[type="radio"] + label:hover:before {
  display: none;
}
.modal .modal-content-area .authority-txt input[type="checkbox"]:checked + label:after, .modal .modal-content-area .authority-txt input[type="checkbox"]:checked + label:after {
  opacity: 0;
  border: #fff;
}
.modal .modal-content-area .modal-frm-flds ul li.alert {}
.modal .modal-content-area .modal-frm-flds ul li.alert label {
  color: #de350b;
}
.modal .modal-content-area .modal-frm-flds ul li.alert input {
  border: solid 1px #de350b;
}
.modal .modal-content-area .btn-outer {
  padding: 30px 10px;
  text-align: center;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.btn:link, .btn:visited {
  text-decoration: none;
  transition: all .2s;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn.btn-pink {
  background-color: #de350b;
  padding: 20px 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.btn.btn-white {
  background-color: #fff;
  padding: 20px 50px;
  color: #034f4a;
  font-size: 16px;
  font-weight: 700;
}
.btn.btn-white.cur-small {
  padding: 15px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn.btn-green {
  background-color: #de350b;
  padding: 20px 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.btn.btn-green.cur-small {
  padding: 15px 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn.btn-pink.btnblk {
  display: block;
}
.btn.btn-pink-border {
  background-color: #fff;
  border: solid 1px #de350b;
  padding: 10px;
  color: #de350b;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
}
.btn.btn-pink-border:hover {
  background-color: #de350b;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}
.bg-light-blue {
  background-color: #e7e5ff;
  margin-top: 2px;
}
.bg-white {
  background-color: #fff;
}
.label-pink {
  background-color: #de350b;
  padding: 3px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
header {
  background-color: #034f4a;
}
nav {
  padding: 10px;
}
nav .company-logo {
  padding: 0 20px;
  float: left;
}
nav .admin-only {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  padding: 8px 0 0 10px;
}
nav .web {
  position: relative;
}
nav .web .nav-menu-mob {
  display: none;
}
nav .web ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
nav .web {
  display: inline-block;
  float: right;
}
nav .web ul li {
  margin: 0 10px 0 0;
  padding: 5px 10px;
  list-style: none;
  float: left;
  position: relative;
}
nav .web ul li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #ffe400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
nav .web ul li a {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  position: relative;
  background-color: transparent;
}
nav .web ul li.active {
  background-color: #ffe400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
}
nav .web ul li:hover a, nav .web ul li.active a {
  color: #000;
}
nav .web ul li:hover:before {
  height: 100%;
}
.query-blk {
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.query-blk span {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.page-view-size {
  padding: 0 10%;
}
.page-view-size.no-padding {
  padding: 0;
}
.hero-lcf-blk {
  padding: 0;
  margin: 0 0 60px 0;
  position: relative;
  background-color: #694BAC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}
.hero-lcf-blk.sml-lcf {
  border-radius: 0px;
  box-shadow: none;
}
.hero-lcf-blk .lcf-frm-blk {
  width: 65%;
  float: right;
  background-color: #fff;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hero-lcf-blk .lcf-frm-blk .mand-flds {
  font-size: 11px;
  text-align: right;
  color: #1a36eb;
  padding: 0 20px 0 0;
}
.hero-lcf-blk.sml-lcf .lcf-frm-blk {
  width: 32%;
  margin: 50px 10% 50px 13%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.hero-lcf-blk .selc-points {
  width: 34%;
  position: absolute;
  left: 10px;
  top: 10px;
}
.hero-lcf-blk .selc-points h3 {
  color: #ffe400;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 40px;
}
.hero-lcf-blk .selc-points ul {
  margin: 0px;
  padding: 0px;
}
.hero-lcf-blk .selc-points ul li {
  margin: 0px;
  padding: 0 40px 25px 40px;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #eee7ff;
  vertical-align: middle;
}
.hero-lcf-blk .selc-points ul li .single-list {}
.hero-lcf-blk .selc-points ul li .single-list .img-1 {
  background: url("../images/loan-sprite.jpg") -91px -17px no-repeat;
  width: 60px;
  height: 60px;
  margin: 0 30px 0 0;
  float: left;
}
.hero-lcf-blk .selc-points ul li .single-list .cont-txt {
  width: calc(100% - 90px);
  color: #fff;
  margin: 20px 0 0 0;
  float: left;
}
.hero-lcf-blk .lcf-frm-blk h1 {
  font-size: 30px;
  font-weight: 700;
  padding: 30px 15px 15px 30px;
}
.hero-lcf-blk .lcf-frm-blk .star-txt {
  font-size: 14px;
  color: #1a36eb;
  margin: 0 1px;
  font-weight: bold;
  margin: 0 20px 0 0;
}
.hero-lcf-blk .lcf-frm-blk .emp-type {
  padding: 10px 15px 15px 30px;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul {
  margin: 0px;
  padding: 0px;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li {
  margin: 0px;
  padding: 0 20px 0 0;
  list-style: none;
  float: left;
  font-size: 14px;
  color: #000;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li.id-txt {
  margin: 6px 0 0 0;
  font-weight: 500;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type {
  margin: 0px;
  padding: 3px 0 5px 0;
  list-style: none;
  position: relative;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  padding: 0px 0 5px 25px;
  margin: 0 auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  pointer-events: auto;
  top: 4px;
  color: #333;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type label span {
  font-size: 12px;
  font-weight: 400;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type:hover label {
  color: #333;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type .check {
  display: block;
  position: absolute;
  border: 2px solid #aaa;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 3px;
  left: 0;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type:hover .check {
  border: 2px solid #333;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type .check::before {
  display: block;
  font-family: robotobold;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type input[type=radio]:checked ~ .check {
  border: 2px solid #de350b;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type input[type=radio]:checked ~ .check::before {
  background: #de350b;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type input[type=radio]:checked ~ label {
  color: #000;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type input[type="radio"]:not(:checked) + label:before, .hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type input[type="radio"]:checked + label:before {
  opacity: 0;
}
.hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type input[type="radio"]:checked + label:after, .hero-lcf-blk .lcf-frm-blk .emp-type ul li .sel-type input[type="checkbox"]:checked + label:after {
  opacity: 0;
}
.hero-lcf-blk .lcf-frm-blk .frm-flds {
  padding: 10px 15px 15px 30px;
}
.hero-lcf-blk .lcf-frm-blk .frm-flds ul {
  margin: 0px;
  padding: 0px;
}
.hero-lcf-blk .lcf-frm-blk .frm-flds ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  box-sizing: border-box;
  width: 31%;
  padding: 0 20px 20px 0;
}
.hero-lcf-blk .lcf-frm-blk .frm-flds ul li label {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  display: block;
  font-weight: 700;
  padding: 0 0 3px 0;
}
.hero-lcf-blk .lcf-frm-blk .frm-flds ul li input {
  width: 100%;
  border: solid 1px #c7c7c7;
  padding: 8px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hero-lcf-blk .lcf-frm-blk .frm-flds ul li.alert {}
.hero-lcf-blk .lcf-frm-blk .frm-flds ul li.alert label, .hero-lcf-blk .lcf-frm-blk .emp-type ul li.alert .sel-type label {
  color: #de350b;
}
.hero-lcf-blk .lcf-frm-blk .frm-flds ul li.alert input {
  border: solid 1px #de350b;
}
.cond-sub-blk {
  padding: 0 80px 20px 20px;
}
.cond-sub-blk .lt-cont {
  float: left;
  width: 60%;
}
.cond-sub-blk .lt-cont .accept-txt {
  padding: 0 0 10px 0;
  font-size: 15px;
  line-height: 26px;
  color: #555;
  position: relative;
}
.cond-sub-blk .lt-cont .accept-txt input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.cond-sub-blk .lt-cont .accept-txt label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 10px 5px 35px;
  margin: 0 auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  pointer-events: auto;
  top: 3px;
  color: #888;
  left: 0px;
}
.cond-sub-blk .lt-cont .accept-txt .check {
  display: block;
  position: absolute;
  border: 1px solid #aaa;
  height: 16px;
  width: 16px;
  top: 10px;
  left: 10px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.cond-sub-blk .lt-cont .accept-txt:hover check {
  border: 1px solid #333;
}
.cond-sub-blk .lt-cont .accept-txt .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: -5px;
  left: 2px;
  font-size: 13px;
  font-weight: bold;
  color: #5bc199;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.cond-sub-blk .lt-cont .accept-txt input[type=checkbox]:checked ~ .check {
  border: 1px solid #5bc199;
}
.cond-sub-blk .lt-cont .accept-txt input[type=checkbox]:checked ~ .check::before {
  content: "\2713";
  font-family: 'flaticon';
}
.cond-sub-blk .lt-cont .accept-txt input[type=checkbox]:checked ~ label {
  color: #5bc199;
}
.cond-sub-blk .lt-cont .accept-txt input[type="checkbox"]:not(:checked) + label:before, .cond-sub-blk .lt-cont .accept-txt input[type="checkbox"]:checked + label:before {
  opacity: 0;
  border: #fff;
}
.cond-sub-blk .lt-cont .accept-txt input[type="checkbox"]:checked + label:before, .cond-sub-blk .lt-cont .accept-txt input[type="checkbox"]:checked + label:before, .cond-sub-blk .lt-cont .accept-txt input[type="checkbox"] + label:hover:before, .cond-sub-blk .lt-cont .accept-txt input[type="radio"] + label:hover:before {
  display: none;
}
.cond-sub-blk .lt-cont .accept-txt input[type="checkbox"]:checked + label:after, .cond-sub-blk .lt-cont .accept-txt ul li input[type="checkbox"]:checked + label:after {
  opacity: 0;
  border: #fff;
}
.new-package-blk-outer .table-outer .btn-outer {
  text-align: center;
  padding: 20px 0 0 0;
}
.cond-sub-blk .rt-cont {
  float: left;
  width: 40%;
  text-align: right;
}
.cond-sub-blk .lt-cont p {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  padding: 10px 20px 20px 0;
}
.hero-lcf-blk.sml-lcf .selc-points {
  width: 45%;
}
.hero-lcf-blk.sml-lcf .lcf-frm-blk .emp-type ul li {
  width: 48%;
}
.hero-lcf-blk.sml-lcf .lcf-frm-blk .emp-type ul li.id-txt {
  width: 100%;
  margin: 6px 0 10px 0;
}
.hero-lcf-blk.sml-lcf .cond-sub-blk {
  padding: 0 40px 20px 20px;
}
.hero-lcf-blk.sml-lcf .cond-sub-blk .lt-cont {
  display: none;
}
.hero-lcf-blk.sml-lcf .lcf-frm-blk .frm-flds ul li {
  width: 100%;
}
.hero-lcf-blk .lcf-frm-blk .frm-flds ul li input {
  padding: 12px 10px;
  height: 50px;
}
.hero-lcf-blk.sml-lcf .rt-cont {
  float: right;
  width: 40%;
  text-align: right;
}
.hero-lcf-blk.sml-lcf .selc-points h3 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  padding: 30px 40px 30px 15%;
}
.hero-lcf-blk.sml-lcf .selc-points ul li {
  padding: 0 0 25px 15%;
}
.main-content-area {
  margin: 40px 0 30px 0;
}
.main-content-area .left-content {
  width: 67%;
  margin: 0 3% 0 0;
  float: left;
}
.main-content-area .left-content h3 {
  font-size: 26px;
  line-height: 34px;
  color: #000;
  padding: 0 20px 20px 0;
  font-weight: 700;
}
.main-content-area .left-content p {
  margin: 0px;
  padding: 0px 20px 30px 0;
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.main-content-area .left-content b {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.main-content-area .right-content {
  width: 30%;
  margin: 0;
  float: left;
}
.main-content-area .right-content .single-blk {
  border: solid 1px #dfdfdf;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.main-content-area .right-content .single-blk h3 {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  padding: 0 20px 20px 20px;
  font-weight: 700;
}
.main-content-area .right-content .single-blk p {
  margin: 0px;
  padding: 0 20px 20px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.admin-download-blk {
  padding: 40px 5%;
}
.admin-download-blk ul {
  margin: 0px;
  padding: 0px;
  float: right;
}
.admin-download-blk ul li {
  margin: 0px;
  padding: 0 5px;
  list-style: none;
  float: left;
  font-size: 14px;
  color: #666;
}
.admin-download-blk ul li a {
  font-size: 14px;
  color: #0066ff;
}
.admin-menu-blk {
  margin: 0 5% 30px 5%;
  background-color: #694BAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.admin-menu-blk .links-outer {
  float: left;
}
.admin-menu-blk .links-outer ul {
  margin: 0px;
  padding: 15px 20px;
}
.admin-menu-blk .links-outer ul li {
  margin: 0px;
  padding: 0 15px 0 0;
  list-style: none;
  float: left;
}
.admin-menu-blk .links-outer ul li a {
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.admin-menu-blk .links-outer ul li a:hover, .admin-menu-blk .links-outer ul li a.active {
  background-color: #fff;
  color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.admin-menu-blk .search-outer {
  position: absolute;
  padding: 10px 15px 0 0;
  right: 0px;
}
.admin-menu-blk .search-outer input[type="text"] {
  width: 200px;
  padding: 3px 10px 3px 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.admin-menu-blk .search-outer .search-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 10px;
  top: 16px;
  background: url("../images/loan-sprite.jpg") -27px -39px;
  z-index: 5;
}
.overall-listing-outer {
  margin: 0 5% 30px 5%;
}
.overall-listing-outer p {
  font-size: 14px;
  line-height: 16px;
  color: #777;
  padding: 15px 0;
}
.overall-listing-outer table tr td {
  padding: 15px 0;
}
.overall-listing-outer table tr td table tr td {
  border: solid 1px #e4e4e4;
  padding: 20px;
}
.overall-listing-outer table tr td table tr td ul {
  margin: 0px;
  padding: 0px;
}
.overall-listing-outer table tr td table tr td ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 20%;
}
.overall-listing-outer table tr td table tr td ul li p {
  display: block;
  padding: 0 15px;
}
.overall-listing-outer table tr td table tr td ul li p span {
  display: block;
  padding: 0 0 5px 0;
}
.overall-listing-outer table tr td table tr td ul li p span.date {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #999;
}
.overall-listing-outer table tr td table tr td ul li p span.det-txt {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #666;
}
.overall-listing-outer table tr td table tr td ul li p span b {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #333;
}
.overall-listing-outer table tr td table tr td ul li .frm-outer {
  padding: 0 15px;
}
.overall-listing-outer table tr td table tr td ul li .frm-outer label {
  font-size: 12px;
  line-height: 14px;
  color: #333;
  display: block;
}
.overall-listing-outer table tr td table tr td ul li .frm-outer input[type="text"] {
  width: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
  border: solid 1px #ccc;
}
.overall-listing-outer table tr td table tr td ul li .frm-outer select {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  height: auto;
  border: solid 1px #ccc;
}
.overall-listing-outer table tr td table tr td ul li .btn-outer {
  padding: 10px 0 0 0;
  text-align: center;
}
.pagination {
  float: right;
  margin: 0 5% 30px 5%;
}
.pagination ul {
  margin: 0px;
  padding: 0px;
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pagination ul li {
  padding: 0;
  border-right: solid 1px #ccc;
  float: left;
}
.pagination ul li:last-child {
  border-right: none;
}
.pagination ul li a {
  font-size: 13px;
  line-height: 16px;
  color: #0066ff;
  display: block;
  padding: 10px 15px;
}
.pagination ul li a.active, .pagination ul li a:hover {
  background-color: #eae0ff;
  color: #212121;
}
.pagination ul li a.noactive {
  color: #999;
}
.login-blk {
  margin: 100px auto;
  width: 400px;
  padding: 30px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login-blk .mand-flds {
  font-size: 11px;
  text-align: right;
  color: #de350b;
}
.login-blk h1 {
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
  padding: 0 0 20px 0;
}
.login-blk .star-txt {
  font-size: 14px;
  color: #de350b;
  margin: 0 1px;
  font-weight: bold;
}
.login-blk .login-frm-flds {
  padding: 0;
}
.login-blk .login-frm-flds .login-blk .login-frm-flds ul {
  margin: 0px;
  padding: 0px;
}
.login-blk .login-frm-flds ul li {
  margin: 0px;
  padding: 0 0 30px 0;
  list-style: none;
  float: none;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
}
.login-blk .login-frm-flds ul li label {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  display: block;
  font-weight: 700;
  padding: 0 0 3px 0;
}
.login-blk .login-frm-flds ul li input {
  width: 100%;
  border: solid 1px #c7c7c7;
  padding: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login-blk .login-frm-flds .forget-pass {}
.login-blk .login-frm-flds .forget-pass a {
  font-size: 16px;
  color: #0066ff;
}
.login-blk .login-frm-flds .btn-outer {
  margin: 40px 0 20px 0;
}
.login-blk .login-frm-flds ul li.alert {}
.login-blk .login-frm-flds ul li.alert label {
  color: #de350b;
}
.login-blk .login-frm-flds ul li.alert input {
  border: solid 1px #de350b;
}
.home-hero-top-blk {
  background: url('../images/hero-blk-back.jpg') center center;
  background-size: cover;
  padding: 30px 10% 70px 10%;
}
.home-hero-top-blk .h1-outer {}
.home-hero-top-blk .h1-outer .lt-title {
  width: 80%;
  float: left;
}
.home-hero-top-blk .h1-outer .lt-title h1 {
  font-size: 30px;
  line-height: 46px;
  color: #034f4a;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.home-hero-top-blk .h1-outer .lt-title h1 span {
  color: #de350b;
}
.home-hero-top-blk .h1-outer .rt-query {
  width: 20%;
  float: right;
  text-align: right;
}
.home-hero-top-blk .h1-outer .rt-query p {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-weight: 800;
  padding: 0 0 5px 0;
  letter-spacing: 1px;
}
.home-hero-top-blk .h1-outer .rt-query span {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  font-weight: normal;
  padding: 0 0 5px 0;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}
.available-serv-offer {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 40px 0 0 0;
  position: relative;
}
.available-serv-offer .ser-com-title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #034f4a;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.16);
  font-weight: 800;
  letter-spacing: 0.5px;
}
.available-serv-offer ul {
  margin: 20px 0 0 0;
  padding: 0px;
}
.available-serv-offer ul li {
  margin: 0px;
  padding: 15px 0;
  list-style: none;
  float: left;
  box-sizing: border-box;
  float: left;
  width: 20%;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}
.available-serv-offer ul li:nth-child(5), .available-serv-offer ul li:nth-child(10) {
  border-right: solid 1px #fff;
}
.available-serv-offer ul li .img-outer {
  text-align: center;
  margin: auto;
}
.available-serv-offer ul li .img-outer:hover h2 {
  font-weight: bold;
  color: #034f4a;
}
.available-serv-offer ul li .img-outer .our-serv {
  width: 70px;
  height: 65px;
  background: url("../images/loan-sprite.jpg");
  margin: auto;
  text-align: center;
  display: block;
}
.available-serv-offer ul li .img-outer .our-serv.per-loan {
  background-position: -23px -86px;
}
.available-serv-offer ul li .img-outer .our-serv.busi-loan {
  background-position: -93px -89px;
}
.available-serv-offer ul li .img-outer .our-serv.home-loan {
  background-position: -166px -89px;
}
.available-serv-offer ul li .img-outer .our-serv.prop-loan {
  background-position: -237px -86px;
}
.available-serv-offer ul li .img-outer .our-serv.cre-card-loan {
  background-position: -305px -82px;
}
.available-serv-offer ul li .img-outer .our-serv.med-ins {
  background-position: 76px -152px;
}
.available-serv-offer ul li .img-outer .our-serv.car-ins {
  background-position: -174px -158px;
}
.available-serv-offer ul li .img-outer .our-serv.life-ins {
  background-position: 150px -152px;
}
.available-serv-offer ul li .img-outer .our-serv.two-whe-ins {
  background-position: -104px -155px;
}
.available-serv-offer ul li .img-outer .our-serv.car-loan {
  background-position: -31px -152px;
}
.available-serv-offer ul li h2 {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
  text-align: center;
  margin: 15px auto;
}
.available-serv-offer ul li h2 a {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
}
.page-view-size .offer-high-outer {
  margin: 30px 0;
  border-bottom: solid 1px #e4e4e4;
  display: none;
}
.marketer-img1 {
  margin: auto;
  max-width: 80px;
}
.ba-bs1 {
  margin: auto;
  max-width: 60px;
}
.busi-loan1 {
  margin: auto;
  max-width: 60px;
}
.page-view-size .offer-high-outer .title-outer {
  padding: 0px;
  margin: 0;
}
.page-view-size .offer-high-outer .title-outer .green-txt {
  font-size: 20px;
  line-height: 26px;
  color: #de350b;
  padding: 0;
  text-transform: uppercase;
  font-weight: 800;
}
.page-view-size .offer-high-outer .title-outer .loan-menu {}
.page-view-size .offer-high-outer .title-outer .loan-menu ul {
  margin: 0px;
  padding: 0px;
}
.page-view-size .offer-high-outer .title-outer .loan-menu ul .offer-txt {
  font-size: 30px;
  line-height: 34px;
  color: #000;
  float: left;
  font-weight: 700;
  padding: 10px 50px 0 0;
}
.page-view-size .offer-high-outer .title-outer .loan-menu ul li {
  margin: 0px;
  padding: 0px;
  float: left;
  position: relative;
}
.page-view-size .offer-high-outer .title-outer .loan-menu ul li a {
  display: block;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 700;
}
.page-view-size .offer-high-outer .title-outer .loan-menu ul li .bot-line {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #034f4a;
  left: 0px;
  bottom: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-top left: 5px;
  -moz-border-radius-top right: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: none;
}
.page-view-size .offer-high-outer .title-outer .loan-menu ul li:hover .bot-line, .page-view-size .offer-high-outer .title-outer .loan-menu ul li.active .bot-line {
  display: block;
}
.bank-loan-outer {
  margin: 40px 0;
}
.bank-loan-outer .item {
  float: left;
  margin: 0 0 0 20px;
  padding: 15px 20px;
  border: solid 1px #e4e4e4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bank-loan-outer .item .single-blk {}
.bank-loan-outer .item .single-blk .img-outer {
  float: left;
  width: 130px;
  height: 95px;
}
.bank-loan-outer .item .single-blk .cont-right {
  width: calc(100% - 140px);
  float: left;
}
.bank-loan-outer .item .single-blk .cont-right .title-txt {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 800;
  padding: 5px 0;
}
.bank-loan-outer .item .single-blk .cont-right .title-txt a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 800;
}
.bank-loan-outer .item .single-blk .cont-right p {
  font-size: 12px;
  line-height: 16px;
  color: #666;
  padding: 0 0 5px 0;
}
.bank-loan-outer .item .single-blk .cont-right .orange-txt {
  font-size: 18px;
  line-height: 24px;
  color: #ed600b;
  font-weight: 700;
}
.bank-loan-outer .item .single-blk .btn-link-outer {
  padding: 10px 0 0 0;
}
.bank-loan-outer .item .single-blk .btn-link-outer .lt-txt {
  float: left;
  font-size: 11px;
  line-height: 13px;
  color: #666;
  margin: 5px 5px 0 0;
}
.bank-loan-outer .item .single-blk .btn-link-outer .rt-link {
  float: right;
  font-size: 15px;
  line-height: 18px;
  color: #034f4a;
  margin: 0 0 0 10px;
  text-align: right;
}
.bank-loan-outer .item .single-blk .btn-link-outer .rt-link a {
  font-size: 15px;
  line-height: 18px;
  color: #034f4a;
  font-weight: 800;
}
.page-view-size .why-us-blk {
  padding: 30px 0;
}
.page-view-size .why-us-blk .green-txt {
  font-size: 20px;
  line-height: 26px;
  color: #de350b;
  padding: 0;
  font-weight: 800;
  text-transform: uppercase;
}
.page-view-size .why-us-blk .title-txt {
  padding: 0 0 40px 0;
}
.page-view-size .why-us-blk .title-txt b {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-weight: 800;
  letter-spacing: 0.5px;
  display: block;
}
.page-view-size .why-us-blk .title-txt b span {
  font-weight: 400;
  display: inline-block;
}
.page-view-size .why-us-blk .title-txt span {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: block;
}
.page-view-size .why-us-blk ul {
  margin: 0px;
  padding: 0px;
}
.page-view-size .why-us-blk ul li {
  margin: 0 2% 0 0;
  padding: 0px;
  list-style: none;
  float: left;
  width: 31%;
  background-color: #f1f5fe;
}
.page-view-size .why-us-blk ul li:last-child {
  margin: 0;
  width: 33%;
}
.page-view-size .why-us-blk ul li.bot-bor-blue {
  border-bottom: solid 5px #034f4a;
}
.page-view-size .why-us-blk ul li.bot-bor-green {
  border-bottom: solid 5px #de350b;
}
.page-view-size .why-us-blk ul li.bot-bor-pink {
  border-bottom: solid 5px #e8b910;
}
.page-view-size .why-us-blk ul li .img-outer {
  padding: 15px 20px;
}
.page-view-size .why-us-blk ul li .img-outer .marketer-img, .page-view-size .why-us-blk ul li .img-outer .support-img, .page-view-size .why-us-blk ul li .img-outer .approval-img {
  width: 50px;
  height: 50px;
}
.page-view-size .why-us-blk ul li .img-outer .marketer-img {
  background: url("../images/loan-sprite.jpg") -125px -235px;
}
.page-view-size .why-us-blk ul li .img-outer .support-img {
  background: url("../images/loan-sprite.jpg") -125px -292px;
}
.page-view-size .why-us-blk ul li .img-outer .approval-img {
  background: url("../images/loan-sprite.jpg") -125px -342px;
}
.page-view-size .why-us-blk ul li h3 {
  font-size: 23px;
  line-height: 34px;
  color: #000;
  padding: 0 20px 2px 20px;
  font-weight: 700;
}
.page-view-size .why-us-blk ul li p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  padding: 0 20px 40px 20px;
  font-weight: 600;
  min-height: 140px;
}
.page-view-size .loan-promo-blk {
  background-color: #034f4a;
  text-align: center;
  padding: 40px 0;
  margin: 30px 0;
}
.page-view-size .loan-promo-blk p {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 0 0 15px 0;
  letter-spacing: 0.5px;
}
.page-view-size .loan-promo-blk .main-txt {
  font-size: 42px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  padding: 0 0 15px 0;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.page-view-size .loan-promo-blk .btn-blk {
  text-align: center;
  padding: 20px 0;
}
.about-us-blk {
  margin: 30px 0;
}
.about-us-blk .lt-blk {
  width: 40%;
  margin: 0 0 0 10%;
  float: left;
}
.about-us-blk .lt-blk .green-txt {
  font-size: 20px;
  line-height: 26px;
  color: #de350b;
  padding: 30px 0;
  font-weight: 800;
  text-transform: uppercase;
}
.about-us-blk .lt-blk .title-txt {
  font-size: 34px;
  line-height: 42px;
  color: #000;
  padding: 0 30px 30px 0;
  font-weight: 700;
}
.about-us-blk .lt-blk p {
  font-size: 15px;
  line-height: 26px;
  color: #000;
  padding: 10px 30px 30px 0;
  font-weight: 600;
}
.about-us-blk .lt-blk .phone-number-outer {
  font-size: 20px;
  line-height: 24px;
  color: #034f4a;
  font-weight: 700;
  padding: 30px 30px 30px 0;
}
.about-us-blk .lt-blk .phone-number-outer a {
  font-size: 20px;
  line-height: 24px;
  color: #034f4a;
  font-weight: 700;
}
.about-us-blk .rt-blk {
  background-color: #f0f9f2;
  width: 50%;
  padding: 0 10% 50px 0;
  float: left;
}
.about-us-blk .rt-blk .title-main {
  font-size: 20px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  padding: 50px 30px 20px 30px;
}
.about-us-blk .rt-blk p {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  padding: 0 30px 30px 30px;
}
.about-us-blk .rt-blk .btn-outer {
  padding: 30px 0 30px 30px;
}
.page-view-size .best-serv-blk {
  margin: 30px 0;
  background-color: #f1f5fe;
}
.page-view-size .best-serv-blk .lt-blk {
  width: 35%;
  float: left;
}
.page-view-size .best-serv-blk .lt-blk .label-outer {
  padding: 70px 30px 30px 30px;
}
.page-view-size .best-serv-blk .lt-blk .title-txt {
  font-size: 27px;
  line-height: 34px;
  color: #000;
  padding: 0 30px 9px 30px;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.page-view-size .best-serv-blk .lt-blk p {
  padding: 30px;
  font-size: 15px;
  line-height: 28px;
  color: #666;
}
.page-view-size .best-serv-blk .rt-blk {
  width: 65%;
  float: left;
}
.page-view-size .best-serv-blk .rt-blk ul {
  padding: 0px;
  margin: 0px;
}
.page-view-size .best-serv-blk .rt-blk ul li {
  padding: 50px 0;
  margin: 0px;
  list-style: none;
  float: left;
  width: 50%;
  background-color: #034f4a;
}
.page-view-size .best-serv-blk .rt-blk ul li:nth-child(2) {
  background-color: #de350b;
}
.page-view-size .best-serv-blk .rt-blk ul li:nth-child(3) {
  background-color: #f5a140;
}
.page-view-size .best-serv-blk .rt-blk ul li .img-outer {
  padding: 15px 20px;
  margin: auto;
  text-align: center;
}
.page-view-size .best-serv-blk .rt-blk ul li .client-count {
  margin: 20px 0;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin: auto;
}
.page-view-size .best-serv-blk .rt-blk ul li p {
  margin: 20px 0;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page-view-size .testimonial-outer {
  margin: 30px 0;
}
.page-view-size .testimonial-outer .green-txt {
  font-size: 20px;
  line-height: 26px;
  color: #de350b;
  padding: 0 0 20px 0;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
}
.page-view-size .testimonial-outer .title-txt {
  font-size: 34px;
  line-height: 44px;
  color: #000;
  text-align: center;
  padding: 0 0 40px 0;
  font-weight: 900;
}
.page-view-size .testimonial-outer .testimonial-user {
  margin: 40px 0 20px 0;
}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll {}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul {
  margin: 0px;
  padding: 0px;
}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li {
  margin: 0 1% 0 1%;
  background: #fff;
  padding: 0px;
  list-style: none;
  float: left;
  width: 31%;
  border: solid 1px #e4e4e4;
  position: relative;
}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li .user-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  overflow: hidden;
}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li .user-img img {
  width: 100px;
  height: 100px;
}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li .user-name {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 70px 30px 20px 15px;
  text-align: center;
}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li p {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  padding: 0 30px 10px 30px;
  text-align: center;
  font-weight: 500;
  min-height: 150px;
}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li .soc-med-blk {
  text-align: center;
  margin: 0 auto 30px 0;
}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li .soc-med-blk .icons-outer {
  margin: 5px;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li .soc-med-blk .icons-outer.facebook {
  background: url("../images/loan-sprite.jpg") -256px -254px;
}
.icons-outer.twitter {
  background: url("../images/loan-sprite.jpg") -290px -254px;
}
.icons-outer.instagram {
  background: url("../images/loan-sprite.jpg") -324px -254px;
}
.page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li .soc-med-blk .icons-outer a {
  width: 14px;
  height: 14px;
  display: block;
}
@media only screen and (max-width: 325px) {
  .admin-download-blk ul li, .admin-download-blk ul li a {
    font-size: 12px;
  }
  .pagination ul li a {
    font-size: 12px;
    padding: 10px;
  }
}
@media (min-width: 330px) and (max-width: 413px) {
  .available-serv-offer .ser-com-title { /*left:6% !important;*/
  }
}
@media (min-width: 414px) and (max-width: 766px) {}
@media (max-width: 768px) {
  .bottom-footer-social {
    float: inherit !important;
    margin: 0 auto;
    text-align: center;
    width: 230px;
    margin-top: 30px;
  }
  .bottom-footer {
    text-align: center;
  }
  .bg-light-blue {
    margin-top: 60px;
  }
  .container.nopad {
    padding: 0px;
  }
  nav {
    padding: 10px 0px;
  }
  nav .web {
    float: right;
    padding: 6px 0 0 0;
  }
  nav .web .nav-menu-mob-open {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/loan-sprite.jpg") -30px -15px;
  }
  nav .web .nav-menu-mob-close {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/loan-sprite.jpg") -62px -16px;
  }
  nav .company-logo {
    padding: 0px;
  }
  nav .web .nav-menu-mob-open a, nav .web .nav-menu-mob-close a {
    display: block;
    width: 20px;
    height: 20px;
  }
  nav .web ul {
    display: none;
    width: 170px;
    position: absolute;
    right: -25px;
    top: 41px;
    background-color: #034f4a;
    padding: 10px 0;
    z-index: 100;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s ease-out;
  }
  nav .web ul li:hover, nav .web ul li.active {
    background-color: transparent;
  }
  nav .web ul li:hover, nav .web ul li.active a {
    color: #fff;
  }
  nav .web ul li a {
    display: block;
  }
  nav .web ul li a:hover {
    background-color: #034f4a;
  }
  .query-blk {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0;
  }
  .query-blk span {
    display: block;
    font-size: 12px;
  }
  .page-view-size {
    padding: 0 5%;
  }
  .hero-lcf-blk {
    height: 1130px;
    margin: 0 0 30px 0;
  }
  .hero-lcf-blk.sml-lcf {
    height: 845px;
    margin: 0 0 30px 0;
  }
  .hero-lcf-blk .lcf-frm-blk {
    width: 100%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .hero-lcf-blk.sml-lcf .lcf-frm-blk {
    width: 90%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 20px 5%;
  }
  .hero-lcf-blk .lcf-frm-blk .frm-flds {
    padding: 10px 15px 15px 20px;
  }
  .hero-lcf-blk .lcf-frm-blk h1 {
    font-size: 22px;
    line-height: 24px;
    padding: 15px;
  }
  .hero-lcf-blk .lcf-frm-blk .emp-type {
    padding: 0 15px 5px 20px;
  }
  .hero-lcf-blk .lcf-frm-blk .emp-type ul li.id-txt {
    margin: 6px 0 5px 0;
    width: 100%;
  }
  .hero-lcf-blk .lcf-frm-blk .frm-flds ul li {
    width: 100%;
    padding: 0 5px 10px 0;
  }
  .cond-sub-blk {
    padding: 0 10px 20px 20px;
  }
  .cond-sub-blk .lt-cont {
    float: none;
    width: 100%;
  }
  .cond-sub-blk .lt-cont p {
    padding: 0 20px 20px 0;
  }
  .cond-sub-blk .rt-cont, .hero-lcf-blk.sml-lcf .rt-cont {
    float: left;
    width: 100%;
    text-align: center;
  }
  .hero-lcf-blk .selc-points {
    width: 100%;
    left: 0;
    top: 835px;
  }
  .hero-lcf-blk.sml-lcf .selc-points {
    width: 100%;
    left: 0px;
    top: 395px;
  }
  .hero-lcf-blk .selc-points h3 {
    padding: 20px 0px 0px 20px;
  }
  .hero-lcf-blk.sml-lcf .selc-points h3 {
    padding: 30px 20px 20px 20px;
    font-size: 24px;
    line-height: 26px;
  }
  .hero-lcf-blk .selc-points ul li {
    padding: 0 25px 15px 25px;
  }
  .hero-lcf-blk.sml-lcf .selc-points ul li {
    padding: 0 5% 25px 5%;
  }
  .hero-lcf-blk .selc-points ul li .single-list .cont-txt {
    margin: 5px 0 0 0;
  }
  .main-content-area {
    margin: 20px 0;
  }
  .main-content-area .left-content {
    width: 100%;
    margin: 0;
    float: none;
  }
  .main-content-area .left-content h3 {
    font-size: 20px;
    line-height: 26px;
    padding: 0 10px 10px 0;
  }
  .main-content-area .right-content {
    width: 100%;
  }
  .main-content-area .right-content .single-blk {
    padding: 10px;
  }
  .main-content-area .right-content .single-blk h3 {
    padding: 0 10px 10px 10px;
  }
  .main-content-area .right-content .single-blk p {
    padding: 0 10px 10px 10px;
  }
  .login-blk {
    width: 90%;
    margin: 50px 5%;
  }
  .overall-listing-outer table tr td table tr td ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .overall-listing-outer table tr td {
    padding: 10px 0;
  }
  .overall-listing-outer table tr td table tr td {
    border: solid 1px #ccc;
  }
  .overall-listing-outer p {
    padding: 0 0 5px 0;
  }
  .overall-listing-outer table tr td table tr td ul li p, .overall-listing-outer table tr td table tr td ul li .frm-outer {
    padding: 0 5px;
  }
  .admin-menu-blk {
    display: flex;
    height: 100px;
    overflow: hidden;
  }
  .admin-menu-blk .links-outer {
    float: none;
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height: 120px;
  }
  .admin-menu-blk .links-outer ul {
    display: flex;
  }
  .admin-menu-blk .search-outer {
    right: 0px;
    top: 43px;
    width: 96%;
  }
  .admin-menu-blk .search-outer input[type="text"] {
    width: 100%;
  }
  .admin-menu-blk .links-outer ul li a {
    padding: 5px 8px;
  }
  .home-hero-top-blk {
    padding: 60px 4% 30px 4%;
  }
  .home-hero-top-blk .h1-outer .lt-title {
    width: 100%;
    float: none;
  }
  .home-hero-top-blk .h1-outer .lt-title h1 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 15px 0;
  }
  .home-hero-top-blk .h1-outer .rt-query {
    width: 100%;
    float: none;
    text-align: center;
  }
  .home-hero-top-blk .h1-outer .rt-query p {
    font-size: 16px;
    line-height: 20px;
  }
  .home-hero-top-blk .h1-outer .rt-query span {
    font-size: 12px;
    line-height: 16px;
  }
  .available-serv-offer .ser-com-title {
    width: 90%;
    text-align: center;
  }
  .available-serv-offer ul li {
    width: 50%;
    height: 150px;
    border-bottom: solid 1px #ededed !important;
  }
  .available-serv-offer ul li:nth-child(even) {
    border-right: solid 1px #fff;
  }
  .available-serv-offer ul li:nth-child(5) {
    border-right: solid 1px #ededed;
  }
  .page-view-size .offer-high-outer .title-outer .loan-menu ul .offer-txt {
    float: none;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
    padding: 25px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: -70px -214px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: -14px -214px;
  }
  .bank-loan-outer .item {
    margin: 0 10px;
  }
  .page-view-size .why-us-blk {
    padding: 0px;
  }
  .page-view-size .why-us-blk .green-txt {
    text-align: center;
  }
  .page-view-size .why-us-blk .title-txt {
    padding: 10px 0 20px 0;
  }
  .page-view-size .why-us-blk .title-txt b, .page-view-size .why-us-blk .title-txt b span {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    display: block;
  }
  .page-view-size .why-us-blk .title-txt span {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    display: block;
  }
  .page-view-size .why-us-blk ul li, .page-view-size .why-us-blk ul li:last-child {
    margin: 0 0 15px 0;
    width: 100%;
    float: none;
  }
  .page-view-size .why-us-blk ul li .img-outer {
    text-align: center;
  }
  .page-view-size .why-us-blk ul li .img-outer .images {
    display: inline-block;
  }
  .page-view-size .loan-promo-blk {
    margin: 10px 0;
    padding: 20px 0;
  }
  .page-view-size .loan-promo-blk .btn-blk {
    padding: 10px 0;
  }
  .page-view-size .loan-promo-blk p {
    padding: 0 25px 15px 25px;
  }
  .page-view-size .loan-promo-blk .main-txt {
    font-size: 24px;
    line-height: 28px;
    padding: 0 15px 15px 15px;
  }
  .about-us-blk {
    margin: 20px 5%;
  }
  .about-us-blk .lt-blk {
    width: 100%;
    margin: 0;
    float: none;
  }
  .about-us-blk .lt-blk .green-txt {
    padding: 10px 0;
  }
  .about-us-blk .lt-blk .title-txt {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    padding: 0 0 10px 0;
    font-weight: 700;
  }
  .about-us-blk .lt-blk p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 0 0 10px 0;
    font-weight: 600;
  }
  .about-us-blk .lt-blk .phone-number-outer {
    padding: 10px 0;
  }
  .about-us-blk .rt-blk {
    width: 100%;
    float: none;
    padding: 0px;
    font-size: 18px;
    line-height: 26px;
    margin: 15px 0 0 0;
  }
  .about-us-blk .rt-blk .title-main {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .about-us-blk .rt-blk p {
    padding: 0 15px 15px 15px;
  }
  .about-us-blk .rt-blk .btn-outer {
    padding: 0 0 25px 15px;
  }
  .page-view-size .best-serv-blk {
    margin: 10px 0 20px 0;
  }
  .page-view-size .best-serv-blk .lt-blk {
    width: 100%;
    float: none;
  }
  .page-view-size .best-serv-blk .lt-blk .label-outer {
    padding: 25px 0 15px 15px;
  }
  .page-view-size .best-serv-blk .lt-blk .title-txt {
    font-size: 24px;
    line-height: 28px;
    padding: 5px 15px 10px 15px;
  }
  .page-view-size .best-serv-blk .lt-blk p {
    padding: 0 15px 15px 15px;
    font-size: 15px;
    line-height: 24px;
  }
  .page-view-size .best-serv-blk .rt-blk {
    width: 100%;
  }
  .page-view-size .best-serv-blk .rt-blk ul li {
    padding: 20px 0 30px 0;
    height: 220px;
  }
  .page-view-size .testimonial-outer {
    margin: 10px 0 30px 0;
  }
  .page-view-size .testimonial-outer .title-txt {
    font-size: 24px;
    line-height: 32px;
    padding: 0 0 20px 0;
  }
  .page-view-size .testimonial-outer .green-txt {}
  .page-view-size .testimonial-outer .testimonial-user {
    display: flex;
    height: 360px;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  .page-view-size .testimonial-outer .testimonial-user .mobile-scroll {
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height: 370px;
  }
  .page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li {
    width: 300px;
    float: none;
    display: inline-block;
    box-sizing: border-box;
    margin: 55px 20px 0 0;
    border: solid 1px #ccc;
  }
  .page-view-size .testimonial-outer .testimonial-user .mobile-scroll ul li p {
    white-space: pre-wrap;
    height: 110px;
    overflow: hidden;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  nav .web ul li {
    padding: 6px 10px;
  }
  nav .web ul li a {
    font-size: 14px;
  }
  .page-view-size .why-us-blk ul li {
    height: 300px;
  }
  .page-view-size {
    padding: 0 3%;
  }
  .hero-lcf-blk .lcf-frm-blk h1 {
    font-size: 32px;
  }
  .hero-lcf-blk.sml-lcf .lcf-frm-blk {
    margin: 50px 5% 50px 5%;
    width: 42%;
  }
  .hero-lcf-blk.sml-lcf .selc-points {
    width: 48%;
  }
  .hero-lcf-blk.sml-lcf .selc-points h3 {
    padding: 30px 40px 30px 5%;
  }
  .hero-lcf-blk.sml-lcf .selc-points ul li {
    padding: 0 0 25px 5%;
  }
  .hero-lcf-blk .selc-points ul li .single-list .cont-txt {
    margin: 10px 0 0 0;
  }
  .home-hero-top-blk {
    padding: 60px 3% 30px 3%;
  }
  .available-serv-offer .ser-com-title { /*left:33%;*/
  }
  .bank-loan-outer .item .single-blk .img-outer {
    width: 100%;
    float: none;
  }
  .bank-loan-outer .item .single-blk .cont-right {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {}
ul.benifit-list li {
  list-style: circle;
  margin-left: 43px;
  font-size: 16px;
  padding: 6px 10px;
  line-height: 24px;
}
/* footer */
.bottom-footer {
  background-color: #034f4a;
  padding: 55px 0 2px;
  overflow: hidden;
}
.bottom-footer h4 {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  padding-bottom: 10px;
  font-weight: 700;
  margin-bottom: 0;
}
.bottom-footer p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding-top: 0px;
  display: inline-block;
  line-height: 24px;
}
.bottom-footer-social {
  display: flex;
  margin-top: 12px;
}
.bottom-footer-social1 {
  display: block;
  padding: 12px 0;
  margin-top: 20px;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, .1);
}
a.fot-fb, a.fot-twit, a.fot-pin, a.fot-insta, a.fot-you {
  display: inline-block;
  justify-content: center;
  border-radius: 10px;
  align-items: center;
  width: 41px;
  height: 41px;
  margin-right: 5px;
}
a.fot-fb {
  background: #3b5998 url("../images/loan-sprite.jpg") -6px -278px;
}
a.fot-twit {
  background: #55acee url("../images/loan-sprite.jpg") -51px -278px;
}
a.fot-pin {
  background: #cb2027 url("../images/loan-sprite.jpg") -6px -318px;
}
a.fot-insta {
  background: #c32aa3 url("../images/loan-sprite.jpg") -52px -318px;
}
a.fot-you {
  background: #bb0000 url("../images/loan-sprite.jpg") -7px -358px;
}
.ba-bs, .ap-bs, .in-bs, .cl-bs {
  width: 56px;
  height: 56px;
  display: inline-block;
}
.ba-bs {
  background: url("../images/loan-sprite.jpg") -328px -294px;
}
.ap-bs {
  background: url("../images/loan-sprite.jpg") -184px -298px;
}
.in-bs {
  background: url("../images/loan-sprite.jpg") -257px -297px;
}
.cl-bs {
  background: url("../images/loan-sprite.jpg") -184px -235px;
}
.about-text {
  line-height: 24px;
}
.footer-area {
  margin-bottom: 20px;
}
.widget-content ul {
  position: relative;
  display: block;
}
.widget-content ul li {
  position: relative;
  display: block;
  padding-left: 15px;
  margin-bottom: 5px;
}
.widget-content ul li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.icon-bar {
  position: fixed;
  top: 38%;
  z-index: 1000;
  left: 0;
}
.available-serv-offer1 {
  background-color: #fff;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 40px 0 0 0;
  position: relative;
}
.available-serv-offer1 .ser-com-title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #034f4a;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.16);
  font-weight: 800;
  letter-spacing: 0.5px;
}
.available-serv-offer1 ul {
  margin: 20px 0 0 0;
  padding: 0px;
}
.available-serv-offer1 ul li {
  margin: 0px;
  padding: 15px 0;
  list-style: none;
  float: left;
  box-sizing: border-box;
  float: left;
  width: 16%;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
}
.available-serv-offer1 ul li:nth-child(5), .available-serv-offer1 ul li:nth-child(10) {
  border-right: solid 1px #fff;
}
.available-serv-offer1 ul li .img-outer {
  text-align: center;
  margin: auto;
}
.available-serv-offer1 ul li .img-outer:hover h2 {
  font-weight: bold;
  color: #034f4a;
}
.available-serv-offer1 ul li .img-outer .our-serv {
  width: 70px;
  height: 65px;
  background: url("../images/loan-sprite.jpg");
  margin: auto;
  text-align: center;
  display: block;
}
.available-serv-offer1 ul li .img-outer .our-serv.per-loan {
  background-position: -23px -86px;
}
.available-serv-offer1 ul li .img-outer .our-serv.busi-loan {
  background-position: -93px -89px;
}
.available-serv-offer1 ul li .img-outer .our-serv.home-loan {
  background-position: -166px -89px;
}
.available-serv-offer1 ul li .img-outer .our-serv.prop-loan {
  background-position: -237px -86px;
}
.available-serv-offer1 ul li .img-outer .our-serv.cre-card-loan {
  background-position: -305px -82px;
}
.available-serv-offer1 ul li .img-outer .our-serv.med-ins {
  background-position: 76px -152px;
}
.available-serv-offer1 ul li .img-outer .our-serv.car-ins {
  background-position: -174px -158px;
}
.available-serv-offer1 ul li .img-outer .our-serv.life-ins {
  background-position: 150px -152px;
}
.available-serv-offer1 ul li .img-outer .our-serv.two-whe-ins {
  background-position: -104px -155px;
}
.available-serv-offer1 ul li .img-outer .our-serv.car-loan {
  background-position: -31px -152px;
}
.available-serv-offer1 ul li h2 {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
  text-align: center;
  margin: 15px auto;
}
.available-serv-offer1 ul li h2 a {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
}