@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/* @import url("../fonts/new_customfont/stylesheet.css"); */

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /*** theme colors ***/
  --green: #697565;
}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}


body {
  font-family: "Jost", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Plus Jakarta Sans";
}

a:hover {
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}

section.header {
  padding: 10px 50px 10px 20px;
  background: var(--green);
}

section.header .logo {
  margin: 0px !important;
}
.logo img {
  width: 50%;
}

.menu-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.menu-nav ul li {
  list-style: none;
}

.menu-nav ul li a {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.dropdown {
  width: 170px;
  position: absolute;
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 9px;
  margin-top: 0;
  left: 0px;
  display: none;
  z-index: 9;
  box-shadow: 0px 3px 10px 0 var(--green);
}

li.dropdown-menu-custom:hover ul.dropdown {
  display: block;
}

ul.dropdown li a {
  color: #000;
}

li.dropdown-menu-custom {
  position: relative;
}

ul.dropdown li {
  margin-bottom: 9px;
  position: relative;
  display: inline-block;
}

ul.dropdown li::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--green);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: .2s all;
}

ul.dropdown li:hover:after {
  width:100%;
}

.login-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
}

.login-btn a {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  padding: 6px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
section.footer {
  background: #3c3d37;
  padding: 210px 0 50px 0;
}
.link-col h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
}

.link-col ul li a {
  display: block;
  color: #979894;
  font-family: "Plus Jakarta Sans";
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.link-col {
  border-right: 1px solid #777873;
  margin-bottom: 60px;
}

.follow-us h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
}

.footer-bottom h3 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer-bottom p {
  font-family: "Plus Jakarta Sans";
  color: #858582;
}
section.copyright {
  background: #ecdfcc;
  padding: 18px;
}

section.copyright p {
  margin: 0;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-weight: 800;
}
section.main-banner {
  background: url(../images/main-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 71px 0 130px;
  position: relative;
  /* margin-bottom: 110px; */
}
.banner-content h1 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.banner-content h1 span {
  color: var(--green);
}

.type-loans {
    position: absolute;
    display: flex;
    background: #fff;
    text-align: center;
    /*border-radius: 15px;*/
    bottom: -12rem;
    left: -5%;
    width: auto;
    height: auto;
    align-items: end;
    justify-content: space-between;
}
.loan-card-one:hover {
  background: var(--green);
}
.loan-card-one {
  transition: all 0.5s ease-in-out !important;
  width: max-content;
}

.loan-card-one img {
    margin-bottom: 20px;
    width: 68px;
    height: 68px;
    margin: 0 auto 5px;
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(47%) sepia(18%) saturate(281%) hue-rotate(60deg) brightness(90%) contrast(89%);
}

.loan-card-one h4 {
  width: 100% !important;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.type-loans {
  box-shadow: 0 0 20px 1px #00000059;
}
.more-option-btn {
  background: linear-gradient(180deg, #f000 0%, var(--green) 67%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 129.8px;
  transition: all 0.3s ease-in-out;
  padding: 0 15px;
}

.more-option-btn a {
  display: flex;
  flex-direction: column;
  font-size: 12px !important;
  color: #fff !important;
  font-weight: 600 !important;
  gap: 10px;
}

.more-option-btn a i {
  font-size: 16px;
}
section.about-sec {
  background: #f9f5f0;
  padding: 160px 0 50px;
  overflow: hidden;
}
.about-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-left h5 {
  color: #3c3d37;
  font-size: 20px;
  margin-bottom: 15px;
}

.about-left h5 span {
  font-weight: 700;
}
.about-left H2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.about-left p {
  color: #181c14;
  opacity: 70%;
  font-size: 14px;
  width: 85%;
  margin-bottom: 30px;
}
.theme-btn {
  background: var(--green);
  width: max-content;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff !important;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.loan-purpose {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loan-purpose h6 {
  background: #f1ede8;
  color: var(--green);
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 20px;
  font-weight: 800;
  text-align: center;
  width: max-content;
  margin-bottom: 20px;
}
.loan-purpose p {
  font-size: 12px;
  background: #f6f1e9;
  padding: 10px 17px;
  border-radius: 23px;
  color: #a19e99;
  font-weight: 500;
  margin-bottom: 16px;
  border: 1px solid #fff;
}
.loan-purpose p i {
  margin-right: 10px;
  font-size: 12px;
  color: #bebfb4;
}
p.active-loan {
  background: var(--green);
  color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
  box-shadow: 0 0 20px 1px #00000038;
}

p.active-loan i {
  font-size: 8px;
  border: 1px solid #fff;
  padding: 7px;
  border-radius: 50%;
  color: #ecdfcc;
}
section.check-onrates {
  background: #ecdfcc;
  position: relative;
  padding: 20px 0 0px;
}
.laptop-img img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 15%;
}

.calulatoir-img img {
  position: absolute;
  right: 70px;
  top: 20px;
}
.check-rates-cont h2 a {
  font-size: 15px;
  margin-right: 20px;
  border: 1px solid #fff;
  box-shadow: 0 0 20px 1px #0000002b;
  color: #fff;
}

.check-rates-cont h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.check-rates-cont p {
  opacity: 80%;
  width: 93%;
}
.read-more-btn a {
  display: block;
  border: 1px solid #fff;
  box-shadow: 0 0 20px 1px #0000001a;
}

.read-more-btn {
  height: 100%;
  display: flex;
  align-items: center;
}
section.trust-section {
  margin: 100px 0;
}

section.trust-section h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 70px;
}
.trust-point-one {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin-bottom: 20px;
}
.trust-desc {
  width: 50%;
}
.trust-number p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  color: #fff;
}
.trust-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.trust-number p::before {
  content: url(../images/one-bg.png);
  position: absolute;
  top: -8px;
  left: -24px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.trust-desc h4 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 22px;
}

.trust-desc p {
  font-size: 14px;
  opacity: 70%;
}
.trust-point-two {
  width: 75%;
  display: flex;
  gap: 70px;
  align-items: center;
  margin: 30px 0;
}
.truts-numner p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

.truts-numner p::before {
  content: url(../images/two-bg.png);
  position: absolute;
  top: -8px;
  left: -24px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.two-dec h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.two-dec p {
  opacity: 70%;
  font-size: 14px;
}

.trust-point-two {
  background: #ecdfcc;
  padding: 20px 40px 20px 0;
  border-radius: 10px;
}
section.logos-section {
  margin: 50px 0 30px;
  overflow: hidden;
}
section.pricing h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

section.pricing {
  background: #f3f3f3;
  padding: 50px 0 200px;
  position: relative;
  /*overflow: hidden;*/
  overflow: revert;
}
.plan-top {
  background: #efe4d4;
  height: 80px;
}
.plan-top-inner {
    position: relative;
}
.plan-cards-wrap {
    position: relative;
    width: 100%; 
    margin: 0 auto;
    transition: width 0.3s ease; 
}
.hidden-card {
    display: none;
}
.initial-card {
    display: block; 
}
.plan-top-inner::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.plan-top h5 {
  font-size: 18px;
  font-weight: 700;
}

.plan-top p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.plan-bpottom h3 {
  font-weight: 800;
  margin-bottom: 0;
}

.plan-bpottom p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.pricing-pplans {
  position: absolute;
  bottom: -65px;
  width: 1120px;
  left: 50%;
  transform: translateX(-50%) !important;
}
section.purpose {
  margin: 140px 0 50px;
  overflow: hidden;
}

.prupose-right {
  margin-right: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bullets {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 90px 0 50px;
}

.bullet {
    background-color: #fff;
    padding: 60px 30px;
    border: 1px solid #00000010;
    border-radius: 15px;
    width: 47%;
    text-align: center;
    position: relative;
    margin-bottom: 100px;
    box-shadow: 0px 0px 15px -6px;
}

.bullet:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0;
}

.bullet img {
    position: absolute;
    top: -23%;
    left: 33%;
}

.purpose-cont h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #3c3d37;
}

.purpose-cont p {
  font-size: 14px;
  opacity: 70%;
  margin: 0;
}
section.blogs h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  color: #3c3d37;
}

section.blogs {
  margin: 40px 0 390px;
  position: relative;
  /*overflow: hidden;*/
}

.blgs-cards {
  position: absolute;
  width: 1320px;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%) !important;
}

.blog-card {
  background: #fff;
  padding: 20px 12px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}

.blog-cont {
  margin: 20px 20px 10px;
}

.blog-cont a {
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 700;
}

.blog-meta {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 30px;
}

.blog-meta p {
  margin: 0;
  opacity: 60%;
  font-size: 14px;
  color: #000;
}
.type-loans .slick-list.draggable {
  width: 100% !important;
}

.type-loans .slick-track {
  width: 100% !important;
}
.slider-about .row {
  display: flex;
}
.about-right img {
  width: 100%;
  animation: mymove 3s infinite;
}
.loan-card-one:hover h4 {
  color: #fff;
}

.loan-card-one h4 {
}
.more-option-btn:hover {
  background-color: var(--green) !important;
}

.menu-nav ul li a:hover {
  color: #d8efd3;
}

.menu-nav ul li a {
  transition: all 0.3s ease-in-out;
}
.loan-purpose p:hover {
  background: var(--green);
  color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
  box-shadow: 0 0 20px 1px #00000038;
  transform: scale(1.1);
}

.loan-purpose p {
  transition: all 0.3s ease-in-out;
}
.login-btn a:hover {
  background: #d8efd3;
  color: #000;
}
.theme-btn:hover {
  background: #d8efd3;
  color: #000 !important;
  border: 1px solid var(--green);
}

.plan-one {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 13px -3px #000;
}

/* .plan-one:hover .plan-top {
  

.plan-one .plan-top {
  transition: all 0.3s ease-in-out;
  background: var(--green);
  color: #fff !important;
  box-shadow: 0px -20px 20px 1px #ffffff21;
  border: 1px solid #fff;
}

section.pricing .plan-top, section.pricing .plan-bpottom {
    padding: 10px;
    transition: .2s all;
}

.plan-one:hover .plan-top::before {
  background: #fff;
}
.plan-one .plan-top::before {
  transition: all 0.3s ease-in-out;
}
.link-col a:hover {
  color: #d8efd3;
  font-weight: 600;
}
.blog-card {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.blog-card:hover img {
  transform: scale(1.1) translateY(-10px);
}

.blog-card img {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.blog-card {
  position: relative;
}

.blog-card::before {
  content: "";
  background: var(--green);
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}

.blog-card:hover:before {
  height: 100%;
}
.blog-card:hover .blog-cont a {
  color: #fff;
}

.blog-cont {
  position: relative;
}

.blog-card .blog-cont a {
  transition: all 0.5s ease-in-out;
}

.blog-card:hover .blog-cont p {
  color: #fff;
}

.blog-card .blog-cont p {
  transition: all 0.5s ease-in-out;
}
@keyframes mymove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
.trust-left img {
  animation: mymove 3s infinite;
}
.about-right {
  margin: 10px 0 0;
}

.link-col-2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center !important;
}
.link-col-2 h3 {
  margin-right: 60px;
}
/* card-flip */
.dm-flip-card {
  position: relative;
  width: 230px;
  height: 100%;
  background: transparent;
  transform-style: preserve-3d;
  perspective: 2000px;
}

.dm-front-card {
  height: 100%;
  width: 100%;
  transition: transform 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

/*Just overlay color of front image*/

.dm-back-card {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffffff;
  backface-visibility: hidden;
  transform: rotateY(180deg); 
  transition: transform 1s;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  top: 0px;
}

.dm-flip-card:hover .dm-front-card {
  transform: rotateY(-180deg);
}

.dm-flip-card:hover .dm-back-card {
  transform: rotateY(0deg);
}

.dm-back-card h5 {
  font-size: 17px;
  margin: 0px;
  transition: unset;
}
/* card-flip */

.about-right-2 {
  margin: 100px 0 0;
}
.about-left-2 {
  margin: 70px 0 0;
}

.about-btn {
  display: flex;
  gap: 70px;
  align-items: center;
}

.about-btn .lm-btn {
  font-size: 18px;
  color: #55554f;
  text-transform: uppercase;
  font-weight: 500;
}

.about-right-3 img {
  width: 80%;
  margin: 100px auto 0;
}
.about-right-4 img {
  width: 80%;
  margin: 100px auto 0;
}

.about-right-5 img {
  width: 80%;
  margin: 100px auto 0;
}
.about-left-5 {
  margin-top: 50px;
}

.type-loans .slick-active.slick-current {
  background: var(--green);
}
.type-loans .slick-active.slick-current h4 {
  color: #fff;
}

.dm-back-card .plan-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dm-back-card .plan-bpottom {height: 38%;display: flex;align-items: center;justify-content: center;}
/*Innerpaga banner*/
.innerpage-baner {
  background: url(../images/innerpage-banner.png);
  padding: 102px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.innerpage-baner h1 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

.about-page {
  padding: 100px 0 200px;
  background: #f9f5f0;
}

.about-page-left img {
  width: 90%;
}

.about-page-right h5 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.about-page-right h5::before {
  content: "";
  background: #000;
  width: 140px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: -42px;
}

.about-page-right h2 {
  font-size: 51px;
  font-weight: 800;
  color: #000;
  margin-bottom: 40px;
}
.about-page-right p {
  text-align: justify;
  margin-bottom: 20px;
}
.choose-section {
  background: #f9f5f0;
  padding: 0 0 140px 0;
  position: relative;
}

.choose-left h5 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.choose-left h5::before {
  content: "";
  background: #000;
  width: 140px;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: -42px;
}

.choose-left h2 {
  font-size: 51px;
  font-weight: 800;
  color: #000;
  margin-bottom: 40px;
}

.choose-right img {
  width: 80%;
  margin-left: auto;
  display: block;
}

.choose-left p {
  width: 83%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.testi-section {
  background: #f9f5f0;
  padding: 0 0 60px 0;
}

.testi-head h5 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}

.testi-head h5::before {
  content: "";
  background: #000;
  width: 140px;
  height: 1px;
  position: absolute;
  bottom: -8px;
  left: -42px;
}

.testi-head h2 {
  font-size: 51px;
  font-weight: 800;
  color: #000;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.testi-slider {
  padding: 50px 0;
}

.testi-box:hover {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: var(--green);
  box-shadow: -2px 2px 20px 7px var(--green);
}

.testi-box:hover p,
.testi-slider .testi-box:hover h6 {
  color: #fff;
}

.testi-box {
  padding: 26px 21px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: .2s all;
  margin: 0 30px;
}

.testi-box img {
  display: inline-block;
}

.testi-box i {
  color: #fb8e00;
  margin: 30px 0 40px;
}

.testi-box p {
  font-size: 14px;
  color: #000000;
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
}

.testi-box h6 {
  color: #000000;
  font-weight: 800;
}

/*Innerpage banner*/

/*Service Page Start */

.services-section {
  padding: 100px 0 50px;
  background-image: url(../images/services-back.png);
  background-size: cover;
  position: relative;
}

.service-box img {
  width: 100%;
}

.service-box .service-inner-wrapper {
  padding: 20px 22px;
}

.service-box .service-wrapper {
  background-color: #fff;
}

.read-btn {
  padding: 0 0 12px;
  width: 100%;
  display: flex;
}

.read-btn a {
  margin-left: auto;
  display: inline-block;
  color: #fff;
  background-color: var(--green);
  padding: 20px 40px;
  margin-right: -10px;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  position: relative;
  z-index: 11;
}

.read-btn a:visited {
    color: #fff;
}

.read-btn a:before {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  background-color: #c6cbc4;
  left: -4%;
  top: 0;
  border-radius: 5px;
  z-index: 10;
  transition: .2s all;
}

.read-btn a:hover:before {
  width: 100%;
  left: 0;
  z-index: -1;
}

.read-btn a:hover {
  color: var(--green) !important;
  z-index: 2;
  font-weight: 700;
}

.service-inner-wrapper h5 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 26px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.service-inner-wrapper h5::before {
  content: "";
  width: 83%;
  background-color: var(--green);
  position: absolute;
  height: 1px;
  bottom: -11px;
  left: 20px;
}

.service-inner-wrapper p {
  color: #9a9a9a;
  font-size: 15px;
  font-weight: 500;
}

.service-box {
  border-top: 16px solid var(--green);
  border-radius: 8px;
  position: relative;
  margin: 0 20px 40px;
  transition: 0.2s all;
}

.mone {
  position: absolute;
  left: 30px;
  background-color: var(--green);
  padding: 10px;
  border-radius: 0px 0px 7px 7px;
}

.mone img:last-child {
  display: none;
}

.service-box:hover .mone {
  background: #ecdfcc;
}

.service-box:hover .mone img {
  display: none;
}

.service-box:hover .mone img:last-child {
  display: block;
}

.service-box:hover {
  border-top: 16px solid #ecdfcc;
  scale: 1.05;
}

.service-box:hover .service-wrapper h5 {
  color: var(--green);
}

.testi-section-2 {
  padding-top: 100px;
}

.service-box-section {
  padding: 80px 0 0;
  background-color: #fbf7f3;
}

.box-service {
  text-align: center;
  width: 100%;
}

.box-service img {
  width: 80%;
  padding: 9px;
}
.serv-box-icon {
  background-color: var(--green);
  border-radius: 50%;
  margin: 0 auto 30px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-service h5 {
  font-family: 'Plus Jakarta Sans';
  font-weight: 900;
  font-size: 17px;
  margin-bottom: 20px;
}

.box-service p {
  color: #181c14;
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
}

/*Service Page End */

/*Contact Page Start */

section.area-section {
  padding: 80px 0;
}

.area-left h2 {
  font-family: 'Plus Jakarta Sans';
  font-weight: bold;
  font-size: 35px;
}

.area-left p {
  font-family: 'Plus Jakarta Sans';
  font-weight: 300;
  font-size: 15px;
  width: 80%;
}

.flex-mail {
  display: flex;
  gap: 13px;
  margin-bottom: 13px;
}

.flex-mail h6 {
  font-family: 'Plus Jakarta Sans';
  font-weight: bold;
  font-size: 18px;
}

.flex-mail span, .flex-mail a {
  opacity: 50%;
  font-size: 18px;
}

.flex-mail i {
    font-size: 18px;
}

.follow-sec {
  margin-top: 50px;
}

.follow-sec h3 {
  color: #333333;
  font-family: 'Plus Jakarta Sans';
  font-weight: bold;
}

.follow-icons {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.follow-icons i {
  background-color: var(--green);
  color: #fff;
  padding: 20px;
  border-radius: 50%;
  font-size: 20px;
}

section.contact-section {
  background-image: url(../images/contact-map.png);
  background-size: cover;
  padding-bottom: 80px;
}

.contact-head h2 {
  font-size: 44px;
  text-align: center;
  font-family: 'Plus Jakarta Sans';
  font-weight: 800;
  margin-bottom: 60px;
}

.contact-section input, .contact-section textarea {
  width: 100% !important;
  margin-bottom: 45px;
  padding: 20px 0 20px 20px !important;
  background-color: #f4f4f4 !important;
  border: 1px solid #fff !important;
}

.contact-section textarea {
  height: 160px;
}

.contact-section input::placeholder, .contact-section textarea::placeholder {
  font-family: "Plus Jakarta Sans";
  color: #000;
  font-size: 15px;
}

.contact-section button {
  background-color: var(--green);
  color: #fff;
  border: none;
  margin: 0 auto;
  display: block;
  padding: 15px 50px;
  border-radius: 5px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 700;
}

.widther {
  width: 49.8% !important;
  display: inline-block;
}

.testi-section-2 {
  position: relative;
}

/*Contact Page End */

/* Services Page Start */

.service-right p {
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  color: #000;
  margin-bottom: 30px;
}

/* Services Page End */
/* Compare Rates Page START */
.compare-rates{
    padding: 120px 0px;
    text-align: center;
}

.compare-rates .step { 
    display: none;
}
.compare-rates .step.active { 
    display: block;
}
.compare-rates .progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    margin-bottom: 10px;
}
.compare-rates .progress-bar { 
    height: 10px;
    background-color: #4caf50;
    text-align: center;
    color: white;
    border-radius: 5px;
}

.compare-form {
    width: 75%;
    margin: 0px auto;
}

.compare-inputs {
    width: 70%;
    margin: 20px auto;
    text-align: start;
}

.compare-inputs .form-control {
    padding: 10px;
}

.compare-form .form-control:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0%) !important;
}

.compare-rates ul {
    text-align: start;
    margin: 0px auto;
    width: 45%;
    padding: 40px 0 0 0;
}

/* Range Slider Styles */
.range-slider {
  margin: 60px 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.range-slider__range {
  appearance: none;
  width: calc(100% - 70px);
  height: 5px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
  padding: 0 !important;
  margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid  #333;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
  background: var(--green);
}

.range-slider__range:active::-webkit-slider-thumb {
  background: var(--green);
}

.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
  background: var(--green);
}

.range-slider__range:active::-moz-range-thumb {
  background: var(--green);
}


element {
}
.range-slider__value {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  font-family: auto;
  padding: 0 0 30px;
}

.min_max_value {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 35px 0px;
}

.min_max_value span {
    font-family: auto;
    font-size: 20px;
}

.range-slider__value:after {
    content: "";
    position: absolute;
    background-color: #333333;
    top: 28px;
    left: 20px;
    width: 20px;
    height: 13px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}



.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

.inputGroup label {
    padding: 12px 30px;
    width: 70%;
    display: block;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    margin: 0px auto;
    border: 1px solid #0000002b;
    border-radius: 6px;
    box-shadow: 2px 1px 6px -1px #00000017;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    line-height: 1.4;
}

.inputGroup2 label {
    display: flex;
    align-items: center;
    text-align: start !important;
}

.inputGroup.inputGroup2 i {
    margin-right: 10px;
    font-size: 18px;
}

.inputGroup label:hover{
    transform: scale(1.1);
    border: 1px solid var(--green);
    box-shadow: 2px 1px 11px -1px #0000005c;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: var(--green);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.inputGroup input:checked ~ label {
    color: #fff;
}

.inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.compare-inputs-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.inputGroup-box {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

.inputGroup-box label {
    width: 165px;
    height: 125px;
    padding: 0px 8px;
    display: flex;
    color: #3c454c;
    cursor: pointer;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid #0000002b;
    border-radius: 6px;
    box-shadow: 2px 1px 6px -1px #00000017;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.inputGroup-box label:hover{
    transform: scale(1.1);
    border: 1px solid var(--green);
    box-shadow: 2px 1px 11px -1px #0000005c;
}

.inputGroup-box label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: var(--green);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.inputGroup-box input:checked ~ label p,
.inputGroup-box input:checked ~ label {
    color: #fff;
}


.inputGroup-box input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup-box input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.inputGroup-box label i {
    font-size: 52px;
    margin: 5px;
}

.inputGroup-box label p {
    margin: 0px;
}

.input-span {
    margin: -20px auto 0px;
    font-size: 13px;
    width: 70%;
}

.compare-inputs.select_input {
    display: flex;
    gap: 10px;
}

.inputGroup-box label img {
    width: 100px;
    object-fit: cover;
}

section.banking__products_bg {
    width: 100%;
    background: #697565;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 0px;
}
section.banking__products_bg h1 {
    font-size: 52px;
    color: #fff;
    margin-bottom: 80px;
}

.banking__products_bg_item i {
    color: #fff;
    font-size: 70px;
}
.banking__products_bg_item p {
    color: #fff;
    font-weight: 600;
    margin-top: 22px;
}

.banking__products_main_heading h1{
    width: 80%;
    color: #697565;
    font-size: 45px;
    text-align: center;
    margin: 23px auto 50px auto;
}

.banking__products_main{
    padding: 60px 0px;
    background: #f1f3f3;
}

button.tooltip_btn {
    background: transparent;
    outline: none;
    border: 0px;
    color: #00aeef;
}

.input_select {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding-top: 14px;
}

.input_select select {
    padding: 4px 5px;
    border-radius: 3px;
    
}

.bank_item_cards {
  position: relative;
  background:#fff;
  border-radius:8px;
  box-shadow: 0 2px 2px #0000000d;
  border:1px solid #f5f5f5;
  margin-bottom: 14px;
  padding:20px 40px;
}


.bank_item_cards_img {
    width: 140px;
}
.bank_item_cards_img img{
    width: 100%;
}

.bank_item_cards_img span {
    color: #848e92;
}

.account_details .bank_name {
  color: #101f30;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.account_details .account_name {
  font-weight: 400;
  font-size: 14px;
  color: #848e92;
  line-height: 20px;
}


.account_details {
    margin: 15px 0 0 0;
}

.bank_health {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.account_details .tooltip_btn {
    background: #00aeef;
    width: 18px;
    height: 18px;
    border-radius: 22px;
    color: #fff;
    font-size: 12px;
}

.wrapperBankHealth {
    display: flex;
    align-items: flex-end;
}

.good-health,
.ok-health,
.bad-health {
    width: 45px;
}

.bad-health span {
    background: red;
    width: 100%;
    height: 7px;
    display: block;
    border-radius: 10px 0 0 10px;
}


.ok-health span {
    background: yellow;
    width: 100%;
    height: 7px;
    display: block;
}


.good-health span:nth-child(1){
    color: green;
    display: block;
    font-weight: 600;
}
.good-health span:nth-child(2){
    background: green;
    width: 100%;
    height: 7px;
    display: block;
    border-radius: 0 10px 10px 0;
}

.good-health {
    text-align: center;
}

.left-col-wrap{
    background-color: #f3f4f5;
    border-radius: 4px;
    padding: 20px;
}

.right-col-wrap {
  padding: 37px 0 5px 21px;
}

.blue_bg{
    background:#d4eee76b;
    border-radius: 4px;
    padding: 5px 20px 5px 8px;
    margin-bottom: 40px;
}


.dat-result-data ul li {
    display: inline-block;
    padding: 10px 50px 0 0px;
    position: relative;
}

.dat-result-data ul li:after {
    content: '';
    width: 1px;
    height: 70px;
    position: absolute;
    top: 10px;
    right: 23px;
    background: #ccc;
}

.dat-result-data ul li:nth-last-child(1):after {
    background: transparent;
    border: 0;
}

.dat-result-data ul li span {
    padding-bottom: 10px;
    display: inline-block;
    font-size: 13px;
}


.detail__btn button {
    background: #0069ba;
    border: 0;
    padding: 20px 30px;
    color: #fff;
    font-size: 16px;
    display: block;
}

.detail__btn span {
    text-align: center;
}

.detail__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tooltip_btn2 {
    background: #00aeef !important;
    width: 18px;
    height: 18px;
    border-radius: 22px;
    color: #fff !important;
    font-size: 12px;
}


/* Compare Rates Page End */

.mobile-header-nav {
    display: none !important;
}

.responsive-btn-two {
  display: none;
}



/*RESPONSIVE__STARTS__HERE*/

@media only screen and (max-width: 1600px){}

@media only screen and (max-width: 1400px){

.read-btn a {
  margin-right: 15px;
}    
    
    
}

@media only screen and (max-width: 1200px){

.blgs-cards {
  width: 1225px;
}

.calulatoir-img img {
  right: 10px;
}

.laptop-img img {
  left: 5px;
  width: 12%;
}

.dm-flip-card {
  width: 222.2px;
}

.choose-section {
  padding: 0 0 70px 0;
}

.choose-left p {
  width: 100%;
}

.testi-section {
  padding: 0 0 0px 0;
}

.compare-inputs {
  width: 100%;
}

.range-slider__value {
  padding: 0 0 40px;
}
    
    
}

@media only screen and (max-width: 992px){

.pricing-pplans {
  width: 970px;
}

.menu-nav ul {
  gap: 35px;
}

  .blgs-cards {
    width: 100%;
    margin: 0 0 0;
  }

.dm-flip-card {
    width: 182.2px;
}

.check-rates-cont h2 {
  font-size: 20px;
}

.loan-purpose p {
  padding: 10px 5px;
}

.theme-btn {
  padding: 10px 20px;
}

.calulatoir-img img {
  width: 11%;
}

.laptop-img img {
  top: 45px;
}

.blog-card img {
  width: 100% !important;
}

.calulatoir-img img {
  top: 50px;
}

.pricing-pplans {
  left: 51%;
}

  .bullet {
    width: 100%;
    margin: 40px 0 40px;
  }
  
.choose-left h2 {
  font-size: 45px;
}

.about-page {
  padding: 100px 0 100px;
}

.about-page-right p {
  text-align: inherit;
}

.choose-right img {
  width: 100%;
}

.service-box {
  margin: 0 0px 40px;
}
    
    
}

@media only screen and (max-width: 768px){


.row.justify-content-between.align-items-center {
  display: none !important;
}

.mobile-header-nav {
  display: block !important;
}

.mobile-flex {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}

.mobile-logo {
  width: 100px;
}

.mobile-logo .logo img {
  width: 100%;
}

.compare-inputs-box {
  flex-wrap: wrap;
}

.trust-left {
  text-align: center;
}

.trust-point-two {
  position: relative;
  left: 14%;
}

  .theme-btn {
    padding: 10px 10px;
    font-size: 12px;
  }
  
section.pricing {
  padding: 50px 0 285px;
}

.pricing-pplans {
    width: 740px;
}

.blog-meta p {
  font-size: 12px;
}

.blog-cont a {
  font-size: 12px !important;
}

 .dm-flip-card {
    width: 120px;
  }
  
.loan-card-one h4 {
  font-size: 10px;
  font-weight: 600;
}

.type-loans {
  left: 0%;
}

.service-box {
  margin: 0 40px 0;
}

 .testi-section {
    padding: 40px 0 0px 0;
  }
  
  .testi-box {
  padding: 26px 0px;
}

#dropdownMenuButton1 {
  background: none;
  border: none;
  font-size: 18px;
}
    
    
}

@media only screen and (max-width: 576px){

.type-loans {
    bottom: -26rem;
    left: -1%;
    height: 400px;
    flex-direction: column;
    flex-wrap: wrap;
}

.row.pricing-pplans {
    display: contents;
    margin: 5px 0 5px;
}

.blogs {
    display: none !important;
}

.link-col-2 {
    display: block;
}

section.footer {
    background: #3c3d37;
    padding: 45px 0 50px 0;
}

.pricing {
    padding: 50px 0 70px;
}

.bullet {
    margin: 80px 0 80px;
    position: relative;
    left: 8%;
}

.bullet {
    width: 85%;
}

.prupose-right {
    margin-right: 0px;
}

.bullet img {
    left: 39%
}

.plan-one {
    margin: 20px 0 20px;
}

.pricing {
    padding: 50px 0 60px !important;
}

.follow-us.link-col-2 {
    padding: 20px 0 20px;
}

.trust-point-two {
    position: relative;
    left: 15% !important;
}

.laptop-img img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 35%;
}
    
.calulatoir-img img {
    position: absolute;
    right: 24px;
    top: 66%;
}
    
.about-left {
    padding: 170px 0 0;
}

.type-loans {
    position: absolute;
    left: 10% !important;
}

.row.justify-content-between.align-items-center {
    display: none !important;
}

.mobile-header-nav {
    display: block !important;
}

.mobile-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-logo {
    width: 100px;
}

.mobile-logo .logo img {
    width: 100%;
}

div#main {
    width: 20%;
}

.testi-head h2 {
  font-size: 40px;
}

#dropdownMenuButton1 {
  background: transparent;
  border: none;
  font-size: 18px !important;
}

 .dm-flip-card {
    width: 240px;
  }

section.check-onrates {
  padding: 170px 0 110px !important;
}

.loan-purpose {
  padding: 20px 5px 0 !important;
}

.loan-purpose p:hover {
  margin: 10px 18px 20px;
}

.compare-inputs-box {
  flex-direction: column;
}


element {
}
.range-slider__value {
  font-size: 25px;
  padding: 0 0 20px;

}

.purpose-cont {
  padding: 0 40px 0;
}

.about-page {
  padding: 100px 0 40px;
}

.blog-card img {
  width: 100% !important;
}

.blog-card {
  margin: 25px 0 25px;
}

.services-section {
  padding: 50px 0 50px;
}

.follow-icons {
  padding: 0 0 20px;
}

.section {
    padding: 0px 0px !important;
}
  
.col-lg-6.offset-3 {
  margin: 0 0 0;
}

section.purpose {
  margin: 60px 0 50px;
}

.about-left H2 {
  font-size: 25px;
}

.dm-flip-card {
    width: 205px;
    background: white !important;
}

.more-option-btn {
  width: 100%;
}

  .calulatoir-img img {
    width: 25%;
  }

.plan-bpottom h3 {
  padding: 0 0 20px;
}

.plan-top {
  height: 100px;
}

.testi-head h5::before {
  left: 0px;
}

.compare-inputs {
  width: 100%;
}

.inputGroup label {
  width: 100%;
}
    
    
}

@media only screen and (max-width: 430px){
    
.mobile-header-nav {
    display: block !important;
}

.row.pricing-pplans {
    display: contents;
    margin: 5px 0 5px;
}

.plan-one {
    margin: 15px 0 15px;
}

.type-loans {
    bottom: -26rem;
    left: -1%;
    height: 400px;
    flex-direction: column;
    flex-wrap: wrap;
}

  .dm-flip-card {
    width: 205px;
    background: white !important;
  }

section.blogs {
    display: none;
}

section.blogs {
    display: none;
}

.row.justify-content-between.align-items-center {
    display: none;
}

.about-left {
    padding: 190px 0 0;
}

.about-page {
    padding: 100px 0 75px;
}

.choose-right img {
    width: 100%;
    margin-left: 0px;
    display: block;
}

.testi-head h2 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.choose-left h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.about-page-right h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.calulatoir-img img {
    position: absolute;
    right: 24px;
    top: 70%;
}

.check-onrates {
    padding: 110px 0 110px !important;
}

.check-rates-cont h2 {
    padding: 40px 0 0px;
}

  .laptop-img img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 50%;
  }

.check-rates-cont h2 a {
    font-size: 15px;
    margin-right: 5px;
}

.check-rates-cont h2 {
    font-size: 17px;
}

.link-col-2 {
    align-items: flex-start !important;
}

.footer {
    padding: 70px 0 30px 0 !important;
}

.follow-us.link-col-2 {
    padding: 5px 0 30px;
}

.blog-card {
    text-align: center !important;
    margin: 0 0 30px;
}

.blog-card img {
    width: 100%;
}

.testi-section {
    padding: 0 0 0px 0;
}

.blog-meta {
    justify-content: center;
    gap: 20px;
}

.follow-icons {
    padding: 0 0 30px;
}

.offset-3 {
    margin-left: 0%;
}

 .bullet {
    width: 90%;
    position: relative;
    left: 5%;
    margin: 90px 0 90px;
  }

.pricing {
    padding: 50px 0 100px !important;
}

button#dropdownMenuButton1 {
    background: transparent;
    border: none;
    font-size: 17px;
    color: white;
}

.sidebar a {
    color: white !important;
}

a.dropdown-item {
    color: black !important;
}

.mobile-header-nav li a {
    color: black !important;
}

.choose-section {
    padding: 0 0 60px 0 !important;
}

.contact-head h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.mobile-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
}

.mobile-logo {
    width: 100px;
}

.mobile-logo .logo img {
    width: 100%;
}

.loan-purpose p:hover {
    margin: 5px 20px 20px;
}

.trust-point-two {
    position: relative;
    left: 15% !important;
}

.purpose-cont p {
    text-align: center;
}

.purpose-cont h2 {
    font-size: 20px;
    text-align: center;
}

section.purpose {
    margin: 60px 0 50px !important;
}

div#previous-btn {
    position: relative;
    left: 0% !important;
}

.compare-inputs-box {
  flex-direction: column;
}

.compare-inputs {
  width: 100%;
}

.type-loans {
    position: absolute;
    left: 0% !important;
}

.dm-back-card .plan-bpottom {
  height: 25%;
}

.testi-head h5::before {
  left: 5px;
}

.more-option-btn {
  width: 100% !important;
  height: 139.8px;
}

section.pricing h2 {
  font-size: 25px;
}

.about-page-right h5::before {
  left: 0px;

}

.choose-left h5::before {
  left: 0px;
}

.truts-numner p {
  z-index: 0;
}

.responsive-btn-two {
    display: block;
    padding: 25px 0 0;
}

.responsive-btn-one {
  display: none;
}

.inputGroup-box label {
  width: 220px;
}

.box-service p {
  padding: 0 0 85px;
}

    .type-loans {
    position: absolute;
    left: -0.5% !important;
    margin: 0 0px 0;
  }
  
    .bullet img {
    left: 36%;
  }
  
.compare-rates ul {
  width: 100%;
}

  .calulatoir-img img {
    width: 35%;
  }
  
  .type-loans {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }


}

@media only screen and (max-width: 412px){

.dm-flip-card {
    width: 195px;
    background: white !important;
}

.more-option-btn {
    height: 149.8px;
}
    
    
}

@media only screen and (max-width: 390px){

div#more-btn {
    position: relative;
    left: 0%;
}

.check-rates-cont h2 {
    font-size: 15px;
}

.trust-point-two {
    position: relative;
    left: 19% !important;
}

.dm-flip-card {
    width: 100%;
}

.more-option-btn {
    width: 50% !important;
    height: 139.8px;
  }

.testi-head h2 {
    font-size: 29px;
}

.copyright p {
    font-size: 12px !important;
}

.service-right p {
    font-size: 15px;
}

.flex-mail h6 {
    font-size: 15px;
}

.flex-mail span, .flex-mail a {
    font-size: 15px;
}

.purpose-cont h2 {
    font-size: 23px;
    padding: 25px 0 0;
}

.mobile-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
}

.mobile-logo {
    width: 100px;
}

.mobile-logo .logo img {
    width: 100%;
}

.loan-purpose p:hover {
    margin: 5px 20px 20px;
}

     .type-loans {
    position: absolute;
    left: -3% !important;
    margin: 0 10px 0;
    width: 100%;
  }
  
  .initial-card {
  display: block;
  width: 50%;
}

.service-inner-wrapper h5 {
  font-size: 18px;
  margin-bottom: 25px;
}

 .type-loans {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }


}

/*RESPONSIVE__ENDS__HERE*/

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family: "Plus Jakarta Sans";
}

.sidebar a:hover {
  color: white;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}


/**/

div#main {
    margin: 0 !important;
}

.plan-top {
  padding: 5px 10px 0;
}

.plan-bpottom {
  padding: 0 10px 0;
  background: white;
}

.blog-card img {
  width: 100% !important;
}








