@charset "utf-8";

body {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #778191;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 10px 0px;
  color: #0a2759;
  font-weight: 500;
  text-shadow: 2px 2px 6px rgb(0 0 0 / 12%);
}
h1 span,
h2 span,
h3 span{ color: #7b2cbf ;
}
h1 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -1px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
}

h3 {
  font-size: 17px;
  line-height: 28px;
}

h4 {
  font-size: 16px;
  line-height: 1.6;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 15px;
  line-height: 1.6;
  font-weight: 400;
  /* font-size: 16px; */
}

ul li,
ol li {
  line-height: 1.8;
}

a {
  color: #197adc;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #7b2cbf;
}

strong {
  font-weight: 400;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 0px;
  font-size: 21px;
  border-left: 5px solid #7b2cbf;
  color: #414346;
  font-style: italic;
  line-height: 35px;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

blockquote.alignright {
  max-width: 50%;
}

blockquote.alignleft {
  max-width: 50%;
}

p:last-child {
  margin-bottom: 0px;
}

::selection {
  background: #ffecb3;
  color: #333;
}
/*
*,
*::before,
*::after {
  transition: all 0.3s ease-in-out;
} */

.text-highlight {
  color: #ffecb3;
}

.highlight {
  color: #197adc;
}

.listnone {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0;
}

.required {
  color: red;
}

.lead {
  color: #0a2759;
  line-height: 30px;
  font-size: 20px;
}

.text-white {
  color: #fff;
}

.title {
  color: #7b2cbf;
}

.text-bold {
  font-weight: 600;
}

.text-black {
  color: #000000 !important;
}

.text-light {
  color: #a1a4a8 !important;
}

.text-dark {
  color: #414855 !important;
}

.text-default {
  color: #197adc !important;
}

.text-danger {
  color: #df4040 !important;
}

.text-warning {
  color: #ff9700;
}

.text-light-blue {
  color: #cce4ff;
}

.border-primary {
  border-color: #7b2cbf !important;
}

.text-primary {
  color: #7b2cbf !important;
}

.border-default {
  border-color: #197adc !important;
}

.border-top-default {
  border-top: 3px solid #197adc;
}

/*-----------------------------------
Space css class
-----------------------------------*/

/*----------------
margin space
-----------------*/

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb140 {
  margin-bottom: 140px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px ;
}
.mt140 {
  margin-top: 140px;
}

.mr0 {
  margin-right: 0px;
}

.mr10 {
  margin-right: 10px;
}
.mr5 {
  margin-right: 5px;
}

.mr20 {
  margin-right: 10px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

/*----------------
less margin space from top
-----------------*/
.mt-20 {
  margin-top: -20px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-80 {
  margin-top: -80px;
}

/*---------------
Padding space
-----------------*/
.nopadding {
  padding: 0px;
}

.nopr {
  padding-right: 0px;
}

.nopl {
  padding-left: 0px;
}

.pinside10 {
  padding: 10px;
}

.pinside20 {
  padding: 20px;
}

.pinside30 {
  padding: 30px;
}

.pinside40 {
  padding: 40px;
}

.pinside50 {
  padding: 50px;
}

.pinside60 {
  padding: 20px 45px;
}

.pinside80 {
  padding: 80px;
}

.pinside100 {
  padding: 100px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt60 {
  padding-top: 60px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl40 {
  padding-left: 40px;
}

.pdl60 {
  padding-left: 60px;
}

.pdl80 {
  padding-left: 80px;
}

.pdl120 {
  padding-left: 120px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr30 {
  padding-right: 30px;
}

.pdr40 {
  padding-right: 40px;
}

.pdr60 {
  padding-right: 60px;
}

.pdr80 {
  padding-right: 80px;
}

.y {
  padding-top: 220px;
}

/*---------------
Section Space
* Section space help to create top bottom space. 
*
-----------------*/
.section-space20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-space40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-space60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-space80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-space100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-space120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-space140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

/*-----------------------------------------
Background & Block color 
------------------------------------------*/
.bg-light {
  background-color: #fafcfd;
}

.bg-primary {
  background-color: #7b2cbf !important;
  color: #778191;
}

.bg-default {
  background-color: #197adc;
}

.bg-default-light {
  background-color: #ffdced;
}

.bg-white {
  background-color: #fff;
}

.outline {
  border: 1px solid #dee4ee;
}

.small-title {
  font-size: 14px;
  color: #778191;
  font-weight: 500;
}

.big-title {
  font-size: 36px;
  font-weight: 600;
  color: #082f5b;
}

.capital-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.bg-boxshadow {
  -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
  -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
  box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
}

.bg-gradient {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f2b70+0,1f2b70+47,943a9e+100&0.9+0,0.9+100 */
  background: -moz-linear-gradient(
    -45deg,
    rgba(31, 43, 112, 1) 0%,
    rgba(31, 43, 112, 1) 47%,
    rgba(148, 58, 158, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(31, 43, 112, 0.9) 0%,
    rgba(31, 43, 112, 0.9) 47%,
    rgba(148, 58, 158, 0.9) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(31, 43, 112, 0.9) 0%,
    rgba(31, 43, 112, 0.9) 47%,
    rgba(148, 58, 158, 0.9) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f2b70', endColorstr='#e6943a9e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.well-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}

.bg-yellow-light {
  background-color: #fff9e0;
}

.bg-pink {
  background-color: #197adc !important;
}

.bg-dark {
  background-color: #4e5257 !important;
}

.bg-dark-blue {
  background-color: #023975;
}

.bg-light-blue {
  background-color: #7b2cbf;
}

.text-pink {
  color: #197adc;
}

.text-info {
  color: #0099fa !important;
}

.text-success {
  color: #1ca440 !important;
}

.card {
  border: 1px solid #d3dbea;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
}

.card-body {
  padding: 30px;
}

.card-header {
  background-color: #fff;
}

/* Update 16 june 2017*/

/*-----------------------------------------
Buttons
------------------------------------------*/

.btn {
  font-size: 14px;
  border-radius: 2px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 19px 30px;
  font-weight: 600;
}

.btn-secondary {
  background-color: #197adc;
  color: #fff;
  border-color: #197adc;
}

.btn-secondary:hover {
  color: #fff;
    background-color: #e22e2e;
    border-color: #f75d5d;
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
    background-color: #e22e2e;
    border-color: #f75d5d;
  box-shadow: 0 0 0 0.2rem hsla(330, 91%, 54%, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
    background-color: #e22e2e;
    border-color: #f75d5d;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(330, 91%, 54%, 0.5);
}

.btn-primary {
  background-color:#7b2cbf;
  color: #fff;
  border-color: #7b2cbf;
}

.btn-primary:hover {
  color: #fff;
  background-color: #7b2cbf;
  border-color: #7b2cbf;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #7b2cbf;
  border-color: #7b2cbf;
  box-shadow: 0 0 0 0.2rem hsla(212, 69%, 47%, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #7b2cbf;
  border-color: #7b2cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(212, 69%, 47%, 0.5);
}

.btn-outline {
  border: 2px solid #dee4ee;
  color: #9aa9c3;
  background-color: transparent;
  padding: 17px 28px;
}

.btn-outline:hover {
  border: 2px solid #dee4ee;
  color: #6a7a94;
  background-color: #dee4ee;
}

.btn-lg {
  padding: 25px 50px;
  font-size: 18px;
  text-align: center;
}

.btn-sm {
    padding: 13px 22px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
}
.btn-xs {
  padding: 4px 8px;
  font-size: 10px;
}

.btn-link {
  color: #7b2cbf;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 2px solid #7b2cbf;
  display: inline-block;
  text-decoration: none;
}

.btn-link:hover {
  color: #197adc;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 2px solid #197adc;
  text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
  border-color: #197adc;
  box-shadow: none;
  color: #197adc;
}

.btn-link-white {
  color: #fff;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  text-decoration: none;
}

.btn-link-white:hover {
  border-color: #657bf9;
  color: #657bf9;
}

.btn-secondary-link {
  color: #197adc;
  font-weight: 500;
  text-decoration: none;
}

.btn-secondary-link:hover {
  color: #7b2cbf;
}

/*-----------------------------------------
Input Form
------------------------------------------*/

.control-label {
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 600;
}

.form-control {
  width: 100%;
  height: 52px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  margin-bottom: 10px;
  border: 2px solid #e6ecef;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
}

.required {
  color: red;
}

textarea.form-control {
  border-radius: 2px;
  height: auto;
}

select {
  -webkit-appearance: none;
  background-color: #fff;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 2px solid #e6ecef;
  border-radius: 0.25rem;
  margin-right: -1px;
}

/*-----------------------------------------
content
------------------------------------------*/
.content {
  padding-bottom: 100px;
  padding-top: 100px;
}

.wrapper-content {
  margin-top: -40px;
  margin-bottom: 100px;
  position: relative;
}

/*-----------------------------------------
Bullet
------------------------------------------*/
.bullet {
  position: relative;
  padding-left: 20px;
  line-height: 32px;
}

.bullet-arrow-circle-right li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #788192;
  content: "\f35a";
  line-height: 2.5;
}

.bullet-arrow-right li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #747474;
  content: "\f101";
}

.bullet-check-circle li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #7b2cbf;
  content: "\f058";
}

.bullet-check-circle-default li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #10a874;
  content: "\f058";
  padding-right: 4px;
}

/* update 16 june 2017 */
.list-pdf-file li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #ec4e10;
  content: "\f1c1";
  padding-right: 4px;
}

.list-pdf-file li a {
  color: #104b8c;
  text-decoration: underline;
  font-weight: 500;
}

.list-pdf-file li a:hover {
  color: #197adc;
}

/*-----------------------------------------
icon
------------------------------------------*/

.icon-1x {
  font-size: 24px;
}

/* default icon size of font*/
.icon-2x {
  font-size: 48px;
}

.icon-4x {
  font-size: 68px;
}
.icon-6x {
  font-size: 88px;
}

.icon-8x {
  font-size: 108px;
}

.icon-default {
  color: #197adc;
}

.icon-primary {
  color: #7b2cbf;
}

.icon-secondary {
  color: #bcbcbc;
}

.dark-line {
  border-top: 2px solid #2b2e35;
}

/*-------- updated v 1.0.2 -------*/

.fa-default {
  color: #197adc;
}

.fa-success {
  color: #6eb232;
}

/*-----------------------------------------
top bar
------------------------------------------*/
.btn-close {
  position: relative;
}

.btn-close .close {
  position: absolute;
  right: -50px;
  top: 12px;
  padding: 5px 8px;
  background-color: #7f94af;
  text-shadow: none;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}

.header-topbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #7b2cbf;
  font-size: 12px;
  color: #83bcfa;
  font-weight: 500;
  text-transform: uppercase;
}

.top-text {
  padding-left: 20px;
  line-height: 1.6;
}

.top-text a {
  color: #83bcfa;
}

.top-text a:hover {
  color: #fff;
}

.search-nav {
  margin-left: 16px;
}

.search-btn {
  text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px 0px 0px 0px;
    color: #7e93ae;
    background-color: #eff3f8;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
}

.search-area {
  padding: 24px;
}

.header {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
  box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
  -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2);
}

.logo {
  line-height: 4;
}

/*-----------------------------------------
     Slider
------------------------------------------*/

.slider {
  position: relative;
}

.slider-img img {
  position: relative;
  z-index: -1;
  width: 100%;
}

.slider-img {
  background: -moz-linear-gradient(
    top,
    rgba(16, 75, 149, 0.8) 0%,
    rgba(16, 75, 149, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(16, 75, 149, 0.8) 0%,
    rgba(16, 75, 149, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(16, 75, 149, 0.8) 0%,
    rgba(16, 75, 149, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
  position: relative;
}

.slider-captions {
  position: absolute;
  bottom: 200px;
}

.slider-title {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
}

.slider-text {
  color: #fff;
}

.slider .owl-prev {
  position: absolute;
  left: 0px;
  top: 40%;
  left: 20px;
}

.slider .owl-next {
  position: absolute;
  right: 0px;
  top: 40%;
  right: 20px;
}

#slider .owl-next,
#slider .owl-prev {
  background-color: transparent !important;
  border: 2px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#slider .owl-next:hover,
#slider .owl-prev:hover {
  background-color: #fff !important;
  border: 2px solid #fff;
  color: #7b2cbf;
}

#slider .owl-pagination {
  margin: 0px;
  bottom: 40px;
  position: relative;
}

#slider .owl-page span {
  border-radius: 2px;
  width: 98%;
  height: 1px;
  background-color: #fff;
  margin: 0px;
}

#slider .owl-page {
  width: 5%;
}

/*-----------------------------------------
index-1
------------------------------------------*/

.rate-table {
  background-color: #fff;
  border-bottom: 1px solid #dee7f2;
  margin-top: -21px;
}

.loan-rate {
  font-size: 32px;
  color: #414855;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 1;
}

.rate-counter-block {
  border-right: 1px solid #dee7f2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rate-icon {
  float: left;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.rate-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #778191;
}

.cta {
  background-size: cover;
  margin: 0;
  min-height: 410px;
  border: none;
  padding: 87px 0px;
  background: linear-gradient(rgba(16, 75, 149, 0.8), rgba(16, 75, 149, 0.8)),
    rgba(16, 75, 149, 0.8) url(../images/cta-img.jpg) no-repeat center;
}

.testimonial-name-1 {
  color: #7b2cbf;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0px;
}

/*------------------------------------
 index-3 (updated: 16 june 2017)
-------------------------------------*/
.header-transparent {
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: fixed;
  z-index: 9;
  width: 100%;
}

.top-nav-collapse {
  background-color: #7b2cbf;
}

.lender-logo-section {
  margin-top: -20px;
}

.lender-box {
  margin-bottom: 8px;
  margin-top: 8px;
}

.slider-gradient-img img {
  position: relative;
  z-index: -1;
  width: 100%;
}

.slider-gradient-img {
  position: relative;
  background: -moz-linear-gradient(
    -45deg,
    rgba(31, 43, 112, 0.9) 0%,
    rgba(31, 43, 112, 0.9) 47%,
    rgba(148, 58, 158, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(31, 43, 112, 0.9) 0%,
    rgba(31, 43, 112, 0.9) 47%,
    rgba(148, 58, 158, 0.9) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(25, 46, 167, 0.9) 0%,
    rgba(24, 40, 134, 0.9) 47%,
    rgba(148, 58, 158, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61f2b70', endColorstr='#e6943a9e', GradientType=1);
}

.service-block-v3 {
  background-color: #fff;
  padding: 40px 0px 0px 0px;
  text-align: center;
  margin-bottom: 30px;
}

.service-block-v3 .service-content {
  padding: 5px 30px;
}

.service-block-v3 .service-title {
  margin-bottom: 20px;
  line-height: 24px;
}

.service-rate-block {
  margin-bottom: 30px;
}

.service-rate-block .product-rate {
  color: #197adc;
  margin-bottom: 6px;
  font-size: 18px;
}

.rate-text {
  font-size: 12px;
}

.customer-block {
  background-color: #fff;
  padding: 30px;
}

.customer-img {
  position: relative;
  margin-bottom: 30px;
}

.customer-text {
  color: #0a2759;
  font-size: 21px;
  margin-bottom: 30px;
  font-family: "Merriweather", serif;
  letter-spacing: -1px;
  font-style: italic;
  line-height: 36px;
  font-weight: normal;
}

.customer-name {
  font-size: 14px;
  font-weight: 600;
  color: #197adc;
}

.customer-quote-circle {
  background-color: #197adc;
  border-radius: 100%;
  padding: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 30px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.how-it-block {
    background-color: #fff;
    padding: 22px;
    min-height: 220px;
    border: 1px solid #eee;
}

.how-it-no {
  font-size: 76px;
  line-height: 86px;
  color: #7b2cbf;
}

/*------------------------------------
 index-4 Students Home page
-------------------------------------*/

.students-slider-img img {
  width: 100%;
}

.fee-charges-table .list-group-item.active {
  z-index: 2;
  color: #414855;
  background-color: #eff4f9;
  border-color: #ccd8e5;
}

.fee-charges-table .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #d1deeb;
}

.education-rate-box {
  background-color: #eff4f9;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.education-rate-number {
  font-size: 32px;
  margin-bottom: 0px;
}

/*------------------------------------
 index-5 Business Loan Home Page
-------------------------------------*/
.business-loan-products {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #dee4ee;
  text-align: center;
  margin-bottom: 30px;
}

.loan-products-icon {
  margin-bottom: 20px;
}

.about-img {
  position: relative;
}

.business-request-form {
  margin-bottom: -180px;
}

.business-request-form h3 {
  margin-bottom: 30px;
}

.business-request-form .form-group {
  margin-bottom: 0px;
}

.lender-block {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #dee4ee;
  border-radius: 4px;
  text-align: center;
}

.rate-badge {
  background: #104b8c;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

/*------------------------------------
 index-6 Lead Genrator
-------------------------------------*/

.lead-hero-wrapper {
  background: url(../images/lead-hero-img.jpg) no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lead-hero-caption {
  color: #fff;
  padding-top: 50px;
  margin-bottom: 20px;
}

.rating-list {
  color: #f99d31;
  margin-top: 25px;
  font-size: 14px;
}

.lead-hero-title {
  font-size: 48px;
  color: #fff;
  line-height: 58px;
}

.lead-calculator {
  background: #7b2cbf;
  color: #fff;
  border-radius: 6px;
}

.lead-calculator .ui-widget.ui-widget-content {
  border: 1px solid #064489;
}

.lead-calculator .ui-widget-header {
  border: 1px solid #61a6f2;
  background: #61a6f2;
}

.lead-calculator .ui-widget-content {
  border: 1px solid #61a6f2;
  background: #61a6f2;
}

.lead-cal-small-text {
  font-size: 12px;
  color: #70adf0;
}

.pink-circle.circle {
  background-color: transparent;
  width: 60px;
  height: 60px;
  border: 2px solid #197adc;
  border-radius: 100px;
  color: #197adc;
  text-align: center;
  padding: 10px;
  margin: 0px auto 30px auto;
  line-height: 1.7;
  display: inline-block;
}

.highlight-outline {
  border-radius: 2px;
}

.highlight-outline.outline:hover {
  border-color: #7b2cbf;
  -webkit-box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 9px 2px rgba(0, 0, 0, 0.2);
}

.counter-wrapper {
  background: url(../images/counter-wrapper.jpg) no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.counter-block {
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}

.counter {
  display: inline-block;
  font-size: 46px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.lead-testimonial .customer-quote-circle {
  position: initial;
  margin-bottom: 20px;
}

.lead-testimonial .testimonial-text {
  font-size: 18px;
  font-style: italic;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
}

.about-lead-text {
  font-size: 19px;
  line-height: 30px;
}

.loan-block {
  background-color: #286ab3;
  padding: 40px 50px;
  color: #b0ceef;
  text-align: center;
  margin-bottom: 30px;
}

.loan-icon {
  margin-bottom: 30px;
}

.lead-calculator .slider .ui-widget-content .ui-state-default {
  background-color: #197adc !important;
  border-radius: 100%;
}

.percentage-text {
  position: relative;
  bottom: 28px;
  left: 32px;
}

.counter-small-text {
  font-size: 48px;
  font-weight: 600;
  margin-left: 10px;
  color: #fff;
}

/*------------------------------------
 index-7 homepage tab (11 June, 2018)
-------------------------------------*/

.nav-call-info {
  padding-top: 17px;
}

.header-regular .logo {
  line-height: 3.3;
}

.hero-section {
  background: url(../images/hero-img-1.jpg) no-repeat;
  background-size: cover;
  background-position-x: center;
}

.hero-tab-block {
}

.hero-tab-block .st-tabs .nav-link {
  padding:14px 0px 7px 0px;
  text-align: center;
  margin-right: -1px;
  margin-left: -1px;
}

.hero-tab-block .st-tabs a {
  text-transform: capitalize;
}

.hero-tab-block .st-tabs .nav-tabs .nav-item.show .nav-link,
.hero-tab-block .nav-tabs .nav-link.active {
    color: #7b2cbf;
	border-bottom: 2px solid #197adc !important;
	background-color: white;
	border: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #1a78df !important;
    border-color: #7b2cbf;
    border: none;
}
.hero-tab-block .nav-tabs {
  border-bottom: transparent;
}

.hero-tab-block .btn-secondary {
  color: #fff;
}

.hero-tab-block .btn-secondary:hover {
  color: #fff;
}

.hero-tab-block .st-tabs .tab-content {
  border: transparent;
}

.hero-tab-block .tab-content {
  border: transparent;
}

/* Nice Select 
-------------------------------------------------------------- */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #f3f7fa;
  border-radius: 2px;
  border: solid 2px #d5e0e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 64px;
  line-height: 40px;
  outline: none;
  padding: 9px 14px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #0a2759;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #7b2cbf;
}

.nice-select:after {
  border-bottom: 2px solid #0a2759;
  border-right: 2px solid #0a2759;
  content: "";
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 7px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0a2759;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f3f7fa;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #343031;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.process-section {
  position: relative;
}

.process-section .circle {
  background-color: #fff;
  border: 3px solid #197adc;
  color: #197adc;
  margin: -32px auto 18px auto;
  position: relative;
}

.rating-testimonials .lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 18px;
}

.rating-testimonials .testimonial-text {
  font-family: inherit;
  color: #414855;
  font-style: normal;
  line-height: 27px;
  font-size: 18px;
}

.rating-testimonials .testimonial-name-1 {
  color: #585f66;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
}

/*---------------------------------------------------
 index-8 homepage student-refinance (11 June, 2018)
-----------------------------------------------------*/
.refinance-hero-section {
  background: url(../images/hero-img-2.jpg) no-repeat;
  background-size: cover;
  position: relative;
  background-position-x: center;
}

.refinance-hero-block {
  padding-top: 164px;
  padding-bottom: 164px;
}

.refinance-hero-block h1 {
  font-size: 48px;
  line-height: 58px;
}

.refinance-rate-section {
  background-color: rgba(21, 84, 154, 0.8);
  color: #fff;
  padding: 20px 25px;
  position: absolute;
  bottom: 0;
  border-bottom: 5px solid #0a4b94;
}

.refinance-rate-block {
  display: inline-block;
  margin-right: 20px;
  line-height: 2;
}

.refinance-rate-block-title {
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0px;
  color: #fff;
}

.how-it-section {
  color: #fff;
}

.how-it-section .how-it-block {
  background-color: transparent;
  padding: 0px;
  min-height: inherit;
  margin-bottom: 30px;
}

.how-it-section .how-it-no {
  float: left;
  color: #fff;
  font-size: 30px;
  height: 67px;
  width: 67px;
  background-color: #276ebc;
  border-radius: 100%;
  display: block;
  line-height: 1;
  padding: 20px 26px;
}

.how-it-section .how-it-content {
  padding-left: 100px;
}

.benifits-feature {
  margin-bottom: 30px;
}

.benifits-feature ul li {
  padding-left: 20px;
  margin-bottom: 35px;
}

.benifits-feature .bullet-check-circle-default li:before {
  font-size: 20px;
}

.loan-rate-table .table-light {
  background-color: #eff5ff;
  margin-bottom: 30px;
}

.loan-rate-table .table thead {
  background-color: #e6f0ff;
}

.loan-rate-table .table > thead > tr > th {
  text-align: center;
  color: #7b2cbf;
  font-size: 18px;
  border-top: transparent;
  border-bottom: transparent;
  padding: 20px 43px 20px;
}

.loan-rate-table .table tbody tr td {
  text-align: center;
  font-size: 16px;
  color: #414855;
  font-weight: 600;
  border-top: transparent;
  padding: 20px 0px;
}

.loan-half-section {
  padding: 100px;
}

/*---------------------------------------------------
compare card table
-----------------------------------------------------*/

.compare-card-title {
  font-size: 18px;
  font-weight: 600;
}

.compare-table .table > thead > tr > th {
  padding: 12px 0px 10px 29px;
  text-align: left;
  font-weight: 500;
  color: #778191;
}

.compare-table .table > tbody > tr > td {
  border-top: transparent;
  padding: 30px;
  vertical-align: middle;
}

.compare-table .table {
  margin-bottom: 0px;
}

.expandable-info {
  background-color: #fafafb;
  padding: 0px !important;
}

.expandable-collapse {
  padding: 30px;
}

.expandable-info ul li {
  font-size: 14px;
  line-height: 24px;
  color: #778191;
}

.expandable-info .card {
  min-height: 285px;
}

.expandable-info .card-body {
  padding: 20px 20px 5px;
}

.compare-table .btn-link {
  font-size: 13px;
  padding-bottom: 0px;
}

/*---------------------------------------------------
compare personal loan table
-----------------------------------------------------*/

.compare-personal-loan-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #414855;
}

.compare-personal-loan-table .table > thead > tr > th {
  background-color: #f3f7fc;
  padding: 20px 0px 20px 29px;
  text-align: left;
  font-weight: 500;
}

.compare-personal-loan-table .table > tbody > tr > td {
  border-top: transparent;
  padding: 30px;
  vertical-align: middle;
}

.compare-personal-loan-table .table {
  margin-bottom: 0px;
}

.compare-personal-loan-table .list-group-item {
  position: relative;
  display: block;
  padding: 16px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(222, 227, 235, 1);
  font-size: 15px;
  color: #414855;
  font-weight: 600;
}

/*---------------------------------------------------
compare Student loan table
-----------------------------------------------------*/

.compare-student-loan-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #414855;
}

.compare-student-loan-table .table > thead > tr > th {
  background-color: #f3f7fc;
  padding: 20px 0px 20px 29px;
  text-align: left;
  font-weight: 500;
}

.compare-student-loan-table .table > tbody > tr > td {
  border-top: transparent;
  padding: 30px;
  vertical-align: middle;
}

.compare-student-loan-table .table {
  margin-bottom: 0px;
}

.compare-student-loan-table .list-group-item {
  position: relative;
  display: block;
  padding: 16px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(222, 227, 235, 1);
  font-size: 15px;
  color: #414855;
  font-weight: 600;
}

/*---------------------------------------------------
    Card Landing Page
-----------------------------------------------------*/
.card-hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(19, 88, 144, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(19, 88, 144, 1) 0%,
    rgba(19, 88, 144, 1) 37%,
    rgba(59, 64, 160, 1) 57%,
    rgba(59, 64, 160, 1) 77%,
    rgba(59, 64, 160, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(19, 88, 144, 1)),
    color-stop(37%, rgba(19, 88, 144, 1)),
    color-stop(57%, rgba(59, 64, 160, 1)),
    color-stop(77%, rgba(59, 64, 160, 1)),
    color-stop(100%, rgba(59, 64, 160, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(19, 88, 144, 1) 0%,
    rgba(19, 88, 144, 1) 37%,
    rgba(59, 64, 160, 1) 57%,
    rgba(59, 64, 160, 1) 77%,
    rgba(59, 64, 160, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(19, 88, 144, 1) 0%,
    rgba(19, 88, 144, 1) 37%,
    rgba(59, 64, 160, 1) 57%,
    rgba(59, 64, 160, 1) 77%,
    rgba(59, 64, 160, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(19, 88, 144, 1) 0%,
    rgba(19, 88, 144, 1) 37%,
    rgba(59, 64, 160, 1) 57%,
    rgba(59, 64, 160, 1) 77%,
    rgba(59, 64, 160, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(19, 88, 144, 1) 0%,
    rgba(19, 88, 144, 1) 37%,
    rgba(59, 64, 160, 1) 57%,
    rgba(59, 64, 160, 1) 77%,
    rgba(59, 64, 160, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#135890', endColorstr='#3b40a0', GradientType=1);
}

.card-benefit-tabs .st-tabs .tab-content {
  padding: 0px;
  border: none;
  background-color: transparent;
  margin-top: 30px;
}

.card-benefit-tabs .nav-tabs {
  border-bottom: 0px;
}

.card-benefit-tabs .st-tabs .nav-link {
  display: block;
  padding: 16px 49px;
  border: 1px solid #f6f9ff;
  border-radius: 5px;
  background-color: #f6f9ff;
  margin-bottom: -1px;
  margin-right: 10px;
}

.card-benefit-tabs .st-tabs a {
  font-size: 14px;
  font-style: initial;
  text-transform: capitalize;
  font-weight: 500;
  color: #7e93ae;
}

.card-benefit-tabs .st-tabs .nav-tabs .nav-item.show .nav-link,
.card-benefit-tabs .st-tabs .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #7b2cbf;
  border-color: #7b2cbf;
}

.card-rate-info .list-group-item {
  position: relative;
  display: block;
  padding: 19px 30px;
  margin-bottom: 2px;
  background-color: #e8f0f9;
  border: transparent;
  font-size: 14px;
  border-radius: 0px;
}

/*---------------------------------------------------
    Card Landing Page
-----------------------------------------------------*/

.quick-info {
  float: right;
  font-size: 16px;
  color: #414855;
  font-weight: 600;
  padding-top: 9px;
}

.slider-second .slider-img {
  background: none;
}

.slider-second#slider {
  margin-bottom: -1px;
}

.slider-second#slider .owl-pagination {
  display: none;
}

.overlay-section {
  margin-top: -60px;
}

.hover-tabs.st-tabs .nav-link {
  display: block;
  padding: 16px 68px 16px 0px;
  border: none;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 10px;
}

.hover-tabs.st-tabs .tab-content {
  padding: 30px;
  border: 1px solid #ffffff;
  background-color: #fff;
  margin-top: -1px;
  border-radius: 5px;
}

.hover-tabs.st-tabs a {
  font-size: 16px;
  font-style: initial;
  text-transform: capitalize;
  font-weight: 500;
  color: #7b2cbf;
}

.post-caption-block {
  position: relative;
}

.post-caption-img img {
  border-radius: 3px;
}

.post-caption-content {
  position: absolute;
  bottom: 0px;
  padding: 27px;
}

.post-caption-block .meta {
  text-transform: capitalize;
}

.cta-section-app {
  background: url(../images/cta-img-4.jpg) no-repeat;
  background-size: cover;
  background-position-x: 50%;
}

/*---------------------------------------------------
    borrow-life-saving
-----------------------------------------------------*/

.bank-account-tabs.st-tabs .nav-link {
  background-color: #f4f6f8;
  border-color: #f4f6f8;
}

.bank-account-tabs.st-tabs .tab-content {
  background-color: #ffffff;
  border-color: #eff1f3;
}

.bank-account-tabs.st-tabs .nav-tabs .nav-item.show .nav-link,
.bank-account-tabs.st-tabs .nav-tabs .nav-link.active {
  color: #197adc;
  background-color: #ffffff;
  border-color: #eff1f3 #eff1f3 #fff #eff1f3;
}

.bank-account-tabs .tab-content .table > thead > tr > th {
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px;
  padding: 18px 10px;
  text-align: left;
}

/*-----------------------------------------------------------------------
Service Page & Block Css
----------------------------------------------------------------------*/

#service .owl-next,
#service .owl-prev {
  background-color: transparent !important;
  border: 2px solid #a3b1c1;
  color: #a3b1c1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#service .owl-next:hover,
#service .owl-prev:hover {
  background-color: #197adc !important;
  border: none;
  color: #fff;
}

.service-block {
  transition: box-shadow 0.5s;
}

.service-block:hover {
  -webkit-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1);
  -moz-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1);
  box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1);
}

.service-block:hover i {
  color: #197adc;
}

#service .owl-controls {
  text-align: center;
  margin-top: 10px;
}

.icon-svg-2x {
  width: 80px;
}

.icon-svg-1x {
  width: 60px;
}

/*--------------------------------
Service-img
---------------------------------*/
.service-img-box {
  transition: box-shadow 0.5s;
}

.service-img-box:hover {
  -webkit-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1);
  -moz-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1);
  box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1);
}

.service-img {
  position: relative;
}

.circle {
  background-color: #e3f0fe;
  width: 60px;
  height: 60px;
  border: 1px solid #7b2cbf;
  border-radius: 100px;
  color: #7b2cbf;
  margin: -70px auto 40px auto;
  padding: 10px;
  text-align: center;
  line-height: 1.7;
}

.number {
  font-size: 24px;
  font-weight: 500;
}

.number-block {
  text-align: center;
}

.number-title {
  margin-bottom: 20px;
}

.circle-large {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  line-height: 2;
  padding: 10px;
  text-align: center;
  font-size: 42px;
}

.circle-default {
  background-color: #197adc;
  color: #fff;
}

/*--------------------------------
testimonial
---------------------------------*/
.testimonial-block {
  position: relative;
}

.testimonial-text {
  font-size: 19px;
  font-family: "Merriweather", serif;
  color: #414855;
  font-style: italic;
  line-height: 32px;
}

.testimonial-autor {
  padding-top: 15px;
  padding-bottom: 12px;
}

.testimonial-name {
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}

.testimonial-title {
  color: #197adc;
  margin-bottom: 0px;
}

.testimonial-img {
  float: left;
  padding-right: 29px;
}

.testimonial-meta {
  font-size: 12px;
}

.testimonial-name-inverse {
  color: #7b2cbf;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.client-rating {
  margin-bottom: 10px;
}

.rate-done {
  color: #f9b218;
  letter-spacing: 3px;
}

.rate-remain {
  color: #c7ced5;
}

/*--------------------------------
footer
---------------------------------*/
.newsletter-form {
  margin-bottom: 30px;
}

.newsletter-title {
  color: #778191;
  margin-top: 10px;
}

.footer {
  background-color: #1e2127;
}

.footer-logo {
  margin-bottom: 30px;
}

.widget-footer ul li {
  line-height: 1.6;
  margin-bottom: 8px;
}

.widget-footer ul li a {
  color: #778191;
}

.widget-footer ul li a:hover {
  color: #197adc;
}

.tiny-footer {
  background-color: #16191e;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget-footer {
  position: relative;
  padding-left: 20px;
  line-height: 32px;
}

.widget-footer ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #778191;
  content: "\f105";
}

.widget-social ul li {
  line-height: 1.6;
  margin-bottom: 8px;
}
.widget-social ul li a {
    width: 35px;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
    background: #e4ecf9;
    height: 35px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border-radius: 5px;
    margin-right: 2px;
}

.widget-social ul li a i {
  width: 30px;
}

.widget-social ul li a:hover {
  color: #197adc;
  text-decoration: underline;
}

.call-text span {
  padding-right: 10px;
  vertical-align: -webkit-baseline-middle;
}

/*--------------------------------
Page header 
---------------------------------*/
.page-header {
  margin: 0;
  padding: 175px 0px 80px;
  min-height: 410px;
  border: none;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    rgba(0, 0, 0, 0.2) url(../images/page-header.jpg) no-repeat center;
  background-size: cover;
}

.page-title {
  margin-bottom: 0px;
  font-size: 36px;
}

.rate-block {
  text-align: right;
}

.rate-number {
  margin-bottom: 0px;
  line-height: 1;
  color: #197adc;
}

.btn-action {
  text-align: right;
}

.sub-nav {
  background-color: #eff3f8;
  border-top: 1px solid #dee7f2;
}

.is-sticky .sub-nav {
  position: relative;
  z-index: 9;
  top: 120px;
}

.sub-nav > .nav li a {
  padding: 16px;
  font-size: 14px;
  text-transform: uppercase;
  color: #7e93ae;
  font-weight: 500;
  border-right: 1px solid #dee7f2;
}

.sub-nav > .nav li a:hover {
  background-color: #fff;
  color: #197adc;
}

.sub-nav > .nav li a:focus {
  background-color: #fff;
  color: #197adc;
}

.sub-nav > .nav li.active a {
  color: red;
  background-color: #fff;
  color: #197adc;
}

.page-breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 0px;
  font-size: 12px;
  text-transform: uppercase;
  color: #7b2cbf;
  font-weight: 700;
}

.page-breadcrumb .breadcrumb > .active {
  color: #fff;
  font-weight: 700;
}

.page-breadcrumb .breadcrumb > li a {
  color: #7b2cbf;
  font-weight: 700;
}

.page-breadcrumb .breadcrumb > li a:hover {
  color: #197adc;
}

.page-breadcrumb .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #7b2cbf;
  content: "/\00a0";
}

/*--------------------------------
Blog  
---------------------------------*/
.post-holder {
  border-bottom: 1px solid #e8eaec;
  margin-bottom: 29px;
}

.post-header {
  border-bottom: 1px solid #dee4ee;
  margin-bottom: 20px;
  padding-bottom: 19px;
}

.meta {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a4a7ac;
  margin-bottom: 14px;
  margin-top: 14px;
}

.meta span {
  margin-right: 0px;
}

.meta span:after {
  margin-left: 15px;
  margin-right: 15px;
  color: #b0b0b0;
  content: "|";
}

.meta span:last-child:after {
  margin-left: 0px;
  margin-right: 0px;
  content: "";
}

/*----- Related Post-----*/
.post-related {
  border-bottom: 1px solid #e8eaec;
}

.related-title {
  font-size: 18px;
  color: #4b5565;
}

/*----- prev-next-----*/
.post-navigation {
  border-bottom: 1px solid #e8eaec;
  margin-bottom: 29px;
  padding-bottom: 30px;
}

.prev-link,
.next-link {
  color: #778191;
  margin-bottom: 10px;
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.prev-link:hover,
.next-link:hover {
  color: #197adc;
}

.meta-date {
  color: #197adc;
  font-weight: 600;
}

.meta-link {
  color: #a4a7ac;
}

/*--------------------------------
Blog-sidebar  
---------------------------------*/
.widget {
  padding: 24px;
  margin-bottom: 30px;
  background-color: #f4f6f8;
}

.widget-title {
  border-bottom: 1px solid #e8eaec;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.widget-category li a,
.widget-archives li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  line-height: 14px;
  color: #778191;
  font-size: 14px;
}

.widget-category li a:hover,
.widget-archives li a:hover {
  color: #197adc;
}

.widget-tags a {
  text-transform: uppercase;
  border: 2px solid #c3c7d1;
  padding: 9px 16px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #778191;
  border-radius: 4px;
  letter-spacing: 1px;
}

.widget-tags a:hover {
  background-color: #197adc;
  color: #fff;
  border-color: #197adc;
}

/*----- post-author-----*/
.post-author {
  border-bottom: 1px solid #e8eaec;
  margin-bottom: 29px;
  padding-bottom: 30px;
}

.author-header small {
  text-transform: uppercase;
  color: #de4526;
  font-weight: 700;
  margin-left: 15px;
}

.author-social a {
  color: #707070;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  padding: 8px 12px;
}

.author-social a:hover {
  background-color: #de4526;
  color: #fff;
}

/*----- comments-----*/
.comments-area {
  border-bottom: 1px solid #e8eaec;
  padding-bottom: 40px;
}

.comments-title {
  margin-bottom: 40px;
}

.comment-body {
  margin-bottom: 60px;
}

.comment-author img {
  /* width: 120px; */
  float: left;
}

.comment-info {
  padding-left: 120px;
}

.user-title {
  margin-bottom: 0px;
}

.comment-meta {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.reply-title {
  margin-bottom: 40px;
}

.childern {
  padding-left: 140px;
}

.leave-comments {
  background-color: #f3f5f5;
}

.widget-share {
  background-color: #fff;
  padding: 14px;
  position: absolute;
  top: 0px;
  right: -56px;
}

.btn-share {
  padding: 12px 16px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 2px;
  font-size: 14px;
  width: 40px;
}

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
}

.btn-facebook:hover {
  background-color: #3b5998;
  color: #fff;
}

.btn-twitter {
  background-color: #1da1f2;
  color: #fff;
}

.btn-twitter:hover {
  background-color: #1da1f2;
  color: #fff;
}

.btn-google {
  background-color: #dc483a;
  color: #fff;
}

.btn-google:hover {
  background-color: #dc483a;
  color: #fff;
}

.btn-linkedin {
  background-color: #0088b5;
  color: #fff;
}

.btn-linkedin:hover {
  background-color: #0088b5;
  color: #fff;
}

/*--------------------------------
Blog-single  
---------------------------------*/
.name {
  font-size: 14px;
  text-transform: uppercase;
  color: #197adc;
  font-weight: 600;
  padding-left: 30px;
}

/*--------------------------------
Pagination  
---------------------------------*/

.st-pagination .pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #778191;
  text-decoration: none;
  font-size: 12px;
  border: 1px solid #c3c7d1;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  margin-right: 3px;
  margin-bottom: 5px;
  background-color: #fff;
  padding: 8px 16px;
}

.st-pagination .pagination > li > a:focus,
.st-pagination .pagination > li > a:hover,
.st-pagination .pagination > li > span:focus,
.st-pagination .pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #197adc;
  border-color: #197adc;
  border-radius: 4px;
}

.st-pagination .pagination > li:first-child > a,
.st-pagination .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 4px;
}

.st-pagination .pagination > li:last-child > a,
.st-pagination .pagination > li:last-child > span {
  border-radius: 4px;
}

.st-pagination .pagination > .active > a,
.st-pagination .pagination > .active > a:focus,
.st-pagination .pagination > .active > a:hover,
.st-pagination .pagination > .active > span,
.st-pagination .pagination > .active > span:focus,
.st-pagination .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #197adc;
  border-color: #197adc;
  border-radius: 4px;
}

.st-accordion .accordion > .card {
  overflow: hidden;

  border-bottom: 1px solid #e0e7ea;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 1px solid #e0e7ea;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.accordion > .card > .card-header {
  border-radius: 4px;
  margin-bottom: -1px;
  padding: 8px 10px;
  border-bottom: 0px;
}

.accordion > .card > .card-body {
  padding: 10px 0px;
}

.accordion .card .card-body {
  padding: 10px 20px 20px 20px;
}

/*--------------------------------
Extra Plugin CSS - Back to top  
---------------------------------*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  border-radius: 5px;
  background: rgb(0 123 255) url(../images/cd-top-arrow.svg) no-repeat
    center 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #cb2529;
  opacity: 1;
}

/*-------- filter gallery -------*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.portfolioFilter {
  margin-bottom: 30px;
  text-align: center;
}

.portfolioFilter a {
  text-transform: uppercase;
  background-color: #eff3f8;
  padding: 9px 26px;
  display: inline-block;
  color: #7e93ae;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  border: 1px solid #dee7f2;
}

.portfolioFilter a:hover {
  color: #fff;
  background-color: #197adc;
  border: 1px solid #197adc;
}

.portfolioFilter a.current {
  color: #fff;
  text-decoration: none;
  background-color: #197adc;
  border: 1px solid #197adc;
}

/*---------- Thumbnail hover effect -------*/

/* ============================================================
GLOBAL
============================================================ */

.effects .img {
  position: relative;
}

.effects .img:first-child {
  margin-bottom: 20px;
}

.effects .img:last-child {
  margin-right: 0;
}

.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(246, 96, 171, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #de4526;
  cursor: pointer;
}

a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* ============================================================
EFFECT 6 - ICON BOUNCE IN
============================================================ */
#effect-6 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

#effect-6 .overlay a.expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#effect-6 .img.hover .overlay {
  opacity: 1;
}

#effect-6 .img.hover .overlay a.expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

/*----------------- Gallery Wide ---------------*/

.gallery-thumbnail img {
  width: 100%;
}

.gallery-img img {
  width: 100%;
}

/*----------------- Image Hover Effect ---------------*/
img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: normal;
  vertical-align: middle;
}

.imghover {
  display: block;
  position: relative;
  max-width: 100%;
}

.imghover::before,
.imghover::after {
  display: block;
  position: absolute;
  content: "";
  text-align: center;
  opacity: 0;
}

.imghover::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.imghover::after {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 -25px;
  content: "\f06e";
  /* fa-eye */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
}

.imghover:hover::before,
.imghover:hover::after {
  opacity: 1;
}

.imghover:hover::before {
  background: rgba(34, 62, 92, 0.55);
}

.imghover:hover::after {
  color: #ffffff;
}

/*--------------------------------
Team  
---------------------------------*/

.designation {
  font-size: 12px;
  color: #197adc;
  text-transform: uppercase;
  font-weight: 600;
}

/*--------------------------------
About us 
---------------------------------*/

.cta-section-second {
  background: url(../images/cta-img-2.jpg) no-repeat;
  background-size: cover;
}

.cta-section-second h1 {
  font-size: 42px;
}

.text-big {
  font-size: 20px;
  color: #197adc;
  font-weight: 600;
  margin-bottom: 0px;
}

/*--------------------------------
Contact us 
---------------------------------*/
.map {
  height: 400px;
}

.widget-contact {
  margin-top: 30px;
  margin-bottom: 30px;
}

.widget-contact li {
  margin-bottom: 10px;
  border-bottom: 1px solid #eff3f8;
  padding-bottom: 10px;
}

.widget-contact li span {
  width: 120px;
  display: inline-block;
}

/*----------------- Gallery Wide ---------------*/
.gallery-thumbnail img {
  width: 100%;
}

.gallery-img img {
  width: 100%;
}

.slide-ranger .ui-widget-header {
  background-color: #197adc;
}

.slide-ranger .ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: #fff !important;
}

.slide-ranger .ui-widget.ui-widget-content {
  border: 1px solid #197adc;
}

.slide-ranger .ui-slider .ui-slider-handle {
  border-radius: 100%;
  border: 3px solid #197adc;
}

/*--------------------------------
Product Single Sidebar
---------------------------------*/

.product-tabs ul {
  position: relative;
  z-index: 9;
}

.product-tabs .nav > li {
  margin-top: -1px;
}

.product-tabs .nav > li.active a {
  border-right: 1px solid #f4f6f8;
  background: #eff3f8;
  color: #197adc;
}

.product-tabs .nav > li > a {
  background: #fff;
  border-bottom: 1px solid #dee7f2;
  border-right: 1px solid #dee7f2;
  border-left: 1px solid #dee7f2;
  border-top: 1px solid #dee7f2;
  color: #7e93ae;
  border-radius: 0px;
}

.product-tabs .nav > li > a:hover {
  background: #eff3f8;
  border-bottom: 1px solid #dee7f2;
  border-right: 1px solid transparent;
  border-left: 1px solid #dee7f2;
  border-top: 1px solid #dee7f2;
  color: #7b2cbf;
}

.product-tabs .nav > li > a i {
  padding-right: 10px;
}

.tab-content {
  position: relative;
  z-index: 8;
  margin-left: -1px;
  margin-top: -1px;
}

.product-tabs .nav-tabs .nav-item.show .nav-link,
.product-tabs .nav-tabs .nav-link.active {
  background: #eff3f8;
  border-bottom: 1px solid #dee7f2;
  border-right: 1px solid transparent;
  border-left: 1px solid #dee7f2;
  border-top: 1px solid #dee7f2;
  color: #7b2cbf;
}

.product-tabs .nav-tabs .nav-item.show .nav-link,
.product-tabs .nav-tabs .nav-link.active i {
  color: #f54f8a;
}

/*--------------------------------
EMI Calculator
---------------------------------*/
.loantable {
  margin-top: 40px;
}

.table-head {
  background: #eff3f8;
}

.loan-title {
  margin-bottom: 30px;
}

.table-bordered {
  border: 1px solid transparent;
  color: #333;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #dee4ee;
  color: #0a2759;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fafcfd;
}

.table > thead > tr > th {
  padding: 12px 43px 12px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: center;
}

/*--------------------------------
Card Listing Page
---------------------------------*/
.card-listing {
  padding: 26px;
  border: 1px solid #dee7f2;
  margin-bottom: 30px;
  background: #eff3f8;
}

.card-content {
  margin-top: 20px;
}

.card-content .btn {
  margin-right: 30px;
}

.card-features {
  margin-top: 20px;
}

.card-features ul li {
  border-bottom: 1px solid #eff3f8;
  padding-bottom: 10px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.card-head-sections {
  margin-bottom: 40px;
}

/*--------------------------------
Lender Listing Page
---------------------------------*/
.lender-listing {
  border: 1px solid #dee7f2;
  margin-bottom: 30px;
}

.lender-head {
  padding: 15px;
  background: #eff3f8;
  border-bottom: 1px solid #dee7f2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lender-logo {
  width: 170px;
}

.lender-reviews {
  color: #ffb607;
}

.lender-rate-box {
  padding: 15px;
  border-bottom: 1px solid #dee7f2;
  display: flex;
  justify-content: space-between;
}

.lender-ads-rate {
  border-right: 1px solid #dee7f2;
}

.lender-ads-rate,
.lender-compare-rate {
  display: inline-block;
  text-align: center;
  width: 50%;
}

.lender-rate-value {
  font-size: 20px;
  font-weight: 600;
  margin-top: 6px;
}

.lender-feature-list {
  padding: 20px;
  border-bottom: 1px solid #dee7f2;
}

.lender-feature-list ul {
  margin-bottom: 0px;
}

.lender-feature-list ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

.lender-actions {
  text-align: center;
  padding: 20px;
}

.lender-actions .btn-link {
  margin-top: 30px;
  font-size: 14px;
}

.lender-head-sections {
  margin-bottom: 60px;
}

.lender-rates-list {
  background-color: #eff4f9;
  padding: 20px;
  border-radius: 4px;
}

.lender-loan-sections,
.lender-apply,
.lender-features,
.lender-rates-list {
  margin-bottom: 60px;
}

/*--------------------------------
Loan Eligibility Page
---------------------------------*/
.loan-eligibility-block {
  padding: 30px;
  background: #eff3f8;
}

.loan-eligibility-form .input-group-addon {
  border-left: 2px solid #e6ecef;
  border-top: 2px solid #e6ecef;
  border-bottom: 2px solid #e6ecef;
  background: #fff;
}

.loan-eligibility-form .control-label {
  margin-bottom: 10px;
}

.loan-eligibility-form .form-group {
  display: block;
}

.eligibility-amount {
  font-size: 52px;
  font-weight: 600;
  color: #7b2cbf;
}

.eligibility-text {
  font-size: 21px;
}

/*-----------------------------------------
Shortcodes
------------------------------------------*/

.st-tabs .tab-content {
  padding: 30px;
  border: 1px solid #e6e9eb;
  background-color: #fff;
  margin-top: -1px;
  border-top: 0px;
}

.st-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #197adc;
    background-color: transparent;
    border-color: #dee7f2 #dee7f2 #ffffff #dee7f2;
    border-bottom: 2px solid #197adc;
}

.st-tabs .nav-link {
  display: block;
  padding: 16px 62px;
  border-radius: 0px;
  margin-bottom: 1px;
  border:none;
  border-bottom: 2px solid #eee !important;
}

.st-tabs a {
  font-size: 14px;
  font-style: initial;
  text-transform: uppercase;
  font-weight: 500;
  color: #7e93ae;
}

.st-tabs a:hover {
  color: #197adc;
}

/*-----------------------------------------
Compare-Loan
------------------------------------------*/

.rate,
.fees,
.compare-rate,
.repayment {
  font-size: 18px;
  color: #4b5565;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 600;
}

.comapre-action {
  padding-top: 15px;
}

/*-----------------------------------------
Error-page
------------------------------------------*/
.error-img {
  text-align: center;
}

.error-title {
  font-size: 36px;
  color: #192139;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.msg {
  font-size: 24px;
  color: #197adc;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*-----------------------------------------
Landing Page Template
------------------------------------------*/
.hero {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    rgba(0, 0, 0, 0.2) url(../images/lp-car-image.jpg) no-repeat center;
  background-size: cover;
}

.hero-home-loan {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    rgba(0, 0, 0, 0.2) url(../images/home-loan-lp.jpg) no-repeat center;
  background-size: cover;
}

.hero-title {
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.hero-captions {
  padding-top: 80px;
}

.hero-text {
  color: #fff;
}

.request-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}

.form-title {
  color: #104b8c;
  font-size: 30px;
}

.price-rate {
  margin-top: 30px;
}

.price-big {
  font-size: 40px;
  color: #fff;
  font-weight: 800;
}

.price-rate small {
  color: #fff;
  text-transform: uppercase;
}

.new-price,
.old-price {
  margin-bottom: 30px;
}

/*--------------- Features block class --------------*/
.circle-outline-icon {
  font-size: 36px;
  height: 80px;
  width: 80px;
  border: 2px solid #85b6ee;
  border-radius: 100%;
  padding: 18px 19px;
  margin-bottom: 30px;
  color: #7b2cbf;
  display: block;
  line-height: 1.2;
  text-align: center;
}

.feature .feature-icon {
  margin-bottom: 20px;
}

/*-------- feature icon left --------*/

.feature-left .feature-icon {
  float: left;
  color: #7b2cbf;
  font-size: 28px;
  line-height: 1;
}

.feature-left .feature-content {
  padding-left: 40px;
}

/*--------- feature center --------*/
.feature-center {
  text-align: center;
}

.feature-center .feature-icon {
  margin-bottom: 20px;
}

.feature-icon-style {
  text-align: center;
}

.feature-icon-style .feature-icon {
  margin: 0 auto 40px auto;
  background-color: #f4f6f8;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  padding: 24px;
  text-align: center;
  color: #7b2cbf;
}

.feature-icon-style .feature-title {
  margin-bottom: 16px;
}

.call-to-action {
  color: #fff;
}

.feature-circle {
  background-color: #f4f6f8;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  padding: 14px;
  color: #7b2cbf;
  font-size: 26px;
  text-align: center;
}

/*----- updated in v 1.0.2 ----*/
.feature-bg {
  background-color: #fff;
  border-radius: 4px;
  padding: 60px;
  text-align: center;
  border: 1px solid #eaeef1;
}

.feature-bg .feature-icon {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  font-size: 40px;
  text-align: center;
  line-height: 120px;
  margin: 0 auto 40px auto;
}

.feature-list-bar {
  background: #e3edf9;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #0a2759;
}

/* -- new pages --*/

.pinside300 {
  padding: 300px;
}

.icon-lg {
  height: 40px;
  width: 40px;
}
.hero-creditcard {
  background-image: linear-gradient(
      to left,
      rgba(245, 246, 252, 0.2),
      rgba(67, 68, 70, 0.5)
    ),
    url(../images/hero-creditcard.jpg);
  background-size: cover;
}

.hero-creditcard .caption {
  padding: 80px 0px;
  margin-bottom: 30px;
}

.hero-creditcard .caption-title {
  font-size: 44px;
  line-height: 60px;
}

.card-category-space {
  padding: 100px 0px 220px;
}

.card-category-negative-space {
  margin-top: -11rem;
}

.working-card {
  position: relative;
  display: flex;
  align-items: center;
}

.working-card:before {
  content: "";
  position: absolute;
  background: url(../images/arrow.svg) no-repeat;
  height: 20px;
  width: 70px;
  right: -55px;
}

.mt-n6 {
  margin-top: -5rem;
}

.rounded-top-left {
  border-top-left-radius: 50px;
}

.rounded-bottom-right {
  border-bottom-right-radius: 50px;
}

.credit-card-tab.nav-pills .nav-link {
  border-radius: 0.25rem;
  background-color: #778191;
  border-radius: 0px;
  margin: 0px 1px;
  color: #fff;

  font-weight: 600;
  letter-spacing: 1px;
}

.credit-card-tab.nav-pills .nav-link.active,
.credit-card-tab.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #197adc;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon-lg {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.text-base {
  color: #778191;
}

.display-5 {
  font-size: 48px;
  line-height: 58px;
}

.display-6 {
  font-size: 42px;
  line-height: 55px;
}

.btn-outline-primary {
  color: #7b2cbf;

  background-color: transparent;
  border: 1px solid #7b2cbf;
}

.btn-outline-primary:hover {
  color: #fff;

  background-color: #7b2cbf;
  border: 1px solid #7b2cbf;
}

.pdt100 {
  padding-top: 100px;
}

.icon-md {
  height: 38px;
  width: 38px;
}

.font-10 {
  font-size: 10px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}
.font-18 {
  font-size: 18px !important;
}

.badge-rate {
  position: absolute;
  right: 0;
  top: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 10px;
  font-weight: 400;
}

.icon-xs {
  width: 18px;
  height: 18px;
}

.credit-rating-form {
  margin-top: -12rem;
}

.bg-shape {
  position: relative;
}

.bg-shape::after {
  position: absolute;
  background: url(../images/curve-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -15px;
  height: 62px;
  width: 100%;
  content: "";
  background-position-x: center;
}

.bg-warning {
  background-color: #ff9700;
}

.bg-warning-light {
  background-color: #ffe9ca;
}

.bg-success-light {
  background-color: #d4ffe0;
}

.bg-pink-light {
  background-color: #fee4ff;
}

.bg-gold-light {
  background-color: #f2f3b1;
}

.bg-danger {
  background-color: #df4040;
}

.bg-danger-light {
  background-color: #ffcece;
}

.bg-info-light {
  background-color: #dcf1ff;
}

.bg-info {
  background-color: #0099fa;
}

.bg-success {
  background-color: #1ca440;
}

.hero-compare-features {
  margin-top: -120px;
}

.bg-gray-shape {
  position: relative;
}

.bg-gray-shape::before {
  position: absolute;
  background: url(../images/curve-shape-gray.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -60px;
  height: 300px;
  width: 100%;
  z-index: -1;
  content: "";
  background-position-x: center;
}

.bg-gray-gradient {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) -2.89%,
      #ffffff 50.83%
    ),
    #f7f9fa;
}

.border-primary-light {
  border-color: #2567af;
}

.forex-nav .nav.nav-pills {
  margin-bottom: 30px;
}

.forex-nav .nav.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #197adc;
  background-color: transparent;
  border-bottom: 2px solid;
  border-radius: 0px;
}

.forex-nav .nav.nav-pills .nav-link {
  border-radius: 0px;
  border-bottom: 2px solid #dee7f2;
}

.forex-nav .tab-content {
  background-color: transparent;
  border: none;
  padding: 0px;
  box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.1);
}

.forex-nav .table > thead > tr > th {
  padding: 12px 12px 12px;
  line-height: 1.42857143;
  vertical-align: top;

  background-color: #7b2cbf;
  border: none;
  color: #fff;
  font-weight: 600;
  border-top: 0px;
  text-align: left;
}

.forex-nav .table td,
.forex-nav .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
  padding: 15px 20px;
}

.border-2 {
  border: 2px solid;
}

.border-primary-light {
  border-color: #2567af !important;
}

.bg-primary-light {
  background-color: #e0efff;
}

.btn-outline-default {
  border: 1px solid #197adc;
  color: #197adc;
  background-color: #fff;
}

.btn-outline-default:hover {
  border: 1px solid #197adc;
  color: #fff;
  background-color: #197adc;
}

.w-20 {
  width: 20%;
}

.w-lg-50 {
  width: 50% !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1px !important;
}

.lift {
  -webkit-transition: -webkit-box-shadow 0.25s ease,
    -webkit-transform 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease,
    -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}

.lift:focus,
.lift:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1),
    0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
  box-shadow: 0 1rem 2.5rem rgba(27, 22, 66, 0.1),
    0 0.5rem 1rem -0.75rem rgba(27, 22, 66, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

@media only screen and (max-width: 460px) {
  .w-lg-50 {
    width: 100% !important;
  }

  .working-card:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  .forex-counter .card {
    border-left: 0px;
    border-right: 0px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .score-deck.card-deck {
    display: inherit;
  }
}

.split-img {
  height: 360px;
  width: 735px;
  position: relative;
  background-size: cover;
  background-position-x: center;
}

img.main-logo {
    width: auto;
    max-width: fit-content;
}
.main-box {
    background: #fff;
    border-radius: 7px;
    display: flow-root;
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
}
.home-button {
    text-align: center;
}
.home-button span {
    display: block;
}
.home-button a:hover, .home-button .active {
    color: #197add;
    border-bottom: 2px solid #1a78df;
}
.home-button a {
    color: #7e8597;
    font-size: 16px;
    padding: 12px 0 10px;
	border-bottom: 2px solid #ddd;
    display: block;
}
.home-button i {
    font-size: 22px;
}
.no-padding {
	padding:0 !important;
}
.h-btnn {
	border-right: 2px solid #ddd;
}

.home-button-car {
    background: url(../img/p-icons.png);
    width: 66px;
    height: 30px;
    margin: auto;
    background-position-y: 2px;
	background-position-x: 3px;
}
.home-button a:hover .home-button-car, .home-button .active .home-button-car {
    background-position-x: 69px;
    background-position-y: 2px;
}

.home-button-two {
    background: url(../img/p-icons.png);
    width: 57px;
    height: 30px;
    margin: auto;
    background-position-x: 4px;
    background-position-y: -25px;
}
.home-button a:hover .home-button-two, .home-button .active .home-button-two {
    background-position-x: -60px;
    background-position-y: -25px;
}
.home-button .nav-item .active {
	color:#7b2cbf !important;
	border-bottom: 2px solid #1a78df !important;
}
.home-button-travel {
    background: url(../img/p-icons.png);
    width: 65px;
    height: 30px;
    margin: auto;
    background-position-x: 13px;
    background-position-y: -121px;
}
.home-button a:hover .home-button-travel, .home-button .active .home-button-travel {
    background-position-x: 79px;
    background-position-y: -121px;
}
.home-button-health {
    background: url(../img/p-icons.png);
    width: 68px;
    height: 30px;
    margin: auto;
    background-position-x: 16px;
    background-position-y: -90px;
}
.home-button a:hover .home-button-health , .home-button .active .home-button-health{
    background-position-x: 82px;
    background-position-y: -90px;
}

.home-button-comm {
    background: url(../img/p-icons.png);
    width: 67px;
    height: 30px;
    margin: auto;
    background-position-x: 15px;
    background-position-y: -57px;
}
.home-button a:hover .home-button-comm, .home-button .active .home-button-comm {
    background-position-x: 79px;
    background-position-y: -57px;
}
.home-button-term {
    background: url(../img/p-icons.png);
    width: 67px;
    height: 30px;
    margin: auto;
    background-position-x: 17px;
    background-position-y: -151px;
}
.home-button a:hover .home-button-term , .home-button .active .home-button-term {
    background-position-x: 85px;
    background-position-y: -151px;
}


.home-button-other {
    background: url(../img/p-icons.png);
    width: 67px;
    height: 30px;
    margin: auto;
    background-position-x: 16px;
    background-position-y: -180px;
}
.home-button a:hover .home-button-other, .home-button .active .home-button-other {
    background-position-x: 83px;
    background-position-y: -180px;
}
.home-button a::after {
    width: 1px;
    height: 50px;
    background: #d4d4d4;
    float: right;
    position: relative;
    top: -26px;
    right: 1px;
    content: " ";
}
.home-body h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 5px;
}
.home-button .last-hb::after {
    display:none;
}
.home-radio-select {
    width: 60%;
    margin: auto;
    padding-top: 14px;
    border-radius: 5px;
}
.home-radio-select ul li {
    display: inline;
    margin-right: 34px;
}
.home-radio-select ul li input {
    margin-right: 7px;
}
.home-body {
	margin-top:30px;
}
.form__group {
    position: relative;
    padding: 7px 0 0;
    margin-top: 10px;
    width: 30%;
    margin: 10px;
    float: left;
}
.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
	font-size: 15px;
    color: #6f6f6f;
    padding: 12px 0 7px 0;	
  background: transparent;
  transition: border-color 0.2s;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 14px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #9b9b9b;
}

.form__field:focus {
  padding-bottom: 7px;
    border-width: 2px;
    border-image: linear-gradient(to right, #2f7bc5, #114f92);
    border-image-slice: 1;
}
.form__field:focus ~ .form__label {
    position: absolute;
    top: 0px;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: #2d85e0;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}
.home-login {
    width: 79%;
    display: flow-root;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 30px;
}
.home-body p {
	margin-bottom:28px;
}
.home-footer {
    padding: 30px;
    border-top: 1px solid #ddd;
    display: flow-root;
}
.home-footer-left a {
    color: #222;
    font-weight: 600;
}
.home-btn {
    padding: 10px 33px;
    border-radius: 50px;-webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
}
.bread-c {
    padding-top: 20px;
    font-size: 17px;
    color: #555;
    padding-bottom: 20px;
}
.blue-input>span {
    height: 55px;
    background: #7b2cbf;
    color: #fff;
    text-align: center;
    width: 160px;
    display: flow-root;
    float: left;
    font-size: 16px;
    padding-top: 17px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.blue-input input[type="text"] {
    height: 55px;
    width: 72%;
    border-top-right-radius: 6px;
    border: 1px solid #ccc;
    border-bottom-right-radius: 6px;
    padding: 0 13px;    
	background: #fdfdfd;
}
.blue-input {
    margin-bottom: 14px;
}
.blue-input input[type="text"]:focus, .blue-input input[type="text"]:active {
    border: 1px solid #8fbae2;
    outline: none;
}
.custom-control-label {
    font-size: 13px;
    padding-top: 2px;
}
.input-border-m {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #fbfbfb;
    padding: 10px 15px;
    margin-bottom: 22px;
}
.input-border-m h5 {
    background: #e4ecf9;
    padding: 3px 14px;
    border-radius: 5px;
    display: table;
    font-size: 12px;
    margin-top: -19px;
	color:#3777d6;
}
input[type=radio] {
    position: relative;
    top: 1px;
}
.select-right {
    width: 100px;
    display: inline-grid;
}
.select-right .nice-select {
    background-color: #f3f7fa;
    border-radius: 4px;
    border: solid 1px #d5e0e8;
    height: 30px;
    line-height: 21px;
    padding: 4px 14px;
	margin-top:-5px;
}
.radio-right input[type=radio] {
    margin-left: 10px;
}
.form-control:focus {
    box-shadow: none;
}
.input-border-m:hover {
    border: 1px solid #c7c7c7;
}
.select-w100 {
    width: 72%;
}
.select-w100 .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fdfdfd;
    border-top-right-radius: 6px;
    border: 1px solid #ccc;
    border-bottom-right-radius: 6px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    height: 55px;
    width: 100% !important;
	color:#696969;
}
.right-pp small {
    margin-bottom: 7px;
    display: block;
}
.right-pp h3 {
    font-size: 22px;
    color: #e22e2e;
    margin-bottom: 0;
}
.right-pp h3 i {
    font-size: 16px;
    color: #e22e2e;
    position: relative;
    top: -1px;
}
.price-list-p {
	-webkit-box-shadow: 0 0px 6px 2px rgba(213, 221, 234, 0.3);
    -moz-box-shadow: 0 0px 6px 2px rgba(213, 221, 234, 0.3);
    box-shadow: 0 0px 6px 2px rgba(213, 221, 234, 0.3);
}
.bg-blue-price {
    background: #3878d6;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px 15px;
}
.price-blue-04 .nice-select {
    float: left;
}
.price-blue-04 .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #d5e0e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 13px;
    font-weight: normal;
    height: 33px;
    line-height: 14px;
    outline: none;
    padding: 9px 9px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #2b2b2b;
}
.price-blue-04 .nice-select {
    min-width: 132px;
    float: right;
}
.price-blue-04 {
    text-align: right;
}
.price-blue-04 small {
    padding-right: 11px;
}
.price-blue-04 small {
    padding-right: 12px;
    position: relative;
    margin-top: 9px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.2px;
}
.price-blue-02 a, .price-blue-03 a {
    color: #fff;
    letter-spacing: 0.4px;
}
.price-blue-01 small {
    font-size: 13px;
    letter-spacing: 0.2px;
}
.web-filter a {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 15px;
	
    font-family: arial;
    border-radius: 5px;
    color: #222;
	-webkit-box-shadow: 0 0px 6px 2px rgba(213, 221, 234, 0.3);
    -moz-box-shadow: 0 0px 6px 2px rgba(213, 221, 234, 0.3);
    box-shadow: 0 0px 6px 2px rgba(213, 221, 234, 0.3);
}
.web-filter a i {
    text-align: right;
    float: right;
    position: relative;
    top: 3px;
    color: #417ed7;
    font-size: 16px;
}
.modal-body .blue-input input[type="text"] {
    width: 72%;
}
.modal-body .select-w100 {
    width: 72%;
}
.price-heading1 {
    padding: 20px 15px 15px 15px;
	margin-bottom:20px;
	border-radius:6px;
}
.price-heading1 .input-border-m{
    margin-bottom: 0px;
}
.input-border-m table {
    width: 100%;
}
.price-heading1 td {
    font-size: 13px;
}
.modal-open, .modal-open .sticky-top, html{
	padding:0px !important;
}

 .modal-open .sticky-top{
	padding:0px !important;
	margin: 0px !important;
}
.filter-btn {
    background: #197adc !important;
    color: #fff !important;
    max-width: 140px;
    text-align: center;
    position: relative;
    bottom: 0;
}
.filter-btn1 {
    background: #f7f7f7 !important;
    color: #222 !important;
    border: 1px solid #eee;
}
.filter-box {
    background: #fff;
    margin-top: -10px;
    border: 1px solid #eee;
}
.myidv .modal-dialog {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
	margin: 0;
}
.myidv {
    position: absolute;
    top: 0;
    z-index: 9999999999;
    left: inherit;
	
    overflow: inherit !important;
}
.myidv .modal-body {
    max-height: 250px;
    overflow: hidden;
}
.myidv .modal-footer {
    padding: 10px 10px 0;
}
.owner-tabs .nav-fill .nav-item {
    flex: inherit;
    text-align: center;
}
.owner-tabs {
    background: #fff;
}
.st-tabs .nav-link {
    padding: 10px 42px;
	    text-transform: capitalize;
}
.owner-tabs .form-control {
    height: 45px;
    padding: 6px 12px;
}
.owner-tabs .control-label {
    font-weight: 600;
    margin-bottom: 4px;
	font-size: 13px;
}
.owner-details {
    padding: 13px 0 13px 13px;
}
.owner-details p {
    font-size: 12px;
    margin-bottom: 3px !important;
}
.owner-details2, .owner-details3, .owner-details4 {
	padding-top:5px;
	border-left: 1px solid #ddd;
    
}
.price-green {
    background: #8cb169;
    float: right;
    position: absolute;
    right: 15px;
    top: -13px;
    padding: 10px 0;
    height: 80px;
}
.price-bb {
    width: 15px;
    height: 4px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 23px solid white;
    margin-top: -10px;
    float: left;
}
.price-green {
    color: white;
    min-width: 120px;
}
span.pp1 {
    margin-top: 6px;
}
span.pp2 {
    font-size: 18px;
}
.price-green span {
    display: flow-root;
    text-align: center;
}
.pri-left {
    padding-right: 118px;
}
.tab-content .headd {
    display: inline-block;
    width: 100%;
}
.tab-content .headd h4 {
    /* background: #87aad9; */
    /* padding: 2px 10px; */
    /* color: #fff; */
    font-size: 16px;
    letter-spacing: 0.3px;
	margin-bottom: 3px;
}
.border-style {
    background: #ddeeff;
    height: 2px;
    width: 70px;
	margin-bottom: 9px;
}
.ppc p i {
    float: left;
    position: relative;
    top: 4px;
}
.ppc p span {
    margin-left: 23px;
    display: block;
}
.popp-up {
    overflow: inherit;
}
input.model-left-input {
    width: 33% !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    /* border-right: 0 !important; */
}
input.model-right-input {
    width: 39% !important;
    /* border-left: 0 !important; */
    margin-left: -5px;
}
small.mmi {
    position: absolute;
    margin-top: 15px;
    font-size: 18px;
}
.education-rate-box h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
}
.pop-bb {
    height: 1px;
    width: 100%;
    background: #cde0f3;
    margin: 5px 0;
}

.login-box {
    width: 63%;
    margin: auto;
    padding: 40px 0 10px 0;
}
.pre-details1 {
    background: #3b6ab1;
    padding: 20px;
    color: #fff;
}

.pre-details2 {
    background: #fff;
    padding: 20px;
    color: #222;
}
.pre-details1 h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}
.pre-details1 ul {
    padding-left: 10px;
	margin-bottom:0;
}
.pre-details1 ul li {
    padding-left: 0px;
    list-style: none;
    border-bottom: 1px solid #517cbb;
}

.pre-details2 h4 {
    color: #3d78d6;
    font-size: 17px;
    margin-bottom: 5px;
}
.pre-details2 ul {
    padding-left: 10px;
	margin-bottom:0;
}
.pre-details2 ul li {
    padding-left: 0px;
    list-style: none;
    border-bottom: 1px solid #eee;
}
.pre-details2 input[type=text] {
    border: 1px solid #ccc;
    outline: none;
    width: 100%;
    padding: 3px 9px;
    border-radius: 5px;
}
.pre-details2 input:focus {
    border: 1px solid #3d78d6;
    outline: none;
}
.borderbottom0 {
	border-bottom:0 !important;
}
.blue-input select {
    width: 72%;
    height: 55px;
	border-top-right-radius: 6px;
    border: 1px solid #ccc;
    border-bottom-right-radius: 6px;
    padding: 0 13px;
    background: #fdfdfd;
	    -webkit-appearance: button;
}
.blue-input select:focus {
	outline:none;
}
.pre-details2 table {
    width: 100%;
}
.pre-details2 table tr {
    border-bottom: 1px solid #ddd;
}
.pre-details2 table td {
    padding: 4px 0;
	    width: 50%;
		    color: #404040;
}
.pre-details2 table td span {
    color: #7b7b7b;
}
.payment-side {
    background: #fff;
    padding: 25px 20px 25px 20px;
    border-bottom: 5px solid #dcdcdc;
}
.filter-fix {
    position: sticky;
    top: 100px;
    left: 0;
    bottom: 30px;
}
.mmm h4, .ppp h4 {
    margin-bottom: 0;
}
.mmm {
    margin-bottom: 20px;
}
.mmm input[type="text"] {
    border: 1px solid #ccc;
    width: 100%;
    height: 34px;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px 13px;
}
.ppp ul {
    margin: 0;
    padding: 0;
}
.ppp ul li {
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 4px;
    padding: 2px;
    border-radius: 4px;
    padding-bottom: 4px;
}
a.pay-btn {
    background: #3d78d6;
    width: 100%;
    color: #fff;
    display: inline-block;
    padding: 9px;
    margin-top: 10px;
    text-align: center;
    border-radius: 50px;
}
.mmm input[type="text"]:focus {
    outline-color: #c8dff5;
}
.ssb {
    height: 1px;
    background: #e4e4e4;
    width: 70px;
    margin-top: 3px;
    margin-bottom: 16px;
}
.home-alreay .form__group {
    width: 50%;
    margin: auto;
    float: none;
    margin-top: 10px;
}
.home-body-select {
    width: 80%;
    margin: auto;
    margin-top: 0px;
}
.single-home-select .nice-select:focus, .single-home-select select:focus {
    outline: 0;
    border: 1px solid #5f9de0;
}
.single-home-select {
    width: 31.5%;
    float: left;
    margin: 0 6px;
}
.single-home-select .nice-select, .single-home-select select {
    width: 100%;
    -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    border: 1px solid #d1e1f9;
    height: 50px;
    background: #fff;
    padding: 4px 12px;
	border-radius: 5px;
}


/*--------------- Start 19-02-2021  ---------- */
.text-gray {
	color:#222;
}
.three-home-box {
	border:1px solid #53b3fd;
	border-radius:30px;
	padding:30px 0 0 0;
}
.t-m-b {
	border-left:1px solid #53b3fd;
	border-right:1px solid #53b3fd;
}
.bg-white1 {
	background: #fafafc;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #dde3ec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#dde3ec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbfbfb 0%,#dde3ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#dde3ec',GradientType=0 ); /* IE6-9 */
	padding-top:100px;
}
.h-s-c {
    background: white;
    border-radius: 30px;
    padding: 40px 25px;
    margin-top: 100px;
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
    margin-bottom: 60px;
}
#service .owl-prev {
    float: left;
    position: absolute;
    left: 0px;
    top: 24%;
}
#service .owl-next {
    float: right;
    position: absolute;
    right: 0px;
    top: 24%;
}
#service .owl-next, #service .owl-prev {
    background-color: transparent !important;
    border: none;
    color: #0978dd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	    font-size: 30px;
}
.heading2 {
	font-size:30px;
	text-transform:uppercase;
	font-weight:300;
	margin-bottom:20px;
}
.heading2 span {	
    color: #0978dd;
}
.footer-links h4 {
    color: #7b2cbf;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #d4ebff;
}
.footer-links li a {
    color: #222;
    font-size:15px;
}
.footer-text ul {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 21px;
}
.footer-links ul li {
    list-style: none;
}
.bg-blue1 {
	background:#7b2cbf; 
}

.single-home-select1 .nice-select, .single-home-select1 select, .single-home-select1 input {
    width: 100%;
    -webkit-box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
    -moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
    border: 1px solid #d1e1f9;
    height: 50px;
    background: #fff;
    padding: 4px 12px;
    border-radius: 5px;
}

.single-home-select2 .nice-select, .single-home-select2 select, .single-home-select2 input {
    width: 100%;
    border: 1px solid #91bdff;
    height: 46px;
    border-radius: 5px;
	
    background: #fbfbfb;
    padding: 2px 12px;
}
a.addins {
    position: absolute;
    width: 50px;
    height: 100%;
    text-align: center;
    padding-top: 9px;
    z-index: 9;
    font-size: 24px;
    right: 20px;
}
a.p-m-i {
    position: absolute;
    top: 0;
    right: 14px;
    width: 32px;
    padding-top: 4px;
    font-size: 28px;
    color: #444;
}



.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 65px;
  height: 27px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 28px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 27px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0;
  padding-top: 3px;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  border-right: 1px solid #eee;
  height: 100%;
  right: 25px;
}
.pupb10 {
	margin-bottom:7px;
}
h4.bbc {
    padding: 12px 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.btn2 {
    padding: 8px !important;
    width: 44% !important;
}
a.select-btnn {
    border-radius: 45px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 13px;
}

a.select-btnn:hover {
	background:#7b2cbf;
	color:#fff;
}
.min-300 { min-width:300px; }
.min-400 { min-width:400px; }
.min-500 { min-width:500px; }
.price-list-bottom {
	padding:10px 20px;
	width:100%;
}
.bg-building {
    min-height: 170px;
    width: 100%;
    height: 100%;
    display: block;
}
.building01 {
	background:url('../img/whitebuilding1.jpg'); 
	min-height: 250px;
	margin-top: 0px;
}
 .building02 {
	background:url('../img/whitebuilding2.png');
} 
.building03 {
	background:url('../img/whitebuilding1.jpg');
}
.corona-side {
    max-width: 310px;
    background: #4f9be8;
    border: 1px solid #eee;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999;
    padding: 2px 10px 8px 9px;
	text-align:center;
}
.corona-side-text a {
    background: #ffffff;
    color: #3d78d6;
    font-size: 12px;
    padding: 7px 12px;
    border-radius: 5px;
}
.corona-side-text small {
    color: #fff;
}
.corona-side-text p {
    margin-bottom: 0px;
    line-height: 14px;
    color: #fff;
}
.whatsapp-side {
    bottom: 10px;
    position: fixed;
    right: 20px;
}
#service .owl-next:hover,
#service .owl-prev:hover {
  border: none;
}
.home-radio-select ul {
    padding-left: 14px;
}
.widget-social ul li {
    display: inline-block;
}
.home-body {
}
.single_box {
	
    font-weight: 400;
}
.single_box .icon {
    min-height: 58px;
}
.why__choose {
    padding: 20px 0px;
}
.why__choose h2 {
    font-size: 38px;
    font-weight: 300;
    line-height: 48px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
}
.why__no_cost h2  {
    font-size: 44px;
    font-weight: 300;
    line-height: 50px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
}	
.why__choose p, .why__no_cost p {
    font-size: 15px;
    color: #666;
    line-height: 27px;
    padding-top: 4px;
    min-height: 110px;
}
.single_why_choose {
    background: #fff;
    border-radius: 18px;
    padding: 35px 20px 25px 20px;
    min-height: 255px;
	moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
	
    margin-bottom: 20px;
}
.text-justify {
	
 	text-align: justify;
}
.single_why_choose img {
    margin-bottom: 15px;
}
.single_why_choose h3 {
    margin-bottom: 1px;
}
.why__no_cost h2 span, .why__choose h2 span {
	font-weight:500;
}
.single_no_cost {
    background: #dde6ec;
    padding: 10px 13px;
    border-radius: 8px;
    margin-bottom: 15px;
	min-height: 63px;
}
.single_no_cost img {
	float:left;
}
.single_no_cost img {
    float: left;
    border-right: 1px solid #bdcedc;
    padding-right: 15px;
    margin-right: 15px;
}
.single_no_cost p {
    line-height: 23px;
    padding: 0;
    font-weight: 500;
    color: #444;
	font-size:18px;
}
.why__choose h2:after {
    width: 1px;
    height: -webkit-fill-available;
    background: #c9d1ea;
    content: " ";
    position: absolute;
    top: -4px;
    right: 30px;
}
.home-single-logo {
    width: 118px;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px 0px;
    margin-bottom: 7px;
    margin-right: 20px;
    margin-bottom: 13px;
}
.home-single-logo1 {
    width: 192px;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px 0px;
    margin-bottom: 7px;
    margin-right: 20px;
    margin-bottom: 13px;
}
.home-single-logo2 {
    width: 156px;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px 0px;
    margin-bottom: 7px;
    margin-right: 20px;
    margin-bottom: 13px;
}
.home-single-logo1 p{   
    text-align: center!important;    
    padding: 25px;
    line-height:32px!important; 
    margin: 0px !important;
    vertical-align: middle;
}
.main-home-single-logo p{
    text-align: right !important;
    margin: 0px !important;
    line-height: normal;
}
.h-s-c h2 {
	font-size:36px;
	line-height:40px;
	font-weight:300;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
}
.h-s-c h2 span {
	font-weight:500;
	    line-height: 50px;
}
.h-s-c h4 {
    /*margin-top: 102px;*/
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
    color: #333;
    margin-bottom: 14px;
    font-size: 22px;
}
.home-single-logo:hover {
    border: 1px solid #a6cef5;
}
.pro-btn {
    background: #007bff;
    padding: 13px 49px;
    color: #fff !important;
    border-radius: 40px;
    text-align: center;
    margin: auto;
    font-size: 18px !important;
    letter-spacing: 0.4px;
    display: table;
    margin-top: 10px !important;
	margin-bottom:50px;
}
.new-home {
    padding-top: 50px;
    padding-bottom: 20px;
    display: block;
}
.new-home h4 {
    font-size: 18px;
    font-style: italic;
}
.new-home h3 {
    font-size: 38px;
	font-weight:300;
	margin-bottom:35px;line-height: 39px;
}
.new-home h3 span {
	font-weight:500;
	
}
.new-home-single {
    moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
    padding: 24px 10px;
    width: 133px;
    height: 112px;
    border-radius: 12px;
	background:#fff;
	position:relative;
	z-index:2;
    margin-bottom: 20px;
}
.new-home-single h4 {
    font-size: 17px;
    font-style: inherit;
}
.new-home a:hover .new-home-single1 {
    background: #4f9be8;
}

.new-home a:hover .new-home-single h4 {
    color: #7b2cbf;
}
.new-home-single1 {
    width: 133px;
    height: 112px;
    content: " ";
    background: #bcceea;
    position: absolute;
    top: 3px;
    left: 18px;
    z-index: 0;
    border-radius: 12px;
}
.new-home-single span {
    min-height: 50px;
}
.new-home-single span {
    min-height: 52px;
    display: block;
}
.term-hide {
  display: none;
}
.term-hover:hover  .term-hide {
  display: block;
  color: #f19421;
}
.new-home a:hover .new-home-single {
	
    background: #cfe6fd;
}
input.formRow--input, .formRow--item select, .form-group select {
    border: 2px solid #e6ecef;
    border-radius: 5px;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
}
.tab-pane .nice-select {
    width: 100%;
    background: #fff;
    padding: 0px 9px;
    border-radius: 4px;
    border-color: #e6ecef;
}

.main-Suffering {
    width: 99%;
}
.main-Suffering thead th {
    font-weight: 400;
    padding: 10px 12px !important;
}
.main-Suffering thead {
    background: #7dabde;
    color: #fff;
}
.main-Suffering tbody {
    border: 2px solid #d6d6d6;
}
.main-Suffering .table-responsive {
    display: block;
    width: 99%;
    border-top-left-radius: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-top-right-radius: 8px;
}
.main-ques {
    width: 98%;
}
.main-ques thead th {
    font-weight: 400;
    padding: 10px 12px !important;
}
.main-ques thead {
    background: #7dabde;
    color: #fff;
}
.main-ques tbody {
    border: 1px solid #d6d6d6;
}
.main-ques .table-responsive {
    display: block;
    width: 99%;
    border-top-left-radius: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-top-right-radius: 8px;
}
.ppcs {
    padding-top: 10px;
    display: block;
    margin-bottom: 12px;
    width: 100%;
}
.plan-details .feature-icon {
    background: #eff4f9;
    border-radius: 6px;
    padding: 4px 11px;
    min-height: 80px;
}
.plan-details .feature-icon p {
    margin-bottom: 1px;
    padding-top: 6px;
	font-size:15px;
}
.plan-details .feature-icon h3 {
    margin-bottom: 0px;
    line-height: 22px;
    font-weight: 400;
    font-size: 22px;
}
.pop-btn {
    padding: 17px 36px;
    font-size: 16px;
    font-weight: 400;
}
.plan-details h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    margin: auto;
}
.plan-details .modal-header .close {
    padding: 0;
    margin: 0;
    background: rgb(39 39 39 / 95%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #ffffff;
    margin-top: -35px;
    margin-right: -35px;
}
.plan-details .lender-head-sections {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.how-it-block i {
    font-size: 42px;
    font-weight: 300;
    color: #579de4;
}
.plan-details  .st-tabs .tab-content {
    border: 1px solid #e6e9eb;
}
.plan-details .tab-pane h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    margin: auto;
    margin-bottom: 11px;
}
.plan-details .bullet-check-circle-default li {
    background: #f5f9fd;
    padding: 8px 43px;
    margin-bottom: 4px;
    border-radius: 8px;
}
.plan-details .bullet-check-circle-default li:before {
    padding-right: 4px;
    padding-left: 20px;
}
.plan-details .bullet {
    padding-left: 0;
}
.rupees {
	font-family:"arial";
}
/*--------------- End 19-02-2021  ---------- */



.header-topp {
    text-align: center;
    padding: 4px 7px 2px 7px;
    color: #4a4a4a;
    font-size: 13px;
    background: #ededed;
    width: 100%;
    left: 0;
    height: 27px;
    border-bottom: 1px solid #eee
}

.header-topp img{
	margin-right:7px;
}
.header-topp a {
	color:#222;
}



.icon-side.-type-1 {
    background: #FFFFFF;
    box-shadow: 0px 25px 70px rgb(1 33 58 / 7%);
    border-radius: 8px;
    padding: 50px 19px;
    text-align: center;
	margin-bottom: 32px;
}
.icon-side.-type-1 .content {
    margin-top: 20px;
}
.icon-side-row > *:nth-child(2) {
    margin-top: 90px;
}
.icon-side-row > *:nth-child(3) {
    margin-top: -90px;
}
.home-heading h2 {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
	font-weight: 300;
}
.home-heading h2 span {
	color:#7b2cbf;
	font-weight: 500;
}
.home-heading {
    width: 100%;
}
.insurance-corporate {
    padding: 50px 0;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}
.home-heading hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(210 233 255);
    width: 62px;
}	
.single-bene img {
    float: left;
    margin-right: 11px;
}
.single-bene h4 {
    margin-bottom: 0;
}
.single-bene {
    margin-bottom: 25px;
}
.insurance-corporate .blue-btn, .blue-btn {
    background: #7b2cbf;
    padding: 13px 0px 13px 17px;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
    display: table;
    text-transform: uppercase;
    overflow: hidden;
}
.blue-btn span {
    background: #fff;
    color: #222;
    padding: 13px 29px;
    margin-left: 10px;
}
.national-network h2 {
    font-size: 34px;
    line-height: 43px;
    font-weight: 300;
	color:#0a2759;
}
.national-network h2 span {
	color:#7b2cbf;
	display: block;
	font-weight: 500;
}
.national-network p {
	color:#484849;
}
.national-network:after {
  position: absolute;
  background: url(../img/dotted.png);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -15px;
  height: 62px;
  width: 100%;
  content: "";
  background-position-x: center;
}
.national-network {
    position: relative;
}
.national-network:after {
    position: absolute;
    background: url(../img/dotted.png);
    background-size: auto;
    background-repeat: no-repeat;
    top: 0;
    height: 182px;
    width: 180px;
    content: "";
    background-position-x: center;
    right: 0;
}
.national-network:before {
    position: absolute;
    background: url(../img/dotted.png);
    background-size: auto;
    background-repeat: no-repeat;
    bottom: 40px;
    height: 182px;
    width: 180px;
    content: "";
    background-position-x: center;
    left: -80px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.white-box-home {
    background: #fff;
    border-radius: 18px;
    padding: 55px 50px 45px 90px;
    min-height: 255px;
    moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
    margin-bottom: 20px;
	margin-top: 50px;
}
.national-network .sec-title {
	padding-left:40px;
}
.POSP h2 {
    font-size: 34px;
    line-height: 39px;
    font-weight: 300;
	color:#0a2759;
}
.corporate-left h3 {
    font-size: 24px;
    font-weight: 300;
}
.corporate-left h3 span{
	color:#7b2cbf;
	
}
.POSP h2 span {
	color:#7b2cbf;
	font-weight: 500;
}
.POSP h3 {
	color:#3b3a3a;
	font-size:16px;
	font-weight:400;
}
.POSP hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(210 233 255);
    width: 62px;
}
.POSP h4 {
    font-size: 22px;
    line-height: 39px;
    font-weight: 300;
	color:#0a2759;
}
.our-blog h3 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 23px;
}
.home-single-blog {
    background: #fff;
    padding: 10px;
    border-radius: 7px;
	text-align:center;
}
.blog-date {
    background: #0a2759;
    width: 82%;
    margin: auto;
    margin-top: -23px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 3px;
    height: 40px;
}
.blog-date ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.blog-date ul li {
    font-size: 12px;
    display: inline-block;
    color: #fff;
    margin: 6px 8px;
}
.home-single-blog h4 {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    line-height: 24px;
    margin-top: 22px;
    margin-bottom: 14px;
}
.home-single-blog a {
    text-align: center;
    color: #222;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}
.home-single-blog a i {
    margin-left: 7px;
}
.our-blog {
    margin: 60px 0px 20px 0;
}
.blue-btn span {
    background: #fff;
    color: #222;
    padding: 14px 29px 15px 20px;
    margin-left: 40px;
    position: relative;
}
.blue-btn span:before {
    background: #ffffff;
    content: " ";
    width: 29px;
    height: 87px;
    top: -11px;
    left: -20px;
    position: absolute;
    -webkit-transform: rotate(215deg);
    -ms-transform: rotate(215deg);
    transform: rotate(215deg);
}
.blue-btn span i {
    font-size: 18px;
}
a.blue-btn.blue-btn1 {
    padding: 12px 0 13px 37px;
    margin-top: 45px;
}
.blue-btn1 span {
    background: #ebebeb;
}
.blue-btn1 span:before {
    background: #ebebeb;
}
.blue-btn1:hover {
	color:#fff;
}
.corporate-left {
	margin-top:20px;
}
a.nav-link.login-btn {    background: #4c82d3;
    background: -moz-linear-gradient(left, #4c82d3 0%, #1360d3 100%);
    background: -webkit-linear-gradient(left, #4c82d3 0%,#1360d3 100%);
    background: linear-gradient(to right, #4c82d3 0%,#1360d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c82d3', endColorstr='#1360d3',GradientType=1 );
    padding: 5px 25px !important;
    border-radius: 33px;
    color: #ffffff !important;
    border: 1px solid #7b2cbf;
    text-transform: uppercase;
}
.home-single-logo {
    min-height: 75px;
}
.ins-form {
    background: #fff;
    border-radius: 18px;
    padding: 75px 40px 75px 40px;
    moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
    margin-bottom: 20px;
	margin-top: 50px;
}
.ins-form h2 {
    font-size: 27px;
    text-align: center;
    font-weight: 400;
    color: #3877d6;
    margin-bottom: 22px;
}
.ins-data {
    /* background: #f4f8ff; */
    /* padding: 55px 65px 25px 40px; */
    margin-top: 18px;
    width: 109%;
    border-radius: 15px;
    /* text-align: center; */
    margin-top: 60px;
	padding-top: 50px;
}
.ins-data h2 {
    font-size: 39px;
    line-height: 49px;
    font-weight: 600;
}
.ins-data ul {
    margin-left: 0;
    padding-left: 0;
    padding-top: 7px;
    margin-top: 12px;
}
.ins-data ul li {
    list-style: none;
    text-align: left;
    background: #fff;
    border: 2px solid #f3f3f3;
    margin-bottom: 11px;
    padding: 9px 17px;
    border-radius: 9px;
    width: 28%;
    float: left;
    margin-right: 15px;
}
.ins-data ul li img {
    float: left;
    margin-right: 10px;
	    padding-top: 5px;
}
.ins-data ul li h4 {
    margin-left: 42px;
    color: #383838;
    margin-bottom: 3px;
    padding-left: 12px;
    border-left: 1px solid #e1e5eb;
	line-height: 22px;
}
.ins-data ul li h4 span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.6px;
}
a.nav-link.call-btn {
    border: 2px solid #d9e8ff;
    border-radius: 7px;
    padding: 3px 14px !important;
    color: #7b2cbf !important;
    background: #f1f6ffd1;
    font-size: 14px !important;
    letter-spacing: 1px;
}
.landing-page-offer {
    height: 360px;
    background: #fff;
    border-radius: 15px;
    margin: 20px;
    position: sticky;
    top: 120px;
    border: 3px solid #e2eaff;
    text-align: center;
    padding: 35px 25px;
    overflow: hidden;
    display: inline-table;
    moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
	width: 100%;
}
.landing-page-offer a {
    background: #7b2cbf;
    color: #fff;
    border-radius: 50px;
    padding: 9px 32px;
    margin-top: 3px;
    display: inline-block;
}
.landing-page-offer ul li {
    text-align: left;
    list-style: none;
    line-height: 0;
    margin-bottom: 5px;
    font-size: 12px;
}
.landing-page-offer ul {
    margin: 10px;
    padding: 0;
}
.landing-page-offer ul li img {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 9px;
    max-width: 22px;
}
.landing-page-offer img {
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.landing-page-offer h3 {
    font-size: 24px;
    font-weight: 400;
}
.li-list li img {
    float: left;
}
.li-list li {
    list-style: none;
}
.landing-page-header {
	margin-bottom:30px;
}
.landing-page-header h2 {
    font-weight: 300;
    font-size: 34px;
}
.border-center {
    background: #cdd3de;
    height: 1px;
    width: 80px;
	margin:auto;
}
.border-left {
    background: #cdd3de;
    height: 1px;
    width: 80px;
	display: inline-block;
	margin-top: 1px;
}
.inner-page p {
    margin: 0 0 15px;
    line-height: 1.8;
    font-weight: 400;
    color: #343434;
    font-size: 16px;
    text-align: justify;
}
.ins-data p {
    font-size: 19px;
}
.landing-page-benefit h3 {
    font-size: 28px;
    font-weight: 300;
}
.landing-page-benefit h4 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0;
}
.landing-page-white.section-space40 {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}
.landing-page-white h3 {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 3px;
}
.li-list ul {
    margin: 10px 0;
    padding: 0;
}
.li-list h4 {
    padding-left: 60px;
    margin-bottom: 4px;
    font-weight: 400;
	    color: #7b2cbf;
		font-size: 18px;
}
.li-list p {
    padding-left: 60px;
}
.li-list {
    margin-top: 6px;
    display: inline-block;
}
.covered-section h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 3px;
}
.covered-section ul {
    margin: 0;
    padding: 0;
}
.covered-section ul li{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 3px;
	color:#444;
	list-style:none;
}
.covered-section ul li::before {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    margin-right: 11px;
    border-left: none;
    font-size: 18px;
}
.national-network .content1 p {
    color: #2a2a2a;
    font-size: 17px;
    padding-top: 6px;
}
.home-bannerr {
    margin: auto;
}
.home-bannerr .col-lg-2{
    margin-right:10px ;
}
.home-bannerr .row {
    margin-left: 65px;
}	
a.main-logo {
    flex-grow: 4;
}
.widget-social {
    margin-top: 25px;
}
.accordion-button {
  padding: 10px 19px;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
    border-radius: 9px !important;
	overflow: hidden;
}
.inner-faq h2 {
    font-size: 26px;
    font-weight: 400;
}
.footer-text p {
    padding-bottom: 0;
    margin-bottom: 2px;
    font-size: 14px;
	color:#fff;
	text-align: center;
}
.footer-text li {
    display: inline-block;
	border-right: 1px solid #fff;
    line-height: normal;
}
.footer-text ul li:last-child {
    border-right: 0;
}
.footer-text li a {
    color: white;
    padding: 0 9px;
}
.footer-links ul {
	margin:0;
	padding:0;
}
.ins-data1 {
margin-top:10px;
padding-top: 0px;
}
.bike-main ul li {
	width:47%;
}
.side-wid {
    padding-left: 22px;
    border-radius: 40px;
}
a.buy-btn {
    background: #7b2cbf;
    width: 190px;
    margin-left: 18px;
    margin-top: 20px;
    padding: 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 36px;
    background: #4c82d3;
    background: -moz-linear-gradient(left, #4c82d3 0%, #1360d3 100%);
    background: -webkit-linear-gradient(left, #4c82d3 0%,#1360d3 100%);
    background: linear-gradient(to right, #4c82d3 0%,#1360d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c82d3', endColorstr='#1360d3',GradientType=1 );
}
a.buy-btn2 {
    background:#7b2cbf;
    width: 190px;
    margin-left: 4px;
    margin-top: 16px;
    padding: 12px;
    text-align: center;
    color: #fff;
    display: table-caption;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
	border-radius: 50px;
	background: #7b2cbf;
    background: -moz-linear-gradient(left, #7b2cbf 0%, #7b2cbf 100%);
    background: -webkit-linear-gradient(left, #7b2cbf 0%, #7b2cbf 100%);
    background: linear-gradient(to right, #7b2cbf 0%, #7b2cbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c82d3', endColorstr='#1360d3',GradientType=1 );
}
.about-header {
    padding: 60px 0px 40px 0px;
    border-bottom: 1px solid #eee;
}
.about-header h2 {
    font-size: 37px;
    font-weight: 300;
    line-height: 48px;
    text-align: left;
}
.about-header p {
    font-size: 15px;
}
.sitemap-icon {
    float: left;
    width: 50px;
}
.sitemap-icon i {
    font-size: 37px;
    color: #2b6ed3;
}
.sitemap-icon1 i {
    float: left;
    margin-left: 24px;
    padding-top: 8px;
    color: #bbb;
    height: 40px;
}
.sitemap-icon1 h3 {
    float: left;
}
.sitemap-icon1 ul {
    display: inline-block;
    margin-top: 3px;
    margin-left: 20px;
	min-width: 300px;
}
.sitemap-icon1 ul li {
    list-style: none;
}
.sitemap-icon1 ul li a {
    color: #222;
}
.s-sitemap {
    margin-bottom: 40px;
}
.about_list li {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    max-width: 100%;
    display: flex;
    color: #222;
}
.about_list li::before {
    content: '';
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 2px;
    position: relative;
    margin-right: 15px;
    box-shadow: 0px 3px 8px 0px rgb(101 207 169 / 40%);
}
.about_list li::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #7b2cbf;
    border-radius: 50%;
    top: 10px;
    position: absolute;
    left: 8px;
    right: 0;
}
ul.about_list {
    margin: 0;
    padding: 0;
}
section.about-section {
    padding: 70px 0;
}
.about-section1 {
    background: #f3f9ff;
}
.single-review-item {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border: 1px solid #efefef;
}

.single-review-item {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border: 1px solid #efefef;
}
.single-review-item .review-img {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.single-review-item .review-img img {
    border-radius: 50px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.single-review-item .review-img i {
    position: absolute;
    bottom: -5px;
    right: 0;
    color: #6898df;
    font-size: 25px;
}
.single-review-item ul {
    padding-left: 0;
    margin-bottom: 5px;
    list-style-type: none;
}
.single-review-item ul li {
    list-style-type: none;
    display: inline-block;
}
.single-review-item ul li i {
    color: #ffc107;
}
.single-review-item h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.single-review-item span {
    color: #5185d3;
}
img.review-s {
    width: auto;
    display: inline-block;
    max-width: fit-content;
    margin-bottom: 7px;
}
section.review-section {
    padding: 70px 0 50px 0;
}
.review-box {
    padding-top: 30px;
	position: relative;
}
.review-box h3 {
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    color: #0a2759;
}
.review-box h3  span {
    font-weight: 500;
    line-height: 50px;
}
.review-box a {
    text-transform: uppercase;
    font-weight: 600;
    color: #6190d7;
    letter-spacing: 1.7px;
}
.owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #7b2cbf;
}
section.review-section {
    padding: 60px 0 50px 0;
    background: aliceblue;
}
.contact-form form .form-control {
    background-color: #fff;
    border: none;
    box-shadow: 0 5px 28.5px 1.5px rgb(149 152 200 / 20%);
    height: 50px;
    font-family: Dosis,sans-serif;
    font-size: 16px;
}
.contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
.about-review h4 {
    margin: 0;
}
.about-review .review-box {
    margin-bottom: 12px;
    text-align: center;
}
.ltn__contact-address-item-3 {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid var(--border-color-11);
    padding: 50px 30px 25px;
	    background: #fff;
    border-radius: 14px;
    padding: 35px 20px 25px 20px;
    min-height: 275px;
    moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
    margin-bottom: 20px;
	    margin-top: 80px;
}
.ltn__contact-address-item-3 .ltn__contact-address-icon {
    margin-bottom: 35px;
}
.ltn__contact-address-item-3 .ltn__contact-address-icon img {
    max-width: 80px;
}
.ltn__contact-address-item p {
	text-align:center;
}
.active h6 {
    color: #fff;
}
.nav-pills .nav-link {
    border: 1px solid #e1e1e1;
}
.tab-content h4 {
    font-size: 19px;
    text-align: left;
    font-weight: 400;
}
.accordion-body {
    text-align: left;
}
.default-tabs.style-two .tab-buttons {
    margin-bottom: 30px;
}

.style-two .tab-buttons {
    position: relative;
    display: flex;
}
.default-tabs.style-two .tab-buttons a.active-btn {
    color: #ffffff;
    border-bottom: 3px solid #1a51a5;
    text-align: center;
    background: #7b2cbf;
}
.default-tabs.style-two .tab-buttons a {
    border-radius: 0;
    background: none;
    margin: 0;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    color: #686868;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 2px 8px 20px 0 rgba(25,42,70,.13)!important;
    font-size: 17px;
    text-align: center;
    width: 20%;
    min-height: 98px;
    border: 1px solid #f7f7f7;
    border-bottom: 3px solid #dbdbdb;
    font-size: 15px;
}
.default-tabs.style-two .tab-buttons a i {
    display: block;
    margin-bottom: 11px;
    font-size: 24px;
    margin-top: 6px;
}
.ppc h3 {
    font-size: 26px;
}
.pp-tabs.default-tabs.style-two.tabs-box {
    margin-bottom: 30px;
    display: grid;
}
.ppc li {
    text-align: left;
    color: #4a4a4a;
}
.list-unstyled li i {
    margin-right: 5px;
}
div#health-faq {
    position: relative;
    top: -60px;
}
.about-list li {
    list-style: none;
    display: inline;
}
.about-list li a {
    padding: 10px 35px;
    display: inline-block;
    border-radius: 40px;
	min-width: 169px;
	text-align: center;
}
.about-list ul {
    border: 1px solid #ddd;
    margin-top: 30px;
    border-radius: 40px;
    display: inline-block;
    padding: 0 36px;
}
.active-about a, .about-list li a:hover {
    background: #7b2cbf;
    color: #fff;
    border-radius: 30px;
}
.about-list ul {
    border: 1px solid #ddd;
    margin-top: 30px;
    border-radius: 40px;
    display: inline-block;
    padding: 4px;
}

.rs-team.style1.team-style1 .team-wrap {
    box-shadow: 0 5px 20px #eee;margin-bottom: 30px;
}
.rs-team.style1 .team-wrap {
    position: relative;
    transition: all 0.3s ease;
}
.rs-team.style1 .team-wrap .image-wrap {
    position: relative;
    overflow: hidden;
	max-height: 260px;
}
.rs-team.style1.team-style1 .team-wrap .image-wrap a img {
    opacity: 1;
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}
.rs-team.style1 .team-wrap .image-wrap .social-icons {
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    background: #1963d3;
    padding: 12px 0 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s;
}
.rs-team.style1 .team-wrap .image-wrap .social-icons a i {
    background: transparent;
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
}
.rs-team.style1 .team-wrap .team-content {
    text-align: center;
    margin: 0;
    padding: 20px 20px 25px;
    background-color: #191919;
    position: unset;
    opacity: 1;
}
.rs-team.style1 .team-wrap .team-content .team-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.rs-team.style1.team-style1 .team-wrap .team-content .team-name a {
    color: #ffffff;
}
.rs-team.style1 .team-wrap .team-content .team-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 3em;
    color: #C5C2C2;
    text-transform: uppercase;
}
.rs-team.style1 .team-wrap:hover .image-wrap .social-icons {
    right: 0;
    width: 50px;
    opacity: 1;
    visibility: visible;
}
.rs-team.style1.team-style1 .team-wrap:hover .image-wrap a img {
    opacity: .7;
    transform: scale(1);
}
.rs-team.style1 .team-wrap .image-wrap .social-icons:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid #1963d3;
    border-right: 50px solid transparent;
    bottom: 0;
    left: 0;
    display: block;
    top: 100%;
}
.social-icons li {
    list-style: none;
}
.license-box p, .license-box img {
    text-align: center !important;
}
.mar-auto {
	margin:auto !important;
}
.about-page h2 {
    text-align: center;
}
.about-page p {
    text-align: center;
}
.ll-page h3 {
    font-size: 18px;
}
.contact-form h2 {
    font-size: 35px;
    line-height: 32px;
    font-weight: 300;
}

.loginpop img {
    max-height: 100px;
}
.loginpop {
    text-align: center;
    padding: 23px 0;
}
.loginpop h3 {
    font-size: 15px;
	margin-top:10px;
}
.modal-dialog {
    max-width: 750px;
	    margin-top: 113px;
}
.loginpop p {
    font-size: 12px;
}
.loginpop h4, .loginpop h5 {	
	margin-bottom: 0;
}
.loginpop button {
    background: #4c82d3;
    background: -moz-linear-gradient(left, #4c82d3 0%, #1360d3 100%);
    background: -webkit-linear-gradient(left, #4c82d3 0%,#1360d3 100%);
    background: linear-gradient(to right, #4c82d3 0%,#1360d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c82d3', endColorstr='#1360d3',GradientType=1 );
    padding: 5px 25px !important;
    border-radius: 33px;
    color: #ffffff !important;
    border: 1px solid #7b2cbf;
    text-transform: uppercase;
    width: 90%;
    margin: 10px 0 0 0;
	font-size:14px;
}
.no-border {
	border:0;
}
.border-r {
	border-right:1px solid #d9e8ff;
}
.close {
     font-weight: 500;
    color: #457ed3;
    opacity: 1.5;
}
.loginpop.loginpop1 {
    max-width: 344px;
    margin: auto;
}
.loginpop.loginpop1 button {
    max-width: 250px;
}




@media screen and (min-width: 768px) and (max-width: 1200px) {
	.home-radio-select {
    width: 90%;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.header-right li.nav-item {
		display: block;
		float: left;
		margin-left: 16px;
	}
	.single-home-select {
    width: 100%;
    float: left;
    margin: 8px 6px;
}
.home-radio-select ul {
    padding: 0;
}
.header-right .navbar-nav {
    display: inline-block;
}
.blue-input input[type="text"] {
    width: 68%;
}
.select-w100 {
    width: 68%;
}
.main-heading {
    text-align: center !important;
}
.bbc {
	display:none !important;
}
.owner-details4 {
	margin-top:30px;
	padding-bottom:5px;
}
.national-network:after, .national-network:before {
	  display:none;
  }
  .national-network .sec-title {
    padding-left: 0;
}
.home-single-blog {
    margin-bottom: 20px;
}
.h-s-c {
    margin-top: 30px;
}
.home-single-logo {
    min-height: 93px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.home-body-select {
    width: 93%;
	}
	.blue-input input[type="text"] {
		width: 66%;
	}
	.select-w100 {
		width: 66%;
	}
}

@media only screen and (min-width: 992px) {
	
	.price-info-mobile {
		display:none;
	}
	.bottom-buttom {
		display: none;
	}
a.nav-link.m-login-btn {
	display:none;
}
.home-bannerr {
    margin: auto;
    max-width: 910px;
}
}
@media only screen and (max-width: 991px) {
.main-heading {
    margin-top: 40px;
}
.ins-data {
    padding: 35px 10px 15px 10px;
    margin-top: 12px;
    width: 100% !important;
	margin-top: 5px;
}
.ins-data {
    background: #f4f8ff;
    padding: 25px 10px 25px 10px;
    margin-top: 18px;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    margin-top: 0px;
}
.ins-form h2 {
    font-size: 25px;
}
.ins-data h2 {
    font-size: 23px;
    line-height: 33px;
}
.m-order1 { order:1; }
.m-order2 { order:2; }
.ins-form {
    background: #fff;
    border-radius: 18px;
    padding: 35px 10px 35px 10px;
    moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
    margin-bottom: 20px;
    margin-top: 20px;
}
a.nav-link.m-login-btn {
    background: #197adc;
    color: #fff;
    margin: 10px 22px;
    border-radius: 6px;
    text-align: center;
}
a.nav-link.login-btn {
    display: none;
}
.header-right {
    display: none !important;
}
.plan-details .lender-head-sections {
	display:none;
}
.plan-details .st-tabs .nav-link {
    padding: 9px 20px;
    text-transform: capitalize;
    font-size: 15px;
}
.plan-details .modal-header .close {
    margin-top: -7px;
    margin-right: -8px;
}
div#plan-details {
    z-index: 9999;
}
.sticky-top {
    margin-bottom: 28px;
}
a.select-btnn {
    padding: 9px 15px;
    display: flow-root;
    margin-bottom: 7px;
}
.single-home-select1 {
    margin-bottom: 15px;
    display: flex;
}
.owner-details {
	margin-top:35px;
}
.new-home-single1 {
    width: 87%;
}
.new-home-single {
    width: 100%;
}
li.nav-item.no-mobile {
    position: fixed;
    right: 13px;
    bottom: 38px;
}
.no-mobile img {
    width: 60px !important;
}
.why__choose h2 {
    font-size: 33px;
}
.why__choose h2:after {
    display: none;
}
.single_why_choose {
    min-height: 150px;
    padding: 30px 20px 25px 20px;
}
.why__no_cost h2 {
    font-size: 36px;

}
.why__no_cost .pl-0 {
    padding-left: 15px !important;
}
.h-s-c h4 {
    margin-top: 10px;
}
.home-single-logo {
    width: 30%;
}	
.header-right {
    position: absolute;
    top: 0;
    background: #fbfbfb;
    width: 100%;
    left: 0;
    padding: 0 7%;
    height: 37px;
    margin-top: -35px;
    display: block ;
	
    border-bottom: 1px solid #eee;
}

.header-right .navbar-nav {
    float: right;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
.corona-side {
    display: none;
}
	.price-heading p {
		text-align:center !important;
		margin: auto;
	}
	.home-button a {
		font-size: 14px;
	}
	.price-heading1 {
		display: none;
	}
	.price-info-mobile {
		text-align:center;
		margin: auto;
	}
	span.price-info-info a {
		text-align: center;
		margin: auto;
		background: #2e7cdb;
		width: 35px;
		height: 35px;
		display: inline-block;
		text-align: center;
		padding-top: 6px;
		border-radius: 60px;
		color: #fff;
	}
	span.price-info-info a i, span.price-info-back a i {
		font-size:14px;
	}
	span.price-info-back a {
		text-align: center;
		margin: auto;
		background: #2e7cdb;
		width: 35px;
		height: 35px;
		display: inline-block;
		text-align: center;
		padding-top: 7px;
		border-radius: 60px;
		color: #fff;
	}
	.bottom-buttom {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		/* border-top: 2px solid #eee; */
		box-shadow: -7px -9px 14px rgba(191,191,191,.24);
		z-index: 9999;
	}
	a.left-b, a.right-b {
		float: left;
		position: relative;
		width: 50%;
		text-align: center;
		padding: 14px 0;
		border: 1px solid #eee;
		border-top: 2px solid #eee;
		color: #4a4a4a;
		font-size: 14px;
	}
	.bottom-buttom a i {
		font-size: 13px;
		margin-right: 2px;
	}
	.web-filter {
		display:none;
	}
	.filter-btn {
		display: inline-block;
		background: #5493d2 !important;
		color: #fff !important;
		width: 100% !important;
		padding: 8px 15px;
		text-align: center;
		border-radius: 5px;
	}
	.price-blue-04, .price-blue-03, .price-blue-02 {
		display:none;
	}
	.price-blue-01 {
		text-align: center;
	}
	div#mobile-filer {
		z-index: 99999999;
	}
.filter-btn1 {
    background: #f7f7f7 !important;
    color: #222 !important;
    border: 1px solid #eee;
}
.text-center.right-pp {
    text-align: left !important;
}
.price-list-p h4 {
    font-size: 14px;
    margin-bottom: 3px;
}
.price-list-p h3 {
    background: #e22e2e;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 12px;
}
.price-list-p h3 i {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.right-pp a {
    display: none;
}
.compare-check {
    display: none;
}
.pre-details2 h4, .pre-details1 h4{
	margin-top: 10px;
	margin-bottom:3px;
}
}
@media only screen and (min-width: 768.1px) {	
	
}
		
@media only screen and (max-width: 768px) {	
.hero-tab-block .nav {
    display: inherit;
}
.new-home h3 {
    font-size: 33px;
}
.why__choose h2 {
    font-size: 28px;
}
.navbar-light .navbar-nav .nav-link, .navbar-nav .dropdown-item, .navbar-nav .dropdown-menu .dropdown-item .dropdown-link {
    color: #3c4d6b;
    text-align: left;
}
ul.navbar-nav.pl-4 {
    margin-top: 20px;
}	
.home-bannerr .row {
    margin-left: 0;
}
.new-home-single1 {
    width: 85%;
}
.nav-justified .nav-item {
    display: inline-block;
    width: 100%;
}
.st-tabs .tab-content {
    padding: 10px 20px;
}
.home-bannerr .col-lg-2 {
    margin-right:0px ;
}
.why__no_cost img {
    max-width: 331px;
}
.main-heading {
    margin-top: 40px;
}
.home-single-logo {
    width: 45%;
	min-height:100px;
}
.footer-links h4 {
    margin-top: 15px;
}	
.modal-body .input-border-m td {
	font-size: 14px;
}
.home-radio-select {
    width: 90%;
}
.pre-details1 ul li, .pre-details2 ul li {
    font-size: 14px;
}
#info-mobile-pop .modal-body .input-border-m td {
    display: block;
}
#edit-details input.model-right-input {
    margin-left: 0;
    margin-top: 5px;
}
#edit-details .home-footer-right .home-btn, #myemail .home-footer-right .home-btn {
    width: 46%;
}
.pre-details1 ul, .pre-details2 ul {
    padding-left: 0;
    margin-bottom: 0;
}		
.collapse  .card-body h3 {
	display:none;
}
.blue-input>span {
    height: initial;
    background: initial;
    color: initial;
    text-align: initial;
    width: 100%;
    display: initial;
    float: left;
    font-size: 16px;
    padding-top: initial;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
}
.blue-input input[type="text"], .select-w100 .nice-select {
    height: 45px;	
	width: 100% !important;
	border-radius: 6px;
}
.modal-body .select-w100 {
    width: 100%;
}
.nice-select {
    line-height: 27px;
}
div#edit-details {
    z-index: 9999999;
}
.hide-mm {
    display: none;
}


.owner-details1 .imgg img {
    max-width: 110px;
}
.pri-left {
    padding-right: 0;
}
.price-bb {
    display: none;
}
.price-green {
    background: #fffcf2;
    float: left;
    position: inherit;
    right: inherit;
    top: inherit;
    height: inherit;
    padding: 0px 12px 5px;
    /* width: 100%; */
    min-height: inherit;
    /* text-align: right; */
    border: 1px solid #fdeaac;
	color: #222;
}
.owner-details3, .owner-details4 {
    border-left: initial;
}
.price-green span {
    display: inline-block;
    text-align: left;
    margin-right: 6px;
}
.owner-details {
    border: 1px solid #bedfff;
    border-radius: 9px;
}
.owner-tabs .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
    width: 28%;
}
.st-tabs .nav-link {
    padding: 9px 2px;
    text-transform: capitalize;
    font-size: 11px;
}

.m-p-5 { padding:5px !important;}
.m-p-10 { padding:10px !important;}
.expandable-collapse {
    padding: 13px;
}
.expandable-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.header-right a.nav-link span {
    display: none;
}
.header-right .navbar-nav {
    display: block;
}
.header-right li {
    display: inline-block;
    float: none;
}
.header-right li {
    display: inline-block;
    float: left;
    /* width: 40px; */
    height: 40px;
    text-align: left;
    padding-left: 16px;
}
.header-right .nav-link {
    padding: 5px;
}

.header-right .nav-link {
	padding-right:0;
}
.m-height-40 {
	width:100%;
	height:40px;
	display:inline-block;
}
.home-footer {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    display: inline-block;
}
.home-btn {
    padding: 7px 25px;
}
.home-btn {
    float: left;
}
.home-btn:last-child {
    float: right;
}
.home-footer {
    padding: 10px 0;
    width: 100%;
}

.m-left {
    float: left !important;
}
.m-t-left {
	text-align:left !important;
}
.home-footer {
    margin-top: 20px;
}
.single-home-select {
    width: 97%;
    margin-bottom: 15px;
}
.single-home-select .nice-select, .single-home-select select {
    padding: 11px 12px;
}
.home-footer {
    padding: 10px;
}

.container, .container-md, .container-sm {
    max-width: 840px;
}
.home-radio-select ul {
	margin:0;
	padding:0;
}

.home-radio-select ul {
	width: 90%;
    padding: 14px;
}
.home-radio-select ul li {
    display: inline-block;
    margin-right: 34px;
    width: 100%;
    text-align: left;
    border: 1px solid #d9e7f5;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 7px 15px;
}
.home-alreay .form__group {
    width: 100%;
}
a.main-logo {
    flex-grow: 1;
    max-width: 190px;
}	
}

@media only screen and (max-width: 480px) {	
.owner-tabs .tab-content {
    padding: 12px;
}
.home-radio-select {
    width: 92%;
}
.home-radio-select ul {
    width: 100%;
}
.home-radio-select ul li {
    margin-right: 0;
	
    font-size: 13px;
}
img.main-logo {
    max-width: 53%;
}
.sticky-top .navbar {
    margin-top: 0px;
    text-align: end;
}
.price-list-p p {
    font-size: 10px;
}
.hide-mmm {
	display:none;
}

.right-pp small {
    font-size: 11px;
}
h2.main-heading {
    font-size: 19px;
    line-height: 24px;
}
.control-label {
    font-size: 13px;
}
.form-control {
    height: 44px;
}
.input-border-m {
    display: grid;
}
span.radio-right {
    display: flow-root;
    width: 100%;
}
.input-border-m p {
    font-size: 13px;
}
.bread-c {
    font-size: 14px;
}
.bread-c {
    padding-top: 20px;
    font-size: 14px;
    text-align: left !important;
    color: #555;
    padding-bottom: 11px;
    padding-left: 15px;
}
.select-right {
    width: 100%;
}
.select-right .nice-select {
    margin-top: 5px;
}
.blue-input>span {
    font-size: 14px;
}
.home-btn:last-child {
    float: none;
}
.home-footer-left, .home-footer-right {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 18px;
}
.home-btn {
    display: inline-block;
}
}

@media only screen and (max-width: 991px) {
	.sticky-top .navbar {
		margin-top: 0px;
	}
	.sticky-top {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1366px) {
  .slider-captions {
    position: absolute;
    bottom: 70px;
    width: 100%;
  }

  .slider-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
  }

  .slider .owl-prev {
    position: absolute;
    left: 0px;
    top: 40%;
    left: 0px;
  }

  .slider .owl-next {
    position: absolute;
    right: 0px;
    top: 40%;
    right: 0px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1440px) {
  .slider-captions {
    position: absolute;
    bottom: 100px;
    width: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  /*--------------- index - 8 -------------*/
  .refinance-rate-block-title {
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 27px;
  }

  .loan-half-section {
    padding: 50px;
  }

  /*--------------- card landing page  ---------- */
  .card-benefit-tabs .st-tabs .nav-link {
    display: block;
    padding: 16px 27px;
  }

  /*--------------- borrow life saving   ---------- */
  .bank-account-tabs.st-tabs .nav-link {
    padding: 16px 46px;
  }
}

/*============= media query max-width: 768px; =============*/
@media only screen and (max-width: 768px) {
  /* start query */
  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /*--------------- slider for mobile view ( for mobile view  )---------- */
  .slider-captions {
    position: absolute;
    bottom: 28px;
    text-align: center;
  }

  .slider-title {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
  }

  .slider .owl-prev {
    position: absolute;
    left: 0px;
    top: 30%;
    left: 0px;
  }

  .slider .owl-next {
    position: absolute;
    right: 0px;
    top: 30%;
    right: 0px;
  }

  /*--------------- Page Header ( for mobile view  )---------- */
  .page-header {
    padding: 40px 0px 80px;
    min-height: 200px;
  }

  .page-title {
    font-size: 28px;
  }

  .btn-action {
    text-align: center;
  }

  .btn-action .btn {
    padding: 10px;
    float: left;
    margin-left: 5px;
  }

  .sub-nav > .nav li a {
    border-bottom: 1px solid #dee7f2;
    margin-bottom: 0px;
  }

  .childern {
    padding-left: 0px;
  }

  .widget-share {
    background-color: #fff;
    padding: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .search-nav {
    display: none;
  }

  .rate-counter-block {
    text-align: center;
  }

  .rate-icon {
    float: none;
    margin-bottom: 10px;
  }

  .loan-rate {
    font-size: 24px;
  }

  /*--------------- index - 4 ()-------------*/
  .header-transparent {
    position: relative;
    background-color: #7b2cbf;
  }

  .video-play {
    left: 39%;
    top: 45px;
  }

  .st-tabs .nav-link {
    padding: 16px 11px;
  }

  .sub-nav > .nav li a {
    padding: 8px 0px;
    font-size: 11px;
  }

  .portfolioFilter a {
    text-transform: uppercase;
    background-color: #eff3f8;
    padding: 8px 16px;
  }

  /*--------------- index-6 ---------- */
  .lead-hero-caption {
    padding-top: 0px;
  }

  .header-wide .lead {
    font-size: 19px;
  }

  /*--------------- index-7 ---------- */

  /*--------------- index-8 ---------- */
  .refinance-hero-block {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .loan-half-section {
    padding: 66px;
  }

  /*--------------- compare credit card  ---------- */
  .expandable-info .card {
    min-height: inherit;
  }

  /*--------------- compare personal loan card  ---------- */
  .compare-personal-loan-table .table > tbody > tr > td {
    padding: 6px;
  }

  .compare-personal-loan-title {
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 148px;
  }

  .expandable-info .card {
    min-height: inherit;
  }

  /*--------------- compare student loan card  ---------- */
  .compare-student-loan-table .table > tbody > tr > td {
    padding: 6px;
  }

  .compare-student-loan-title {
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 148px;
  }

  .expandable-info .card {
    min-height: inherit;
  }

  /*--------------- card landing page  ---------- */

  .card-benefit-tabs .st-tabs .nav-link {
    display: block;
    padding: 16px 8px;
  }

  .card-benefit-tabs .st-tabs a {
    font-size: 12px;
  }

  /*--------------- Index - 9 bank borrow  ---------- */
  .overlay-section {
    margin-top: 0px;
    padding: 60px;
  }

  .overlay-section .card {
    margin-bottom: 20px;
  }

  .post-caption-content h3 {
    font-size: 12px;
    line-height: 18px;
  }
  .national-network:after, .national-network:before {
	  display:none;
  }
  .icon-side-row > *:nth-child(2) {
		margin-top: -10px;
	}
	.icon-side-row > *:nth-child(3) {
		margin-top: -10px;
	}
	.national-network .sec-title {
    padding-left: 0;
}
.national-network h2 {
    font-size: 29px;
}
.white-box-home {
    padding: 30px 15px;
}
.POSP h2 {
    font-size: 22px;
    line-height: 32px;
}
.POSP h4 {
    font-size: 20px;
}
.POSP p {
    font-size: 13px;
}
.home-single-blog a {
    margin-bottom: 0px;
}
.home-single-blog {
    margin-bottom: 15px;
}
.h-s-c {
    border-radius: 10px;
    padding: 40px 15px;
    margin-top: 30px;
}
.h-s-c h2 {
    font-size: 26px;
    line-height: 35px;
}
.h-s-c h4 {
    margin-top: 129px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #505050;
    margin-bottom: 7px;
    font-size: 18px;
}
.footer-text ul {
    margin-left: 0;
    padding-left: 0;
}
}

@media only screen and (max-width: 460px) {
  /*--------------- slider for mobile view ( for mobile view  )---------- */
  .slider-captions {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
  }

  .slider-title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
  }

  .slider .owl-prev {
    position: absolute;
    left: 0px;
    top: 30%;
    left: 0px;
  }

  .slider .owl-next {
    position: absolute;
    right: 0px;
    top: 30%;
    right: 0px;
  }

  .rate-icon {
    float: none;
  }

  .rate-counter-block {
    text-align: center;
  }

  .loan-rate {
    font-size: 24px;
  }

  .widget-share {
    background-color: #fff;
    padding: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .search-nav {
    display: none;
  }

  .top-text {
    padding-left: 14px;
  }

  .header-action {
    text-align: center;
  }

  .rate-badge {
    display: none;
  }

  .video-play {
    left: 39%;
  }

  /*--------------- index-6 ---------- */
  .lead-hero-caption {
    padding-top: 0px;
  }

  /*--------------- index-7 ---------- */

.hero-tab-block {
    padding-top: 21px;
    padding-bottom: 0;
}

  /*--------------- index-8 ---------- */
  .refinance-rate-block-title {
    font-size: 24px;
  }

  .refinance-hero-block {
    padding-top: 44px;
  }

  /*--------------- compare credit card  ---------- */
  .compare-table .table > tbody > tr > td {
    padding: 10px;
  }

  .compare-card-title {
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 148px;
  }

  .expandable-info .card {
    min-height: inherit;
  }

  /*--------------- compare personal loan card  ---------- */
  .compare-personal-loan-table .table > tbody > tr > td {
    padding: 10px;
  }

  .compare-personal-loan-title {
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 148px;
  }

  .expandable-info .card {
    min-height: inherit;
  }

  /*--------------- compare student loan card  ---------- */
  .compare-student-loan-table .table > tbody > tr > td {
    padding: 10px;
  }

  .compare-student-loan-title {
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 148px;
  }

  .expandable-info .card {
    min-height: inherit;
  }

  /*--------------- card landing page  ---------- */
  .card-benefit-tabs .st-tabs .nav-link {
    display: block;
    padding: 16px 58px;
    border: 1px solid #f6f9ff;
    border-radius: 5px;
    background-color: #f6f9ff;
    margin-bottom: 8px;
    margin-right: 10px;
  }

  .header-wide .lead,
  .header-wide .lead {
    font-size: 13px;
  }

  .card-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /*--------------- Index - 9 bank borrow  ---------- */
  .overlay-section {
    margin-top: 0px;
  }

  .overlay-section .card {
    margin-bottom: 20px;
  }

  .hover-tabs.st-tabs .nav-link {
    display: block;
    padding: 0px 39px 3px 0px;
  }

  .quick-info span:nth-child(2) {
    display: none;
  }

  /*--------------- borrow-life-saving  ---------- */
  .bank-account-tabs.st-tabs .nav-link {
    padding: 16px 57px;
  }
}

@media only screen and (max-width: 320px) {
  /*--------------- slider for mobile view ( for mobile view  )---------- */
  .slider-captions {
    position: absolute;
    bottom: 18px;
    text-align: center;
    width: 100%;
  }

  .slider-title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
  }

  .slider .owl-prev {
    position: absolute;
    left: 0px;
    top: 30%;
    left: 0px;
  }

  .slider .owl-next {
    position: absolute;
    right: 0px;
    top: 30%;
    right: 0px;
  }

  .rate-icon {
    float: none;
  }

  .rate-counter-block {
    text-align: center;
  }

  .loan-rate {
    font-size: 24px;
  }

  .widget-share {
    background-color: #fff;
    padding: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .search-nav {
    display: none;
  }
}

.ins-data ul li
    {
            width: 46% !important;
    }

@media screen and (min-device-width: 280px) and (max-device-width: 1000px) { 
    
    .ins-data ul li
    {
            width: 100% !important;
    }
    .ins-data1 li
    {
        width: 100% !important;
        float: inherit !important;
            margin-right: 0px !important;
        
    }
    
     .bike-main ul li
    {
        width: 100% !important;
        float: inherit !important;
            margin-right: 0px !important;
        
    }
    
    .landing-page-offer
    {
        margin: 0px !important;
    }
    
    .landing-page-white.section-space40
    {
        padding: 8px;
    }
    
    .about-list li a
    {
            min-width: 161px !important;
    }
    
    .style-two .tab-buttons
    {
        position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }
    
    .default-tabs.style-two .tab-buttons a
    {
        width: 100% !important;
    }
    
    .default-tabs.style-two .tab-buttons
    
    {
        margin-bottom: 30px;
    margin-right: -2px;
    margin-left: -43px;
    padding-bottom: 31px;
    }
}


.corporate-banner {
    background-size: cover;
    margin: 0;
    min-height: 610px;
    border: none;
    padding-top: 130px;
    background: #e3e7e8 url(../img/c-banner.jpg) no-repeat center;
}

.corporate-banner h2 {
    color: #0a2759;
    font-size: 41px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
}

.corporate-banner p {
    color: #242424;
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 32px;
    margin-top: 7px;
    display: inline-block;
}


.banner-btn {
    background: #3977d6;
    background: -moz-linear-gradient(left, #3977d6 0%, #6f9de0 100%);
    background: -webkit-linear-gradient(left, #3977d6 0%,#6f9de0 100%);
    background: linear-gradient(to right, #3977d6 0%,#6f9de0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3977d6', endColorstr='#6f9de0',GradientType=1 );
    padding: 12px 45px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 9px;
    margin-top: 9px;
    display: inline-block;
}

section.corporate-blue {
    background: #2a6bcc;
    background: -moz-linear-gradient(left, #2a6bcc 0%, #0d54be 100%);
    background: -webkit-linear-gradient(left, #2a6bcc 0%,#0d54be 100%);
    background: linear-gradient(to right, #2a6bcc 0%,#0d54be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6bcc', endColorstr='#0d54be',GradientType=1 );
    color: #fff !important;
    padding: 90px 0 60px 0;
    margin-bottom: 30px;
}

.corporate-blue h2 {
    color: #fff;
    font-size: 37px;
    font-weight: 300;
    line-height: 49px;
}

.corporate-blue p {
    letter-spacing: 0.7px;
    color: white;
    text-align: inherit !important;
}

.corporate-blue h2 span {
    display: block;
    color: #fff;
}

.corporate-blue-s h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 2px;
    letter-spacing: 0.8px;
}

.corporate-blue-s img {
    float: left;
    background: #fff;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    padding: 7px;
}

.corporate-blue-s p, .corporate-blue-s h3 {
    padding-left: 60px;
}   

.corporate-blue-s a.c-btn {
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 15px;
    margin-left: 60px;
}

.corporate-blue-s {
    margin-bottom: 47px;
}

section.corporate-white {
    padding: 30px 0;
    letter-spacing: 1px;
}

.corporate-white h2 {
    color: #1d1d1d;
    font-weight: 400;
    font-size: 29px;
    text-align: center;
    line-height: 42px;
}

.corporate-white h2 span {
    display: block;
}

.corporate-white-s {
    min-height: 280px;
    background: #fff;
    border-radius: 15px;
    margin: 20px;
    position: sticky;
    text-align: center;
    padding: 45px 25px;
    overflow: hidden;
    display: inline-table;
    moz-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
    box-shadow: 0px 4px 16px 3px rgb(213 221 234 / 50%);
    width: 99%;
}   

.corporate-white-s img {
    margin-bottom: 12px;
}

.corporate-white-s p
{
        margin: 0 0 15px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    color: #778191 !important;
    text-align: center !important;

}


.b-btn {
    background: #3977d6;
    background: -moz-linear-gradient(left, #3977d6 0%, #6f9de0 100%);
    background: -webkit-linear-gradient(left, #3977d6 0%,#6f9de0 100%);
    background: linear-gradient(to right, #3977d6 0%,#6f9de0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3977d6', endColorstr='#6f9de0',GradientType=1 );
    padding: 12px 45px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 50px;
    margin-top: 9px;
    display: inline-block;
}

.corporate-lb {
    background: #f9fafe;
    background: -moz-linear-gradient(left, #f9fafe 0%, #e0ebff 100%);
    background: -webkit-linear-gradient(left, #f9fafe 0%,#e0ebff 100%);
    background: linear-gradient(to right, #f9fafe 0%,#e0ebff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafe', endColorstr='#e0ebff',GradientType=1 );
    padding: 80px 0 60px;
}

.corporate-lright h4 {
    font-size: 30px;
    font-weight: 400;
    color: #1d1d1d;
}

.corporate-lright h4 span {
    color: #2668ca;
}

.corporate-lright p {
    color: #3b3b3b;
    font-size: 18px;
}
.corporate-lright ul {
    margin: 0;
    padding: 0;
}


.corporate-lright ul li {
    margin: 0;
    padding: 4px 1px;
    list-style: none;
    font-size: 16px;
    color: #3b3b3b;
}

.single-review-item {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border: 1px solid #efefef;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.corporate-logos {
    background: #fafafc;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #dde3ec 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#dde3ec 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#dde3ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#dde3ec',GradientType=0 );
    padding: 60px 0 0 0;
    border-top: 6px solid #f5f5f5;
}

.single-review-item {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border: 1px solid #efefef;
}



.kar{
    background: #4c82d3;
    background: -moz-linear-gradient(left, #4c82d3 0%, #1360d3 100%);
    background: -webkit-linear-gradient(left, #4c82d3 0%,#1360d3 100%);
    background: linear-gradient(to right, #4c82d3 0%,#1360d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c82d3', endColorstr='#1360d3',GradientType=1 );
    padding: 5px 25px !important;
    border-radius: 33px;
    color: #ffffff !important;
    border: 1px solid #7b2cbf;
    text-transform: uppercase;
    width: 90%;
    margin: 10px 0 0 0;
}


.img-1
{
       margin-top: 60px; 
}