/* Base */
html { scroll-behavior: smooth; }
body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1rem; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Nanum Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.text-black {
  color: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  border-radius: 0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.form-control {
  height: 43px;
  border-radius: 0;
  font-family: "Nanum Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #0088cc; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0 2em;
  background: #333333; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 4em 0 2em; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #0088cc; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

.caption {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: bold; }

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 25;
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  /*padding: 10px 30px !important;*/
  border-radius: 4px; box-shadow: 0 10px 10px rgb(0 0 0 / 15%); }
  @media (max-width: 767.98px) {
    .site-navbar {
      top: 0; border-radius: 0px; } }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    top: -3px;
    text-transform: uppercase; }
    .site-navbar .site-logo a {
      /*font-size: 20px;*/
      font-weight: 900; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #fff !important; background-color:#0088cc;
      border-radius: 0px;
      display: inline-block; box-shadow: inset 0 0 10px rgb(0 0 0 / 40%); }
    .site-navbar .site-navigation .site-menu .cta {
      margin-left: 0px; }
      .site-navbar .site-navigation .site-menu .cta span {
        padding: 12px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a, .subMenu ul li a {
        color: #000;
        text-decoration: none !important;
        padding: 21px 10px 20px;
        display: inline-block;
        font-size: 15px; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #0088cc; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 30px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 10px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #0088cc;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #0088cc !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; position: relative; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #0088cc; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #0088cc; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }


          .site-navbar .site-navigation .site-menu > li.headIcons > a { padding: 14px 6px; font-size: 20px; }
          .site-navbar .site-navigation .site-menu > li.headIcons > a span::before { position: relative; top: 3px; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 0px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #000000; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #0088cc; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #0088cc; }
    .site-mobile-menu .site-nav-wrap .cta {
      margin-left: 0px; }
      .site-mobile-menu .site-nav-wrap .cta span {
        padding: 12px 20px; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 18px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 0px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 34px; color: #666666; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center; }
  .site-blocks-cover.overlay {
    position: relative; }
    /*.site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }*/
  .site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%; }
  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 700px;
    /*height: calc(100vh);*/ }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover > .container > .row {
    min-height: 500px;
    height: calc(30vh); }
  .site-blocks-cover h1 {
    font-size: 2.4rem;
    font-weight: bold; text-shadow: 4px 4px 0px rgb(0 0 0 / 10%);
    color: #fff; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 2rem; } }
  .site-blocks-cover p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    line-height: 1.5; }

.bg-light {
  background: #ccc; }

.block-13, .slide-one-item {
  position: relative;
  z-index: 1; }
  .block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #495057;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
      .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }
      .block-13 .owl-nav .owl-prev:hover, .block-13 .owl-nav .owl-next:hover, .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
        color: #0088cc; }

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }
  @media (max-width: 991.98px) {
    .slide-one-item.home-slider .owl-nav {
      display: none; } }

.slide-one-item.home-slider .owl-prev {
  left: 10px !important; }

.slide-one-item.home-slider .owl-next {
  right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
      font-size: 25px; } }
  .slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible; }

.slide-one-item .owl-dots {
  text-align: center; }
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px; }
    .slide-one-item .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #dee2e6; }
    .slide-one-item .owl-dots .owl-dot.active span {
      background: #0088cc; }

#date-countdown .countdown-block {
  color: #b3b3b3; }

#date-countdown .label {
  font-size: 40px;
  color: #000; }

.player {
  position: relative; }
  .player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px; }
  .player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase; }

.h-entry img {
  margin-bottom: 30px; }

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px; }

.h-entry h2 {
  font-size: 20px; }

.border-primary {
  position: relative; }
  .border-primary h2 {
    font-weight: 700 !important; }
  .border-primary:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #0088cc; }
  .border-primary.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .border-primary.text-left:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.border-black {
  position: relative; }
  .border-black h2 {
    font-weight: 700 !important; }
  .border-black:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #333333; }
  .border-black.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .border-black.text-left:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center; }
  .testimonial blockquote {
    font-size: 1.5rem;
    font-style: italic; }
  .testimonial figure img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%; }

.person h3 {
  font-size: 18px; }

.custom-pagination a, .custom-pagination span {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #0088cc;
  color: #fff; }

.custom-pagination span {
  background: #e6e6e6;
  color: #000; }

.custom-pagination .more-page {
  background: none; }

.form-search-wrap {
  /*background: rgba(255, 255, 255, 0.3);*/
  background: rgba(255, 255, 255);
  border-radius: 7px;
  padding: 20px; }
  .form-search-wrap .form-control {
    /*border: none;*/ background-color:#e9e9e9; }
    @media (max-width: 1199.98px) {
      .form-search-wrap .form-control {
        height: 55px; } }
  .form-search-wrap .btn {
    padding: 10px 30px; }
    @media (max-width: 1199.98px) {
      .form-search-wrap .btn {
        width: 100% !important;
        display: block; } }

.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 10px;
  border-radius: 7px;
  top: 0;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .popular-category .icon {
    display: block;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    margin-bottom: 10px; }
    .popular-category .icon > span {
      line-height: 0;
      font-size: 45px; }
  .popular-category .caption {
    color: #666666;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease;
    text-transform: none;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: normal; }
  .popular-category .number {
    padding: 2px 20px;
    border-radius: 30px;
    display: inline-block;
    background: #e9ecef;
    color: #000;
    font-size: 14px;
    -webkit-transition: .1s all ease;
    -o-transition: .1s all ease;
    transition: .1s all ease; }
  .popular-category:hover {
    background: #0088cc;
    -webkit-box-shadow: 0 5px 30px -5px rgba(48, 227, 202, 0.5);
    box-shadow: 0 5px 30px -5px rgba(48, 227, 202, 0.5);
    top: -10px; }
    .popular-category:hover .caption {
      color: #fff; }
    .popular-category:hover .icon {
      color: #fff; }
    .popular-category:hover .number {
      background: #03699d;
      color: #fff; }

.listing-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }
  .listing-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4); }
  .listing-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .listing-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .listing-item .listing-item-content {
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    width: 100%; }
    .listing-item .listing-item-content .category {
      font-size: 12px;
      display: inline-block;
      padding: 5px 30px;
      background: #0088cc;
      border-radius: 30px;
      color: #fff; }
    .listing-item .listing-item-content h2 {
      font-size: 20px; }
      .listing-item .listing-item-content h2, .listing-item .listing-item-content h2 a {
        color: #fff; }
    .listing-item .listing-item-content span {
      color: #fff; }
    .listing-item .listing-item-content .address {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px; }
  .listing-item .bookmark {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .listing-item .bookmark span {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .listing-item .bookmark:hover {
      background: #f23a2e; }
      .listing-item .bookmark:hover span {
        color: #fff; }

.accordion-item[aria-expanded="true"] {
  color: #0088cc; }

.listing {
  -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 7px;
  position: relative;
  background: #fff; }
  @media (min-width: 992px) {
    .listing {
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px; } }
  .listing .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px; }
    @media (max-width: 767.98px) {
      .listing .img {
        height: 250px;
        margin-right: 0;
        border-top-right-radius: 7px;
        border-bottom-left-radius: 0px; } }
  .listing .category {
    font-size: 11px;
    display: inline-block;
    padding: 5px 20px;
    background: #e9ecef;
    border-radius: 30px;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold; }
  .listing .lh-content {
    padding: 10px 15px 20px;
    position: relative;
    width: 100%; }
    .listing .lh-content .bookmark, .heartIcon .bookmark {
      position: absolute; color: #ff3c38;
      right: 15px;
      top: 10px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: inline-block;
      background: rgba(0, 0, 0, 0.03);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      font-size: 16px; }
      .listing .lh-content .bookmark span, .heartIcon .bookmark span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .listing .lh-content .bookmark:hover, .heartIcon .bookmark:hover, .listing .lh-content .bookmark.activeIcon, .listing .lh-content .bookmark:visited {
        background: #ff3c38; }
        .listing .lh-content .bookmark:hover span, .heartIcon .bookmark:hover span, .listing .lh-content .bookmark.activeIcon span, .listing .lh-content .bookmark:visited span {
          color: #fff; }
  .listing address, .listing .review {
    font-size: 13px; }
  .listing h3 {
    font-size: 16px !important; }
  .listing.vertical {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block !important; }
    .listing.vertical .img {
      height: 150px;
      margin-right: 0;
      border-top-right-radius: 7px;
      border-bottom-left-radius: 0px; border-bottom: 1px solid #e9ecef; }

.rangeslider.rangeslider--horizontal {
  margin-bottom: 10px;
  height: 7px;
  background: #e9ecef;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .rangeslider.rangeslider--horizontal .rangeslider__fill {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 7px;
    background: #0088cc; }

.rangeslider .rangeslider__handle {
  height: 14px;
  width: 14px;
  top: -3px;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .rangeslider .rangeslider__handle:after {
    background: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid #0088cc;
    border-radius: 50%;
    height: 20px;
    width: 20px; }

.range-output {
  font-weight: bold; }
  .range-output:after {
    content: "Km";
    font-weight: normal; }

.overlap-category {
  z-index: 20;
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin-top: -120px; }
  .overlap-category .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.newsletter h2 {
  color: #fff;
  font-size: 18px; }

.newsletter p {
  color: rgba(255, 255, 255, 0.7); }
  .newsletter p:last-child {
    margin-bottom: 0; }

.newsletter .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  padding-left: 0; }
  .newsletter .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.9);
    font-style: italic; }
  .newsletter .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.9);
    font-style: italic; }
  .newsletter .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.9);
    font-style: italic; }
  .newsletter .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.9);
    font-style: italic; }

.newsletter .btn {
  padding-left: 15px;
  padding-right: 15px; }
  .newsletter .btn:hover {
    color: #fff;
    background: #000; }

.postAd { background: linear-gradient(90deg,#fbbc04 30%,#ea4335 0%) top/100% 34% no-repeat,linear-gradient(90deg,#34a853 50%,#ea4335 0%) top/100% 82% no-repeat,linear-gradient(90deg,#34a853 10%,#4285f4 20%) top/100% 100%;
  border: 0; box-shadow: 0 1px 6px rgb(60 64 67 / 30%); }
.featuredCard { background: linear-gradient(90deg,#fbbc04 4%,#ea4335 0%) top/100% 34% no-repeat,linear-gradient(90deg,#34a853 50%,#ea4335 0%) top/100% 82% no-repeat,linear-gradient(90deg,#34a853 10%,#4285f4 0%) top/100% 100%;
  border: 0; box-shadow: 0 1px 6px rgb(60 64 67 / 30%); }
.featuredCD-Cont { background-color: white; border-radius: 8px; margin:1px 4px; }
.space4 { height: 4px; }

.featuredAds h3 a { color: #000; }
.featuredAds h3 a:hover { color: #0088cc; text-decoration: underline; }
/*.loanTag { background: #e9ecef; margin: 10px -15px; padding: 5px 20px; color: #0088cc; font-size: 18px; }*/
.loanTag { background: #e9ecef; margin: 10px -15px; padding: 5px 15px; font-size: 13px; display: flex; justify-content: space-between; }
/*.askloan { text-align: right; }*/
.applyLn { float: right; background: #484848; color: #fff; font-size: 12px; border-radius: 20px; padding: 3px 10px; margin-top: 2px; }
.applyLn:hover { color: #fff; background: #0088cc; }
.moreBtn { background:#0088cc; color: #fff; border-radius: 4px; padding: 8px 20px; text-align: center; font-size: 14px; }
.moreBtn:hover { background:#484848; color:#fff; }
.redCard .listing { background:#0088cc; }
.redCard .listing p, .redCard.featuredAds h3 a { color:#fff; }
.redCard .moreBtn { background-color: #000; }
.redCard .moreBtn:hover { box-shadow: 0 1px 20px rgb(255 255 255 / 80%);}
.redCard .listing .lh-content .bookmark { background:#f23a2e; }
.redCard .listing .lh-content .bookmark span { color: #fff; }
.redCard .listing .lh-content .bookmark:hover { background: #e9ecef; }
.redCard .listing .lh-content .bookmark:hover span { color: #0088cc; }

.trendTod .loanTag { margin: 10px -15px 10px -25px; padding: 5px 15px 5px 25px }

.testimonials { color: #fff; }
.testimonials .border-primary.text-center:after { background-color:#ccc ; }

.subMenu ul { margin: 0px 0px; min-width: 100%; position: absolute; top: 0px; left: 200px; background:#f1f1f1; padding: 0px; visibility: hidden; opacity: 0; }
.subMenu li:hover > ul { transition-delay: 0s; visibility: visible; opacity: 1; }
.subMenu ul li { list-style: none; }
.subMenu ul li a { padding: 10px 20px; display: block !important; }
.subMenu ul li a:hover { background-color:#0088cc; color: #fff !important; }
.subMenu li a:hover span.icon span { color:#0088cc !important; }

.rightArrow::after { content: ""; display: block; box-sizing: border-box; position: absolute; width: 8px; height: 8px; border-bottom: 1px solid; border-right: 1px solid; transform: rotate(-45deg); right: 15px; top: 20px; }

.caption01 { margin: 0px; }
/*.mCategCar.owl-carousel.owl-drag .owl-item {     width: 140px !important; margin-right: 15px !important; }
.mCategCar.owl-carousel .owl-stage { width: 1000px !important; }*/
.mCategCar { display: none !important; }
.mHidden { visibility: visible; }
.mCategCar.block-13 .owl-nav { width: 100%; bottom: auto; }
.mCategCar.block-13 .owl-nav .owl-next { float: right; right: 20px; }
.mCategCar.block-13 .owl-nav .owl-prev { float: left; left: 20px; }
.mCategCar.block-13 .owl-nav .owl-next, .mCategCar.block-13 .owl-nav .owl-prev { top: -120px; background: #f1f1f1; padding: 5px; }
.mCategCar .popular-category .caption { font-size: 18px; font-weight: bold; }
.mCategCar .popular-category .icon > span { font-size: 60px; }
.mCategCar .icon .flaticon-gold, .mCategCar .icon .flaticon-bikes, .mCategCar .icon .flaticon-startups { width: 60px; height: 60px; }

.mPostad, .mBlock { display: none !important; }
.site-mobile-menu .border-left { border:none !important; }
.site-mobile-menu .site-nav-wrap a, .site-mobile-menu .site-nav-wrap > li > a { padding: 6px 0px; }


@media (max-width: 320px) {
  .btmFloat-nav ul li a { font-size:10px !important; } 
  .btmFloat-nav ul li a:hover { font-weight:normal !important; }
  .subFormCont .row a.nav-link { padding:0.5rem 0rem !important; }
}
@media (max-width: 360px) {
  .subFormCont .row a.nav-link { padding:0.5rem 0.8rem !important; }
}
@media (max-width: 375px) {
  .btmFloat-nav ul li a { padding: 9px 5px !important; }
}
@media (max-width: 398px) {
  .caption01 { font-size:15px !important; }
  /*.flxColm { width: 50% !important; }*/
  .flxColm { width: auto !important; }
}

@media (max-width: 991px) and (min-width: 398px) {
  /*.flxColm { width: 50% !important; }*/
  .flxColm { width: auto !important; }
  .iconSecurity input:is([type="checkbox"], [type="radio"]), 
  .iconPerLoan input:is([type="checkbox"], [type="radio"]), 
  .iconBusiness input:is([type="checkbox"], [type="radio"]), 
  .iconStarupFr input:is([type="checkbox"], [type="radio"]) {
    width: 8em !important; height:8em !important;
  }
}

@media (max-width: 991px) {
  .mCategCar { display: block !important; top: -40px; }
  .mHidden { display: none; }
  .signupPg .form-search-wrap { width: 100% !important; }
}

@media (max-width: 1200px) {
  .site-mobile-menu .site-nav-wrap > li.headApplyBtn { position:inherit !important; width:auto; float:none; }
  .site-mobile-menu .site-nav-wrap > li.headApplyBtn a { position:inherit; background: none; width: auto; height: auto; font-size: 18px !important; bottom: 0px; left: 0px; }
  .mBlock { display: block !important; }
  .mMenulist { display: none !important; }
  /*.mPostad { display: block !important; bottom: 50px !important; }*/
  .site-footer { padding: 4em 0 5em; } 
  .site-mobile-menu .site-nav-wrap > li.login { border-top: 1px solid rgba(14,4,5,.2); margin-top: 10px; }
  .listCards ul { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; }
}
@media (max-width: 600px) { 
  .goldBarIcons { width: 50% !important; }
}
@media (max-width: 768px) { 
  .site-blocks-cover.overlay { padding-top: 30px; }
  .applylnCont .moreBtn { min-width: unset !important; width: auto; }
  .contOut h2 { font-size: 26px; }
  .applylnCont h3 { font-size: 21px; }
  .subFormCont { padding: 15px 10px !important; margin:15px -15px -15px -15px; box-shadow: 0px 0px 10px #d0d0d0; }
}
@media (max-width: 767px) { 
  .startup_businessIcon, .francheseeIcon, .business_loanIcon, .business_shareIcon { display: inline-block !important; text-align: center; width: 47% !important; margin: auto; }
  .vehicleIcons, .carIcon, .bikeIcon, .hvylodvehsIcon { justify-content: left !important; }
  .vehicleIcons .col-25.hvylodvehsIcon { width: 100% !important; }
  .tabs_block { width:100% !important; }
  .site-blocks-cover .tabsMenu h1 { font-size:1rem !important; }
  .prsDtlsfrm .listCards { min-height: 350px !important; }
}
@media (max-width: 1024px) { 
  .applylnPg { background-position: 36% 50px !important; background-color:#0088cc; }
  .site-blocks-cover, .site-blocks-cover > .container > .row { min-height: 300px; }
  .lpsiteblk.site-blocks-cover { min-height: 670px; }
  .subpg-banOut { top: 102px !important; }
  .overlap-category { margin-top: -80px !important; }
  .arrowTop { left: 50% !important; right: auto; margin-left: -12px; }
  .contOut { padding: 15px !important; }
  .applylnCont { padding: 0px !important; }
  .subFormCont { padding: 15px 20px !important; }
  .subFormCont .container { padding: 0px; }
}
@media (min-width: 1024px) {
  .propertyIcons .col-25.constBuildIcon, .vehicleIcons .col-25.hvylodvehsIcon { width: 32%; }
  .propertyIcons .col-25 { width: 22%; }
}

@media (max-width: 1200px) and (min-width: 768px) { 
  .site-blocks-cover.overlay { padding-top: 50px; }
}
@media (max-width: 992px) and (min-width: 600px) { 
  .subFormCont .col-25 { width: 50% !important; }
  .subFormCont .col-75 { width: 50% !important; }
  .subFormCont .goldBarIcons { width: 25% !important; }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .listCards ul li { margin-right: 0px !important; width: 31% !important; padding: 0px 5px !important; }
}
@media (max-width: 992px) and (min-width: 540px) {
  .listCards ul li { margin-right: 0px !important; width: 48% !important; padding: 0px 8px !important; }
}
@media (max-width: 540px) and (min-width: 320px) {
  .listCards ul li { margin-right: 0px !important; width: 100% !important; padding: 0px 10px !important; }
} 
@media (min-width:1200px){.container{max-width:1150px}}

.mPostad{margin:0;padding:0;list-style:none;z-index:8;text-align:center;position:fixed;bottom:24px;left:0;width:100%;display:block;transition-property:bottom;transition-duration:.5s;transition-timing-function:cubic-bezier(0,1,.5,1);}

.listCards ul { padding: 0px; }
.listCards ul li { list-style: none; display: inline-block; margin-right: 35px; width: 250px; padding: 0px; vertical-align:top; }
.listCards .redCard h3 a { color: #fff; }
.listCards .redCard h3 a:hover { text-decoration: underline; color: #fff; }
.listCards h3 a:hover { color: #000; text-decoration: underline; }
/*.listCards .loanTag { padding: 0px; }
.listCards .loanTag .markvlu { background: #2f2f2f; color: #fff; padding: 5px 15px; width: 50%; }
.listCards .loanTag .askloan { background:green; color: #fff; padding: 5px 15px; width: 50%; }*/
.listCards .loanTag { padding: 0px; margin: 10px -30px; color: #fff; position: relative; }
.listCards .loanTag .markvlu { padding: 5px 10px 5px 30px; width: 50%; background-color: #0088cc; text-align:center; }
.listCards .loanTag .askloan { padding: 5px 30px 5px 10px; width: 50%; background-color: #363636; text-align:center; }
.listCards .loanTag .markvlu strong { color:#fff; font-family: DejaVu Sans;}
.listCards .loanTag .askloan strong { color:#eee; font-family: DejaVu Sans;}
/*.listCards .loanTag .markvlu .triangle-topright { width: 0; height: 0;  border-top: 15px solid #0088cc; border-left: 15px solid transparent; position: absolute; bottom: -15px; left: 0px; }
.listCards .loanTag .askloan .triangle-topleft { width: 0; height: 0; border-top: 15px solid #000000; border-right: 15px solid transparent; position: absolute; bottom: -15px; right: 0px; }*/

.listCards .loanTag .markvlu::after, .listCards .loanTag .askloan::after { content: ""; width: 0; height: 0; position: absolute; bottom: -14px; }
.listCards .loanTag .markvlu::after { border-top: 15px solid #03699d; border-left: 15px solid transparent; left: 0px; }
.listCards .loanTag .askloan::after { border-top: 15px solid #000000; border-right: 15px solid transparent; right: 0px; }

.listCards .lh-content p { font-size: 12px; }
.listing.vertical .img { height:250px; }

/*___/// Horizontal Featured Ribbon Styles Start */
.hotDeal { background:url(../images/hotdeal-tag.png) no-repeat top left; width:80px; height:54px; background-size:100%; position: absolute; z-index: 1; top: 10px; left: -10px; }
.hotDealTag {
  width: 94px;
  height: 54px;
  overflow: hidden;
  position: absolute; z-index: 1;
}
.hotDealTag::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 10px solid #0088cc;
}
.hotDealTag span {
  position: absolute;
  display: block;
  width: 168px;
  padding: 5px 0px 5px 48px;
  background: rgb(3 105 157);
  background: linear-gradient(0deg, rgba(3,105,157,1) 30%, rgba(0,136,204,1) 100%);
  color: #fff;
  font: 700 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-align: left;
}

/* top left*/
.hotDealTag.redribbon-top-left {
  top: -10px;
  left: -10px;
}
.hotDealTag.redribbon-top-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent; border-top: inherit;
}
.hotDealTag.redribbon-top-left::after {
  bottom: 0;
  left: -10px;
}
.hotDealTag.redribbon-top-left span {
  right: -30px;
  top: 20px; padding-left: 72px; transform: none;
}
.hotDealTag span .up_thumb_icon { right:auto; left:50px; top:2px; }
/*___/// Horizontal Featured Ribbon Styles End */

/* Featured Ribbon */
.redribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute; z-index: 1;
}
.redribbon::before,
.redribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #0088cc;
}
.redribbon span {
  position: absolute;
  display: block;
  width: 168px;
  padding: 5px 0px 5px 48px;
  background: rgb(253,29,29);
  background: linear-gradient(0deg, rgba(253,29,29,1) 30%, rgba(252,176,69,1) 100%);
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-align: left;
}

/* top left*/
.redribbon-top-left {
  top: -10px;
  left: -10px;
}
.redribbon-top-left::before,
.redribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.redribbon-top-left::before {
  top: 0;
  right: 0;
}
.redribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.redribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.up_thumb_icon { background: transparent url(../images/Icons/up_thumb_icon.svg) 0px 0px; width: 20px; height: 20px; display: block; position: absolute; top: 0px; right: 42px; }

.listCards .featuredtag {
  width: 120px;
  height: 40px;
  background-color: #0088cc;
  position: absolute;
  top: 10px;
  left: -17px;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff; z-index: 1;
}
/*.listCards span.featuredtag:before {
  position: absolute;
  content: '';
  background-color: #0088cc;
  height: 30px;
  width: 17px;
  top: 20px;
  left: 0px;
  border-radius: 10px;
  z-index: -10;
}
.listCards span.featuredtag:after {
    position: absolute;
    content: '';
    background-color: #d70303;
    height: 30px;
    width: 17px;
    top: 30px;
    left: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 20px;
    z-index: -10;
}*/

.gostbtn { display: inline-block; width: 200px; padding: 8px; font-size: 18px; font-weight: bold; color: #2f2f2f; border: 2px solid #2f2f2f; border-radius: 5px; text-align: center; outline: none; text-decoration: none; }
.gostbtn:hover { border-color:#0088cc; color: #0088cc; }

.noMargin { margin: 0px !important; }
.noPadding { padding: 0px !important; }


/*! CSS Used from: Embedded */
figure{display:block;}
figure{margin:1em 40px;}

.rui-1Eu0K{color:rgba(0,47,52,.64);}
.rui-4K4Y7{fill:#002f34;}
.rui-293In{color:#002f34;}
.rui-1gV1x{background-position:50%;background-size:cover;border-radius:50%;margin:0;position:relative;overflow:hidden;}
.rui-u2K6U{margin:0;}
.rui-6BzOY{font-weight:700;}
.rui-2p-vC{font-weight:400;}
.rui-xL1fl{font-size:20px;line-height:24px;}
.rui-2Mm6c{font-size:14px;line-height:20px;}
/*! CSS Used from: Embedded */
._3eWhs ._1WVYV{max-height:90%;overflow-y:scroll;}
/*! CSS Used from: https://www.olx.in/chunks/modern/mobile-myAccount.olx.72b2b63235ad1870ae26.css */
._31Uyz{width:100%;display:inline-flex;align-items:center;padding:0px 0px 20px;box-sizing:border-box;border-bottom: 1px solid rgba(14,4,5,.2);}
._31Uyz ._3FlY4{display:inline-flex;flex-direction:column;text-decoration:none;padding:0 0 0 12px;}
._31Uyz ._3QbOW,._31Uyz ._1Hw5o{margin:0 0 4px;}
._31Uyz ._3Ncd-{text-decoration:none;cursor:pointer;font-size:14px;color:#002f34;text-decoration:underline;}
._31Uyz ._2cLVT{flex:0 0 96px;}
@media only screen and (min-width:1024px){
._31Uyz ._2cLVT{flex:0 0 56px;}
}
.aFrG9,._3sJBe{border-top:1px solid rgba(14,4,5,.2);}
._1F3nk{display:flex;align-items:center;padding:0 16px;text-decoration:none;color:#002f34;height:48px;font-size:16px;}
._1F3nk:hover{background-color:#c8f8f6;}
._1F3nk._2ghCU{display:none;}
._1F3nk ._2zjzp{padding:2px 16px 0 0;}
._1F3nk ._2zjzp.rnPqb{padding:8px 16px 0 0;}
._1F3nk ._2zjzp.rnPqb>svg{height:25px;width:25px;}
@media only screen and (max-width:960px){
._1F3nk._2ghCU{display:flex;}
}

/** 
Mobile Bottom Floating Navigation Buttons....////
**/
.btmFloat-nav { position: fixed; bottom: 0px; left: 0px; right: 0px; background: #fff; z-index: 21; box-shadow: 0 -10px 10px rgb(0 0 0 / 15%); }
.btmFloat-nav ul { margin: 0px auto; padding: 0px 10px; text-align: center; display: flex; justify-content: space-between; }
.btmFloat-nav ul li { list-style: none; }
.btmFloat-nav ul li a { color: black; display: block; line-height: normal; font-size: 11px; text-transform: uppercase; padding:10px 12px; transition: all 0.3s; }
.btmFloat-nav ul li a span { font-size:28px; color: #999999; }
.btmFloat-nav ul li a:hover { color:#0088cc; background-color: #f0f0f0; font-weight: bold; }
.btmFloat-nav ul li a:hover span { /*font-size:30px;*/ color:#0088cc; }
.appLoancir .appLoanIcon { display: block; background: linear-gradient(0deg, rgba(253,29,29,1) 30%, rgba(252,176,69,1) 100%); border-radius: 100%; padding: 15px; border: 6px solid #fff; color: #fff; position: absolute; top: -30px; transition: all 0.3s; /*filter: drop-shadow(0px 0 10px rgba(0, 0, 0, 0.1));*/ }
.appLoancir .appLoantxt { font-size: 11px; position: relative; top: 16px; left: 4px; }
.appLoancir a:hover { background-color: transparent !important; }
.appLoancir a:hover span.appLoantxt { font-size:11px; }
.appLoancir .appLoanIcon:hover { transform: translateY(-5px); filter: drop-shadow(0px -10px 5px rgba(0, 0, 0, 0.3)); background: linear-gradient(0deg, rgba(252,176,69,1) 0%, rgba(253,29,29,1) 100%); }
.applyFltbtn, .headApplyBtn { position: relative; width: 100px; }
.applyFltbtn a, .headApplyBtn a { background: url(../images/apply-loan_btns.png) no-repeat 0px 0px; width: 120px; height: 84px; display: block; position: absolute; bottom: 0px; left: -9px; }
.applyFltbtn a:hover, .headApplyBtn a:hover { background-position: 0px -84px; background-color: transparent !important; }
/** END....//// **/

.headApplyBtn a { background: url(../images/header_apply-loan-btn01.png) no-repeat 0px 0px; width: 122px; height: 83px; bottom:-31px; font-size: 0px !important; }
.headApplyBtn a:hover { background-position: 0px 100%; }

/** Floating Back to Top Button with Smooth Scroll using CSS....////**/
#topScroll { position:fixed; right:10px; bottom:75px; cursor:pointer; width:50px; height:50px; background-color:#333333; text-indent:-9999px; display:none; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px; z-index: 1000; }
#topScroll span { position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent; border-bottom-color:#ffffff; }
#topScroll:hover { background-color:#0088cc; opacity:1; filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; }
/** END....//// **/

.subPg .site-section { padding: 2.5em 0; }
.applylnPg { background-position: 50% 0px; }
.signupPg.logInPg { min-height:100vh; }
.signupPg { min-height:350px; height:auto; background-color:#0088cc; background-position: bottom center !important; }
.formCont input { margin-bottom: 20px; }
.signupPg .form-search-wrap { width: 50%; margin: auto; }
.signupPg .subWrap { padding-top: 120px; padding-bottom: 50px; }
.frmActionBtn { display: flex; justify-content: space-between; }
.formCont .frmActionBtn input { margin-bottom: 0px; width: 48% !important; }
.formCont .frmActionBtn .btn { background-color: #0088cc; font-weight: bold; }
.btn-black { background-color: #202020 !important; color: #ffffff; }
.subpg-banOut { position: relative; top:180px; }
.contOut { padding: 30px; z-index:auto; }

input:is([type="checkbox"], [type="radio"]) {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  background: lightgrey;
  border: 2px solid grey;
  border-radius: 0.3em;
  transition: background-color 300ms, border-color 300ms; position:relative; top:3px; margin-right: 6px;
}
input:is([type="checkbox"], [type="radio"]):hover {
  background: pink;
  border: 2px solid pink;
}
input:is([type="checkbox"], [type="radio"]):focus {
  outline: 2px solid hotpink;
  outline-offset: 2px;
}
input:is([type="checkbox"], [type="radio"]):checked {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='-10 -10 64.56 64.56'%3E%3Cpath d='M23.297 38.74a6.563 6.563 0 0 1-10.16.499L1.308 26.112a5.083 5.083 0 1 1 7.551-6.805l8.369 9.288a.617.617 0 0 0 .956-.047L35.386 5.217a5.083 5.083 0 1 1 8.181 6.032L23.297 38.74z'/%3E%3C/svg%3E"), pink;
  background-repeat: no-repeat;
  border: 2px solid pink;
}
input:is([type="radio"]) {
  border-radius: 50%;
}
.displyFlx { display: flex; justify-content:center; }
.flxColm { width: 25%; text-align: center; }
.SecuritySubCat .flxColm { width:20%; }

/** Apply Loan Form Category Icons CSS Style....////**/

/**__Gold Loan Form Icons__ **/
.goldBarIcons input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/goldbars_icon.svg) no-repeat top left; }
.goldBarIcons input:is([type="checkbox"], [type="radio"]) {   transition: .3s all ease;
  -webkit-appearance: none; width: 45px; height: 45px; background-size: 100%; border: 2px solid #dee2e6; border-radius: 0.3em; transition: background-color 300ms, border-color 300ms; cursor: pointer; }
.goldBarIcons input:is([type="checkbox"], [type="radio"]):focus { outline: 2px solid #0088cc; outline-offset: 2px; }
.goldBarIcons input:is([type="checkbox"], [type="radio"]):checked, .goldBarIcons input:is([type="checkbox"], [type="radio"]):hover { 
  border: 2px solid pink; outline: 2px solid #0088cc; outline-offset: 2px; box-shadow: 0px 0px 20px #0088cc; }
.goldBarIcons input:is([type="radio"]) { border-radius: 50%; }

.goldBarIcons, .constBuildIcon, .landIcon, .plotIcon, .flatIcon { justify-content: left !important; }
.goldBarIcons, .startup_businessIcon, .francheseeIcon, .business_loanIcon, .business_shareIcon, .constBuildIcon, .landIcon, .plotIcon, .flatIcon, .carIcon, .bikeIcon, .hvylodvehsIcon 
{ display:flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.goldBarIcons label { padding: 0px; margin: 0px 0px 0px 6px; font-weight: bold; }

/**__Sub Category Business and Startup Business / Franchesee Form Icons__ **/
.startup_businessIcon input:is([type="checkbox"], [type="radio"]) { background:red url(../images/Icons/startup_businessIcon.png) no-repeat center; }
.francheseeIcon input:is([type="checkbox"], [type="radio"]) { background:#ffb100 url(../images/Icons/franchesee.png) no-repeat 14px 18px; }
.business_loanIcon input:is([type="checkbox"], [type="radio"]) { background:red url(../images/Icons/business-loan.svg) no-repeat center; background-size: 100% !important; }
.business_shareIcon input:is([type="checkbox"], [type="radio"]) { background:red url(../images/Icons/business-share.svg) no-repeat center; background-size: 100% !important; }

.startup_businessIcon input:is([type="checkbox"], [type="radio"]), 
.francheseeIcon input:is([type="checkbox"], [type="radio"]),
.business_loanIcon input:is([type="checkbox"], [type="radio"]),
.business_shareIcon input:is([type="checkbox"], [type="radio"]) {  transition: .3s all ease;
  -webkit-appearance: none; width: 6em; height: 6em; background-size: 70%; border: 2px solid #dee2e6; border-radius: 0.3em; transition: background-color 300ms, border-color 300ms; cursor: pointer; }

.startup_businessIcon input:is([type="checkbox"], [type="radio"]):focus, 
.francheseeIcon input:is([type="checkbox"], [type="radio"]):focus,
.business_loanIcon input:is([type="checkbox"], [type="radio"]):focus,
.business_shareIcon input:is([type="checkbox"], [type="radio"]):focus { outline: 2px solid #0088cc; outline-offset: 2px; }

.startup_businessIcon input:is([type="checkbox"], [type="radio"]):checked, .startup_businessIcon input:is([type="checkbox"], [type="radio"]):hover,
.francheseeIcon input:is([type="checkbox"], [type="radio"]):checked, .francheseeIcon input:is([type="checkbox"], [type="radio"]):hover,
.business_loanIcon input:is([type="checkbox"], [type="radio"]):checked, .business_loanIcon input:is([type="checkbox"], [type="radio"]):hover,
.business_shareIcon input:is([type="checkbox"], [type="radio"]):checked, .business_shareIcon input:is([type="checkbox"], [type="radio"]):hover { 
  border: 2px solid pink; outline: 2px solid #0088cc; outline-offset: 2px; box-shadow: 0px 0px 20px #0088cc; }

.startup_businessIcon input:is([type="radio"]), 
.francheseeIcon input:is([type="radio"]),
.business_loanIcon input:is([type="radio"]),
.business_shareIcon input:is([type="radio"]) { border-radius: 50%; }

/**__Main Category - Security, Personal Loan, Business and Startup Business / Franchesee Icons__ **/
.iconSecurity input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/icons_forms/iconSecurity.png) no-repeat top left; }
.iconPerLoan input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/icons_forms/iconPerLoan.png) no-repeat top left; }
.iconBusiness input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/icons_forms/iconBusiness.png) no-repeat top left; }
.iconStarupFr input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/icons_forms/iconStarupFr.png) no-repeat top left; }

.iconGold input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/gold-red.svg) no-repeat top left; }
.iconProperties input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/iconProperties.png) no-repeat top left; }
.iconVehicles input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/iconVehicles.png) no-repeat top left; }
.iconElectronics input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/iconElectronics.png) no-repeat top left; }
.iconBusinessCat input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/startups-red.svg) no-repeat top left; }
.iconOthers input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/iconOtherloans.png) no-repeat top left; }

.iconSecurity input:is([type="checkbox"], [type="radio"]), 
.iconPerLoan input:is([type="checkbox"], [type="radio"]), 
.iconBusiness input:is([type="checkbox"], [type="radio"]), 
.iconStarupFr input:is([type="checkbox"], [type="radio"]),
.iconGold input:is([type="checkbox"], [type="radio"]),
.iconProperties input:is([type="checkbox"], [type="radio"]),
.iconVehicles input:is([type="checkbox"], [type="radio"]),
.iconElectronics input:is([type="checkbox"], [type="radio"]),
.iconOthers input:is([type="checkbox"], [type="radio"]),
.iconBusinessCat input:is([type="checkbox"], [type="radio"]) {   transition: .3s all ease;
  -webkit-appearance: none; width: 10em; height: 10em; background-size: 100%; border: 2px solid #dee2e6; border-radius: 0.3em; transition: background-color 300ms, border-color 300ms; cursor: pointer; }

.iconSecurity input:is([type="checkbox"], [type="radio"]):focus, 
.iconPerLoan input:is([type="checkbox"], [type="radio"]):focus, 
.iconBusiness input:is([type="checkbox"], [type="radio"]):focus, 
.iconStarupFr input:is([type="checkbox"], [type="radio"]):focus,
.iconGold input:is([type="checkbox"], [type="radio"]):focus, 
.iconProperties input:is([type="checkbox"], [type="radio"]):focus, 
.iconVehicles input:is([type="checkbox"], [type="radio"]):focus, 
.iconElectronics input:is([type="checkbox"], [type="radio"]):focus, 
.iconOthers input:is([type="checkbox"], [type="radio"]):focus, 
.iconBusinessCat input:is([type="checkbox"], [type="radio"]):focus { outline: 2px solid #0088cc; outline-offset: 2px; }

.iconSecurity input:is([type="checkbox"], [type="radio"]):checked, .iconSecurity input:is([type="checkbox"], [type="radio"]):hover,
.iconPerLoan input:is([type="checkbox"], [type="radio"]):checked, .iconPerLoan input:is([type="checkbox"], [type="radio"]):hover,
.iconBusiness input:is([type="checkbox"], [type="radio"]):checked, .iconBusiness input:is([type="checkbox"], [type="radio"]):hover,
.iconStarupFr input:is([type="checkbox"], [type="radio"]):checked, .iconStarupFr input:is([type="checkbox"], [type="radio"]):hover,
.iconGold input:is([type="checkbox"], [type="radio"]):checked, .iconGold input:is([type="checkbox"], [type="radio"]):hover,
.iconProperties input:is([type="checkbox"], [type="radio"]):checked, .iconProperties input:is([type="checkbox"], [type="radio"]):hover,
.iconVehicles input:is([type="checkbox"], [type="radio"]):checked, .iconVehicles input:is([type="checkbox"], [type="radio"]):hover,
.iconElectronics input:is([type="checkbox"], [type="radio"]):checked, .iconElectronics input:is([type="checkbox"], [type="radio"]):hover,
.iconOthers input:is([type="checkbox"], [type="radio"]):checked, .iconOthers input:is([type="checkbox"], [type="radio"]):hover,
.iconBusinessCat input:is([type="checkbox"], [type="radio"]):checked, .iconBusinessCat input:is([type="checkbox"], [type="radio"]):hover
{ border: 2px solid pink; outline: 2px solid #0088cc; outline-offset: 2px; box-shadow: 0px 0px 20px #0088cc; }

.iconSecurity input:is([type="radio"]), 
.iconPerLoan input:is([type="radio"]), 
.iconBusiness input:is([type="radio"]), 
.iconStarupFr input:is([type="radio"]),
.iconGold input:is([type="radio"]),
.iconProperties input:is([type="radio"]),
.iconVehicles input:is([type="radio"]),
.iconElectronics input:is([type="radio"]),
.iconOthers input:is([type="radio"]),
.iconBusinessCat input:is([type="radio"])
{ border-radius: 50%; }

.iconSecurity label:hover, 
.iconPerLoan label:hover, 
.iconBusiness label:hover, 
.iconStarupFr label:hover,
.iconGold label:hover,
.iconProperties label:hover,
.iconVehicles label:hover,
.iconElectronics label:hover,
.iconOthers label:hover,
.iconBusinessCat label:hover { color:#0088cc; }

.iconGold input:is([type="checkbox"], [type="radio"]),
.iconProperties input:is([type="checkbox"], [type="radio"]),
.iconVehicles input:is([type="checkbox"], [type="radio"]),
.iconElectronics input:is([type="checkbox"], [type="radio"]),
.iconOthers input:is([type="checkbox"], [type="radio"]),
.iconBusinessCat input:is([type="checkbox"], [type="radio"]) { width: 7em; height: 7em; background-size: 70px 70px; background-position: center; }

/**__Properties Loan - Constructed Building*, Land*, Plot* and Flat* Form Icons__ **/
.propertyIcons, .vehicleIcons { margin-bottom: 20px; }
.propertyIcons label, .vehicleIcons label { margin-left: 10px; }
/*.propertyIcons .col-25.constBuildIcon, .vehicleIcons .col-25.hvylodvehsIcon { width: 32%; }
.propertyIcons .col-25 { width: 22%; }*/
.vehicleIcons { justify-content: center; }

.constBuildIcon input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/constructed-building_icon.svg) no-repeat center; }
.landIcon input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/land-icon.svg) no-repeat center; background-size: 100% !important; }
.plotIcon input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/plot-icon.png) no-repeat center; }
.flatIcon input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/flat-icon.png) no-repeat center; }

.constBuildIcon input:is([type="checkbox"], [type="radio"]), 
.landIcon input:is([type="checkbox"], [type="radio"]),
.plotIcon input:is([type="checkbox"], [type="radio"]),
.flatIcon input:is([type="checkbox"], [type="radio"]) {  transition: .3s all ease;
  -webkit-appearance: none; width: 5em; height: 5em; background-size: 65%; border: 2px solid #dee2e6; border-radius: 0.3em; transition: background-color 300ms, border-color 300ms; cursor: pointer; }

.constBuildIcon input:is([type="checkbox"], [type="radio"]):focus, 
.landIcon input:is([type="checkbox"], [type="radio"]):focus,
.plotIcon input:is([type="checkbox"], [type="radio"]):focus,
.flatIcon input:is([type="checkbox"], [type="radio"]):focus { outline: 2px solid #0088cc; outline-offset: 2px; }

.constBuildIcon input:is([type="checkbox"], [type="radio"]):checked, .constBuildIcon input:is([type="checkbox"], [type="radio"]):hover,
.landIcon input:is([type="checkbox"], [type="radio"]):checked, .landIcon input:is([type="checkbox"], [type="radio"]):hover,
.plotIcon input:is([type="checkbox"], [type="radio"]):checked, .plotIcon input:is([type="checkbox"], [type="radio"]):hover,
.flatIcon input:is([type="checkbox"], [type="radio"]):checked, .flatIcon input:is([type="checkbox"], [type="radio"]):hover { 
  border: 2px solid pink; outline: 2px solid #0088cc; outline-offset: 2px; box-shadow: 0px 0px 20px #0088cc; }

.constBuildIcon input:is([type="radio"]), 
.landIcon input:is([type="radio"]),
.plotIcon input:is([type="radio"]),
.flatIcon input:is([type="radio"]) { border-radius: 50%; }

/**__Vehicles Loan - Car, Bike and Heavy Load Vehicles Form Icons__ **/
.carIcon input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/car-icon.svg) no-repeat center; }
.bikeIcon input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/motorbike-icon.png) no-repeat center; }
.hvylodvehsIcon input:is([type="checkbox"], [type="radio"]) { background:url(../images/Icons/truck-icon.svg) no-repeat center; }

.carIcon input:is([type="checkbox"], [type="radio"]), 
.bikeIcon input:is([type="checkbox"], [type="radio"]),
.hvylodvehsIcon input:is([type="checkbox"], [type="radio"]) {  transition: .3s all ease;
  -webkit-appearance: none; width: 5em; height: 5em; background-size: 80%; border: 2px solid #dee2e6; border-radius: 0.3em; transition: background-color 300ms, border-color 300ms; cursor: pointer; }

.carIcon input:is([type="checkbox"], [type="radio"]):focus, 
.bikeIcon input:is([type="checkbox"], [type="radio"]):focus,
.hvylodvehsIcon input:is([type="checkbox"], [type="radio"]):focus { outline: 2px solid #0088cc; outline-offset: 2px; }

.carIcon input:is([type="checkbox"], [type="radio"]):checked, .carIcon input:is([type="checkbox"], [type="radio"]):hover,
.bikeIcon input:is([type="checkbox"], [type="radio"]):checked, .bikeIcon input:is([type="checkbox"], [type="radio"]):hover,
.hvylodvehsIcon input:is([type="checkbox"], [type="radio"]):checked, .hvylodvehsIcon input:is([type="checkbox"], [type="radio"]):hover { 
  border: 2px solid pink; outline: 2px solid #0088cc; outline-offset: 2px; box-shadow: 0px 0px 20px #0088cc; }

.carIcon input:is([type="radio"]), 
.bikeIcon input:is([type="radio"]),
.hvylodvehsIcon input:is([type="radio"]) { border-radius: 50%; }
/** END....//// **/

.subFormCont { padding: 30px; background: #fafcfe; border-radius: 10px; border-top: 4px solid #0088cc; position: relative; margin-top: 15px; }
.arrowTop { width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 20px solid #0088cc; position: absolute; top: -23px; left: 129px; }
.iconPerLoanCont .arrowTop { left: 372px; }
.iconBusinessCont .arrowTop { left: auto; right: 380px; }
.iconStarupFrCont .arrowTop { left: auto; right:122px; }
.applylnCont .moreBtn { font-weight: bold; min-width: 100px; }
.applylnCont h3 { margin-top: 20px; }
.subFormCont input[type=text], .subFormCont select, .subFormCont textarea { margin-bottom: 10px; }
.subFormCont .moreBtn { text-transform: uppercase; }
.subFormCont .blackColor { background:#484848; }
.subFormCont .blackColor:hover { background:#0088cc; }
.offerShareInput { display: flex; align-items: baseline; }
.offerShareInput input { margin-right: 10px; }
.offerShareInput .text-primary { font-size: 20px; }
.col-50.offerShareInput { width: 30%; }
.offerShareInput .txtMonths { font-size:14px; }

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8d8d8d;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group>.form-control { margin: 0px !important; }

/*__Login and SignUp Tabs pages Styles__*/
.tabs_block{width:560px;display:block;overflow:hidden;margin:auto;}
.tabs { width:50%; cursor:pointer; padding: 15px 0px; }
.current { display:block; overflow:hidden; background-color: #fff; /*border-bottom: 2px solid #fff; /*background: linear-gradient(0deg, rgba(253,29,29,1) 30%, rgba(252,176,69,1) 100%); box-shadow: 0 5px 10px rgb(0 0 0 / 10%);*/ }
.tabactive{border-bottom:5px solid #f07e7c;color:#272a41;display:block;overflow:hidden;height:77px;}
.tabsMenu { display: flex; justify-content: space-between; width: 100%; background: #000; border-radius: 7px 7px 0px 0px; /*opacity: 0.8;*/ padding: 0px; }
.site-blocks-cover .tabsMenu h1 { font-size:1.2rem; margin:0px; text-transform:uppercase; text-shadow:none; }
.site-blocks-cover .tabsMenu .current h1 { color:#0088cc; }
.site-blocks-cover .tabsMenu .current:first-child { border-radius:7px 0px 0px 0px; }
.site-blocks-cover .tabsMenu .current:last-child { border-radius:0px 7px 0px 0px; }
.signupPg .tabs_block .form-search-wrap { width:100%; margin:auto; border-radius: 0px 0px 7px 7px; }
.btmTxtinfo { font-style: italic; margin-top: 20px; text-align: center; padding: 10px; line-height: 20px; border-radius: 0.25rem; background: #000; opacity: 0.7; font-weight: bold; color: white; text-shadow: 2px 2px 4px rgb(0 0 0 / 80%); }
.btmTxtinfo a { font-size:20px; font-style:normal; }
.btmTxtinfo a span { color: #e8ff00; text-decoration: underline; }
.formTab { -webkit-transition: .3s all ease-in-out; -o-transition: .3s all ease-in-out; transition: .3s all ease-in-out; }
.clear { clear: both; font-size: 0px; }
.frmCatlist .frmsubCatlist { display: flex; flex-wrap: wrap; align-items: center; align-content: space-between; margin-bottom: 15px; background: #f7f7f7; }
.frmCatlist .frmsubCatlist .form-check { margin-right:25px; }
/*.redColor { background-color:#0088cc; }
.blackColor { background-color:black; }*/
/*__//END Login and SignUp Tabs pages Styles__//*/

.btn.btn-primary { background-color:#03699d; border-color:#03699d; }
.site-section h2 { color:#03699d !important; }
.heartIcon { position:absolute; top:4px; right:0px; z-index:1; }

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
  }
  label {
    display: inline-block; line-height: normal;
  }
  input[type=submit] {
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
  }

  .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }
  .col-50 {
    float: left;
    width: 50%;
    margin-top: 6px;
  }
  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .clr{
    clear: both;
  }
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] { width: 100%; margin-top: 0; }
    .nxtPrvrow input[type=submit], .nxtPrvrow input { width:auto !important; }
  }
  @media screen and (max-width: 768px) {
    .frmWraper { width:100% !important; }
    .frmWraper .col-6:first-child { max-width:100% !important; flex:0 0 100% !important; padding:0px; }
    .frmWraper .col-6:last-child { max-width:100% !important; flex:0 0 100% !important; padding:0px; }

    /*.frmWraper .prsDtlsfrm .col-6:first-child { max-width:42% !important; flex:0 0 42% !important; }
    .frmWraper .prsDtlsfrm .col-6:last-child { max-width:55% !important; flex:0 0 55% !important; }*/

    .overlap-category .row.intInbar { margin-left:-20px !important; margin-right:-20px !important; }
    .intInbar input[type="radio"] { width:2em !important; height:2em !important; top:0px; }
    .intInbar .business_loanIcon, .intInbar .business_shareIcon { width:auto !important; margin-bottom: 0px; display: flex !important; }
    .intInbar label { padding:0px !important; margin:0px; }
  }

.frmWraper { width:75%; margin:auto; }
.frmWraper label { cursor:pointer; padding:0px; }
.frmWraper .col-6:first-child, .frmWraper .col-6 { max-width:40%; flex:0 0 40%; }
.frmWraper .col-6:last-child { max-width:60%; flex:0 0 60%; }
.subFormCont h5 { display:none; }
.intInbar { background: #03699d; color: #fff; vertical-align: middle; padding: 10px 20px; justify-content: space-evenly; align-items:center; }
.intInbar input[type="radio"] { width:3em; height:3em; }
.intInbar label { padding:12px 12px 0px 0px; }
/*.subFormCont .row a.nav-link { display:flex; align-items:center; }*/
.loanType { float:right; }
.loanType.TagSale { background-color: #3ea58f; color:#fff; }
.loanType.TagLoan { background-color: #ff4c25; color:#fff; }
.listCards.LnprsnDtls h2 { font-size:24px; padding-bottom:5px; }
.listCards.LnprsnDtls ul li { width:318px; vertical-align:top; }
.btmButtns { justify-content:space-between; position: relative; }
.btmButtns .favIcon, .btmButtns .cartIcon { position: relative !important; right: 0px !important; top: 0px !important; }
.listing .lh-content .bookmark.cartIcon { color:#000; }
.listing .lh-content .bookmark.cartIcon:hover, .listing .lh-content .bookmark.cartIcon.activeIcon { background-color:#000; }
.listing .lh-content .bookmark.cartIcon.activeIcon { color:#fff; }
.prsDtlsfrm .listing { padding:20px 10px 20px; font-size:12px; }
.prsDtlsfrm .listing .row { padding:0px 10px; }
.prsDtlsfrm .listing .row:nth-child(odd) { background-color:#fff; }
.prsDtlsfrm .listing .row:nth-child(even) { background-color:#edf2f5; }
.prsDtlsfrm .listing .col-6 { padding:5px 0px; }
.prsDtlsfrm .listCards { min-height: 530px; }
.nxtPrvrow input { padding:12px 20px; border:none; margin-right:10px; }
.nxtPrvrow input[type=submit] { float: none; }
.nxtPrvbtns {  }
.offrCardinfo label { width:100%; }
.offrCardinfo label strong, .offrCardinfo label span { width:38%; display:inline-block; vertical-align:middle; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.offrCardinfo label span { width:58%; }
.offrCardinfo label.ofrhglfld { background-color: #e8f3f9; padding: 5px 10px; font-size: 14px; border-radius: 50px; text-align: center; line-height: 20px; }
.offrCardinfo label.ofrhglfld strong, .offrCardinfo label.ofrhglfld span { width:auto; }
.frmWraper .prsDtlsfrm .listing .row .col-6.mxWidth { max-width: max-content; flex: 0 0 auto !important; }
.frmWraper .prsDtlsfrm .listing .row .col-6:first-child { max-width:36% !important; flex:0 0 36% !important; }
.frmWraper .prsDtlsfrm .listing .row .col-6:last-child { max-width:55% !important; flex:0 0 55% !important; word-break:break-all; }

/*---///Modal PopUp design styles START\\\...*/ 
.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0;}
.modal-open .modal{overflow-x:hidden;overflow-y:auto;}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;}
.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%);}
.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0);}
.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2));}
.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0;}
.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem;}
.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto;}
.modal-title{margin-bottom:0;line-height:1.5;}
.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem;}
.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;}
.modal-footer>:not(:first-child){margin-left:.25rem;}
.modal-footer>:not(:last-child){margin-right:.25rem;}
@media (min-width:576px){
  .modal-dialog{max-width:500px;margin:1.75rem auto;}
  .modal-dialog-centered{min-height:calc(100% - (1.75rem * 2));}
}
/*---///Modal PopUp design styles END\\\...*/ 

.lftgrptxt span { margin-right: -1px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; } 
.input-group.lftgrptxt>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0px !important; border-bottom-left-radius: 0px !important; }
