body {
	line-height: 1.5;
	color: #555;
	font-family: 'Inter', sans-serif;
	background-color: #FDFFF7 !important;
	overflow-x: hidden;
	font-size:14px;
}
a {
	text-decoration: none !important;
	color: #ef7d00;
}

a:hover { color: #222; }

a img { border: none; }

img { max-width: 100%; height:auto; }

iframe {
	width: 100%;
	border: 0 !important;
	overflow: hidden !important;
}
ul, ol{
    padding: 0;
    margin: 0 ;
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p{
  color:#000;
}
.section {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    overflow: hidden;
}
.heading-wraper .main-head h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.heading-wraper .main-head h2 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.heading-wraper .main-head  p {
  color: #191919;
  font-size: 16px;
  margin: 0 ;
}
.light-bg{
  background: #FFF8F2;
}
.light-yellow-bg{
  background: #FFFBF1; 
}
.yellow-bg{
background: #FECD46;
}
.black-bg{
  background:#090909;
}
.white-bg{
  background: #fff;
}
.grey-bg{
  background: rgba(250, 250, 250, 1);
}
.white{
  color: #fff !important;
}
.office-details-btn-reverse {
  background: #ffcb47;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}
.otp-send-btn {
  font-size: 12px;
  color: rgb(96, 201, 50);
  padding-right: 20px;
  position: absolute;
  right: 0;
  top: 11px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.lpu-btn-new {
  padding: 10px 10px 10px 20px;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #000000;
  background: #fecd46;
  text-decoration: none;
  transition:
    color 0.4s ease,
    background-color 0.4s ease,
    border-color 0.4s ease;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #fecd46;
}
.lpu-btn-new-invert {
  color: #fff;
  background: #000;
  border-color: #000;
}
.lpu-btn-new span {
  margin-left: -1em;
  transition:
    color 0.4s ease,
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 14px;
  font-weight: 600;
}
.lpu-btn-new img {
  margin-left: 0.7em;
  transition:
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.25s;
}
.lpu-btn-new img + img {
  order: -1;
  transform: translateX(-1em);
  opacity: 0;
  margin: 0;
  transition:
    opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
.lpu-btn-new:hover {
  background: #231f20;
  color: #fff;
  border: 1px solid #231f20;
}
.lpu-btn-new-invert:hover {
  color: #000;
  background: #fecd46;
  border-color: #fecd46;
}
.lpu-btn-new:hover span {
  transform: translateX(1.3em);
}
.lpu-btn-new:hover img {
  transform: translateX(1em);
  opacity: 0;
  transition-delay: 0s;
}
.lpu-btn-new:hover img + img {
  opacity: 1;
  transform: translateX(-5px);
  transition-delay: 0.25s;
}
.dark-heading.heading-wraper .main-head h1 span, .dark-heading.heading-wraper .main-head h2 span  {
  background: linear-gradient(90deg, #d7580f 77.88%, #010000 98.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.light-heading.heading-wraper .main-head h1 span, .light-heading.heading-wraper .main-head h2 span  {
  background: linear-gradient(90deg, #d5750c 52.88%, #ffda44 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}


table {
  width: 100%;
  /* border-collapse: separate; */
}



table thead th {
  background: linear-gradient(135deg, #ffd97d 0%, #ffc857 100%) !important;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-align: left;
  letter-spacing: 0.5px;

  border: none;
}

table thead th:first-child {
  border-top-left-radius: 10px;
}

table thead th:last-child {
  border-top-right-radius: 10px;
}
table td {
  padding: 10px;
  font-size: 14px;
  color: #333;
  border: none;
}
table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
table tbody tr:nth-child(even) {
    background: #fff9e9;
}
table tbody tr:nth-child(odd) {
    background: #fff;
}
table tbody tr:hover {
    background: #fafafa;
}
@media(max-width:767px){
      .heading-wraper .main-head h2, .heading-wraper .main-head h1 {
        font-size: 32px !important;
    }
}