@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
.card img {
  max-height: 220px;
  object-fit: cover;
}
.card p {
  color: #555555;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0048em;
}
.card h3 {
  transition: all 0.1s ease;
}
/* .card:hover h3 {
  color: #ff5733;
  transition: all 0.1s ease;
} */
.featureCard p {
  font-size: 14px;
  color: #555555;
}
.featureCard h3 {
  transition: all 0.1s ease;
}
/* .featureCard :hover h3 {
  color: #ff5733;
  transition: all 0.1s ease;
} */

.middleRibbin {
  /* ads_content_div middleRibbin sm:flex items-center justify-between bg-[#F0F0F0] rounded-[10px] sm:px-4 px-3 py-3 my-8 */
  border-left: 1px solid #f0f0f0;
  background-color: #f6f8fc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 12px;
  margin: 30px 0px;
}
.middleRibbin {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.0124em;
  color: #475569;
}
.waves-effect {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ff6c1a !important;
  background-color: #f6f8fc !important;
  padding: 0px 24px !important;
  border-radius: 4px !important;
  border: 1px solid #ff6c1a !important;
  margin: 15px auto !important;
  width: fit-content !important;
  height: auto !important;
  display: flex !important;
  justify-content: center;
}
@media (min-width: 1024px) {
  .lg\:overflow-x-auto {
    overflow-x: auto;
  }
}
table {
  width: 100% !important;
}
table td {
  text-align: center;
}
.postCard .readMoreBtn,
.card .readMoreBtn,
.featureCard .readMoreBtn {
  font-size: 14px;
  color: #4eb543;
  display: none;
}
.postCard :hover .readMoreBtn,
.featureCard:hover .readMoreBtn,
.card:hover .readMoreBtn {
  display: inline-block;
}
/* .postCard:hover p {
  color: #ff5733;
} */
.hl_chatbot_block .info_area p:first-child .wtsup img {
  max-width: 25px;
}
.hl_chatbot_block .info_area p {
  font-size: 14px;
  color: #fff !important;
  position: relative;
  padding-left: 0px !important;
  margin: 10px 0px;
}
.hl_chatbot_block .info_area p:first-child {
  display: block;
}
/* .waves-effect {
     font-size: 15px;
     font-weight: 600;
     color: #fff;
     background-color: #FF6C1A;
     padding: 12px 24px;
     border-radius: 4px;
}
 */
.customMargin {
  margin-right: 2%;
}
.middleRibbin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.middleRibbin button {
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  .card img {
    max-height: 145px;
  }
}
@media screen and (max-width: 991px) {
  .customMargin {
    margin-right: 4%;
  }
}
@media screen and (max-width: 1023px) {
  .card img {
    max-height: 106px;
  }
  .otherPostWrapper{
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .card img {
    max-height: 133px;
  }
  .customMargin {
    margin-right: 0%;
  }
}
@media screen and (max-width: 639px) {
  .card img {
    max-height: 100%;
  }
  .middleRibbin {
    padding: 12px;
  }
  .middleRibbin a {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .middleRibbin {
    display: block;
    text-align: center;
    font-size: 20px;
  }
  .tableWrapper {
    overflow-x: scroll;
  }
  .featureCard img {
    height: auto;
    max-width: 100%;
  }
  .waves-effect {
    text-align: center;
    width: 100%;
  }
}
.lg\:w-1\/2 {
  width: 50%;
}
.p-all8 {
  padding: 2rem;
}
.text-red-500 {
  font-weight: 500;
  color: red;
}
.min-h-screen {
  min-height: 100vh;
}
.bg-f6f8fc {
  background-color: #f6f8fc;
}
.bg-fff {
  background-color: #fff;
}
.sideCard {
  display: flex;
  flex-direction: column;
}
.sideCard ul {
  display: flex;
  flex-direction: column;
}
.pr-3 {
  padding-right: 2rem;
}
.sideCard li {
  padding-left: 0.25rem;
  background-color: #fff;
  cursor: pointer;
}
.sideCard li:hover {
  color: #ff5733;
  background-color: #f6f8fc;
  font-weight: bolder;
}
.bg-878A97 {
  background-color: rgb(135 138 151 / 53%);
}
* {
  font-family: Inter;
}
.mircSec tbody tr {
  border: 1px solid #e0e7ed;
}
.mircSec tbody tr:nth-child(odd) {
  background-color: #f6f8fc;
}
.mircSec thead tr th {
  padding: 10px;
}
.mircSec tbody tr td:last-child {
  text-decoration: underline;
}
.mircSec tbody tr td:first-child {
  text-decoration: underline;
}
.mircSec tbody tr td {
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}
.mircSec table {
  min-width: 600px;
}
.ifscCodeSecTable {
  min-width: 500px;
}
.ifscCodeSecTable {
  border: 1px solid #cbd4e1;
}
.ifscCodeSecTable tr {
  border-right: 1px solid #cbd4e1;
}
.ifscCodeSecTable tr td {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-align-last: left;
  padding: 15px 10px 15px 30px;
}
.ifscCodeSecTable tr td:first-child {
  background-color: #f6f8fc;
  width: 25%;
  font-size: 14px;
  font-weight: 700;
  color: #27364b;
  padding: 15px 5px 15px 15px;
}
.offerCard .flex-col {
  flex-direction: column;
}
.offerCard .w-\[31px\] {
  width: 31px;
}
.offerCard .text-\[\#FF5733\] {
  --tw-text-opacity: 1;
  color: rgb(255 87 51 / var(--tw-text-opacity));
}
.offerCard .p-5 {
  padding: 1.25rem;
}
.offerCard .border-dotted {
  border-style: dotted;
}
.offerCard .bg-\[\#f6f8fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 252 / var(--tw-bg-opacity));
}
.right-1 {
  right: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[300px\] {
  width: 300px;
}
.max-w-\[33\%\] {
  max-width: 33%;
}
.max-w-\[10\%\] {
  max-width: 10%;
}
.max-w-\[30\%\] {
  max-width: 30%;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#F6F8FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 252 / var(--tw-bg-opacity));
}
.p-4 {
  padding: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.leading-8 {
  line-height: 2rem;
}
.text-\[\#4eb543\] {
  --tw-text-opacity: 1;
  color: rgb(78 181 67 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-\[\#555555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-\[\#27364B\] {
  --tw-text-opacity: 1;
  color: rgb(39 54 75 / var(--tw-text-opacity));
}
.hover\:text-\[\#4EB543\]:hover {
  --tw-text-opacity: 1;
  color: rgb(78 181 67 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:w-2\/6 {
    width: 33.333333%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:justify-normal {
    justify-content: normal;
  }
  .md\:border-b {
    border-bottom-width: 1px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-end {
    text-align: end;
  }
}
@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/12 {
    width: 16.666667%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:max-w-\[30\%\] {
    max-width: 30%;
  }
  .lg\:max-w-\[25\%\] {
    max-width: 25%;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:border {
    border-width: 1px;
  }
  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-transparent {
    border-color: transparent;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pl-14 {
    padding-left: 3.5rem;
  }
  .lg\:pr-14 {
    padding-right: 3.5rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:shadow-\[\#00000040\] {
    --tw-shadow-color: #00000040;
    --tw-shadow: var(--tw-shadow-colored);
  }
  .lg\:hover\:border-\[\#4EB543\]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(78 181 67 / var(--tw-border-opacity));
  }
  .group:hover .lg\:group-hover\:flex {
    display: flex;
  }
}
body {
  font-family: "Inter", sans-serif;
}
.text-end {
  text-align: -webkit-right;
}
.feartureCardWrapper::-webkit-scrollbar {
  width: 3px;
  background-color: #c4c4c4;
}
.feartureCardWrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #64748b;
}
.feartureCardWrapper::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #c4c4c4;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 5px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 5px;
  background-color: #4eb543;
}
.offerList {
  height: -webkit-fill-available;
}
/* range slider common css start */
.range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 6px;
  background: linear-gradient(
    to right,
    rgb(255, 87, 51) 1%,
    rgb(204, 204, 204) 1%
  );
  accent-color: #ff5733;
}
.middleIcon {
  box-shadow: 0px 4px 4px 0px #00000040;
}
.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #ff5733;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}
.range-input::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #ff5733;
  border-radius: 50%;
  border: none;
  transition: 0.2s ease-in-out;
}
.range-input::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 8px rgba(255, 85, 0, 0.1);
}
.range-input:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 8px rgba(255, 85, 0, 0.2);
}
.range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 8px rgba(255, 85, 0, 0.2);
}
.range-input::-moz-range-thumb:hover {
  box-shadow: 0 0 0 8px rgba(255, 85, 0, 0.1);
}
.range-input:active::-moz-range-thumb {
  box-shadow: 0 0 0 5px rgba(255, 85, 0, 0.2);
}
.range-input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 8px rgba(255, 85, 0, 0.2);
}
/* range slider common css end */
.offerCard {
  display: flex;
  flex-direction: column;
  background-color: #f6f8fc;
}
.offerCard ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .featureCard:first-child {
    margin-top: 0;
  }
}


.pagination .hover\:bg-\[\#FF5733\]:hover
{
  --tw-bg-opacity : 1;
  background-color: rgb(255 87 51 / var(--tw-bg-opacity));
}

.pagination .bg-\[\#FF5733\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 87 51 / var(--tw-bg-opacity));
}


#bankQueryForm .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px !important;
  right: 10px !important;
}
#bankQueryForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top: none !important;
  border-width: 1px;
  width: 8px !important;
  height: 8px !important;
  border-bottom: 1px solid #806d7e;
  border-right: 1px solid #806d7e !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#bankQueryForm .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 3px 3px !important;
  color: #806d7e !important;
}
#bankQueryForm .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width:1px!important;
}
#bankQueryForm .select2-container .select2-selection--single {
  height: 40px !important;
  border-radius: 2px !important;
  padding: 3px 10px 3px 15px !important;
  border: 1px solid #e4e0e4;
  font-size: 13px !important;
  color: #806d7e !important;
}
#ads_container
{
  margin-top: 20px;
  margin-bottom: 20px;
}


.postDataJs-inner a {
  color: #4eb543 !important;
}
.postDataJs-inner h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.0124em;
  margin-top: 20px;
  color: #1e2a3b;
}
.postDataJs-inner h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.0124em;
  margin-top: 20px;
  color: #1e2a3b;
}
.postDataJs-inner ul {
  margin-left: 20px;
}
/* .postDataJs-inner table ul li,
.postDataJs-inner table ul {
  list-style: none !important;
} */
.postDataJs-inner ul li {
  list-style: disc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0048em;
  color: #666666;
}
.postDataJs-inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0048em;
  color: #1e2a3b;
}
.postDataJs-inner table {
  margin: 50px 0px;
  min-width: 600px;
}
.postDataJs-inner table thead {
  background-color: #878a97;
  color: #fff;
  text-align: center;
  font-weight: 500;
  height: 44px;
}
.postDataJs-inner table tbody tr:nth-child(odd) {
  background-color: #f6f8fc;
  height: 44px;
}
.postDataJs-inner table tbody tr:nth-child(even) {
  background-color: #fff;
  height: 44px;
}
.postDataJs-inner table tbody tr td:last-child {
  border: none;
}
.postDataJs-inner img{
  height: auto !important;
}


.postDataJs-inner ol{
  list-style: decimal;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.0048em;
  color: #1e2a3b;
  padding-left: 1.25rem;
}

.accordionContent ul{
  padding-left: 2.5rem;
  padding-bottom: 1rem;  
}

.select2-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px !important;
  right: 10px !important;
}
.select2-custom .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top: none !important;
  border-width: 1px;
  width: 8px !important;
  height: 8px !important;
  border-bottom: 1px solid #806d7e;
  border-right: 1px solid #806d7e !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.select2-custom .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 3px 3px !important;
  color: #806d7e !important;
}
.select2-custom .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width:1px!important;
}
.select2-custom .select2-container .select2-selection--single {
  height: 40px !important;
  border-radius: 2px !important;
  padding: 3px 10px 3px 15px !important;
  border: 1px solid #e4e0e4;
  font-size: 13px !important;
  color: #806d7e !important;
}

#sidebar-city .select2-container 
{
  width: 100%!important;
}

.accordionContent  ul {
  margin-left: 20px;
}
.accordionContent   p{
  color: #64748B;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 1.25rem;
  padding-top: 0px;
}
.accordionContent   ul li {
  list-style: disc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.0048em;
  color: #666666;
}