@import url('../../css2');
@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');
* {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

html,
body {
  overflow-x: hidden !important;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  line-height: 24px;
  color: rgba(32, 32, 32, 0.50);
  background-color: #fff !important;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
p{
  font-size: 14px !important;
}

button:focus,
.form-control:focus,
.btn-primary:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.text-muted {
  color: gray !important;
}

.btn.btn-primary {
  background: #F7941D;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  padding: 10px 24px;
  font-size: 16px;
  border-color: #F7941D;
}

.blackbtn {
  background-color: #07085E !important;
}

.blackbtn:hover {
  border-color: #0a0c62 !important;
}

.btn.btn-primary:hover,
.btn-outline-primary:hover {
  transition: all 0.10s ease-in-out;
  background: #eb8000 !important;
  border-color: #F7941D;
}

.btn-primary-outline {
  border: 1px solid #07085E;
  color: #07085E !important;
}

/* header css */
/* Base Navbar Styling */
.custom-navbar {
  z-index: 9999;
  height: 100px;
  box-shadow: 0 4px 4px 0 rgb(154 154 154 / 10%);
}

/* Logo */
.logo-img {
  height: 68px;
  width: auto;
}

.about-us h2{
  position: relative;
  top: 30px;

}

@media only screen and (max-width:580px) {
  .about-us h2{
    top:50px;
  }
}

/* Navigation Links */
.nav-link-custom {
  font-family: "Poppins" !important;
  font-size: 16px;
  color: #07085E;
  padding: 0 12px !important;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block; /* important */
}

.nav-link-custom:hover{
  color:#F7941D ;
}

.nav-link-custom::after {
  content: "";
  position: absolute;
  left: 12px; /* padding match karne ke liye */
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color:#F7941D;
  transition: width 0.3s ease;
}

.nav-link-custom:hover::after {
  width: calc(100% - 24px); /* left + right padding adjust */
}

.nav-link-custom.active {
  font-family: "Poppins" !important;
  color: #F7941D;
  font-weight: 600;
}

/* ======= Hearder End=============== */
.logo-h h3{
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize;
  color: #F7941D;
  font-weight: bold !important;
  font-size: 36px;
}
.logo-h h3 span{
  color: #07085E;
  font-weight: 700;
}
.container-fluid {
  width: 90%;
}

.page-wrapper {
  margin-top: 96px;
}

.bg-lightBody {
  background-color: #FFF9F2;
}

.rounded_12 {
  border-radius: 12px;
}

.homeBanner {
  background: linear-gradient(to bottom, #fff8f3, #fefefe, #fff8f0);
  position: relative;
  top: -67px;
  padding-top: 30px;
}

.homeBanner h1,
.heading2 {
  font-size: 60px;
}

.mainColor {
  color: #F7941D;
}

.border_new {
  border: 1px solid #F7941D;
}

.custombtn svg path {
  stroke: #F7941D;
}

.custombtn:hover svg path {
  stroke: #fff;
}

.textBlack {
  color: #000 !important;
}

.productLoan {
      background: linear-gradient(to bottom, #fff8f3, #fff5ed, #ffe8d6);
}

.my-irght{
background: #ffeee0 !important;
}
.page-wrapper h2 {
  font-size: 48px;
  
  letter-spacing: -2px;
}

/* .bg-responsible {
  background-color: #FFE9CF;
} */

.bg-content1 {
  background-color: #07085e;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items:center;
  padding: 4px 0px;
}

.bg-content1 h3 {
  font-weight: bold !important;
  font-size: 24px;
  margin-top: 0px;
}

.bg-content1 h5.mainColor {
  color: #07085E;
}

.blog-div {
  border-bottom: 12px solid #F7941D;
}

.bgNews {
  background-color: #FBECDA;
}

.container {
  width: 90%;
  max-width: 90%;
}

.footer a:hover {
  color: #07085E !important;
  font-weight: 500;
}

.faq_bloans {
  height: 450px;
}

.accordion-button::after {
  background-image: url('../images/plus-icon.svg');
  background-size: 40px;
  height: 34px;
  width: 34px;
  position: absolute;
  left: -28px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../images/minus-icon.svg');
  background-size: 100%;
}

.accordion-button:not(.collapsed) {
  color: #07085E;
  font-weight: 600;
}

.accordion-item {
  border: 2px solid #E7E7EF !important;
  padding-left: 40px;
  color: #07085E !important;
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 24px;
}

.footer {
  background: linear-gradient(to bottom, #fff8f3, #fefefe, #fff8f0);
}

.bg-brand-color {
  background-color: #F7941D;
}

.contact-box input::placeholder {
  color: #fff !important;
}

.copy-box {
  border-top: 2px solid #F7941D;
}

.formContactus input {
  border-radius: 8px;
  border: 0.5px solid var(--Slate-500, #94A3B8);
  background: var(--White, #FFF);
  padding: 14px;
}

.blog-div img {
  max-width: 180px;
}

.missionSection {
  border-radius: 0px 0px 60px 60px;
}

.repayDiv {
      background: linear-gradient(180deg, rgb(247 148 29 / 38%), #0000001a);
}

.num {
  font-weight: 700;
  font-size: 40px;
  color: #9e9e9e;
  text-shadow: -10px 7px 6px rgba(104, 104, 103, 0.4);
}

.imgNum::after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #D9D9D9;
  position: absolute;
  left: 10px;
  top: 14px;
  z-index: -9;
}

.features_sectionbox {
  box-shadow: 0px 1px 19px rgba(89, 113, 201, 0.16);
}

.divcontrol {
  width: 62%;
  margin: 0 auto;
}

.border-lightNew {
  border: 1px solid #FBEAD6;
}

.stepsBorrowing .rounded_12 {
  border: 1px solid #07085E;
}

.contact-box .custombtn:hover {
  background-color: #fff !important;
  color: #f7941d;
}

.btn.blackbtn:hover {
  background: #0a0c62 !important;
}

button.btn.btn-primary.custombtn:hover svg path {
  stroke: #F7941D !important;

}

.productLoan .rounded_12 p {
  height: 70px;
  text-align: justify;
  color: #07085E !important;
}

.accordion-body.text-body,
.accordion-button {
  color: #07085E !important;
}

.btn-primary-outline {
  padding: 10px 24px;
  font-size: 16px;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width:768px){
   .footer-ul{
    gap: 0 !important;
   }
   
}

/* apply now page css  */
.applyDiv {
  background: linear-gradient(180deg, rgba(247, 148, 29, 0.20) 50%, rgba(234, 160, 71, 0.09) 79%);
}

.textBlue {
  color: #07085E;
}

.box-for-img {
  border: 1px solid #f7941d;
    border-radius: 33px;
}

.backline {
  background-color: #07085E;
  z-index: -9;
}

.table>:not(:first-child) {
  border-top: none;
}

.table {
  white-space: nowrap;
}

/* dashboard css start  */
.contentDashboard {
  border: 1px solid #E0E0E0;
  background: #FFF9F2;
  cursor: pointer;
}

.progress {
  background-color: #FDE5C8;
  height: 25px;
}

.progress-bar {
  background-color: #F7941D;
  height: 25px;
  font-size: 16px;
  font-weight: 700;
}

/* journey css start */

/* footer */

.journey-footer {
  background: #FFE0BB;
}

.journey-heading {
  display: flex;
  align-items: center;
  gap: 35px;
}

.journey-heading img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}

.journey-heading h3 {
  color: #07085e;
  font-size: 25px;
  font-weight: 600;
}

.otp-box {
  width: 65px !important;
  background-color: rgba(252, 252, 252, 1);
  border: 1px solid rgba(211, 211, 211, 1);
}

.journey-heading p {
  color: #616161;
  ;
  font-size: 16px;
  font-weight: 400;
}

.main-content-journey {
  display: flex;
  padding: 26px 10px;
  flex-direction: column;
  /* align-items: flex-start; */
  /* gap: 31px; */
  align-self: stretch;
}

.journey-form label {
  font-size: 16px;
  font-weight: 600;
  line-height: 28.8px;
}

.journey-form input,
.journey-form select {
  background-color: #FCFCFC;
  border: 1px solid rgba(211, 211, 211, 1);
  border-radius: 10px;
  padding: 12px 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #07085E;
  line-height: 24px;
  margin-bottom: 16px;
}

/* .journey-form input::placeholder{
  color: #07085E;
} */
.radio-btn {
  border: 1px solid rgba(247, 148, 29, 1);
  border-radius: 10px;
  padding: 8px 16px;
}

.check-button {
  width: 300px;
  border-radius: 12px;
  color: #fff;
  background-color: rgba(247, 148, 29, 1);
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.check-button:hover {
  color: #fff;
  background-color: rgb(200, 116, 14);

}

.journey-header {
  border-bottom: 6px solid #e0e0e0;
  box-shadow: 0 4px 4px 0 rgba(255, 235, 210, 0.5);
  width: 100%;
}

.zero {
  color: #eaa047;
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
}

.need-help {
  border-radius: 12px;
  border: 1px solid #07085e;
  background: #fff;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #07085e;
  font-size: 14px;
  font-weight: 600;
}

.count-journey {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}

.eligibility-section {
  height: 585px;
  /* width: 350px; */
  position: relative;
  background-color: #fff9f2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  box-sizing: border-box;
  gap: 113px;
  text-align: left;
  align-self: stretch;
}

.eligibility-section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
}

.eligibility-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.employment-card {
  display: block;
  cursor: pointer;
}

.card-content {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 2px 6px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}

.card-content img {
  width: 60px;
  margin-bottom: 10px;
}

.card-content .title {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #07085E;
  padding-left: 30px;
}

.card-content .radio-circle {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.employment-card input:checked+.card-content {
  border-color: #ff7a00;
  /* orange */
  background-color: #fff;
}

.employment-card input:checked+.card-content .radio-circle {
  border-color: #ff7a00;
  background-color: #ff7a00;
  box-shadow: inset 0 0 0 4px #fff;
}

.employment-card input:checked+.card-content .title {
  color: #ff7a00;
}

/* selfie - bank statement - css start  */
.check-button-retake {
  width: 170px;
  border-radius: 12px;
  border: 1px solid rgba(247, 148, 29, 1);
  color: rgba(247, 148, 29, 1);
  background-color: #fff6ea;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.check-button-selfie {
  width: 170px;
  border-radius: 12px;
  color: #fff;
  background-color: rgba(247, 148, 29, 1);
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.recommended {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 12px;
  white-space: nowrap;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.option-text {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}

/* bank upload */
.journey-form-upload {
  display: flex;
  /* width: 816px; */
  height: 300px;
  flex-direction: column;
  align-items: center;
  /* gap: var(--Gap-and-Padding-Positive-GapPadding-24, 24px); */
  /* overflow-x: hidden;
  overflow-y: auto; */
}

.upload-card {
  border: 1px solid #FFEBD2;
  background-color: #FAFAFA;
}

.active-step h5 {
  color: #f7931e;
}

.stepBlock p {
  font-size: 12px;
}

.principleBlock {
  border: 1px solid #EAA047;
}

.maxdiv {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

input[type="range"] {
  accent-color: #f7931e;
}

.bkStatement {
  min-height: 430px;
}

.coverDiv h3 {
  font-weight: 600;
}

.timer {
  border: 1px solid #F7941D;
  height: 145px;
  width: 145px;
}

.timer h2 {
  font-size: 34px;
}

.bankBlock h4 {
  font-weight: 400;
  font-size: 14px !important;
  margin-top: 0 !important;
}

.card-bankBlock {
  border-top: 4px solid #000;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 0px 20px 0px;
  box-shadow: 0 0 5px 0 #D1EAFF, 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.cardLine {
  border-bottom: 1px solid #D1EAFF;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.card-bankBlock::after {
  content: 'Recommended for higher loan amount ';
  position: absolute;
  width: 50%;
  background-color: #000;
  top: -32px;
  right: 35px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  padding: 3px;
}

.upload-icon img {
  width: 34px;
  margin-bottom: 14px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #FFF9F2;
}

.completed-step {
  background-color: #f7931e;
  color: #fff;
}

.blockSlider {
  background-image: url('../images/bg-apply.png');
  background-size: 100% 100%;
}

.securitySection {
  background-image: url(../images/bg-security.png);
  background-size: 100% 100%;
  height: 370px;
}

.loanCalculator {
  border-radius: 117px 117px 0px 0px;
}

.feature-item1 {
  background-color: #0a6075;
}

.cardProcess10 {
  background-color: #169dbd;
}

.input-group1 {
  position: absolute;
  top: 0;
  right: 0;
}

.input-group1::before {
  content: '';
  position: absolute;
  background-image: url(../images/rupee-line.svg);
  height: 70%;
  width: 27%;
  background-repeat: no-repeat;
  left: 8px;
  border-right: 1px solid #e0e0e0;
  padding-right: 10px;
  border-left: 0;
}

.input-groupDate::before {
  background-image: url(../images/font-date.svg);
}

.input-group {
  width: 134px;
  border-radius: 12px !important;
  border: 1px solid #E0E0E0 !important;
  background-color: #fff;
}

.input-group input {
  width: 60px;
}

.codeList {
  min-height: 45px;
  max-height: 200px;
  overflow: auto;
  margin-top: -11px;
  z-index: 99;
  width: 98%;
  padding: 0;
}

.codeList li {
  list-style: none;
  padding: 10px;
}

.codeList li:hover {
  background-color: #f7931e;
  color: #fff;
}

.hidden {
  display: none;
}

/* .cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  height: 1.2em;
  white-space: nowrap;
} */

/* updated css */
.cut-text {
  text-overflow: ellipsis;
  /* overflow: hidden; */
  width: 160px;
  height: 1.2em;
  /* white-space: nowrap; */
  word-break: break-word;
  overflow-wrap: break-word;
  margin-bottom: 40px;
}

.contentDashboard h5.fw-bold {
  margin-bottom: 0;
}


/*
* journey header image 
*/

#journey-header-profile-pic {
  border-radius: 20px;
}

#profile-information-pic {
  border-radius: 60px;
}

.journey-header .logo-img {
  height: 42px;
}

.journey-wrapper {
  margin-top: 75px;
}

.bkStatement .card-content .title {
  padding-left: 0px;
}

select {
  -webkit-appearance: none;
}

.minHeight {
  min-height: 83vh;
}

.check-box {
  width: 16px;
  height: 16px;
}

/* dlp page css  */
.partner-card {
  /* border-radius: 0px 0px 70px 0px; */
  border-top: 8px solid #F7941D;
}

.btn-pop {
  will-change: transform;
}

/* helps on some GPUs */
.btn-pop:active {
  transform: scale(0.96);
}

/* press feedback */

.btn-pop.pop {
  animation: btn-pop 220ms ease-out;
  transform-origin: center;
}

@keyframes btn-pop {
  0% {
    transform: scale(0.92);
  }

  60% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

.btn-apply-instantly {
  background: #07085e !important;
  color: #fff;
  font-weight: 600;
}

.btn-apply-instantly:hover,
.btn-apply-instantly:focus-visible {
  background: #f7941d !important;
  color: #fff;
  font-weight: 600;
  animation: btn-pop .22s ease-out;
}

@keyframes btn-pop {
  0% {
    transform: scale(.92);
  }

  60% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

.partner-arrow {
  top: -20px;
  right: -3px !important;
}

button.btn.partner-arrow:hover {
  transform: rotate(45deg);
  transition: 0.2s ease;
}

button.btn.partner-arrow {
  right: -8px !important;
}

@media (max-width: 991.98px) {
  .bg-content1 .row {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .bg-content1 .row {
    justify-content: center !important;
  }
}

.productLoan .rounded_12 h5.textBlack {
  font-size: 15px;
}

button.btn.rounded_12.mainColor.mt-3.btn-primary-outline {
  font-size: 14px;
  padding: 8px 12px;
}

.partner-card.position-relative.p-3.h-100.bg-white.shadow .mb-3 {
  height: 60px;
}

.stepsBorrowing .rounded_12 figure {
  margin: 0 !important;
}


/* slider */
/* ---------- Hero Section Backgrounds ---------- */
.hero-section {
  background: url('../images/hero-img.png') no-repeat center right / cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
}

.hero-section2 {
  background: url('../images/hero-img2.png') no-repeat center right / cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
}

.hero-section3 {
  background: url('../images/hero-img3.png') no-repeat center right / cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
}

/* ---------- Purple Gradient Overlay ---------- */
.hero-section::after,
.hero-section2::after,
.hero-section3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #800080 26.6%,
    rgba(81, 0, 81, .54) 54.7%,
    rgba(26, 0, 26, 0) 102.57%
  );
  z-index: 0;
}

/* ---------- Ensure content stays above gradient ---------- */
.hero-section * ,
.hero-section2 * ,
.hero-section3 * {
  position: relative;
  z-index: 2;
}

/* ---------- Main Container Paddings ---------- */
@media screen and (min-width: 640px) {
  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .main-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .main-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-collaspe {
    display: block !important;
  }
}




@media screen and (min-width: 1280px) {
  .main-container {
    max-width: 1280px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1536px) {
  .main-container {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ---------- Fix Swiper Slide Height ---------- */
.swiper,
.swiper-slide {
  width: 100%;
  height: 85vh; /* Important */
}

.content-box {
    position: relative;
    top: 50%;
    transform: translate(0%, 50%);
}
/*social icon */
.social-icons{
display:flex;
gap:12px;

}

.social-icons a{
width:42px;
height:42px;
border-radius:10px;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
font-size:18px;
transition:.3s;
}

.social-icons a:hover{
transform:translateY(-3px);
}

/* Brand Colors */
.fa-whatsapp{ color:#25D366; }
.fa-facebook-f{ color:#1877F2; }
.fa-twitter{ color:#1DA1F2; }
.fa-linkedin-in{ color:#0A66C2; }


/*button*/
.btn-unique{
  background: linear-gradient(135deg, #ff6a00, #ff8c00);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 28px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(255,106,0,0.35);
  transition: all 0.3s ease;
}

.btn-unique:hover{
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(255,106,0,0.45);
}

.btn-unique:active{
  transform: translateY(1px);
  box-shadow: 0 5px 15px rgba(255,106,0,0.35);
}

/*banner point */
.content{
  display: flex;
    align-items: center;
    gap: 1rem;
}
._feature_title_1tzou_139 {
    font-size: .95rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 .25rem;
    font-family: Poppins, sans-serif;
}
._feature_subtitle_1tzou_147 {
    font-size: .85rem;
    color: #6b7280;
    margin: 0;
    font-family: Poppins, sans-serif;
}
._feature_icon_1tzou_122 {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    flex-shrink: 0;
}

/*footer section*/
.footer-section {
  background: linear-gradient(to bottom, #fff8f3, #fefefe, #fff8f0);
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #e3ded9;
}
.single-cta i {
  color: #f7941d;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #000 !important;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  /* content: ""; */
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #000;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #fff;
  border: 1px solid #2E2E2E;
  color: #000;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #f7941d;
    padding: 13px 20px;
    border: 1px solid #f7941d;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 13px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.right-side-btn{
  position: relative;
  left: 100%;
}
@media only screen and (max-width:1024px){
  .right-side-btn{
	left: 21%;
}
	.cp-section{
	margin-top: 70px !important;
}
	.cp-contact-text span{
	    font-size: 14px  !important;
	}
	.cp-contact-info-icon i{
	    font-size: 30px  !important;
	}
}
@media only screen and (max-width:768px){
  .right-side-btn{
    left: auto;
  }
  .page-wrapper h2{
    font-size: 30px !important;
  }
  .my-btn-right{
    position: relative;
    left: 0px !important;
  }
  .footer-widget-heading h3{
    top:20px;
  }
	.cp-contact-text span{
	    font-size: 13px  !important;
	}
}

/*testimonial*/
.my-taste{
  display: flex !important;
  justify-content: center !important;
}
/*contact us*/
.cp-section {
    padding: 60px 0;
    min-height: 100vh;
}

.cp-contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.cp-contact-info-icon {
  margin-bottom: 15px;
}

.cp-contact-info-item {
  background: #071c34;
  padding: 30px 0px;
}

.cp-form-wrapper h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}

.cp-form-wrapper .cp-col-6 {
  padding-left: 0;
}

.cp-form-wrapper input {
  margin-bottom: 5px;
}

.cp-form-wrapper textarea {
  height: 110px;
}

.cp-form-wrapper input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #fda40b;
}

.cp-contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}

.cp-contact-text p {
  margin-bottom: 0px;
}

.cp-contact-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.cp-contact-text span {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}

.cp-form-wrapper input {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.cp-message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}

.cp-textarea textarea {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}

.cp-submit-btn input[type="submit"] {
  background: #fda40b;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}

.cp-submit-btn input[type="submit"]:hover {
  background: #071c34;
  transition: all 0.4s ease-in-out;
  border-color: #071c34;
}

.cp-input-label h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}

.cp-form-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.cp-map {
  margin-top: 36px;
}

.cp-form-wrapper form {
  padding: 20px 15px 0;
}

.copyright-text {
    display: flex;
    justify-content: space-between;
}
.terms-ul ul{
  display: flex;
  gap:15px;
}
.terms-ul ul li{

  list-style-type: none;
}
.terms-ul ul li a{
  text-decoration: none;
  color:gray;
  font-size: 13px;
  text-transform: capitalize;
}
.terms-ul ul li a:hover{
  color:orange;
}
/*privacy ploicy */

  .wm-body {
            font-family: Arial, sans-serif;
            background-color: #f5f7fa;
            margin: 0;
            padding: 0;
        }

        .wm-container {
            max-width: 900px;
            margin: 40px auto;
            padding: 30px;
            background-color: #ffffffbf;
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        }

        .wm-heading-main {
            font-size: 26px;
            color: #000;
            text-align: center;
            margin-bottom: 20px;
        }

        .wm-heading {
            font-size: 20px;
            color: #000;
            margin-top: 25px;
            margin-bottom: 15px;
        }

        .wm-text {
            font-size: 14px;
            color: grey;
            margin-bottom: 18px;
            line-height: 1.7;
        }

        .wm-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 18px;
        }

        .wm-list-item {
            font-weight: 500;
            line-height: 28px;
            color: grey !important;
        }

        .wm-list-item::before {
            content: "\2713";
            color: #28a745;
            margin-right: 8px;
        }

        .wm-highlight-box {
            background-color: #e8f0fe;
            padding: 12px;
            border-radius: 6px;
            margin-bottom: 18px;
        }

        .wm-contact {
            margin-top: 10px;
        }

        .wm-bold {
            font-weight: bold;
            color: #000;
        }
        .side-link{
          padding: 0 !important;
          margin: 0 !important;
        }
.side-link li{
  list-style-type: none;
}
.side-link li a{
  color: grey;
  font-size: 13px;
}
        /*end*/

        /* terms&conditions */
@media only screen and (max-width:768px){
  .copyright-text{
    display: block !important;
   }
   .terms-ul ul{
    display: block !important;
     margin-top: 16px;
   }
}

@media only screen and (max-width:600px){
  .logo-h h3{
   font-size: 22px;
  }
  .my-btn-right{
    left: 3px !important;
  }
  .btn-primary{
    padding: 4px 8px !important;
    border-radius: 5px !important;
  }
  .custom-navbar{
    height: 75px;
  }
  .waqt-logo{
            position: relative !important;
        bottom: 32px;
        height: 108px !important;
        top: -29px !important;
        left: 2px;

   
  }
  .navbar-toggler-icon{
    position: relative !important;
    top: -34px;
  }
  .btn-primary{
    position: relative !important;
        top: -35px;
  }
}




img.waqt-logo{
  height: 200px;
  position: relative;
  top: 9px;
  right: 70px;
}