html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans";
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("../fonts/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype"),
    url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSansMedium";
  src: url("fonts/OpenSansMedium.eot");
  src: url("fonts/OpenSansMedium.eot") format("embedded-opentype"),
    url("fonts/OpenSansMedium.woff2") format("woff2"),
    url("fonts/OpenSansMedium.woff") format("woff"),
    url("fonts/OpenSansMedium.ttf") format("truetype"),
    url("fonts/OpenSansMedium.svg#OpenSansMedium") format("svg");
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),
    url("../fonts/OpenSans-SemiBold.woff") format("woff"),
    url("../fonts/OpenSans-SemiBold.ttf") format("truetype"),
    url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/");
  src: url("../fonts/?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype"),
    url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* scroll side bar */
html {
  scrollbar-color: #c9090d #fff;
  scrollbar-width: thin;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background: #c9090d;
}

body::-moz-scrollbar {
  width: 5px;
}

body::-moz-scrollbar-track {
  background: #c9090d;
}

body::-moz-scrollbar-thumb {
  background: #c9090d;
}

body::-moz-scrollbar-thumb:hover {
  background: #c9090d;
}

body::-o-scrollbar {
  width: 5px;
}

body::-o-scrollbar-track {
  background: #c9090d;
}

body::-o-scrollbar-thumb {
  background: #fff;
}

body::-ms-scrollbar {
  width: 5px;
}

body::-ms-scrollbar-track {
  background: #c9090d;
}

body::-ms-scrollbar-thumb {
  background: #fff;
}

/*p {
  line-height: 25px;
}*/
.bannerform {
    min-width: 350px
}
.main-container {
    max-width: 1580px;
    padding: 0 80px;
    width: 100%;
    margin: 0 auto;
}

.sib-container {
  padding-left: 5%;
  padding-right: 5%;
}

section {
  padding: 60px 0;
}

/* header start*/
header {
  position: absolute;
  top: -7px;
  width: 100%;
  z-index: 99;
}

.hedear-top .navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 15px;
  padding: 10px 15px;
  color: #000;
  font-family: "Open Sans";
  font-weight: 400;
  font-weight: normal;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #c9090d;
  transition: 0.4s;
}

.hedear-top.active {
  top: 0px;
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
}

.logo-2 {
  display: none;
}

.hedear-top.active .logo-1 {
  display: none;
}

.hedear-top.active .logo-2 {
  display: block;
}

.navbar-brand img {
  width: 180px;
}

.hedear-top.active .menu-nav-bt {
  width: 100%;
}

.hedear-top.active .header-right {
  right: 28%;
}

.left-contant {
  left: -20px;
}

.headerRightmainAll {
  display: none;
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  outline: none;
  border: none;
}
/* hover */
.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #c9090d;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 500px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color: #c9090d;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.call-btn-mob{
  display: none;
}
.navbar-nav {
  margin-right: 20px;
}
.btn-nav {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  padding: 7px 15px;
  border: 2px solid #cd181e;
  color: #cd181e;
  transition: all 0.5s;
}

.btn-nav:hover,
.btn-nav:focus,
.btn-nav:focus-visible {
  color: #960100;
  box-shadow: none;
}

.hedear-top.active .btn-nav {
  display: inline-block;
}

/* header end */
/* banner start*/
.banner {
  height: 100%;
  position: relative;
}

.phone {
  display: none;
}

.banner .item {
  height: 100%;
}

.banner .item img {
  height: 100%;
}

.mob-deskdop {
  display: none;
}

.baneer-bg-box p {
  margin: 0;
  text-align: center;
  position: absolute;
  transform: rotate(7deg);
  -webkit-transform: rotate(-90deg);
  left: -12px;
  top: 50%;
  color: #fff;
  font-size: 17px;
  font-family: "FigtreeRegular";
  font-weight: normal;
}

.banner-img {
  position: relative;
  padding-top: 32px;
}

.banner-text {
  position: absolute;
  bottom: 50px;
  left: 100px;
  width: 100%;
}

.banner-text h1 {
  padding-right: 60%;
  font-family: "FigtreeRegular";
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin: 0;
}

.banner-wealth img {
  width: 150px;
  padding-bottom: 20px;
}

.bannerform label {
  display: block;
  font-family: "PlusJakartaSansMedium";
  font-size: 12px;
}

.contact-flex {
  display: flex;
  align-items: center;
  border: solid 1px #a2a2a2;
  width: 100%;
  margin-bottom: 7px;
}

.contact-code span {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 100;
  position: relative;
  padding-left: 8px;
  padding-right: 5px;
}

.contact-code span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  right: -8px;
  bottom: 0;
  background-color: #a2a2a2;
}
.contact-input {
  width: 87%;
}
.contact-input input {
  border: none;
  background-color: transparent;
}

.form-second-layout {
  padding-top: 30px;
}

.bannerform input,
.bannerbtm select {
  font-size: 13px;
  color: #959595;
  text-align: left;
  padding: 10px 20px;
  width: 100%;
  font-family: "Open Sans";
  font-weight: 100;
}

.bannerbtm select {
  background-color: transparent;
  border: solid 1px #a2a2a2;
  font-size: 13px !important;
  color: #959595 !important;
  font-weight: 100 !important;
}
.bannerbtm select option {
  font-size: 15px;
  background-color: white;
}
.bannerform input:focus-visible,
.bannerbtm select:focus-visible {
  outline: none;
}

.branch option {
  font-size: 13px !important;
  color: #959595 !important;
}

.branch option:hover {
  color: #959595 !important;
}

.bannerform .btnCarLoan {
  background-color: #c9090d;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  width: 100%;
  border: none;
  margin-top: 10px;
  font-family: "Open Sans";
  font-weight: 300;
  border-radius: 4px;
}

.bannerform button:hover {
  background-color: #9b1010;
  color: #fff;
}

.bannerbtm {
  margin-bottom: 7px;
}

.form-tickbar {
  display: flex;
  align-items: start;
  gap: 7px;
}
.form-check-b
{
  border:none !important;
   margin-top: 5px;
}
.form-tickbar input {
  width: 15px;
}

.form-tickbar p {
  font-size: 11px;
  margin: 0;
  font-family: "Open Sans";
  font-weight: 100;
  color: #959595;
  text-align: justify;
}

.bannerform h3 {
  font-size: 18px;
  color: #000;
  font-family: "Open Sans";
  padding-bottom: 10px;
  font-weight: 600;
}

.bannerform {
  max-width: 350px;
  position: absolute;
  right: 5%;
  bottom: 15%;
  z-index: 9;
  background: #fff;
  padding: 30px;
}

.po-re {
  position: relative;
}

.banner-txt {
  position: absolute;
  z-index: 990;
  top: 35%;
  left: 5%;
  color: #fff;
  text-align: left;
}

.banner-txt h5 {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 18px;
}

.banner-txt h2 p,
.banner-txt h2 {
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 40px;
  width: 440px;
}

.banner-txt a {
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 300;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 7px 20px;
  text-decoration: none;
  transition: all 0.5s;
}

.banner-txt a:hover {
  border: 1px solid #a30709;
  color: #c9090d;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: 7%;
  bottom: 90px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #869791;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

/* banner end */

/* Car Loan Start */
.abt-carloan-wrapper {
  text-align: left;
  font-family: "Open Sans";
}

.abt-carloan-wrapper h6 {
  font-size: 16px;
  color: #cd181e;
  font-weight: 600;
  margin-bottom: 6px;
}

.abt-carloan-wrapper h3 {
  color: #000;
  font-weight: 800;
  padding-right: 79px;
  margin-bottom: 40px;
}

.abt-carloan-wrapper h3,
.vloan-wrapper h3,
.emi-wrapper h3,
.doc-wrapper h3,
.faq-wrapper h3 {
  font-size: 23px;
  font-family: "Open Sans";
  font-weight: 800;
}

.abt-carloan-wrapper p {
  color: #526775;
  font-weight: 100;
  padding-right: 230px;
  margin-bottom: 20px;
  line-height: 30px;
}

.abt-carloan-wrapper a {
  color: #9b1010;
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 300;
  border: 1px solid #9b1010;
  border-radius: 4px;
  padding: 7px 20px;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
}

.abt-newcar {
  align-items: center;
  gap: 40px;
  padding-bottom: 25px;
}

.upto-bb {
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
}

.abt-newcar:last-child:after {
  position: static;
  width: 0;
  height: 0;
}

.abt-newcar h6 {
  color: #393939;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: normal;
  line-height: 30px;
}

.abt-newcar h6:last-child {
  margin-top: 15px;
}

.bn {
  border-bottom: none;
}

/* Car Loan End */

/* Vehicle Loans Start */
.vloan-wrapper h3 {
  color: #000;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}

.vloan-mob {
  display: none;
}

.loan-wrapper {
  padding: 20px 20px 20px 20px;
  text-align: justify;
  -webkit-box-shadow: 0px 7px 22px -2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 7px 22px -2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 7px 22px -2px rgba(0, 0, 0, 0.08);
  margin-top: 10px;
  max-height: 295px;
  min-height: 295px;
}

.loan-wrapper h4 {
  font-size: 20px;
  font-family: "Open Sans";
  font-weight: 600;
  margin-bottom: 15px;
}

.loan-wrapper p {
  font-size: 15px;
  color: #3a3a3a;
  font-family: "Open Sans";
  font-weight: 100;
  height: 110px;/*120px asp change*/
}

.loan-wrapper a {
  padding: 7px 20px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 300;
  border-radius: 7px;
  background-color: #c9090d;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  transition: all 0.5s;
}

.loan-wrapper a:hover {
  background-color: #960100;
}
.loan-wrapper .accordion-button{
  padding: 0;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.loan-wrapper .accordion-button::after{
  display: none;
}

/* Popup */
.loan-wrapper .modal-dialog {
  max-width: 900px;
}

.loan-wrapper .modal-header {
  border: none;
  padding: 15px 15px 0 0;
}

.c-loan-popup-body {
  background-color: #fff;
}

.mob-frame {
  margin: auto;
  display: block;
}

.popup-carousel {
  padding-left: 15%;
}

.close:focus,
.close {
  color: #000 !important;
}

.popup-content {
  padding-top: 50px;
}

.popup-content h5 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
}

.popup-content p {
  font-weight: 100;
  font-size: 15px;
  color: #081f2e;
  height: auto;
}

.nav-div {
  height: 100px;
}

.popup-carousel {
  position: relative;
}

.popup-carousel .owl-dots {
  position: absolute;
  top: 14%;
  left: 161%;
  transform: rotate(-90deg);
}

.popup-carousel .owl-theme .owl-dots .owl-dot span {
  height: 30px;
  width: 2px;
  background: #efefef;
}

.popup-carousel .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #cd181e;
}

.popup-carousel .owl-nav {
  position: absolute;
  left: 109%;
  top: 50%;
  display: flex;
}

.popup-carousel .owl-nav button :hover {
  background-color: #fff !important;
}

.download-pop {
  gap: 15px;
  padding-top: 20px;
}

.download-pop a {
  background-color: transparent;
  padding: 0;
}

.download-pop a:hover {
  background-color: transparent;
}

/* Vehicle Loans End */
/* emi-calculetor */
.emi-calculetor {
  padding-top: 60px;
}

.radio-progress-adv {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 1rem;
  gap: 0.25rem;
}

.radio-progress-adv .form-check {
  flex: 1;
  padding-left: 0;
}

.form-group span {
  color: #ab0100;
  font-size: 14px;
}

.form-check span {
  color: #ab0100;
  font-size: 14px;
}

.form-check-label {
  font-size: 12px;
  margin-top: 8px;
}

.radio-progress-adv .form-check:not(:first-child) .form-check-label::after {
  position: absolute;
  background-color: var(--primary);
  border-radius: 0.125rem;
  top: -0.5rem;
  display: block;
  content: "";
  height: 0.5rem;
  width: 100%;
  left: 0;
  transform: translateX(-52.5%);
  background: #960100;
}

.radio-progress-adv .form-check-input {
  position: absolute;
  left: -5000px;
}

.radio-progress-adv .form-check-input:checked + .form-check-label {
  font-weight: bold;
}

.radio-progress-adv .form-check-label {
  width: 100%;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
}

.text-aline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

.audio-progress {
  height: 6px;
  width: 100%;
  background-color: #c0c0c0;
  overflow: hidden;
}

.audio-progress .bar {
  height: 100%;
  background-color: #ab0101;
}

#audio-progress-handle {
  display: block;
  position: absolute;
  z-index: 1;
  margin-top: -7px;
  margin-left: -11px;
  width: 20px;
  height: 20px;
  border: 4px solid #ab0101;
  border-top-color: #ab0101;
  border-right-color: #ab0101;
  transform: rotate(45deg);
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.pr-bar {
  padding: 20px 45px;
}

.bar-contant {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.bar-contant h6 {
  font-size: 18px;
  color: #081f2e;
}

.text-aline h4 {
  font-size: 16px !important;
  padding: 0 !important;
}

.text-aline h3 {
  color: #081f2e;
  font-size: 16px;
  padding: 6px 30px;
  border: 1px solid #000;
}

fieldset {
  margin-bottom: 30px;
}

fieldset h5 {
  font-size: 18px;
  font-weight: 600;
  color: #081f2e;
  padding-left: 55px;
}

:root {
  --primary-hue: 283deg;
  --primary: hsl(var(--primary-hue), 38%, 42%);
  --S: 38%;
  --L0: 42%;
  --L1: calc(var(--L0) + 7%);
  --L-1: calc(var(--L0) - 7%);
  --L-2: calc(var(--L0) - 10%);
  --L-3: calc(var(--L0) - 13%);
}

.radio-progress-adv
  .form-check--checked
  ~ .form-check
  .form-check-label::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.emi-calculetor .container {
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

.emi-calculetor .container h4 {
  color: #081f2e;
  font-size: 30px;
  font-weight: bold;
  padding-left: 50px;
  padding-top: 30px;
}

.emi-calculetor .container p {
  color: #081f2e;
  font-size: 16px;
  font-weight: normal;
  padding-left: 50px;
}

.emi-loan h6 {
  color: #747474;
  font-size: 16px;
  font-weight: normal;
}

.emi-loan h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid #747474;
  padding-bottom: 10px;
  padding-right: 30px;
}

.emi-loan {
  padding: 0 30px;
  margin-bottom: 30px;
}

.emi-btn .btn-primary {
  background: #cd181e;
  border-color: #cd181e;
  padding: 8px 50px;
  font-weight: bold;
  width: 100%;
}

.emi-btn {
  padding: 30px 30px;
}

.contant-card-text ul li {
  font-weight: normal;
}

/*  FAQS */
.contant {
  display: flex;
  align-items: center;
}

.contant h5 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.contant i {
  margin-right: 20px;
  font-size: 12px;
  color: #ab0100;
}

.all-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-faqs .btn-primary {
  font-size: 30px;
  color: #ab0100;
  font-weight: bold;
  background: transparent;
  border-color: transparent;
}

.faqs .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 rgba(0, 207, 255, 0);
}

.faqs .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.faqs .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #ab0100;
  background-color: transparent;
  border-color: transparent;
}

.faqs .card {
  border: none;
}

.all-text-section {
  border-bottom: 1px solid #747474;
}

.all-text-section .card-body {
  padding: 10px 135px;
}

.all-btn {
  text-align: center;
  padding-top: 50px;
}

.all-btn .btn-primary {
  background-color: transparent;
  border-color: transparent;
  color: #ab0100;
  font-size: 18px;
  font-weight: 600;
}

.all-btn hr {
  background: #ab0100;
  width: 200px;
  height: 2px;
  border: none;
  margin-top: 0;
}

.faqs h6 {
  color: #ab0100;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.faqs h4 {
  color: #081f2e;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

.faqs {
  padding-top: 50px;
  padding-bottom: 30px;
}

::-webkit-scrollbar {
  height: 12px;
  width: 10px;
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #393812;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: #000;
}

/* document */
.documents-bg {
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.document-tab .nav-tabs .nav-link {
  border: none;
  color: #434e57;
}

.document-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
  color: #ab0100;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ab0100;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.document-tab .nav-link {
  padding: 10px 0 10px 0px;
  font-weight: 600;
  font-size: 22px;
  margin-right: 60px;
}

.document-tab .nav-tabs {
  border: none;
  border-radius: 15px;
}

.document-tab h5 {
  color: #081f2e;
  font-size: 16px;
  font-weight: normal;
  padding-top: 30px;
}

.all-text-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 20px;
  border-radius: 15px;
  box-shadow: 0px 3px 4px #dbe4eb;
}

.section-weapper {
  margin-bottom: 30px;
}

.document-tab .card {
  border: none;
}

.document-tab .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.contant h5 {
  padding-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.calculatorcontainer {
  background: #fff !important;
  margin-top: 45px;
  padding: 0;
}

.emicalculatorcontainer {
  background: #fff !important;
}

.document-tab .tab-pane p {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}

.loadmask-msg div {
  display: none !important;
}

.emicalculatorcontainer {
  border: none !important;
  padding: 0;
}

.loadmask,
.loadmask-msg {
  display: none !important;
}

.emi-container {
  border: 1px solid #cccccc75;
  border-radius: 8px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fff !important;
  border: 4px solid #cd181e !important;
}

.ui-widget-header {
  background: #cd181e !important;
}

#emicalculatorinnerformwrapper {
  background: #fff;
}

ul.loanproduct-nav {
  display: none !important;
}

#emicalculatorinnerformwrapper {
  border: none !important;
}

.b-calc {
  border: solid 1px #ccc;
  padding: 30px;
}

#emicalculatorinnerform {
  border-bottom: none !important;
}

.emicalculatorcontainer .control-label {
  text-align: left !important;
  color: #000 !important;
  font-size: 17px !important;
  font-weight: 100;
}
#emicalculatorform .form-group{
  margin-bottom: 15px;
}
.form-control {
  color: #000 !important;
}

.marker {
  font-size: 13px;
}

#emipaymentsummary h4 {
  font-size: 15px;
  color: #555;
  margin-top: 0.3rem;
  padding-left: 0;
  text-align: left;
  font-weight: 100;
}

#emipaymentsummary .fa {
  font-size: 16px;
}

#emipaymentsummary span {
  font-size: 18px;
}

#emipaymentsummary p {
  text-align: left;
}

#emiamount,
#emitotalinterest,
#emitotalamount {
  border-bottom: 1px solid #ccc;
  border-top: 0 none !important;
  margin-bottom: 27px;
}

.input-group {
  width: 50%;
  float: right;
}

.emi-wrapper h4 {
  text-align: left;
}

.emi-wrapper p {
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 15px;
}
 #emipaymentsummary,
#emipiechart {
  padding-top: 10px;
}

.form-d {
  justify-content: space-between;
  align-items: center;
}

.form-d h6 {
  margin-left: 30px;
  margin-bottom: 0;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 13px;
}

.emi-wrapper .know-more {
  color: #00000096;
  font-family: "Open Sans";
  font-weight: 100;
  font-size: 13px;
}

.emi-wrapper .know-more a {
  color: #cd181e;
  margin-left: 7px;
}

/* Document Start */
.doc-wrapper {
  padding-bottom: 0;
}

.doc-body {
  padding-top: 30px;
  padding-bottom: 8px;
}

.doc-body table {
  border: 2px solid #e8e8e8;
}

.doc-body table th {
  padding: 15px;
  background-color: #f2f2f2;
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: 600;
  width: 600px;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.doc-body table td {
  padding: 16px;
  font-weight: normal;
  font-family: "Open Sans";
  color: #5d5e5f;
  font-size: 13px;
  line-height: 25px;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.table-last {
  border: 2px solid #e8e8e8;
  border-top: none;
  padding: 15px;
  width: 100%;
}

.table-last p {
  font-weight: normal;
  font-family: "Open Sans";
  color: #5d5e5f;
  font-size: 13px;
  line-height: 25px;
}

.doc-requirement {
  font-weight: normal;
  font-family: "Open Sans";
  font-size: 12px;
  margin-top: 15px;
  color: #00000096;
}

.last-t tr {
  width: 100%;
}

/* Faq Start */
.faq-wrapper h3 {
  text-align: center;
}

.faq-body {
  padding-top: 30px;
}
.faq-body .accordion-item{
  border: none;
}
.faq-body .accordion,
.faq-body .accordion-item {
  border-bottom: 1px solid #e3e3e3; 
}

.faq-wrapper h6 {
  font-size: 15px;
  font-weight: 600;
  color: #cd181e;
  text-align: center;
}

.faq-content button {
  position: relative;
}

.faq-content .card {
  text-align: left;
}

.faq-wrapper .card {
  border: none;
  padding-top: 30px;
  padding-bottom: 25px;
}
.faq-wrapper .accordion-button{
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  color: #000;
}
.faq-wrapper .card .accordion-button{
  background-color: transparent;
}
.faq-wrapper .ac-btn {
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  user-select: none;
  width: 100%;
  text-decoration: none;
  color: #000;
}

.faq-wrapper h4 {
  font-weight: 800;
  margin-bottom: 0;
  font-size: 16px;
  width: 100% !important;
  text-align: left;
  position: relative;
}

.faq-wrapper .ac-btn h4::after {
  content: "-";
  position: absolute;
  right: 0;
  top: 0;
  color: #960100;
}
.faq-wrapper .accordion-button::after{
  display: none;
}
.ac-btn.collapsed h4::after {
  content: "+";
  color: #000;
}

.acc-df {
  gap: 25px;
  width: 100%;
}

.faq-content1 {
  padding-left: 35px;
  padding-top: 20px;
}

.faq-content1 p {
  font-weight: normal;
  font-size: 13px;
  color: #6a6a6a;
}
.faq-content1 li {
  font-weight: normal;
  font-size: 13px;
  color: #6a6a6a;
}
.faq-list {
  padding-left: 20px;
}

.faq-list h6 {
  font-weight: 600;
  text-align: left;
  color: #000;
  position: relative;
}

.faq-list h6::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -12px;
  border-radius: 20px;
  width: 5px;
  height: 5px;
  background-color: #000;
}

.faq-list p {
  padding-right: 75px;
}

.loadmore-faq {
  text-align: center !important;
}

.loadmore-faq a {
  color: #cd181e;
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding-top: 30px;
  display: inline-block;
}

.loadmore-faq a::after {
  background-color: #cd181e;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
}

/* Footer */
.footer-nav-wrapper {
  background-color: #ab0100;
  padding: 30px 0;
}

.ft-links {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: end;
}

.ft-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  opacity: 0.9;
  font-size: 15px;
}

.footer-last {
  background-color: #960100;
  color: #fff;
  padding: 15px 0;
}

.footer-last p {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0;
  opacity: 0.5;
}

.footer-last a {
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  float: right;
}

footer {
  padding-bottom: 0;
}

/* Responsive Start */
@media (max-width: 1418.5px) {
  .loan-wrapper {
    max-height: 350px;
    min-height: 350px;
  }
}

@media (max-width: 1366.5px) {
  .bannerform {
    bottom: 11%;
  }

  .abt-carloan-wrapper h3 {
    font-size: 22px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    left: 7%;
    bottom: 61px;
  }

  .loan-wrapper {
    max-height: 300px;
    min-height: 206px;/*215px Asp changes*/
  }

  .loan-wrapper a {
    margin-top: 30px;
  }

  .abt-carloan-wrapper p {
    padding-right: 50px;
  }
}
@media (max-width: 1300.5px) {
  .bannerform {
    bottom: 10%;
  }
}
@media (max-width: 1260.5px) {
  .bannerform {
    bottom: 9%;
  }
}
@media (max-width: 1255.5px) {
  .bannerform {
    padding: 20px;
    bottom: 8%;
  }

  .loan-wrapper {
    padding: 20px 20px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 25px;
  }
}

@media (max-width: 1115.5px) {
  .bannerform {
    padding: 10px;
    bottom: 7%;
  }
}
@media (max-width: 1050.5px) {
  .call-btn{
    display: none;
  }
  .navbar-nav .nav-item:last-child .nav-link{
    padding-right: 0;
  }
  .navbar-nav {
    margin-right: 0;
  }
}

@media (max-width: 991.5px) {
  .sib-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .navbar-brand{
    margin-right: 0;
  }
  .call-btn-mob{
    display: block;
    position: absolute;
    right: 69px;
    top: 20px;
  }
  .call-btn-desk {
    display: none;
  }
  header.active .call-btn-mob{
    margin-top: 0;
  }
  .navbar-nav .nav-item:first-child .nav-link{
    margin-top: 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover{
    background-color: #f326260b;
    border-radius: 2px;
  }
  .navbar-brand img {
    width: 113px;/*135px asp changes*/
  }
  .navbar-light .navbar-toggler:focus
  {
      box-shadow: none;
      outline:none
  }
  .btn-nav {
    font-size: 11px;
  }

  .banner-txt {
    left: 5%;
    top: 25%;
  }

  .banner-txt h2 {
    font-size: 35px;
  }

  .banner-txt a {
    font-size: 11px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    left: 5%;
    bottom: 65px;
  }

  .banner-img {
    padding-top: 55px;
  }

  .bannerform {
    position: static;
  }

  .abt-carloan-wrapper h3 {
    padding-right: 0;
  }
  .headerRightmainAll {
    display: block;
  }

  .bannerform {
    max-width: 100%;
    position: relative;
    right: 0;
    padding: 20px 30px;
    box-shadow: 0px 3px 6px #a9a8a829;
    margin: 15px;
    margin-top: -30px;
  }
  section {
    padding: 2% 0;
  }

  .abt-carloan-wrapper {
    padding-top: 0;
  }

  .abt-carloan-wrapper h3 {
    margin-bottom: 15px;
  }

  .abt-carloan-wrapper p {
    font-size: 16px;
    padding-right: 0;
  }

  .upto-body {
    padding-top: 30px;
  }

  .abt-newcar {
    padding-left: 0;
  }

  .vloan-mob {
    display: block;
  }

  .vloan-desk {
    display: none;
  }
  .vloan-mob-img {
    padding-bottom: 15px;
  }
  .loan-wrapper {
    max-height: auto;
    min-height: auto;
    padding: 0;
    box-shadow: none;
  }

  .loan-wrapper .btn {
    padding: 0;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
  }

  .vloan-wrapper h3 {
    text-align: left;
  }

  .loan-wrapper h4 {
    font-size: 15px;
    position: relative;
    padding: 5px 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-weight: 600;
    color: #000;
  }
  .card-vloan {
    border-bottom: 0.5px solid #d3d3d3;
  }
  .loan-wrapper .btn h4{
    width: 100%;
  }
  .loan-wrapper .btn h4::after {
    position: absolute;
    content: "-";
    color: #cd181e;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* width: 20px;
    height: 20px;*/
    font-size: 25px;
  }

  .vloan-mob .collapse {
    padding-bottom: 15px;
    transition: all 0.5s;
    border-bottom: 1px solid #cdcdcd;
  }

  .loan-wrapper .btn.collapsed h4::after {
    content: "+";
    color: #000;
  }

  .loan-wrapper p {
    height: auto;
    padding-right: 5%;
  }

  .form-d {
    justify-content: end;
  }

  .calculatorcontainer {
    margin-top: 2%;
  }

  .form-d h6 {
    display: none;
  }

  #emicalculatordashboard {
    margin-bottom: 2%;
  }

  #emicalculatorinnerform {
    padding: 10px 5px;
  }

  #emipaymentsummary,
  #emipiechart {
    padding-top: 2%;
  }

  .emi-wrapper .know-more {
    font-size: 12px;
    padding-top: 5px;
  }

  .doc-body table td {
    padding: 12px;
  }

  .faq-wrapper h6,
  .faq-wrapper h3 {
    text-align: left;
  }

  footer {
    padding-top: 2%;
  }

  .footer-logo {
    width: 130px;
  }

  .ft-links a {
    font-size: 12px;
  }
}

@media (max-width: 900.5px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 45px;
  }
}

@media (max-width: 767.5px) {
  .deskdop {
    display: none;
  }

  .mob-deskdop {
    display: block;
  }

  .sib-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .banner-txt {
    left: 5%;
  }

  .banner-txt h5 {
    font-size: 17px;
  }

  .banner-txt h2 {
    font-size: 30px;
    padding-right:100px;
    
  }

  .banner-txt a {
    font-size: 16px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    left: 5%;
    bottom: 440px;
  }

  .bannerform {
    margin-top: -250px;
  }

  .abt-carloan-wrapper h6 {
    font-size: 15px;
  }

  .abt-carloan-wrapper h3,
  .vloan-wrapper h3,
  .emi-wrapper h3,
  .doc-wrapper h3,
  .faq-wrapper h3 {
    font-size: 22px;
  }

  .abt-carloan-wrapper p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
  }

  .abt-carloan-wrapper a {
    padding: 5px 15px;
    font-size: 12px;
  }

  .upto-bb {
    border-bottom: none;
  }

  .abt-newcar {
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
  }

  .abt-newcar:last-child {
    border-bottom: none;
  }

  .abt-newcar img {
    width: 45px;
  }

  .abt-carloan-wrapper h6 {
    margin: 0;
    font-size: 14px;
  }

  .abt-newcar h6:last-child {
    margin-top: 0;
  }

  .vloan-wrapper h3 {
    margin-bottom: 15px;
  }

  .loan-wrapper h4 {
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0;
  }

  .loan-wrapper p {
    font-size: 13px;
  }

  .loan-wrapper a {
    padding: 5px 15px;
    font-size: 13px;
    margin-top: 10px;
  }

  .popup-content h5 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }

  .popup-content p {
    text-align: center;
    padding-right: 0;
  }

  .download-pop {
    justify-content: center;
  }

  .nav-div {
    display: none;
  }

  .popup-carousel .item img {
    margin: auto;
    display: block;
    width: 20%;
  }

  .vloan-mob .modal-body {
    padding-bottom: 30px;
  }

  .popup-carousel {
    padding-left: 0;
  }

  .popup-carousel .owl-nav {
    top: 42%;
    left: 43%;
  }

  .popup-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -130px;
  }

  .popup-carousel .owl-nav .owl-next {
    position: absolute;
    right: -230px;
  }

  .popup-carousel .owl-nav .owl-next:hover {
    background-color: transparent !important;
  }

  .download-pop a {
    padding: 0 !important;
  }

  .emi-wrapper p {
    font-size: 14px;
  }

  .input-group {
    width: 100%;
  }

  #emipaymentsummary {
    border: none;
  }

  .emicalculatorcontainer .control-label {
    font-size: 15px !important;
  }

  .b-calc .input-group > .custom-file,
  .input-group > .custom-select,
  .input-group > .form-control {
    font-size: 15px;
  }

  .form-d h6 {
    display: none;
  }

  .form-d {
    justify-content: end;
  }

  .b-calc {
    padding: 15px;
  }

  .table-last p {
    margin-bottom: 5px;
  }

  #emipaymentsummary span {
    font-size: 16px;
  }

  #emipaymentsummary .fa {
    font-size: 13px;
  }

  .emi-btn .btn-primary {
    font-size: 14px;
  }

  .doc-body {
    padding-top: 10px;
  }

  .doc-requirement {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .faq-wrapper h6 {
    font-size: 14px;
  }

  .faq-body {
    padding-top: 15px;
  }

  .faq-wrapper .card {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table-last {
    padding: 12px;
  }

  .faq-wrapper h4 {
    font-size: 14px;
  }

  .loadmore-faq a {
    font-size: 13px;
    padding-top: 15px;
  }

  .footer-logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 690.5px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 380px;
  }
}

@media (max-width: 620.5px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 320px;
  }
}

@media (max-width: 550.5px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 230px;
  }

  .banner-txt h2 {
    font-size: 30px;
  }

  .banner-txt a {
    font-size: 13px;
  }

  .bannerform {
    margin-top: -200px;
  }

  .popup-carousel .item img {
    width: 30%;
  }

  .popup-carousel .owl-nav .owl-next {
    right: -202px;
  }

  .ft-links {
    flex-direction: column;
    gap: 15px;
    align-items: start;
    padding-top: 20px;
  }

  .ft-links a {
    font-size: 15px;
  }
}

@media (max-width: 549.5px) {
  .table-last {
    width: 496px;
  }

  .doc-body {
    scrollbar-color: #c9090d #fff;
    scrollbar-width: thin;
    box-shadow: none;
  }

  .doc-body::-webkit-scrollbar {
    height: 2px;
  }

  .doc-body::-webkit-scrollbar-track {
    background: #fff;
    box-shadow: none;
  }

  .doc-body::-webkit-scrollbar-thumb {
    background: #c9090d;
  }

  .doc-body::-moz-scrollbar {
    width: 2px;
  }

  .doc-body::-moz-scrollbar-track {
    background: #c9090d;
  }

  .doc-body::-moz-scrollbar-thumb {
    background: #c9090d;
  }

  .doc-body::-moz-scrollbar-thumb:hover {
    background: #c9090d;
  }

  .doc-body::-o-scrollbar {
    height: 2px;
  }

  .doc-body::-o-scrollbar-track {
    background: #c9090d;
  }

  .doc-body::-o-scrollbar-thumb {
    background: #fff;
    box-shadow: none;
  }

  .doc-body::-ms-scrollbar {
    height: 2px;
  }

  .doc-body::-ms-scrollbar-track {
    background: #c9090d;
  }

  .doc-body::-ms-scrollbar-thumb {
    background: #fff;
    box-shadow: none;
  }
}

@media (max-width: 510.5px) {
  .btn-nav {
    font-size: 9px;
  }
  .banner-txt h2 {
    width: auto;
    padding-top:110px;
  }
  .popup-carousel .owl-nav .owl-next {
    right: -195px;
  }

  .popup-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -140px;
  }
}

@media (max-width: 445.5px) {
  .bannerform {
    margin-top: -80px;
  }

  .banner-txt h2 {
    font-size: 25px;
    padding-right: 170px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 110px;
  }
}

@media (max-width: 390.5px) {
  .banner-img {
    padding-top: 65px;
  }

  .ft-links a {
    font-size: 14px;
  }

  .popup-carousel .owl-nav .owl-next {
    right: -170px;
  }

  .popup-carousel .owl-nav .owl-prev {
    left: -125px;
  }
}
@media (max-width: 350.5px) {
  .bannerform {
    margin-top: -45px;
    min-width:auto;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 60px;
  }
  .banner-txt h2 {
    font-size: 22px;
    line-height: 35px;
  }
  .popup-carousel .owl-nav .owl-next {
    right: -135px;
  }
  .popup-carousel .owl-nav .owl-prev {
    left: -100px;
  }
}
