@import url('https://fonts.googleapis.com/css2?family=Teko:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


@font-face {
    font-family: 'Times New Roman Regular';
    src: url('/Content/TIMES.TTF');
}

:root {
    --brand-color-theme-1: #A80000;
}

::selection {
  background-color: var(--brand-color-theme-1);
  color: white;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Times New Roman Regular';
  font-size: 15px;
}

a{
    text-decoration:none;
}

#upBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #000;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  color: white;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  border: 1px solid white;
}

.learn-div {
  display: inline-block;
  width: 130px;
  padding: 5px;
  background-color: rgb(255, 255, 255, 70%);
  text-align: center;
  border-radius: 2px;
}

.learn-div a.fButton {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #0E5B11;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #0E5B11;
  border-radius: 2px;
  padding: 5px 0px;
}

#upBtn:hover {
  background-color: white;
  border: 1px solid var(--brand-color-theme-1);
  color: var(--brand-color-theme-1);
}

img {
  width: 100%;
}


/* header start here */

.fHeader {
  background: transparent;
  padding: 0px 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.fHeader .learn-div {
  background: linear-gradient(269.5deg, #5AAD5D 0.43%, #8ae08e 50.01%, #5AAD5D 99.6%);
  width: 100px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  margin-left: 15px;
}

.fHeader .learn-div a {
  color: white;
  border-color: white;
  font-weight: 400 !important;
}

.fHeader .logo-brand img {
  width: 300px;
}

.fHeader .logo-brand img.white-logo {
  display: none;
}

.fHeader.active {
  background-color: var(--brand-color-theme-1);
}

.fHeader.active .logo-brand img.main-logo {
  display: none;
}

.fHeader.active .logo-brand img.white-logo {
  display: block;
}

.fHeader .mobile-logo {
  display: none;
}

.fHeader ul.fMenu {
  justify-content: end;
  width: 100%;
}

.fHeader ul.fMenu li.nav-item {
  padding-left: 15px;
  padding-right: 15px;
}

.fHeader ul.fMenu li.nav-item a.nav-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: #FFFFFF;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}


.fHeader ul.fMenu li.nav-item ul.sub {
  width: 250px;
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
  position: absolute;
  display: none;
  z-index: 999999;
}

.fHeader ul.fMenu li.nav-item:hover ul.sub {
  display: block;
}

.fHeader ul.fMenu li.nav-item ul.sub li a {
  background-color: white;
  margin-left: -40px;
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: capitalize;
  text-decoration: none;
  color: #666;
  font-weight: 500;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 0.5s ease;
}

.fHeader ul.fMenu li.nav-item ul.sub li:nth-child(1) a {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.fHeader ul.fMenu li.nav-item ul.sub li:last-child a {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.fHeader ul.fMenu li.nav-item ul.sub li a:hover {
  background-color: var(--brand-color-theme-1);
  color: white;
}

/* header ends here */

/* banner desktop start here */

.banner-desktop {
  display: flex;
  width: 100%;
}

.banner-desktop div.banners {
  flex-basis: 33.33%;
}

.banner-desktop div.banners img {
  width: 100%;
}

.banner-desktop div.card .card-img-overlay img.smart1 {
  width: 70%;
  position: absolute;
  left: -16%;
  top: -1%;
  border-radius: 50%;
  -webkit-animation: spin 3.8s linear infinite;
  -moz-animation: spin 3.8s linear infinite;
  animation: spin 3.8s linear infinite;

}

.banner-desktop div.card .card-img-overlay img.smart2 {
  width: 70%;
  position: absolute;
  left: -7%;
  top: -1%;
  border-radius: 50%;
  -webkit-animation: spin2 3.8s linear infinite;
  -moz-animation: spin2 3.8s linear infinite;
  animation: spin2 3.8s linear infinite;

}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}


@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes spin2 {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spin2 {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.banner-desktop div.banners .btn-banner {
  display: block;
  text-align: end;
  position: absolute;
  width: 100%;
  top: 55%;
}

.banner-desktop div.banners .btn-banner img.apply-btn {
  width: 50%;
  margin: 0 auto;
  position: relative;
  animation: 1.3s linear infinite condemned_blink_effect;
}

.banner-desktop div.banners .btn-banner img.mouse-desk {
  width: 15%;
  position: relative;
  right: 22%;
  margin-top: -5%;
}

.banner-desktop div.banners .card-img-overlay .btn-banner.schedule.schedule {
  width: 100%;
  height: 53px;
  position: absolute;
  top: 64%;
  bottom: 20% !important;
}

.banner-desktop div.banners .card-img-overlay .btn-banner.schedule a {
  height: 100%;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  display: flex;
  justify-content: center;
  place-items: center;
  text-transform: uppercase;
}

/* banner desktop ends here */

/* banner mobile start here */

.banner-mobile {
  display: none;
}

.btn-apply-now {
  width: 60%;
  margin-top: -45%;
  margin-left: 10%;
}

/* banner mobile ends here */


/* banner button start here */


.animated-button {
  background-color: rgba(255, 255, 255, 30%);
  padding: 15px;
  border-radius: 7px;
  font-weight: 500;
  position: relative;
  margin: 0 auto;
  text-transform: uppercase;
  width: 50%;
  display: block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
  content: '';
  border-radius: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  border-radius: 7px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  border-radius: 7px;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-radius: 7px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 7px;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #ffffff);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}


/*# banner button ends here */

/* banner typing animation start here */

.wrapper {
  height: 100vh;
  /*This part is important for centering*/
  display: flex;
  justify-content: center;
  padding-top: 55%;
}

.bg-search-typ {
  background-color: white;
  width: 70%;
  height: 45px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  place-items: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.typing-demo {
  width: 100%;
  animation: typing 7s steps(22) infinite, blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

@keyframes typing {
  from {
    width: 0
  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
}


.banners img.mice {
  width: 25px !important;
  height: 25px;
  border-radius: 50px;
  position: absolute;
  top: 34.4%;
  right: 17%;
}

.banners img.search-icon {
  width: 25px !important;
  height: 25px;
  position: absolute;
  top: 34.4%;
  left: 17%;
}

.banners img.mouse-ic {
  width: 25px !important;
  height: 25px;
  object-fit: contain;
  position: absolute;
  top: 40%;
  left: 20%;

}

/* banner typing animation ends here */

/* other banner start here */

.banner-after {
  width: 100%;
}

.banner-after .card {
  border: 0;
  border-radius: 0;
}

.banner-after .card img {
  border: 0;
}

.banner-after .card .card-img-overlay .items-text-button {
  display: flex;
  justify-content: end;
  text-align: end;
  padding: 6% 10% 10% 10%;
  height: 100%;
}

.banner-after .card .card-img-overlay .items-text-button .subheading {
  color: #FFFFFF;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 40px;
  line-height: 87%;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  font-family: 'Teko', sans-serif;
}

.banner-after .card .card-img-overlay .items-text-button .main-heading {
  font-weight: 600;
  font-size: 75px;
  line-height: 87%;
  letter-spacing: 5px;
  color: #FFFFFF;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  font-family: 'Teko', sans-serif;
}

.banner-after .card .card-img-overlay .items-text-button p {
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  color: #FFFFFF;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
  z-index: 9999999;
}

.banner-after .card .card-img-overlay .items-text-button p span {
  display: block;
}

.banner-after .card .card-img-overlay .headlight-1 {
  width: 15%;
  position: absolute;
  bottom: 17%;
  left: 15%;
  animation: headlight 1s linear infinite;
}

.banner-after .card .card-img-overlay .headlight-2 {
  width: 10%;
  position: absolute;
  bottom: 21%;
  left: 30.5%;
  animation: headlight 1s linear infinite;
}


.banner-after .card .card-img-overlay .headlight-3 {
  width: 7%;
  position: absolute;
  bottom: 22.5%;
  left: 42.7%;
  animation: headlight 1s linear infinite;
}

.banner-after .card .card-img-overlay .headlight-4 {
  width: 5.8%;
  position: absolute;
  bottom: 23.3%;
  right: 37.5%;
  animation: headlight 1s linear infinite;
}

.banner-after .card .card-img-overlay .headlight-5 {
  width: 5%;
  position: absolute;
  bottom: 24%;
  right: 27%;
  animation: headlight 1s linear infinite;
}

.banner-after .card .card-img-overlay .headlight-6 {
  width: 20%;
  position: absolute;
  bottom: 14%;
  left: -7%;
  animation: headlight 1s linear infinite;
}

.banner-after .card .card-img-overlay .light-3 {
  width: 12%;
  position: absolute;
  bottom: 8%;
  left: 40.5%;
  animation: headlight 1s linear infinite;
}

.banner-after .card .card-img-overlay .light-4 {
  width: 7%;
  position: absolute;
  bottom: 13.2%;
  right: 44.2%;
  animation: headlight 1s linear infinite;
}

@keyframes headlight {
  0% {
    visibility: hidden;
  }

  50% {
    visibility: hidden;
  }

  100% {
    visibility: visible;
  }
}

.banner-after.second-banner-after .card .card-img-overlay .items-text-button {
  justify-content: start;
  text-align: start;
}

.banner-after.second-banner-after .card .card-img-overlay .light-1 {
  position: absolute;
  width: 4%;
  right: 18%;
  top: 31.5%;
  animation: headlight 1s linear infinite;
}

.banner-after.second-banner-after .card .card-img-overlay .light-2 {
  position: absolute;
  width: 4%;
  right: 29.3%;
  top: 35.5%;
  animation: headlight 1s linear infinite;
}

.banner-after.third-banner-after .card .card-img-overlay .items-text-button .subheading,
.banner-after.fourth-banner-after .card .card-img-overlay .items-text-button .subheading {
  color: #000;
}

.banner-after.third-banner-after .card .card-img-overlay .items-text-button .main-heading,
.banner-after.fourth-banner-after .card .card-img-overlay .items-text-button .main-heading {
  color: #000;
}


.banner-after.third-banner-after .card .card-img-overlay .items-text-button p,
.banner-after.fourth-banner-after .card .card-img-overlay .items-text-button p {
  color: #000;
}

.banner-after.third-banner-after .card .card-img-overlay .learn-div,
.banner-after.fourth-banner-after .card .card-img-overlay .learn-div {
  background-color: rgba(0, 0, 0, 0.7);
}

.banner-after.third-banner-after .card .card-img-overlay .learn-div a,
.banner-after.fourth-banner-after .card .card-img-overlay .learn-div a {
  color: white;
  border-color: white;
}

.banner-after.third-banner-after .card .card-img-overlay .left-image {
  width: 28%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-after.third-banner-after .card .card-img-overlay .right-image {
  width: 21%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-after.third-banner-after .card .card-img-overlay .center-image {
  width: 15%;
  position: absolute;
  right: 26%;
  bottom: 20%;
}

.banner-after.fourth-banner-after .last-banner-1 {
  width: 23%;
  position: absolute;
  right: 5%;
  bottom: 9%;
}

.banner-after.fourth-banner-after .last-banner-2 {
  width: 16%;
  position: absolute;
  right: 20%;
  top: 24%;
}

.banner-after.fourth-banner-after .last-banner-3 {
  width: 14%;
  position: absolute;
  right: 8%;
  top: 4%;
}

.banner-after.fourth-banner-after .card .card-img-overlay .dot-1 {
  width: 35px;
  position: absolute;
  right: 33%;
  bottom: 30%;
  z-index: 1;
}

.banner-after.fourth-banner-after .card .card-img-overlay .dot-2 {
  width: 30px;
  position: absolute;
  right: 17%;
  bottom: 53%;
  z-index: 1;
}

.banner-after.fourth-banner-after .card .card-img-overlay .dot-3 {
  width: 40px;
  position: absolute;
  right: 24%;
  top: 16%;
  z-index: 1;
}

.banner-after.fourth-banner-after .card .card-img-overlay .dot-4 {
  width: 40px;
  position: absolute;
  right: 7%;
  top: 3.5%;
  z-index: 1;
}

.banner-after.third-banner-after .card .card-img-overlay .manu-image-1 {
  width: 20%;
  position: absolute;
  bottom: 0%;
  left: 0;
}

.banner-after.third-banner-after .card .card-img-overlay .manu-image-2 {
  width: 20%;
  position: absolute;
  bottom: 13%;
  left: 50%;
}

.banner-after.third-banner-after .card .card-img-overlay .manu-image-3 {
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* other banner ends here */

/* footer start here */

footer .footer-card .container::selection {
  background-color: #000 !important;
}

footer .footer-card {
  border: 0;
  border-radius: 0;
}

footer .footer-card img.footer-image {
  object-fit: cover;
  width: 100%;
}

footer .copyright {
  background-color: #000;
  color: white;
  font-size: 13px;
  text-align: center;
  padding: 15px 10px;
}

footer .copyright div.container {
  display: flex;
  justify-content: space-between;
}

footer .copyright div.container div.privacy a {
  color: white;
}

footer .footer-card {
  background: url("../images/footer_image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  padding-top: 16.2%;
}

footer .row-footer {
  padding-left: 50px;
}

footer .row-footer h5 {
  font-size: 17px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer .row-footer .col-link {
  padding-left: 70px;
}

footer .row-footer .col-link ul {
  margin: 0;
  padding: 0;
}


footer .row-footer .col-link ul li {
  list-style: none;
}

footer .row-footer .col-link ul li a {
  color: white;
  font-size: 13px;
  text-decoration: none;
}

footer .row-footer .col-hours p {
  color: white;
  font-size: 13px;
  line-height: 25px;
}

footer .row-footer .col-help a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
}

footer .row-footer .col-help ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 45px;
}

footer .row-footer .col-help ul li a {
  margin-right: 15px;
  font-size: 25px;
}

footer .row-footer .col-logo h5 {
  margin-bottom: 10px;
  margin-top: 30px;
  padding-left: 20px;
}

footer .row-footer .col-logo p {
  color: white;
  font-size: 13px;
  padding-left: 20px;
}

footer .row-footer .col-logo .input-group {
  padding-left: 10px;
  margin-top: 30px;
}

footer .row-footer .col-logo .input-group input {
  font-size: 13px;
  box-shadow: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #dedede;
  height: 40px;
}

footer .row-footer .col-logo .input-group span.input-group-text {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #000;
  color: white;
  border: 1px solid #000;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

footer .row-footer .col-logo .input-group .form-label {
  font-size: 13px;
  color: white;
  margin-top: 10px;
  width: 100%;

}

/* footer ends here */

/* footer main section start here */

.footer-and-before-sec {
  background-color: transparent;
  background: url("../images/footer-and-before.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding-top: 120px;
}

.fButton-2 {
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  background-color: var(--brand-color-theme-1);
  padding: 15px;
  margin-top: 50px;
  border-radius: 5px;
}

.footer-and-before-sec form {
  background-color: #bbd0b8;
  padding: 50px 60px 65px 60px;
  border-radius: 10px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-and-before-sec form label {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  width: 100%;
  text-transform: capitalize;
}

.footer-and-before-sec form .col-name {
  width: 48% !important;
}

.footer-and-before-sec form .col-tags {
  width: 100%;
}

.footer-and-before-sec form div input,
.footer-and-before-sec form div select {
  height: 40px;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: none !important;
  border: 1px solid;
  border: 1px solid #CCCCCC !important;
}


.footer-and-before-sec form .form-check {
  display: flex;
  place-items: center;
  width: 100%;
}

.footer-and-before-sec form .form-check label {
  padding-top: 4px;
  margin-left: 10px;
  font-size: 13px;
}

.footer-and-before-sec form .form-check label a {
  color: #000;
}

.footer-and-before-sec form .form-check input {
  height: 16px;
  width: 16px;
  border-radius: 0;
  border: 1px solid #000 !important;
}

.footer-and-before-sec form .form-check-input:checked[type=checkbox] {
  background-color: var(--brand-color-theme-1);
  border-color: var(--brand-color-theme-1) !important;
}

.footer-and-before-sec .col-text {
  display: flex;
  justify-content: end;
}

.footer-and-before-sec .col-text .item-before-footer {
  width: 400px;
}

.footer-and-before-sec .col-text .item-before-footer h3 {
  font-size: 55px;
}

.footer-and-before-sec .col-text .item-before-footer h3 span {
  display: block;
  text-transform: uppercase;
  text-align: right;
  font-weight: 800;
}

.footer-and-before-sec .col-text .item-before-footer h3 span.process-off {
  color: var(--brand-color-theme-1);
  letter-spacing: 1.4px;
  font-size: 58px;
}

.footer-and-before-sec .col-text .item-before-footer h3 span.financing {
  font-size: 63px;
  letter-spacing: 1.4px;
}

.footer-and-before-sec .col-text .item-before-footer h3 span.easy {
  color: var(--brand-color-theme-1);
  font-size: 145px;
  margin-top: -25px;
}

.footer-and-before-sec .col-text .item-before-footer h3 span.vission {
  font-size: 25.5px;
}

.footer-and-before-sec .col-text .item-before-footer p {
  text-align: end;
  font-size: 19px;
  color: #000;
  line-height: 30px;
}

.footer-and-before-sec .col-text .item-before-footer p span {
  display: block;
}

/* footer main section ends here */

/* section meet team start here */

.meet-team {
  background-color: white;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.meet-team .card-body {
  padding: 0;
}

.meet-team .black {
  background-color: #000;
  width: 77%;
  padding: 25px;
  clip-path: polygon(0% 0%, 94% 0%, 100.2% 50%, 94% 100%, 0% 100%);
  transition: all 0.5s ease-in-out;
  height: 90px;
}

.meet-team:hover .black {
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100.2% 50%, 100% 100%, 0% 100%);
}

.meet-team .black h3 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  letter-spacing: .3px;
  position: absolute;
  top: 25%;
  left: 43%;
}

.meet-team .black h3 a {
  color: white;
  text-decoration: none;
}

.meet-team .black h3 i {
  font-size: 35px;
  position: relative;
  top: 8px;
  margin-left: 15px;
  border-radius: 50%;
  animation-name: bannerbtn2;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bannerbtn2 {
  0% {
    box-shadow: rgba(255, 255, 255, 0.163) 0px 0px 0px 5px, rgba(255, 255, 255, 0.288) 0px 0px 0px 10px;
  }

  100% {

    box-shadow: rgb(255, 255, 255, .163) 0px 0px 0px 7px, rgb(255, 255, 255, .288) 0px 0px 0px 14px;
  }
}

@keyframes bannerbtn2 {
  0% {
    box-shadow: rgba(255, 255, 255, 0.163) 0px 0px 0px 5px, rgba(255, 255, 255, 0.288) 0px 0px 0px 10px;
  }

  100% {

    box-shadow: rgb(255, 255, 255, .163) 0px 0px 0px 7px, rgb(255, 255, 255, .288) 0px 0px 0px 14px;
  }
}




/* section meet team ends here */

/* contact us page start here */

.contact-main {
  background: url("../images/contact-bg-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-main .contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.contact-main .contact-form form {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 75%);
  margin-top: 150px;
  margin-bottom: 100px;
  padding: 80px 45px 80px 45px;
  width: 75%;
  border-radius: 10px;
}

.contact-main .contact-form form .form-item {
  padding: 0 8px;
  box-shadow: none;
}

.contact-main .contact-form form .form-item label {
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

.contact-main .contact-form form .form-item input,
.contact-main .contact-form form .form-item select {
  height: 40px;
  box-shadow: none;
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
  font-size: 12.5px;
}

.contact-main .contact-form form .form-check-item {
  padding-left: 35px;
  margin-bottom: 30px;
}

.contact-main .contact-form form .form-check-item input {
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #000;
}

.contact-main .contact-form form .form-check-item label {
  font-size: 12px;
  padding-top: 3px;
  color: #000;
  font-weight: 400;
}

.contact-main .contact-form form .form-check-item label a {
  color: #000;
  font-weight: 400;
}

.contact-main .contact-form form .form-check-input:checked[type=checkbox] {
  background-color: var(--brand-color-theme-1);
}

.contact-main .contact-form form .form-button-item {
  padding: 0px 20px;
  text-align: center;
}

.contact-main .contact-form form .form-button-item button {
  border: 0;
  outline: none;
  background: #0C390E;
  border-radius: 6px;
  outline: none;
  width: 160px;
  height: 40px;
  font-size: 13px;
  color: white;
}

.contact-main .contact-text {
  display: flex;
  width: 100%;
  height: 100%;
  place-items: center;
}

.contact-main .contact-text .main-contact-text {
  position: relative;
  top: 180px;
  padding-left: 20px;
}

.contact-main .contact-text .main-contact-text h3 {
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 59px;
  letter-spacing: 0.035em;
  color: #FFFFFF;
}

.contact-main .contact-text .main-contact-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: white;
}

.contact-main .contact-text .main-contact-text ul.contact-social {
  display: flex;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
}

.contact-main .contact-text .main-contact-text ul.contact-social li a {
  color: white;
  font-size: 25px;
  margin-right: 17px;
}

.map-and-footer {
  background: url("../images/contactbg-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  padding-top: 120px;
}

.main-row-map {
  display: flex;
  flex-wrap: wrap;
}

.main-row-map .col-details-contact {
  flex-basis: 35%;
  display: flex;
  justify-content: end;
  place-items: center;

}

.main-row-map .col-details-contact .details-con {
  width: 380px;
  background: url("../images/contact-details-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  position: relative;
  left: 20%;
  z-index: 999;
  border-radius: 5px;
}

.main-row-map .col-details-contact .details-con a.item-contact {
  display: flex;
  place-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.main-row-map .col-details-contact .details-con a.item-contact span.icon img {
  width: 50px;
  margin-right: 20px;
}

.main-row-map .col-map-contact {
  flex-basis: 65%;
}

.main-row-map .col-map-contact .map-div {
  width: 100%;
}

.main-row-map .col-map-contact .map-div iframe {
  width: 80%;
  height: 650px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
}

/* contact us page ends here */

/* about us page start here */

.about-main {
  border-radius: 0;
  border: 0;
}

.about-main .bg-image {
  height: 850px;
  width: 100%;
  object-fit: cover;
}

.about-main .card-body.about-body {
  padding: 0;
}

.about-main .card-body .vector-image {
  position: absolute;
  width: 30%;
  top: 0;
  left: 0;
}

.about-main .about-overlay {
  padding-left: 14.7%;
  padding-top: 210px;
}

.about-main .about-overlay .about-what-div {
  width: 500px;
}

.about-main .about-overlay .about-what-div h3 {
  font-family: 'Teko', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 103.3%;
  color: white;
}

.about-main .about-overlay .about-what-div p {
  color: white;
  font-size: 19px;
}

.about-main .about-overlay ul.about-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.about-main .about-overlay ul.about-list li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
  flex-basis: 49%;
}

.about-main .about-overlay ul.about-list li span {
  color: white;
  font-weight: 600;
}

.about-main .about-overlay ul.about-list li span img {
  width: 40px;
  margin-right: 20px;
}


.client-btn {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.client-btn a img.client-stories-btn {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.client-btn a img.client-drop-down-arrow {
  display: block;
  width: 20px;
  margin: 10px auto;
}

.client-card {
  border: 0;
  border-radius: 0;
}

.client-card img.client-stories-image {
  width: 100%;
  height: 1000px;
  object-fit: cover;
}

.client-card .client-overlay {
  padding: 20px;
  display: flex;
  place-items: center;
  height: 1000px;
}

.client-card .client-overlay .items-client {
  padding-left: 10%;
  padding-right: 20%;
}

.client-card .client-overlay .items-client h3 {
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 58px;
  color: #FFFFFF;
}

.client-card .client-overlay .items-client p {
  color: #fff;
  font-size: 20px;
}

.div-video-main {
  padding-left: 9%;
  padding-right: 9%;
  margin-top: 60px;
}

.client-stories .item {
  padding-left: 10px;
  padding-right: 10px;
}

.client-stories .item .card-video {
  background-color: transparent;
  padding: 0px 13px !important;
  border: 1px solid white;
  cursor: pointer;
  border-radius: 6px;
  height: 190px;
}

.client-stories .item .card-video i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  color: white;
  font-size: 30px;
}

.client-stories .item .card-video img {
  margin-bottom: 0;
  border-radius: 6px;
  height: 197px;
  object-fit: cover;
  position: relative;
  top: 13px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.5));
}

.client-stories .item h5 {
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 43px;
  padding-left: 13px;
  padding-right: 13px;
  margin-top: 25px;
  color: #FFFFFF;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.about-before-sec {
  background: url("../images/about-apply-now-bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.heading-review h3 {
  color: #000;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 80px;
}

.heading-review h6 {
  text-align: center;
  font-weight: normal;
}

.heading-review span {
  display: block;
  width: 260px;
  height: 2px;
  margin: 0px auto 10px auto;
  background: #59AE5C;
}

.customer-reviews {
  margin-top: 50px;
}

.customer-reviews .item {
  padding: 5%;
}

.customer-reviews .item .card {
  height: 200px;
  background-color: #0c340d;
  color: white;
  margin-bottom: 50px;
}

.customer-reviews .item .card i {
  color: #ffffff47;
  font-size: 50px;
  padding-left: 10px;
}

.customer-reviews .item .card .card-img-overlay {
  height: 100%;
  padding-top: 35px;
}

.customer-reviews .item .card .card-img-overlay p {
  font-size: 14px;
  padding: 0px 10px;
}

.customer-reviews .item .card .card-img-overlay .customer {
  text-align: center;
  position: absolute;
  left: 35%;
  bottom: -60px;
}

.customer-reviews .item .card .card-img-overlay .customer img {
  width: 80px;
  margin: 0 auto;
  border-radius: 500px;
}

.customer-reviews .item .card .card-img-overlay .customer h5 {
  font-size: 14px;
  color: #000;
}

/* about us page ends here */

/* services banner start here */

.banner-service .service-banner {
  height: 570px;
  object-fit: cover;
}

.banner-service .card {
  border: 0;
  border-radius: 0;
}

.banner-service .card .headings-service {
  position: absolute;
  top: 35%;
  /* left: 10%; */
}

.banner-service .card .headings-service h3 {
  color: white;
  font-weight: 600;
  font-size: 45px;
  line-height: 40px;
  font-family: 'Teko', sans-serif;
}

.banner-service .card .headings-service p {
  color: white;
  font-size: 12.5px;
}

.banner-service .card .headings-service p span {
  display: block;
}

.banner-service a.image-contact-button {
  position: absolute;
  bottom: 27%;
  /* left: 10%; */
}

.banner-service a.image-contact-button img {
  width: 180px;
}

/* services banner ends here */
/* service bottom section start here */

.service-main-footer {
  background: url("../images/service-footer-bg-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.service-main-footer.heavy-service {
  background: url("../images/heavy_footer_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.main-row-service {
  padding-top: 75px;
  padding-left: 10%;
  padding-right: 8%;
  margin-bottom: -130px;
}

.main-row-service .col-main-text p {
  color: #000;
  font-size: 15px;
  word-spacing: 2px;
  margin-bottom: 40px;
}

.main-row-service .col-image-text .card {
  padding: 40px;
  background: #E2EFD8;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: 0;
  position: relative;
  top: -180px;
  left: 20px;
}

.main-row-service .col-image-text .card .card-body p {
  color: #000;
  font-weight: 500;
}

.main-row-service .col-image-text .card .card-body p a {
  color: #000;
}

.main-row-service .col-image-text .card .card-body {
  padding: 20px 0px;
}

.main-row-service .col-image-text .card .card-body .buttons-service a {
  background: linear-gradient(90.39deg, #052E06 0.34%, #29742C 56.03%, #062C05 101.22%);
  border-radius: 12px;
  color: white;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}

/* service bottom section ends here */

/* full page blog start here */

.blog-full-banner {
  background: url('../images/banner-full-page-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.blog-full-banner h3 {
  color: white;
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 30px;
}

.image-date-title {
  margin-top: 10px;
  text-align: start;
}

.image-date-title span {
  font-size: 14px;
}

.image-date-title span.date {
  color: #666;
  font-weight: 600;
}

.blog-full-page p {
  text-align: justify;
}

.blog-full-page p a {
  color: var(--brand-color-theme-1);
  font-weight: 600;
  text-decoration: none;
}

.related-products h3 {
  text-align: center;
  margin-top: 70px;
  color: var(--brand-color-theme-1);
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.row-blog-cards {
  justify-content: center;
  margin-bottom: 20px;
}

.row-blog-cards .col-card-blog .card {
  padding: 10px;
}

.row-blog-cards .col-card-blog .card img {
  border-radius: 5px;
}


.row-blog-cards .col-card-blog .card h5 {
  font-size: 17px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.row-blog-cards .col-card-blog .card .read-more-date {
  display: flex;
  justify-content: space-between;
}

.row-blog-cards .col-card-blog .card .read-more-date a {
  display: block;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  color: #666;
}

.row-blog-cards .col-card-blog .card .read-more-date a.read-more {
  font-size: 10px;
  color: var(--brand-color-theme-1);
  background-color: #dcf1dd;
  font-weight: 600;
  padding: 5px 10px;
}

.blog-full-page .main-blog {
  width: 80%;
  margin: 0 auto;
}

.blog-full-page .main-blog-heading {
  font-size: 35px;
  font-weight: 600;
}

.blog-full-page .main-blog-heading a {
  color: var(--brand-color-theme-1);
  text-transform: capitalize;
  text-decoration: none;
}

/* full page blog ends here */

/* privacy policy start here */

.policy h2 {
  color: var(--brand-color-theme-1);
  font-weight: 700;
  letter-spacing: .5px;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.policy h3 {
  color: var(--brand-color-theme-1);
  font-weight: 600;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.policy h4 {
  font-size: 20px;
  color: var(--brand-color-theme-1);
  font-weight: 600;
  margin-top: 20px;
}

.policy p a {
  color: var(--brand-color-theme-1);
}

/* privacy policy ends here */

/* schedule modal start here */

.schedule-modal {
  z-index: 999999999999;
}

.schedule-modal button.schdeule-modal {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: transparent;
  color: white;
  background-color: var(--brand-color-theme-1);
  border: 1px solid #dedede;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 500px;
}

.schedule-modal .modal-body div {
  padding-left: 10px;
  padding-right: 10px;
}

.schedule-modal .modal-title {
  text-align: center;
  color: var(--brand-color-theme-1);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 20px;
}

.schedule-modal .form-control,
.schedule-modal .form-select {
  box-shadow: none;
  border: 1px solid #dedede;
  font-size: 13px;
  height: 50px;
  border-radius: 5px;
}

.schedule-modal textarea.form-control {
  height: 100px;
}

.schedule-modal .submit-schedule {
  background-color: var(--brand-color-theme-1);
  font-size: 14px;
  color: white;
  border-radius: 5px;
  padding: 15px 10px;
}

/* schedule modal ends here */

/* email popup start here */

.email-pop .modal-dialog {
  padding: 20px 70px;
  border: 0;
}

.email-pop .modal-body {
  padding: 0;
  border: 0;
}

.email-pop .modal-body .modal-email-btn {
  width: 25px;
  height: 25px;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: -20px;
  right: -20px;
  color: white;
  font-weight: 700;
}

.email-pop .modal-body .col-12.col-pop-email-image {
  padding-left: 0;
}

.email-pop .modal-body .col-12.col-pop-email {
  padding-left: 0;
}

.email-pop .modal-body .col-12.col-pop-email form {
  padding-right: 13px;
  display: flex;
  width: 100%;
  place-items: center;
  height: 100%;
}

.email-pop .modal-body .col-12.col-pop-email form .form-div {
  width: 100%;
}


.email-pop .modal-body .col-12.col-pop-email form input,
.email-pop .modal-body .col-12.col-pop-email form select {
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #dedede;
  font-size: 14px;
  height: 45px;
  color: #000;
  margin-bottom: 20px;
}

.email-pop .modal-body .col-12.col-pop-email form label {
  color: #000;
  font-size: 14px;
}

.email-pop .modal-body .col-12.col-pop-email form button {
  background-color: var(--brand-color-theme-1);
  font-size: 13px;
  margin-top: 20px;
  display: inline-block;
  padding: 10px 40px;
  color: white;
  border-radius: 5px;
}

/* email popup ends here */

/* counter number start here */

.counter-js-section div.card {
  border: 0;
  border-radius: 0;
}

.counter-js-section div.card img {
  height: 370px;
  width: 100%;
  object-fit: cover;
}

.counter-js-section div.card div.container {
  display: flex;
  justify-content: center;
  place-items: center;
  height: 100%;
}

.counter-js-section div.card div.container .numbers {
  width: 100%;
  text-align: center;
}

.counter-js-section div.card div.container .numbers span {
  color: white;
  font-size: 60px;
  font-weight: 700;
  font-family: 'Teko', sans-serif;
  letter-spacing: 2px;
  line-height: 60px;
  display: inline-block;
  margin-top: 110px;
}

.counter-js-section div.card div.container .numbers div {
  color: white;
  font-size: 20px;
}

/* counter number ends here */

/* Fill credit application form start here */

.cr-app-form {
  width: 100%;
  padding: 25px;
  background-color: white;
}


.cr-app-form .card {
  border-radius: 0px;
  border-color: #000;
}

.cr-app-form .card h3 {
  text-align: center;
  font-size: 14px;
  position: absolute;
  width: 100%;
  margin-top: 55px;
}

.cr-app-form .card .top-new p {
  text-align: end;
  font-size: 11px;
  color: #000;
  margin-top: 10px;
  padding-right: 10px;
}

.cr-app-form .card form {
  width: 100%;
}


.cr-app-form .card form div.heading {
  padding: 7px;
  background-color: #006c31;
  color: white;
  font-size: 12px;
  text-align: center;
}

.cr-app-form .card form .shareholder {
  background-color: #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cr-app-form .card form .shareholder h4 {
  color: #000;
  font-size: 18px;
  color: var(--brand-color-theme-1);
  font-weight: 600;
  text-transform: uppercase;
}

.cr-app-form form div.row {
  justify-content: center;
}

.cr-app-form form div.row input {
  box-shadow: none;
  border: 1px solid #dedede;
  border-radius: 5px;
  font-size: 13px;
  padding: 10px 10px;
}

.cr-app-form form div.row input.form-check-input {
  height: 20px;
  width: 20px;
  display: inline-block;
}

.cr-app-form form p.last-para {
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  font-size: 12px;
}

#submit-box .modal-body {
  text-align: center;
  padding-bottom: 40px;
}

#submit-box .modal-body p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
}

#submit-box .modal-body button {
  border: 0;
  outline: none;
  font-size: 13px;
  padding: 8px 20px;
  display: inline-block;
  width: 150px;
  border-radius: 5px;
  color: white;
}

#submit-box .modal-body button.submit-modal-close {
  position: absolute;
  padding: 0;
  right: 0px;
  width: 30px;
  top: 0;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  color: gray;
  font-size: 22px;
}

#submit-box .modal-body button.cancel-modal-box {
  color: var(--brand-color-theme-1);
  border: 1px solid var(--brand-color-theme-1);
  background-color: transparent;
}

#submit-box .modal-body button.save-button-box {
  background-color: var(--brand-color-theme-1);
  border: 1px solid var(--brand-color-theme-1);
}

/* fill credit application form ends here */

/* calculator start here */

.main-calculator {
  background: url("../images/calculator-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.calculator {
  width: 70%;
  margin: 100px auto 40px auto;
  border: 1px solid var(--brand-color-theme-1);
  border-radius: 5px;
  padding: 40px 10%;
  background-color: white;
}

.calculator .row .col-12 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.calculator .row.calc-item .col-12 label,
.calculator .row.result-calculator .col-12 label {
  font-size: 17px;
  color: #000;
  display: flex;
  place-items: center;
  width: 100%;
  height: 100%;
}

.calculator .row.calc-item .col-12 button.btn {
  text-align: center;
  width: 90%;
  border-radius: 3px;
  border: 1px solid var(--brand-color-theme-1);
  color: white;
  background-color: var(--brand-color-theme-1);
  padding: 10px;
  font-size: 14px;
  margin: 0 auto;
}

.calculator .row.calc-item .col-12 input,
.calculator .row.result-calculator .col-12 input,
.calculator .row.calc-item .col-12 select {
  border: 1px solid #dedede;
  padding: 10px;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  width: 180px;
  margin: 0 auto;
}

.calculator .row.calc-item .col-12 input,
.calculator .row.calc-item .col-12 select {
  background-color: #fcfafa;
}

.calculator .row.result-calculator .col-12 input {
  text-align: end;
  font-weight: 600;
  background-color: #bdcbbe;
}

/* calculator ends here */


/* default dashboard start here */

.default-header div.container-fluid {
  display: flex;
  place-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  background-color: white;
}


.default-header ul.nav li a.nav-link {
  color: var(--brand-color-theme-1);
  font-weight: 500;
}

.default-header ul.nav li a.nav-link span {
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #000;
}

.default-header ul.nav li a.nav-link span::after {
  content: "|";
  margin-left: 10px;
  font-size: 15px;
  position: relative;
}

.default-header div.container-fluid a img {
  width: 300px;
}

.default-header .menu-default {
  display: flex;
  margin-bottom: 0;
  padding: 7px 40px;
  background: linear-gradient(to bottom, rgba(175, 175, 175, 1), rgba(225, 225, 225, 1), rgba(255, 255, 255, 1), rgba(225, 225, 225, 1), rgba(175, 175, 175, 1));
}

.default-header .menu-default li {
  list-style: none;
}

.default-header .menu-default li a {
  text-decoration: none;
  font-size: 15.5px;
  margin-right: 20px;
  color: #000;
}

.body-default {
  background-color: #F5F5F5;
}

.dashboard-default {
  width: 100%;
}

.default-row {
  overflow-y: hidden;
}

.default-row div.row {
  justify-content: start;
  overflow-y: hidden;
}

.default-row div.row .div-default-dash {
  width: 250px;
  margin-bottom: 20px;
}

.default-row div.row h5 {
  font-size: 16.8px;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 10px;
  display: flex;
  place-items: center;
}

.default-row div.row h5 i {
  width: 20px;
  height: 20px;
  padding: 2px;
  font-size: 10px;
  background-color: var(--brand-color-theme-1);
  display: flex;
  justify-content: center;
  place-items: center;
  color: white;
  border-radius: 50px;
  margin-right: 7px;
}

.default-row a {
  text-align: center;
  font-size: 14.08px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  color: #000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
  padding: 15px;
  border-radius: 10px;
  background-color: white;
  display: flex;
  place-items: center;
  justify-content: start;
}

.default-row a div {
  width: 35px;
  height: 35px;
  display: flex;
  place-items: center;
  justify-content: center;
  margin-right: 10px;
  line-height: 75px;
  background: #eaeaea;
  border-radius: 100%;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}

.default-row a img {
  width: 20px;
}


.modal-wavier table {
  font-size: 12px;
  width: 100%;
}

.modal-wavier table input,
.modal-wavier table select {
  width: 100%;
  outline: none;
  border: 1px solid #CECECE;
  border-radius: 3px;
}

.modal-wavier table tr td {
  padding: 5px;
  text-align: start !important;
}

.search-price-quote form {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.search-price-quote .input-group {
  width: 400px;
  text-align: center;
}

.search-price-quote .input-group:nth-child(2) {
  width: 140px;
}

.search-price-quote .input-group:nth-child(3) {
  width: 250px;
}

.search-price-quote .input-group input {
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #dedede;
  font-size: 12px;
}

.search-price-quote .input-group span {
  font-size: 12px;
  background-color: #000;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
}

.search-price-quote .input-group button {
  display: block;
  margin-left: 10px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  font-variant:small-caps;
}

.search-price-quote .input-group button.save-qoute {
  background-color: var(--brand-color-theme-1);
  color: white;
}

.search-price-quote .input-group button.create-equip {
  background-color: #003366;
  color: white;
}

.form-price-qoute .form-row-price-quote {
  justify-content: space-between;
}

.form-price-qoute .col-form-price-qoute {
  width: 49.5%;
  background-color: #8fbc8e;
  padding: 20px;
  border: 1px solid #473434;
  border-radius: 4px;
}

.form-price-qoute .col-form-price-qoute label.form-label {
  font-size: 12.7px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: end;
  padding-right: 5px;
  width: 150px;
}

.form-price-qoute .col-form-price-qoute.col-2nd label.form-label {
  margin-bottom: -5px;
}

.form-price-qoute .col-form-price-qoute .group {
  display: flex;
  flex-wrap: wrap;
  place-items: center;
}

.form-price-qoute .col-form-price-qoute .group select.form-select,
.form-price-qoute .col-form-price-qoute .group input.form-control {
  width: 130px;
  height: 25px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #dedede;
}



.form-price-qoute .col-form-price-qoute .group .form-check {
  place-items: center;
}

.form-price-qoute .col-form-price-qoute .group input.form-check-input {
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #dedede;
}

.form-price-qoute .col-form-price-qoute .group label.form-check-label {
  font-size: 12px;
  margin-top: 3px;
  font-weight: 500;
}

.form-price-qoute .col-form-price-qoute .buttons-price-submit button {
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 20px;
  outline: none;
  font-variant:small-caps;
}

.form-price-qoute .col-form-price-qoute .buttons-price-submit button.reset {
  background-color: #800000;
  color: white;
  margin-right: 10px;
}

.form-price-qoute .col-form-price-qoute .buttons-price-submit button.sub {
  background-color: var(--brand-color-theme-1);
  color: white;
}

.table-div-col-price {
  flex-basis: 20%;
  padding: 10px;
}

.table-div-col-price.table-quote .quote-col {
  width: 25%;
}

.table-div-col-price.table-quote .quote-col table {
  width: 100%;
  background-color: #deb887;
  }

.table-div-col-price.table-quote .quote-col.quote-col-2 table {
  background-color: #f2f2f2;
}


.table-div-col-price.table-quote .quote-col table tr {
  height: 25px;
}

.table-div-col-price.table-quote .quote-col table tr td {
  width: fit-content;
  padding: 3px;
  text-align: end;
  font-size: 12px;
  border: 1px solid #CECECE;
}

.table-div-col-price fieldset.item {
  border: 1px solid #dedede;
}

.table-div-col-price fieldset.item legend {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  padding: 5px;
  width: auto;
  margin: -15px auto 0px auto;
}

.table-div-col-price fieldset.item div.items-details {
  background-color: #ffffe0;
  border-bottom: 1px solid #dedede;
  display: flex;
  flex-wrap: wrap;
}

.table-div-col-price fieldset.item div.items-details span {
  display: inline-block;
  width: 60%;
  font-size: 11px;
  font-weight: 500;
  border-right: 1px solid #dedede;
  padding: 4px;
}

.table-div-col-price fieldset.item div.items-details span:last-child {
  border-right: 0;
  text-align: end;
  width: 40%;
}

.table-div-col-price fieldset.item div.items-details:last-child {
  border-bottom: 0;
}

.heading-default-main h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: underline;
  font-variant:small-caps;
}

.new-lease form {
  width: 100%;
  margin: 0;
}

.new-lease form label.form-label {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  font-variant:small-caps;
}

.new-lease form select.form-select {
  width: 250px;
  padding: 5px;
  font-size: 13px;
  box-shadow: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  margin-bottom: 30px;
}

.new-lease form .buttons button {

  border: 0;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  padding: 7px 40px;
  margin-right: 6px;
}

.new-lease form .buttons button.cancel {
  background-color: #800000;
  color: white;
}

.new-lease form .buttons button.back {
  background-color: black;
  color: white;
}

.new-lease form .buttons button.Next {
  background-color: var(--brand-color-theme-1);
  color: white;
}

.write-new {
  display: flex;
}

.write-new .new-lease {
  width: 65%;
}

.write-new .new-lease form div.radios {
  display: flex;
  margin-bottom: 20px;
  margin-top: 15px;
}

.write-new .new-lease form div.radios div.form-check {
  width: 80px;
}

.write-new .new-lease form div.radios .form-check-input:checked {
  background-color: var(--brand-color-theme-1);
  box-shadow: none;
  border: 1px solid var(--brand-color-theme-1);
}

.write-new .write-up-story {
  width: 35%;
  padding-left: 10px;
}

.write-new .write-up-story h5 {
  font-size: 13px;
  margin-top: 15px;
}

.write-new .write-up-story h5 span {
  color: var(--brand-color-theme-1);
  font-weight: 600;
}

.new-credit-tab nav {
  border-bottom: 2px solid var(--brand-color-theme-1);
  padding-bottom: 0px;
}

.new-credit-tab nav .nav-tabs {
  border: none;
}

.new-credit-tab nav .nav-tabs button {
  color: #000;
  font-size: 12px;
  margin-right: 5px;
  font-weight: 500;
  border: 0;
}

.new-credit-tab nav .nav-tabs button span::before {
  position: relative;
  content: ">>";
  font-size: 13px;
  margin-right: 5px;
  font-weight: 600;
}

.new-credit-tab nav .nav-tabs button.active {
  border: 0;
  background-color: var(--brand-color-theme-1);
  margin-bottom: 0;
  color: white;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.new-credit-tab .nav-tabs .nav-link:focus,
.new-credit-tab .nav-tabs .nav-link:hover {
  border: 0;
}

.new-credit-tab .tab-content form .yellow-patti {
  font-size: 12px;
  background-color: #ffff00;
  padding: 4px;
  color: red;
  border-radius: 3px;
}

.new-credit-tab .tab-content form .group {
  display: flex;
  flex-wrap: wrap;
}

.new-credit-tab .tab-content form .group-item {
  width: 150px;
  margin-right: 10px;
}

.new-credit-tab .tab-content form .group-item input,
.new-credit-tab .tab-content form .group-item select {
  width: 100%;
  outline: none;
  border: 1px solid #dedede;
  font-size: 12px;
  padding: 4px 5px;
  border-radius: 4px;
}

.new-credit-tab .tab-content form .group-item textarea {
  width: 100%;
  outline: none;
  border: 1px solid #dedede;
  font-size: 12px;
  padding: 4px 5px;
  border-radius: 4px;
}

.new-credit-tab .tab-content form .group-item .check-item {
  display: flex;
  place-items: center;
}

.new-credit-tab .tab-content form .group-item .form-check input {
  width: 17px;
  height: 17px;
  border-radius: 50px;
  padding: 0;
  margin-right: 5px;
}

.new-credit-tab .tab-content form .group-item .form-check label {
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
  margin-right: 10px;
}

.new-credit-tab .tab-content form .group-item .form-check-input:checked {
  background-color: var(--brand-color-theme-1);
  border: 1px solid var(--brand-color-theme-1);
  box-shadow: none;
}

.new-credit-tab .tab-content form .group-item .form-label {
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0.1rem;
}

.new-credit-tab .tab-content form .group-item .form-label span {
  color: red;
}

.eup-row.row .col-eqp {
  width: 190px;
  padding: 20px 10px;
  margin-right: 10px;
}

.eup-row.row .col-eqp .item {
  width: 100%;
}

.eup-row.row .col-eqp .item a {
  background-color: white;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  border-radius: 7px;
  outline: auto;
  border: 1px solid #dedede;
  place-items: center;
  color: #000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.eup-row.row .col-eqp .item a i {
  color: var(--brand-color-theme-1);
  margin-right: 10px;
}

.table-add table {
  width: 100%;
  margin-top: 20px;
}

.table-add table tr th,
.table-add table tr td {
  border: 1px solid #dedede;
  padding: 10px;
  font-size: 12.5px;
}

.table-add table tr th a.last,
.table-add table tr th a.prev,
.table-add table tr th a.next {
  margin-left: 5px;
}

.table-add table tr.head td {
  background-color: var(--brand-color-theme-1);
  color: white;
}

.last-eqp {
  width: 100%;
}

.last-eqp thead tr th,
.last-eqp tbody tr td {
  padding: 5px;
  border: 1px solid #473434;
}

.last-eqp thead tr {
  background-color: var(--brand-color-theme-1);
}

.last-eqp thead tr th {
  color: white;
  font-weight: 500;
}

.last-eqp tbody tr td {
  font-size: 12.8px;
}

/* default dashboard ends here */

/* excel app start here */

.app-excel-main .menu-after {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}

.app-excel-main .menu-after .menu {
  display: flex;
  place-items: center;
  margin-top: 10px;
}

.app-excel-main .menu-after .menu div.label a {
  color: var(--brand-color-theme-1);
  text-decoration: none;
  font-weight: 500;
  margin-right: 20px;
}

.app-excel-main .menu-after .menu div.dropdown button {
  background-color: transparent;
  color: #000;
  font-size: 15px;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  outline: none;
}

.app-excel-main .menu-after .menu div.dropdown .dropdown-menu {
  border-radius: 0;
  border: 1px solid #dedede;
  padding: 0px 0px;
}

.app-excel-main .menu-after .menu div.dropdown .dropdown-menu li a {
  font-size: 13px;
  font-weight: 500;
  padding: 10px 10px;
}

.app-excel-main .menu-after .menu div.dropdown .dropdown-menu li a:hover {
  background-color: var(--brand-color-theme-1);
  color: white;
}

.main-menu-excel {
  padding: 10px;
}

.main-menu-excel .row-1 .items:nth-child(1) {
  width: 55px;
}

.main-menu-excel .row-1.row-2 .items:nth-child(1) {
  width: fit-content;
}

.main-menu-excel .row-1 .items {
  display: flex;
  place-items: center;
  width: fit-content;
  margin-right: 0;
}

.main-menu-excel .row-1 .items label {
  font-size: 13px;
}

.main-menu-excel .row-1 .items label sup {
  display: inline-block;
  margin-left: 5px;
  color: red;
  font-size: 12px;
}

.main-menu-excel .row-1 .items input {
  height: 25px;
  padding: 5px;
  font-size: 13px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #333;
  width: 130px;
  margin-left: 5px;
}


.main-menu-excel .row-1.row-2 .items {
  border-right: 1px solid #dedede;
}

.main-menu-excel .row-1.row-2 .items div.form-check {
  display: flex;
  place-items: center;
  padding-left: 0;
}

.main-menu-excel .row-1.row-2 .items div.form-check input {
  width: 15px;
  height: 15px;
  box-shadow: none;
  border-radius: 50px;
}

.main-menu-excel .row-1.row-2 .items div.form-check label {
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

.main-menu-excel .row-1 .items.vin input {
  width: 70px;
}

.main-menu-excel .row-1 .items a {
  font-size: 12px;
}

    .main-menu-excel .row-1.row-2 .items .dropdown button, .main-menu-excel .row-1.row-2 .items .mydropdown {
        background-color: transparent;
        border-radius: 3px;
        border: 1px solid #333;
        height: 25px;
        color: #000;
        font-size: 13px;
        margin-left: 7px;
    }



.main-menu-excel .row-1.row-2 .items .dropdown ul {
  padding: 0 10px;
  border-radius: 0;
  border: 1px solid #333;
  height: 120px;
  overflow-y: auto;
}

.excel-table {
  width: 100%;
  padding: 5px;
}

.excel-table table {
  width: 100%;
}

.excel-table table thead tr {
  background-color: var(--brand-color-theme-1);
}

.excel-table table thead tr th {
  font-size: 13px;
  color: white;
  font-weight: normal;
  padding: 3px 5px;
  border: 1px solid #dedede;
  width: fit-content;
}

.excel-table table thead tr th:nth-child(1) {
  width: 20px;
}

.excel-table table thead tr th:nth-child(3),
.excel-table table thead tr th:nth-child(4) {
  width: 200px;
}

.excel-table table thead tr th a {
  color: white;
}

    .excel-table table tbody tr:hover,
    .excel-table table tbody tr.in-progress-color:hover {
        background-color: rgb(102, 204, 255);
    }


    .excel-table table tbody tr.in-progress-color {
        background-color: #e3f5fe;
    }
    /* .excel-table table tbody tr:hover,*/
    .excel-table table tbody tr.in-funding-color:hover {
        background-color: rgb(255, 0, 0, 0.61);
    }


    .excel-table table tbody tr.in-funding-color {
        background-color: #ffc0c5;
    }

        .excel-table table tbody tr.approved-color:hover {
            background-color: #49a34c;
        }


    .excel-table table tbody tr.approved-color {
        background-color: #99ed9cff;
    }
     

    .excel-table table tbody tr td {
        padding: 3px 5px;
        font-size: 11.52px;
        color: #333;
        border: 1px solid #dedede;
    }

.excel-table table tbody tr td:nth-child(1) img {
  display: none;
  width: 12px !important;
}

.excel-table table tbody tr td:nth-child(1) img:nth-child(1) {
  display: block;
}

/* excel app ends here */

/* snapshot start here */

.snap-menu {
  display: flex;
  justify-content: space-between;
  background-color: aliceblue;
  padding: 7px;
}

.snap-menu .item {
  width: fit-content;
  padding: 0 10px;
  display: flex;
  justify-content: start;
  place-items: center;
}

.snap-menu .item label {
  font-weight: bold;
  font-size: 1.1em;
  font-variant:small-caps;
}

.snap-menu .item span {
  font-size: 1.1em;
  margin-left: 10px;
  display: inline-block;
  margin-top: 3px;
  font-weight: bold;
}

.snap-menu .item:last-child button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #dedede;
  background-color: var(--brand-color-theme-1);
  color: white;
  outline: none;
}

.table-snap {
  padding: 20px;
  display: flex;
}

.table-snap .items-snap {
  width: 33.33%;
  border: 1px solid #dedede;
  padding: 5px;
}

.table-snap .items-snap .item {
  border: 1px solid #dedede;
  margin-bottom: 10px;
}

    .table-snap .items-snap .item .heading-item {
        padding: 5px;
        /*background-color: #5AAD5C;*/
        background-color: #000000;
        color: #fff;
        font-size: 17.92px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        place-items: center;
        font-variant:small-caps;
    }

.table-snap .items-snap .item .heading-item a {
  color: #000;
}

.table-snap .items-snap .item .text-item {
  padding: 1px 5px;
  font-size: 12.8px;
}

.table-snap .items-snap .item .text-item a {
  font-weight: 600;
}

.table-snap .items-snap .item .text-item a span {
  color: #000;
  text-decoration: none;
}

.table-snap .items-snap .item .text-item label {
  font-weight: 600;
}

.insurence-btn {
  width: 100%;
  font-size: 1em;
  display: block;
  width: fit-content;
  padding: 3px 5px;
  color: #000;
  margin-top: 3px;
  margin-bottom: 3px;
  border: 1px solid #333;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 5px;
  background-color: #f5f5f5;
  font-variant:small-caps;
}

.table-snap .items-snap .item.edit-cost {
  display: flex;
}

.table-snap .items-snap .item.edit-cost .edit-item,
.table-snap .items-snap .item.edit-cost .cost-item {
  width: 50%;
  border: .5px solid #dedede;
}

.table-snap .items-snap .item .last-btn {
  display: flex;
  place-items: center;
  justify-content: space-between;
}

.table-snap .items-snap .item .last-btn a {
  font-size: 1em;
  background-color: var(--brand-color-theme-1);
  color: white;
  padding: 3px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 3px;
  border: 1px solid #333;
  font-variant:small-caps;
}

.modal-box-snap-shot .modal-content button.close-btn {
  position: absolute;
  right: 10px;
  top: 0px;
  box-shadow: none;
  border: 0;
  outline: none;
}

.modal-box-snap-shot .modal-content {
  border-radius: 0;
  padding: 0;
  border: 0;
}

.modal-box-snap-shot .modal-content .modal-body {
  padding: 0;
}

.modal-box-snap-shot .modal-content h5 {
  background-color: #f0f8ff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px;
}

.modal-box-snap-shot .modal-content .modal-body .main-body span.head {
  display: block;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
}

.modal-box-snap-shot .modal-content .modal-body .main-body {
  padding: 5px;
}

.modal-box-snap-shot .modal-content .modal-body .main-body .form-check input {
  width: 13px;
  height: 13px;
}

.modal-box-snap-shot .modal-content .modal-body .main-body .form-check label {
  font-size: 12px;
  font-weight: 500;
}

.modal-box-snap-shot .modal-content .modal-body .main-body.comment label {
  font-size: 12px;
  color: blue;
  font-weight: 600;
}

.modal-box-snap-shot .modal-content .modal-body .main-body.comment .item span {
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
}

.modal-box-snap-shot .modal-content .modal-body .main-body.comment select {
  font-size: 12px;

}

.modal-box-snap-shot .modal-content .modal-body .main-body.comment textarea {
  width: 100%;
  height: 200px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  font-size: 12px;
}

.modal-box-snap-shot .modal-content .modal-body .main-body.comment div.list-cc {
  width: 100%;
  max-height: 250px;
  padding: 15px;
  border: 1px solid #dedede;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}

.modal-box-snap-shot .modal-content .modal-body .main-body.comment div.list-cc .item {
  display: flex;
  width: fit-content;
  margin-bottom: 10px;
  margin-right: 10px;
}

.modal-box-snap-shot .modal-content .modal-body .main-body.comment div.list-cc label {
  color: #000;
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
}

/* snapshot ends here */

/* insurance start here */

.insurance {
  border: 2px solid #dedede;
  width: 900px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.insurance-profile {
  width: 100%;
}

.insurance-profile .insurance-cross {
  padding: 4px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  place-items: center;
  background-color: #f0f8ff;
}

.insurance-profile .insurance-cross button {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid #dedede;
  background-color: var(--brand-color-theme-1);
  color: white;
  outline: none;
}

.insurance .yellow-patti {
  font-size: 12px;
  background-color: #ffff00;
  padding: 4px;
  color: red;
  border-radius: 3px;
  margin: 5px;
}

form.insurance .group-item {
  width: 150px;
  margin-right: 10px;
  padding: 5px;
}

form.insurance .group-item label span {
  color: red;
}

form.insurance .group-item .form-label {
  font-size: 12px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0.1rem;
}

form.insurance .group-item input,
form.insurance .group-item select {
  width: 100%;
  outline: none;
  border: 1px solid #dedede;
  font-size: 12px;
  padding: 4px 5px;
  border-radius: 4px;
}

/* insurance ends here */

.item-view-sub .item {
  display: flex;
  flex-wrap: wrap;
}


.item-view-sub .item .heading-item {
  height: 30px;
  place-items: start;
}

.item-view-sub.items-snap {
  width: 40%;
}

.item-view-sub.items-snap:last-child {
  width: 20%;
}

.item-view-sub .item .message-item {
  margin-top: -70px;
}

.item-view-sub .buttons {
  margin-top: -15px;
  border-top: 2px solid #dedede;
  text-align: end;
  padding-top: 10px;
  padding-right: 30px;
}


.item-view-sub .buttons button {
  border: 0;
  border-radius: 4px;
  font-size: 15px;
  padding: 10px 40px;
  outline: none;
  background-color: var(--brand-color-theme-1);
  color: white;
  font-variant:small-caps;
  font-weight:500;
}

.item-view-sub .item .text-item {
  display: block;
  width: 50%;
}

    .item-view-sub .item .text-item input[type=text], .item-view-sub .item .text-item input[type=email], .item-view-sub .item .text-item input[type=number], .item-view-sub .item .text-item select {
        width: 100%;
    }



.item-view-sub .item .text-item label {
  width: 100%;
}

.item-view-sub .item .text-item {
  margin-bottom: 10px;
}

.item-view-sub .item .text-item input {
  width: 100%;
}

#addgaurantor .items {
  padding: 5px;
  margin-bottom: 5px;
}

#addgaurantor .items label {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

#addgaurantor .items label span {
  color: red;
}

#addgaurantor .items input,
#addgaurantor .items select {
  font-size: 12px;
}

.LText {
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    width: fit-content;
    margin-top: 5px;
    background-color: yellow;
}

.side-exclusive {
    font-size: 11px;
}

.items-snap .nav-pills .nav-link {
  font-size: 16.64px;
  color: #000;
  font-variant:small-caps;
  font-weight:bold;
}

.items-snap .nav-pills .nav-link.active {
  background-color: transparent;
  color: var(--brand-color-theme-1);
  font-weight: 600;
}

.main-app-form form {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  border: 1px solid #dedede;
  padding: 15px;
}

.main-app-form form button {
  border: 0;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  padding: 7px 40px;
  margin-right: 6px;
  color: white;
}

.main-app-form form button.cancel
{
  background-color: #800000;
}

.main-app-form form button.back{
  background-color: #000;
}

.main-app-form form button.Next{
  background-color: var(--brand-color-theme-1);
}

.main-app-form form .group
{
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
}

.main-app-form form label
{
  font-size: 20px;
}

.main-app-form form .group-item label
{
  font-size: 12px;
}

.main-app-form form .form-check label
{
  font-size: 12px;
}

.main-app-form form .group label
{
  display: block;
  font-size: 12px;
}

.main-app-form form .group .group-item
{
  padding: 5px;
}

.main-app-form form .yellow-patti
{
  background-color: #ffff00;
  font-size: 12px;
  padding: 5px;
  color: red;
}

.main-app-form form textarea
{
  height: 70px;
}

.main-app-form form .col-search select
{
  width: 150px;
}

.main-app-form form .col-search label
{
  font-size: 12px;
}


.leasetrack-input 
{
    display:flex;
    flex-wrap:wrap;
}

.leasetrack-input .group-item{
    width:200px;
    font-size:13px;
    padding:5px;

}
    .leasetrack-input .group-item label{
        width:100%;
        font-size:13px;
        font-weight:500;
    }

    .leasetrack-input .group-item input, .leasetrack-input .group-item select{
        width:100%;
        font-size:13px;

    }
   .leasetrack-input .group-item input[type=checkbox], .leasetrack-input .group-item input[type=radio] {
            width: 15px;
   }

.leasebtn.buttons button {
    border: 0;
    border-radius: 3px;
    outline: none;
    font-size: 14px;
    padding: 7px 40px;
    margin-right: 6px;
    color:white;

}
    .leasebtn.buttons button.maroon
    {
        background-color:#800000;
    }
    .leasebtn.buttons button.green {
        background-color: var(--brand-color-theme-1);
    }
    .leasebtn.buttons button.black {
        background-color: #000;
    }



.attached-file .items-snap:nth-child(1) {
    width: 60%;
}

.attached-file .items-snap:nth-child(2) {
    width: 40%;
}

.attached-file .heading-item {
    font-weight: 500;
}

.attached-file .view-doc img {
    width: 20px;
}

.attached-file .view-doc a {
    text-decoration: none;
    font-size: 12px;
    padding: 5px;
    display: block;
    font-weight: 500;
}

.attached-file table {
    font-size: 12px;
}

    .attached-file table tr td:nth-child(1) {
        width: 30%;
        font-weight: 600;
        font-size: 13px;
    }

    .attached-file table.mail-main-list tr td {
        font-weight: 12px;
        font-weight: normal;
    }

    .attached-file table.mail-main-list .cc-scroll {
        border: 1px solid #dedede;
        width: 100%;
        height: 100px;
        overflow-y: scroll;
        padding: 10px;
    }

    .attached-file table tr td {
        vertical-align: top;
        place-items: center;
    }

        .attached-file table tr td.d-flex div {
            width: fit-content;
            margin-right: 15px;
            display: flex;
            margin-bottom: 7px;
        }

            .attached-file table tr td.d-flex div input[type=radio] {
                margin-right: 3px;
            }

.attached-file .sub label {
    color: blue;
    font-weight: 500;
    text-align: start;
    width: 100%;
    padding: 5px 5px 0px 5px;
    font-size: 12px;
}

.attached-file .sub input,
.attached-file .sub textarea {
    width: 98%;
    margin: 10px auto;
    border: 1px solid #dedede;
    outline: none;
    font-size: 12px;
    padding: 5px;
}

.default-header div.container-fluid a img {
    width: 75px;
    display: block;
    margin: 0 auto;
}


.default-header div.container-fluid a {
    display: inline-block;
    text-align: center;
    color: #bf1e2e;
    text-decoration: none;
    font-weight: 700;
    font-size: 11px;
}

    .default-header div.container-fluid a span {
        color: #000;
    }


#alert-congratulation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    place-items: center;
    background-color: #ffffffe9;
}

.item-congratulation .inr-item {
    display: flex;
    justify-content: center;
    place-items: center;
    width: 100%;
}

    .item-congratulation .inr-item h1 {
        width: fit-content;
        text-transform: uppercase;
        color: var(--brand-color-theme-1);
        font-weight: 700;
        font-size: 5rem;
        font-family: var(--brand-heading-font);
    }

        .item-congratulation .inr-item h1 span {
            display: block;
            width: 100%;
            -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
            transform: translateY(-50px);
            opacity: 0;
            animation-name: titleAnimation;
            animation-timing-function: ease;
            animation-duration: 5s;
        }




@keyframes titleAnimation {
    0% {
        transform: translateY(-50px);
        opacity: 0;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    }

    20% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    }

    80% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    }

    100% {
        transform: translateY(50px);
        opacity: 0;
        -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
        clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    }
}
@media (min-width: 1900px) {

    .default-header div.container-fluid a {
        font-size: .9vw;
    }

        .default-header div.container-fluid a img {
            width: 30%;
            display: block;
            margin: 0 auto;
        }
}