@import url('animation.css');

.clt_card {
  width: 100%;
  height: auto;
}

.clt_card>h5,
.clt_card>h5 a {
  color: #913B24;
}

.clt_card>h5>a {
  text-decoration: underline;
}

.clt_card>h5>a:hover {
  color: #fff;
}

.clt_card>h5>small>a {
  font-size: 16px;
}

.clt_card>h5>small>a:hover {
  text-decoration: underline;
}

.load-more {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.load-more>span {
  width: 150px;
  min-height: 50px;
}

.load-more>span>p {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 8px !important;
  border: 1px solid #F4B556;
  background: #F4B556 !important;
  padding: 8px 14px;
  color: #913B24;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;

}

.load-more>span:hover>p {
  color: #fff;
}

.no-product-div {
  text-align: center;
}

.blog-thumbnail {
  height: 180px;
}

.heart img,
.heart-btn img {
  cursor: pointer;
}

.heart:hover img,
.heart-btn:hover img {
  animation: pulsate .9s ease-in-out;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.relative {
  position: relative;
}

.badge-container {
  width: 91%;
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 0;
  /* border-radius: 35%; */
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  overflow: hidden;
  background: #F4B556;

}

.badge-text {
  padding: 5px;
  background-color: #F4B556;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: bold;
}

.display-none {
  display: none !important;
}

.set_btnn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-message {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 100%;
}
.bank-form-container{
  width: 100%;
  padding: 15px;
  max-width: 700px;
  margin: auto;
}
.bank-form input{
  border: solid 1px #F4B556;
}
.bank-form .form-group{
  padding-top: 5px;
  padding-bottom: 5px;
}
.bank-form .row{
  padding: 15px 0 ;
}
.bank-input::-webkit-outer-spin-button,
.bank-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.bank-input[type=number] {
  -moz-appearance: textfield;
}

.car-travel-list li {
  margin: 10px 0;
}

.car-travel-list li::marker {
  font-weight: bold;
}

.air-travel-row .air-travel-card {
  border: solid 1px gray;
  box-shadow: 5px 0px 5px;
  border-radius: 5px;
  overflow: hidden;
  min-height: 480px;
}

.air-travel-row .air-travel-card>.img-div {
  height: 200px;
}

.air-travel-row .air-travel-card>.img-div>img {
  height: 100%;
  width: 100%;
}

.air-travel-row .air-travel-card>.card-text {
  padding: 10px 10px;
  text-align: center;
}

.air-travel-row .air-travel-card>.card-text>p {
  text-align: justify;
}

.banner_txt {
  height: auto !important;
}

.banner_txt h3 {
  padding: 8px 0;
}

h2.heading-text {
    font-weight: 700;
    margin-top: 50px;
}

img.img-fluid {
    border-radius: 20px 0px;
}
hr:not([size]) {
    height: 0px;
}
.col-md-6 {
    text-align: justify;
}

.text-container-overflow {
	max-height: 150px;
	overflow-y: auto;
}
    /* Style for the scrollbar thumb */
    .text-container-overflow::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
    }

    .text-container-overflow::-webkit-scrollbar-thumb {
        background-color: #913B24; /* Color of the scrollbar thumb */
        border-radius: 10px; /* Radius of the scrollbar thumb */
    }

    .text-container-overflow::-webkit-scrollbar-thumb:hover {
        background-color: #6a2c1c;/* Color of the scrollbar thumb on hover */
    }