html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fdcc52;
}

a:hover,
a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 3px;
  border-color: rgba(31, 84, 154, 0.9);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/*** Navbar ***/

.navbar {
  min-height: 80px;
}

.navbar-default {
  background-color: #fff;
  border-color: rgba(21, 84, 154, 0.1);
  opacity: 1;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  color: #fdcc52;
  padding: 8px 15px 15px 15px;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}

.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}

.navbar-nav {
  margin-top: 17px;
}

.social_link .navbar-nav {
  margin-right: 0;
}

.navbar-default .nav>li>a {
  font-size: 20px;
  padding: 10px 11px;
  border: 1px solid #fff;
  margin-right: 5px;
  border-radius: 4px;
  background: #15549a;
  font-weight: 500;
}

.navbar-default .nav>li:last-child>a {
  margin-right: 0;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
  color: #fff;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
  color: #fdcc52;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
  color: #fdcc52 !important;
  background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
  background-color: transparent;
}

/*** Header ***/


header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background-attachment: fixed;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-origin: padding-box, padding-box;
  background-position: 0 0%, center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  /* min-height: 740px; */
}

header.car_loan {
  background-image: linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/555x352\ personal\ loan.jpg");
  background-image: -webkit-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/555x352\ personal\ loan.jpg");
  background-image: -moz-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/555x352\ personal\ loan.jpg");
  background-image: -ms-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/555x352\ personal\ loan.jpg");
  background-image: -o-linear-gradient(rgba(21, 84, 154, 0.85), rgba(21, 84, 154, 0.85)), url("../img/555x352\ personal\ loan.jpg");
}

header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}

header .slider-header-content .header-content-inner {
  position: relative;
  max-width: 600px;
}

header .slider-header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: bold;
  font-weight: 700;
}

header .slider-header-content .header-content-inner h2 {
  /* margin-top: 0; */
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

.old-car {
  margin-bottom: 10px;
}

header .header-content .header-content-inner h2 span {
  font-size: 16px;
  font-weight: 600;
}

header .form-container {
  width: 100%;
  height: 75vh;
  margin: 0 auto !important;
  /* border: 1px solid red; */
  border-radius: 10px;
  overflow: hidden;
}

.form-mockup {
  width: 100%;
  background: #fff;
  padding: 5px 30px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  padding-bottom: 40px;
  
  /* -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); */
}

.modal-body {
  padding: 5px !important;
}

.form-mockup h2 {
  color: #15549A;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px !important;
}

.form-mockup h4 {
  color: #15549A;
  text-align: left;
  margin-top: 0;
  font-weight: 300;
  font-size: 12px;
}

.form-control {
  color: #555555a3 !important;
}

.form-mockup form {
  margin-top: 25px;
}

.form-group{
  /* margin-bottom: 11px !important; */
  /* border: 1px solid red; */
}

.form-mockup .form-group .form-control {
  height: 40px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.quote_btn {
  display: block;
  text-align: center;
  width: 100%;
  background: #15549A;
  color: #fff;
  font-size: 19px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 3px solid #15549A;
  border-radius: 4px !important;
  font-weight: 700;
  letter-spacing: 1px !important;
  -webkit-transition: .5s;
  /* For Safari 3.1 to 6.0 */
  transition: .5s;
}

.quote_btn:hover {
  background: #003E7C;
  color: #fff;
  border-color: #003E7C;
}

/*** Amount Slider ***/

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: left;
  margin-left: 5px;
}

.slider.slider-horizontal {
  width: 200px;
  height: 20px
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0
}

.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #e0b500 0, #edc92c 100%);
  background-image: -o-linear-gradient(top, #e0b500 0, #edc92c 100%);
  background-image: linear-gradient(to bottom, #e0b500 0, #edc92c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3a94a5;
  background-image: -webkit-linear-gradient(top, #15549A 0, #15549A 100%);
  background-image: -o-linear-gradient(top, #15549A 0, #15549A 100%);
  background-image: linear-gradient(to bottom, #15549A 0, #15549A 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  opacity: 1;
  border: 0 solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.valueLabel {
  display: block;
  float: left;
}

.valueLabel .text_span {
  display: none;
}

/*** Section About And Counter ***/

section {
  padding: 100px 0;
}

section h2 {
  font-size: 32px;
  margin-bottom: 25px;
}

section.about {
  position: relative;
}

section.about h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3C4D6B;
}

section.about .about_p {
  padding: 7px 50px 0px;
  color: #777;
}

section.about hr {
  border-color: rgba(31, 84, 154, 0.9);
  margin-bottom: 50px;
}

/** Counter **/

.main_counter_content .single_counter {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #15549A;
  border-radius: 50%;
  color: #15549A;
  display: block;
  height: 190px;
  margin: 0 auto;
  width: 190px;
  font-weight: 600;
  font-size: 30px;
  padding-top: 28px;
  padding-bottom: 28px;
}

p.counter_icon {
  margin-bottom: 0;
}

p.counter_icon i {
  font-size: 32px;
  position: relative;
  top: -10px;
}

.single_counter.p-y-2>span {
  font-size: 32px;
  font-weight: 600;
}

/*** Section Features ***/

section.features {
  background: #F1F1F1;
  padding: 2rem !important;
}

section.features .section-heading {
  margin-bottom: 1rem !important;
  margin-top: 5rem;
  /* border: 1px solid red; */
  width: 60%;
  margin: 0 auto;
}

.about-section{
  display: none;
  text-align: justify;
}
.section-heading p span{
  color: rgb(121, 121, 121);
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
}
.section-heading p span:hover{
  border-bottom: 1px solid rgb(135, 135, 135);
}

section.features .section-heading h2 {
  color: #3c4d6b;
  font-weight: 600;
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
  padding: 0 80px;
  font-size: 14px;
}

section.features .device-container,
section.features .feature-item {
  max-width: 300px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

section.features .container-fluid {
  margin-top: 25px;
}

section.features .feature-item {
  text-align: center;
  margin-bottom: 80px;
  border: 1px solid red;
  padding: 1rem;
  border-radius: 10px;
  background-color: #fff;
}

section.features .feature-item h3 {
  color: #3c4d6b;
  font-size: 26px;
  font-weight: 500;
  margin-top: 30px;
}

section.features .feature-item i {
  font-size: 42px;
  color: #fff;
  background: #15549A;
  padding: 15px;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}

section.features .feature-item i:hover {
  background: #579ff1;
  transform: scale(1.1);
}

/*** Section EMI Calculator ***/

section.loan-calculator {
  background: #F1F1F1;
}

section.loan-calculator h2.section-heading {
  color: #3c4d6b;
  font-weight: 600;
  margin-top: 0;
}

section.loan-calculator hr {
  border-color: rgba(31, 84, 154, 0.9);
  margin-bottom: 50px;
}

section.loan-calculator p.text-muted {
  margin-bottom: 0;
  padding: 0 80px;
}

.single-loan-slider:last-child {
  margin-bottom: 0;
}

.single-loan-slider h4 {
  font-size: 20px;
  color: #232323;
  font-weight: 600;
}

.single-loan-slider h5 {
  font-size: 17px
}

.mm-amount {
  font-size: 13px;
  font-weight: 500;
}

.single-loan-slider {
  margin-bottom: 40px;
}

.ui-widget-header {
  background: #15549A !important;
  border: 0 !important;
}

.ui-widget-content {
  background: #15549A !important;
  border: 0 !important;
}

.ui-slider-horizontal {
  height: 7px !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em !important;
  margin-left: -.2em !important;
}

.ui-slider .ui-slider-handle {
  width: 8px !important;
  border: 1px solid #2369AF;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #07498C !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #07498C !important;
}

.single-loan-slider input {
  color: #aaaaaa;
  font-size: 16px;
  border: 0;
  margin-top: 10px;
}

.loan-emi-box {
  background: #15549A;
  color: #fff;
  padding: 30px;
}

.single-total h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}

.single-total h2 {
  color: #ccc;
  font-size: 20px;
  font-weight: 600;
}

.single-total h2.emi-price {
  font-size: 20px;
}

#tbl_la {
  margin-bottom: 0;
}

/** Section Agents **/

#agents {
  background: #15549A;
  min-height: 400px;
}

#agents .agents_contain {}

section.agents h2.section-heading {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

section.agents p.aagents_p {
  color: #ddd;
  padding: 7px 50px 0;
}

section.agents hr {
  border-color: rgba(245, 198, 28, 0.9);
  margin-bottom: 30px;
}

#agents .parent_circle {
  background: #2369AF none repeat scroll 0 0;
  border: 10px solid #054789;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: table;
  position: relative;
}

#agents .parent_circle p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}

#agents .parent_circle .parent_circle_contain {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

#agents .parent_circle .child_round_circle {
  border: 10px solid #2369AF;
  border-radius: 50%;
  height: 120px;
  left: 135px;
  position: absolute;
  top: -30px;
  width: 120px;
}

#agents .parent_circle .child_round_circle_img1 {
  background: url("../img/agents/agents\ 300x300-1.jpg");
  background-size: 100%;
}

#agents .parent_circle .child_round_circle_img2 {
  background: transparent url("../img/agents/agents\ 300x300.jpg") repeat scroll 0 -11px/100% auto;
  background-position: top;
}

#agents .parent_circle .child_round_circle_img3 {
  background: url("../img/agents/Agents\ 300x300.png");
  background-size: 100%;
}

#agents .parent_circle .child_round_circle_img4 {
  background: url("../img/agents/agents\ 300x300-1.jpg");
  background-size: 100%;
}

#agents .parent_circle .child_round_circle_img5 {
  background: url("../img/agents/agents\ 300x300.jpg");
  background-size: 100%;
}

#agents .parent_circle .child_round_circle_img6 {
  background: url("../img/agents/Agents\ 300x300.png");
  background-size: 100%;
}

.padtop30 {
  padding-top: 30px;
}

.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}

.media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #054789;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px
}

.media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #054789;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin-top: 30px
}

.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
  background: #333333;
}

.media-carousel img {
  width: 250px;
  height: 100px
}


/*** Section Social ***/

section.social_contact {
  text-align: center;
  /* border: 1px solid red; */
}

section.social_contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #3c4d6b;
  font-weight: 600;
}

section.social_contact h2 i {
  color: #15549A;
}

.subscribe-panel .btn.btn-info.btn-lg {
  background: transparent;
  border: 3px solid #15549A;
  color: #15549A;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-transition: .5s;
  /* For Safari 3.1 to 6.0 */
  transition: .5s;
}

.subscribe-panel .btn.btn-info.btn-lg:hover {
  background: #15549A;
  color: #fff;
}

.subscribe-panel i {
  color: #15549A;
}

.subscribe-panel>p {
  font-weight: 600;
  color: #777;
}

section.social_contact ul.list-social {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 20px;
}

section.social_contact ul.list-social li a {
  border-radius: 100%;
  color: white;
  display: block;
  font-size: 28px;
  height: 57px;
  line-height: 59px;
  width: 57px;
}

section.social_contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.social_contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.social_contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.social_contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.social_contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.social_contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}


/*** Section Testimonial ***/


.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#testimonials {
  background-color: #f1f1f1;
}

#testimonials .section-title {
  margin-top: 0px;
  padding-top: 10px;
  color: #3c4d6b;
  font-weight: 600;
}

#testimonials .testimonials-list {
  margin-top: 50px;
  margin-bottom: 30px;
}

#testimonials .testimonials-list .single-testimonial {
  -webkit-transition: all 0.25s;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  background-color: white;
  margin: 15px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder {
  padding: 25px 15px;
  padding-bottom: 0px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content {
  font-size: 18px;
  text-align: center;
  position: relative;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-content .testimonial-caret {
  position: absolute;
  bottom: -46px;
  font-size: 32px;
  color: white;
  left: 40px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user {
  margin-top: 20px;
  clear: both;
  background-color: #15549A;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 40px;
  text-align: center;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image {
  float: left;
  min-width: 50px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-image img {
  height: 50px;
  border-radius: 100%;
  border: 2px solid white;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name {
  float: left;
  font-weight: bold;
  color: white;
  margin-left: 15px;
  text-align: left;
  font-size: 18px;
}

#testimonials .testimonials-list .single-testimonial .testimonial-holder .testimonial-user .testimonial-user-name a {
  color: #fff;
  font-size: 14px;
}

#testimonials .testimonials-list .testimonial-left-handle {
  position: absolute;
  z-index: 100;
  top: 40%;
  left: -10%;
  cursor: pointer;
  color: #15549A;
}

#testimonials .testimonials-list .testimonial-left-handle:hover {
  color: #e0b500;
}

#testimonials .testimonials-list .testimonial-right-handle {
  position: absolute;
  z-index: 100;
  top: 40%;
  right: -10%;
  cursor: pointer;
  color: #15549A;
}

#testimonials .testimonials-list .testimonial-right-handle:hover {
  color: #e0b500;
}

#testimonials .testimonials-list .slick-dots {
  bottom: -40px;
  text-align: center;
}

#testimonials .testimonials-list .slick-dots li {
  list-style-type: none;
  display: inline-block;
}

#testimonials .testimonials-list .slick-dots li button {
  background-color: #15549A;
  border-radius: 50%;
  color: #15549A;
  height: 24px;
  width: 24px;
  border: 0;
  outline: none;
  margin: 0px 3px;
}

#testimonials .testimonials-list .slick-dots li.slick-active button {
  background-color: white;
  color: white;
  border: 3px solid #15549A;
}

/*** Section FAQ ***/

.faq_title {
  color: #3c4d6b;
  font-size: 26px;
  font-weight: 500;
}

.faq_icon {
  font-size: 60px;
  color: #15549A;
}

#accordion .panel-default>.panel-heading {
  background: #f1f1f1;
  padding: 0 15px;
}

#accordion .panel-default>.panel-heading a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #454444;
  font-size: 14px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  font-size: 14px !important;
}

#accordion .panel-default>.panel-heading a:hover {
  text-decoration: none;
  color: #E7BF18;
}

.panel-heading [data-toggle="collapse"]:after {
  font-family: 'fontawesome';
  content: "\f054";
  /* "play" icon */
  float: right;
  color: #FDC949;
  font-size: 18px;
  line-height: 22px;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #15549A;
}

.faq .btn.btn-primary.page-scroll {
  font-weight: 600;
  padding: 15px;
  background: transparent;
  color: #15549A;
  border: 2px solid #15549a;
  -webkit-transition: .5s;
  /* For Safari 3.1 to 6.0 */
  transition: .5s;
}

.faq .btn.btn-primary.page-scroll:hover {
  background: #15549a;
  color: #fff;
}


/*** Section Blog ***/
#blog{
  overflow: hidden;
}
#blog .setion-title {
  color: #3c4d6b;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
}

.blog_worp {
  border: 1px solid #ddd;
  background: #fff;
  transition: all 0.5s ease 0s;
  border-radius: 10px;
}

.blog_img img {
  border-radius: 10px 10px 0 0;
}

/* .blog_worp:hover {
  box-shadow: 0 4px 26px 3px rgba(75, 75, 75, .25);
  margin-top: -5px;
} */

.blog_worp .blog_content {
  padding: 20px 20px 30px 20px;
}

.blog_worp .blog_content>h4 {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #15549A;
  font-weight: bold;
}

.blog_content a {
  font-weight: 500;
  font-size: 13px;
}

.blog_worp .blog_content h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

.blog_worp .blog_content h2 a.title {
  font-size: 24px;
  color: #3c4d6b;
  font-weight: 500;
  text-decoration: none;
}

.hideShow{
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  color: #fdcc52;
}
.hideShow:hover{
  border-bottom: 1px solid #003E7C;
}

#boxA,
#boxB,
#box{
  display: none;
}

.blog_worp .blog_content p {
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: 15px;
}

.blog_worp .blog_content a.btn-link {
  font-size: 16px;
  color: #15549A;
  font-weight: 600;
  border-bottom: 2px solid #15549A;
  padding-bottom: 4px;
  text-decoration: none;
}

.blog_worp .blog_content a.btn-link:hover {
  color: #FDC63E;
  border-color: #FDC63E;
}

/*** Section Brand Logo ***/

#brand_logo {}

#brand_logo .setion-title {
  color: #3c4d6b;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
}

#brand_logo .list-logo {
  margin-left: 0;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

#brand_logo .list-logo li {
  width: 12.5%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
  float: left;
  width: 16%;
}

#brand_logo .list-logo li a {
  display: block;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

#brand_logo .list-logo li a img {
  width: 100%;
  border: 1px solid #fff;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 0 auto;
}

#brand_logo .list-logo li a img:hover {
  border: 1px solid #B7B6B6;
}


/*** Section Contact Us ***/

#contact {
  background: #15549A;
  /* border: 1px solid red; */
  padding: 20px;
}

#contact h2 {
  margin-top: 0;
  margin-bottom: 35px;
  color: #fff;
  font-weight: 600;
}

#contact form .form-control {
  background: #15549A;
  border: 2px solid #fff;
  height: 45px;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

#contact form textarea.form-control {
  height: auto !important;
}

#contact form .form-control::-moz-placeholder {
  color: #ddd;
}

#contact form span.input-group-addon {
  background: #15549A;
  color: #fff;
  padding: 6px 15px;
  border: 2px solid #fff;
  border-left: none;
  border-radius: 0 4px 4px 0;
}

#contact form .btn {
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  border: 2px solid;
  -webkit-transition: .5s;
  /* For Safari 3.1 to 6.0 */
  transition: .5s;
}

.input-change textarea,
.input-change input[type='text']{
  color: #fff !important;
}

#contact form .btn:hover {
  background: #FDCC52;
  border-color: #FDCC52;
}

address {
  color: #fff;
  font-weight: 500;
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}

.address_icon i {
  color: #fff;
  font-size: 30px;
}

address p {
  margin-bottom: 5px;
}


/*** Footer ***/


footer {
  background-color: #07498C;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-top: 1px solid #2C5F8F;
}

footer p {
  font-size: 13px;
  margin: 0;
  color: #fff;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}

/** Common CSS **/

.mr_top_10 {
  margin-top: 10px;
}

.big {
  font-size: 30px;
}

.bigger {
  font-size: 68px
}

.super {
  font-size: 72px;
}

.hyper {
  font-size: 96px;
}

.black {
  color: #000;
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 500;
}

.light {
  font-weight: 400;
}

.hairline {
  font-weight: 300;
}

.text-caps {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.bg-yellow {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background-color: #fdcc52;
  border-color: #fdcc52;
}

.btn {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
}

.btn-xl {
  padding: 15px 45px;
  font-size: 13px;
}

.btn-primary.focus,
.btn-primary:focus {
  border-color: #286090;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  webkit-tap-highlight-color: #222222;
}


.footer-p p {
  color: #fff !important;
}


.social_link ul {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 12vh;
  margin-bottom: 0;
}

.social_link ul li {
  list-style: none;
  position: relative;
  margin-right: 10px;
}

.social_link ul li a {
  padding: 28px 7px;
  font-size: 16px;
  color: #003E7C;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.social_link ul li a:hover {
  background-color: #003E7C;
  color: #fff;
  text-decoration: none;
}


.social_link ul li ul {
  width: 260px;
  height: auto;
  padding: 14px;
  display: block;
  position: absolute;
  left: -4rem;
  top: 8.2rem;
  visibility: hidden;
  backdrop-filter: blur(5px);
  background-color: #003e7ce4;
  transition: all 0.2s ease-in-out;
}

.social_link ul li ul li {
  margin-bottom: 14px;
  margin-right: 0px;
}

.social_link ul li ul li a {
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  border-radius: 5px;
}



.social_link ul li:hover>ul {
  top: 5.2rem;
  visibility: visible;
}

.social_link ul li:hover>ul li a {
  visibility: visible;
}


.modal-btn button {
  padding: 10px;
  font-size: 14px;
  border: none;
}



.header-section {
  margin-top: 8rem;
  overflow: hidden;
  /* border: 1px solid red; */
  position: relative;
  height: 85vh;
}

.form-section {
  width: 28%;
  height: auto;
  /* border: 1px solid red; */
  position: absolute;
  top: 50%;
  right: 32px;
  border-radius: 10px;
  transform: translate(0, -50%);
}

.slider-image {
  width: 100%;
  height: 100vh;
  position: relative;
}

.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-image::before {
  content: "";
  background-color: rgba(21, 83, 154, 0.807);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-header-content {
  width: 48%;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  /* border: 1px solid red; */
}


.footer-media-link {
  padding-left: 0;
}

.footer-media-link li {
  list-style: none;
  display: inline-block;
  margin: 6px;
}

.footer-media-link li a i {
  font-size: 18px;
}



@media (max-width:516px) {
  .slider-header-content {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    left: 50%;
    /* border: 1px solid red; */
  }

  .line-out,
  .page-scroll,
  .header-content-inner p,
  .header-content-inner h2 {
    display: none;
  }

  .form-section {
    width: 90%;
    height: 33vh;
    /* border: 1px solid red; */
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -28%);
    /* display: none; */
    z-index: 999 !important;
  }

  .header-content-inner h1 {
    font-size: 23px !important;
    text-align: center;
    margin-top: 3rem !important;
    margin-bottom: 10px !important;
  }

  .form-mockup h4 {
    display: none;
  }

  .header-section {
    margin-top: 9.6rem;
    position: relative;
  }

  .header-loan li {
    width: 100%;
    text-align: center;
    /* margin-top: 1rem !important; */
  }
}

@media (max-width:769px) {}

.header-loan {
  padding-left: 0;
}

.header-loan li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.header-loan li:first-child {
  margin-left: 0px;
}

.header-loan li a {
  color: #fff;
  font-weight: bold;
}

.header-loan li a:hover {
  text-decoration: none;
  color: #fdcc52;
}






#loan-form {
  /* border: 1px solid red; */
  background: #f5f5f5;
  overflow: hidden;
}

.slidecontainer h4 {
  font-size: 15px;
  font-weight: bold;
}

.slidecontainer {
  /* border: 1px solid red; */
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  padding: 5px;
}

/* .slidecontainer input{
  width: 99%;
} */
/* .slidecontainer input[type='range'] {
  overflow: hidden;
  height: 2vh;
  width: 100%;
  -webkit-appearance: none;
  background-color: #003E7C;
  border-radius: 10px;
  margin: 0;
} */



.heading-secction {
  /* border: 1px solid red; */
  margin-bottom: 7rem;
  margin-top: 4rem;
}


.section {
  padding-top: 1rem;
}

.column-result {
  background-color: #fff;
  /* border: 1px solid red; */
  padding: 4rem;
  border-radius: 10px;
}

.notification .title {
  font-size: 20px;
}

.column-res {
  margin-bottom: 10px;
}

.notification p {
  margin-bottom: 5px !important;
}

.control {
  margin: 1rem;
  margin-bottom: 4rem;

}

.control button {
  border: none;
  width: 20%;
  padding: 10px;
  border-radius: 10px;
  background-color: #003E7C;
  color: #fff;
}

.title-heading {
  font-weight: bold;
}






.form-section-all-type {
  margin-top: 8rem;
}

.form-data {
  /* border: 1px solid #003E7C; */
  box-shadow: 0px 0px 10px 0px #003e7c6d;
  border-radius: 10px;
  padding: 2rem;

}

.input-Type {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 2.5rem;
  height: 15vh;
}

.input-Type label {
  margin-bottom: 10px;
}

.input-Type select,
.input-Type input {
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #003e7c54;
  border-right: none;
  border-left: none;
  border-top: none;
}

.input-Type select:focus,
.input-Type input:focus {
  /* outline: none; */
  outline: 1px solid #003e7c71;
  box-shadow: 0px 2px 4px 0px #003e7cab;
  border-radius: 5px;
}

.input-Type input[type="date"] {
  font-size: 14px;
  color: rgba(3, 3, 3, 0.652);
}

.input-Type select {
  font-size: 14px;
  color: rgba(3, 3, 3, 0.652);
}

.input-Type input::placeholder {
  font-size: 14px;
  color: rgb(212, 212, 212);
}

label {
  user-select: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  z-index: 10;
  margin: 0 10px 10px 0;
  position: relative;
  color: #ced4da;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: bold;
  background-color: #ffffff;
  border: 2px solid #ced4da;
  cursor: pointer;
  transition: all 200ms ease;
}

input[type="radio"]:checked+label {
  color: #495057;
  background-color: #ced4da;
}

input[type="radio"]+label {
  padding: 5px 20px;
  border-radius: 10px;
}




.slidecontainer input[type=range] {
  height: 38px;
  -webkit-appearance: none;
  /* margin: 10px 0; */
  width: 99%;
}
.slidecontainer input[type=range]:focus {
  outline: none;
}
.slidecontainer input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000;
  background: #3071A9;
  border-radius: 5px;
  border: 1px solid #000000;
}
.slidecontainer input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
  height: 30px;
  width: 15px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}
.imagee{
  width: 100% !important;
  height: 85vh;
  background-color: #fee8d0;
  position: relative;
  overflow: hidden;
}
.imagee img{
  width: 90% !important;
  height: 85vh;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 516px){
  .imagee{
    width: 100%;
    height: 35vh;
  }
  .imagee img{
    width: 90%;
    height: 35vh;
    object-fit: cover;
  }
.section-heading{
  width: 100% !important;
}
}



.input-Type-btn {
  text-align: center;
}

.input-Type-btn button {
  padding: 10px;
  width: 14%;
  border: none;
  background-color: #003E7C;
  color: #fff;
  border-radius: 6px;
}

.validateError {
  font-size: 12px;
  color: red;
  margin-bottom: 0px !important;
}


@media (max-width:516px) {
  .input-Type-btn button {
    width: 90%;
    margin: 0 auto;
  }

  .form-data {
    width: 90%;
    margin: 0 auto;
  }

}


.funding-list li {
  list-style: none !important;
  text-transform: capitalize;
}
.require-doc{
  color: rgb(86, 86, 86) !important;
  /* border: 1px solid red; */
  text-transform: capitalize !important;
  margin-left: 10px;
}


.side-content{
  width: 100%;
  height: 3vh;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.side-content h5{
  font-weight: 600;
}

.rs-section{
  font-size: 2rem;
  font-weight: bold;
  color: #003E7C;
}
.next-rupe{
  color: #003E7C;
}





@media (max-width: 516px) {
  .control button {
    width: 100%;
  }

  #accordion .panel-default>.panel-heading a {
    font-size: 12px;
  }

  .page-title-content {
    width: 95% !important;
  }

  .page-title-content h2 {
    font-size: 22px !important;
  }

  .page-title-area {
    height: 38vh !important;
  }

  .section-title h2,
  .choose-title h2 {
    font-size: 28px !important;
  }
  .funding-content{
    padding-top: 2rem;
    /* border: 1px solid red; */
  }
  .social_link ul li a{
    padding: 10px 7px;
  }
  .social_link ul{
    height: 7vh;
  }
  .social_link ul li ul {
    left: -4rem;
    top: 3.5rem !important;
    backdrop-filter: none;
    background-color: #003e7c;
  }
  .shape2,
  .shape{
    display: none;
  }
}

.funding-content p{
  text-transform: capitalize;
  text-align: justify;
}


.location-section{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.location-section p{
  margin-right: 10px;
}


.inner-benfit-section{
  /* border: 1px solid red; */
  height: 70vh;
  margin-top: 2rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #003e7c6d;
  padding: 2.5rem;
}
.inner-size-section{
  /* border: 1px solid red; */
  height: auto;
}

.title-heading h3{
  margin-top: 0px;
  font-size: 19px;
  font-weight: bold;
  color: #003e7c;
}
.benfit-ul ol{
  margin-top: 15px;
  padding-left: 0px;
}
.benfit-ul ol li{
  font-weight: 600;
  text-transform: capitalize !important;
  margin-bottom: 5px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
}

.benfit-ul ol li .icon-sec{
  /* border: 1px solid red; */
  /* margin-right: 10px; */
  color: #003E7C;
  width: 5%;
}

.benfit-ul ol li .ol-content{
  /* border: 1px solid red; */
  width: 95%;
  text-transform: capitalize !important;
}


@media (max-width:516px){
  .inner-benfit-section{
    height: auto;
    margin-top: 1rem;
    padding: 2rem;
  }
}



.lead{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.icon-sec{
  margin-right: 10px;
}

.slick-prev:before {
  content: "<";
  color: #003E7C !important;
  font-size: 4rem !important;
}

.slick-next:before {
  content: ">";
  color: #003E7C !important;
  font-size: 4rem !important;
}

.slick-prev {
  left: -42px !important;
}