.cstm-btn-clr{
    background-color: #ff5b1d;
}
.csmt-txt-clr{
    color: #b73b00;
}
.hm-logo{
    width: 60%;
    margin: auto;

}
.top-72{
  top: 19rem;
}
.top-10{
  top: 9rem;
}
@keyframes slideFromTop {
    0% {
      transform: translateY(-100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes rotate360 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* Apply animations to the image */
  .hm-upr-ptc {
    animation: 
      slideFromTop 1s ease-out 0.5s both, /* Slide-in animation */
      rotate360 9.5s linear infinite; /* Continuous rotation */
    opacity: 0.3; /* Start with 0 opacity to avoid flash */
    margin: auto;
    margin-top: -10rem;
  }
  .cstm-shadow{
    box-shadow: rgb(255 223 211 / 70%) 0px 8px 24px;
  }
.opct-3{
    opacity: 0.3 !important;
}
/* OTP CSS */

.input-field {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}
.cstm-bg-btm{
  padding-top: 6px;
  padding-bottom: 35px;
  background: linear-gradient(to right, #ff7919, #ff7f1e, #ff6d06, #fd3907);
}
.cstm-bg-btn{
    background-color: #C37B5F;
}
.otp-box {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid rgba(20, 20, 20,0.16);
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.mt-150{
  margin-top: 5px;
}
.otp-box:focus {
    outline: none;

}
.input-field input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #333;

}

.instruction {
    font-size: 16px;
    color: #555;
}

/* Temple Css start Here */

.img-tmp {
    position: relative;
}

.img-tmp img {
    display: block;
    width: 100%;
    height: auto;
}

.img-tmp .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 60%);
    pointer-events: none; /* Ensures it doesn’t block interaction with the image */
}
.tmpl-para{
    color: #FFF;
   font-size: 16px;
   font-weight: 500;
}
.tmpl-lction{
    color: #FFF;
   font-size: 16px;
   font-weight: 300;
}
.bknow-btn {
  position: absolute;
  bottom: 4rem;
  left: auto;
  rotate: 270deg;
  right: -48px;
  top: auto;
}
.bknow-btn button {
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 3px;
  background-color: #FFF;
  color: #000;
  border: none;
}
.bknow-content{
    position: absolute;
    bottom: 1rem;
    left: 15px;
}
.mt-15{
    margin-top: 15px;
}
.mt-40{
    margin-top: 3rem;
}
.login-bg-mda{
 right: 3%;
 bottom: -10rem;
}
.gif-img{
    float: inline-end;
    width: 65%;
}
  
/* Temple css end here */


/* Temple details css start here */
.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
  }
  .grid-image {
    width: 100%;
    cursor: pointer;
    border-radius: 8px;
  }
  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
  }
  .popup-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 80%;
  }
  .slider-image {
    width: 100%;
    display: none;
    border-radius: 8px;
  }
  .slider-image.active {
    display: block;
  }
  .close {
    position: absolute;
    top: 7%;
    right: 16px;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }
  .prev, .next {
    position: absolute;
    top: 50%;
    color: white;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
    transform: translateY(-50%);
  }
  .prev {
    left: 16px;
  }
  .next {
    right: 16px;
  }

  .video-item {
    text-align: center;
    cursor: pointer;
  }
  .thumbnail {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .thumbnail img {
    width: 100%;
    border-radius: 8px;
  }
  .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

  }
  img.play-icon {
    width: 30%;
}
  .popup video {
    width: 80%;
    border-radius: 8px;
  }
  .close {
    position: absolute;
    top: 7%;
    right: 16px;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }

/* temple details css end here */


/* Calendar css start here */

.calendar {
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  margin-top: 25px;
}
.calendar-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.calendar-header h2 {
  margin: 0;
}
.calendar-days {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  text-align: center;
}
.calendar-day {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
  align-items: center;
}
.calendar-day.today {
  background: #ffebcd;
  border: 2px solid #ffa500;
  display: flex;
  gap: 30px;
  border-radius: 15px
}
.currentDay {
  padding: 20px;
  background-color: #ff9933;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
}
.tithi, .nakshatra {
  color: #555;
  font-size: 16px;
  font-weight: 600;
}
.text-justify{
  text-align: justify;
}
/* Calendar css end here */

/* welcome css start here */
.mrg-btm-324{
  margin-top: -25rem;
    background-color: #00000080;
    padding-bottom: 72px;
    border-radius: 40px 45px 0px 0px;
}
.god-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  animation: fadeBackground 12s infinite;
}

@keyframes fadeBackground {
  0% {
    background-image: url('./assets/images/bg-img-god/mbl-bg-img-2.jpg');
  }
  33% {
    background-image: url('./assets/images/bg-img-god/mbl-bg-img-3.jpg');
  }
  66% {
    background-image: url('./assets/images/bg-img-god/mbl-bg-img-4.jpg');
  }
  100% {
    background-image: url('./assets/images/bg-img-god/mbl-bg-img-5.jpg');
  }
}

.god-bg-img-curv {
  position: relative;
  width: 50%;
  height: auto;
}

.fade-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  width: 100%;
}

.fade-img.active {
  opacity: 1;
}



/* welcome css end here */


/* General style for slides */
/* General style for slides */
.swiper-slide-cstm {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border-radius: 10px;
  transition: transform 0.6s ease; /* Smooth scaling transition */
  transform: scale(0.8); /* Default zoom-out for non-active slides */
}

/* Active slide style */
.swiper-slide-active.swiper-slide-cstm {
  transform: scale(1) !important; /* Full zoom for the active slide */
}
.bg-p-cstm {
  background-color: #C37B5F;
}


nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 24px;
  max-width: 500px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.nav-box {
  display: flex;
  padding: 8px;
  background: linear-gradient(to right, #ff7919, #ff7f1e, #ff6d06, #fd3907);
  box-shadow: 0px 0px 16px 0px #4444;
  border-radius: 8px;
}
.nav-container {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-around;
}
.nav__item {
  display: flex;
  position: relative;
  padding: 2px;
}
.nav__item.active .nav__item-icon {
  margin-top: -26px;
  box-shadow: 0px 0px 16px 0px #4444;
}
.nav__item.active .nav__item-text {
  transform: scale(1);
}
.nav__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2f3046;
  text-decoration: none;
}
.nav__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  background-color: #fff;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  transition: margin-top 250ms ease-in-out, box-shadow 250ms ease-in-out;
}
.nav__item-text {
  position: absolute;
  bottom: 0;
  transform: scale(0);
  transition: transform 250ms ease-in-out;
  color: #FFF;
}
.booking-img img{
  margin: auto;
  margin-top: 26px;
  width: 50%;
}
.cstm-wdt-ctg{
  width: 30% !important;
  height: 130px !important;
  border-radius: 50% 50% 0px 0px;
  border: none;
}
.text-17{
  font-size: 13px;
}
.lgn-img{
  width: 100%;
}
.temple-img{
  position: relative;
}
.temple-name{
  position: absolute;
  bottom: 21%;
  left: auto;
  font-size: 16px;
  font-weight: 500;
  right: 16%;
  background: rgb(0 0 0 / 28%);
  backdrop-filter: blur(2px);
  padding: 6px;
  border-radius: 8px;
  color: #FFF;
  font-family: 'Marcellus', serif;
}
.hampi {
  right: 23%;
}
.Meenakshi{
  right: 27%;
}
.Ramanathaswamy{
  right: 13%;
}
.chardham{
  right: 27%;
}
.fture-img{
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.fture-container {
  background-color: #FFF;
  padding: 11px 0px;
  border-radius: 18px;
  width: 220px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 6px 10px 0px;
}
.swiper-slide.feature-slider {
  padding-bottom: 20px;
}
.feature-icon {
  background: linear-gradient(135deg, #fd4d00, #d54500, #ff4701, #ff5b1d);
  padding: 5px;
  border-radius: 20%;
  width: 31%;
}
.ftr-heading {
  font-size: 14px;
}
.ftr-offer {
  font-size: 14px;
  color: red;
  font-weight: 600;
}


/* People also view css start here */

.people-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding-right: 20px;
}
.people-div {
  background-color: #FFF;
  padding: 15px 0px 0px 15px;
  border: none;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 8%) 0px 1px 11px, rgb(0 0 0 / 0%) 0px 5px 1px;
}
.people-heading {
  font-size: 14px;
  padding-bottom: 10px;
}
.free-cnt {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: space-between;
  padding-top: 10px;
}
.people-content {
  font-size: 13px;
  text-transform: uppercase;
  font-style: italic;
}
.free-del {
  font-size: 13px;
  color: green;
    font-weight: 500;
}
/* People also view css end here */


/* Color options css start here */

.nav-box.color-opt {
  background: linear-gradient(to bottom, #F17C2D, #D96925);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.color-opt-icn{
  background: linear-gradient(to bottom, #F17C2D, #D96925); 
}
.change-color{
  color: #D96925;
}
.cstm-btn-clr-change{
  background: linear-gradient(to bottom, #F17C2D, #D96925); 
}
/* Color options css end here */


/* Select Language Css start here */

.language-selection-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.language-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.card {
  width: 100%;
  height: 105px;
  display: block;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  transition: border 0.3s, transform 0.2s, box-shadow 0.2s;
}


.card.active {
  border: 2px solid #007bff;
}

.card p {
  color: #FFF;
  float: inline-start;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
}

.card img {
  margin: 5px 0 0;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 70px;
}

.continue-button {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s;
  outline: none;
}

.continue-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.continue-button:hover:enabled {
  background-color: #0056b3;
}


.hindi {
  background: linear-gradient(135deg, #AC6849, #ac6849e0);
}

.english {
  background: linear-gradient(135deg, #DC8C20, #ffac40);
}

.bengali {
  background: linear-gradient(135deg, #95B49A, #b3d8b9);
}

.marathi {
  background: linear-gradient(135deg, #CB192D, #ff3b52);
}

.telugu {
  background: linear-gradient(135deg, #4485D1, #5fa5f5);
}

.tamil {
  background: linear-gradient(135deg, #4485D1, #5fa5f5);
}

.malayalam {
  background-color: #e9dfe5;
}

.kannada {
  background-color: #e4daff;
}

.gujarati {
  background: linear-gradient(135deg, #ffd448, #f5a45f);
}

.cstm-slct-btn{
  cursor: pointer;
}

/* Select Language Css end here */

/* Wrapper styles */
.image-wrapper {
  position: absolute;
  overflow: hidden; /* Optional: Prevents overflow during the animation */
}

/* Slide-in animation */
@keyframes slideInFromTopLeft {
  from {
    transform: translate(-100%, -100%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* Apply animation to the image */
.animate-slide-in-top-left {
  animation: slideInFromTopLeft 1s ease-in-out;
}

@keyframes slideInFromTop {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Apply animation to the image */
.animate-slide-in-top-to-bottom {
  animation: slideInFromTop 1.5s ease-in-out;
}

/* Slide-in from right to bottom */
@keyframes slideInFromRightToBottom {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Apply animation to the image */
.animate-slide-in-right-to-bottom {
  animation: slideInFromRightToBottom 2s ease-in-out;
}
/* Slide-in from left to right */
@keyframes slideInFromLeftToRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Apply animation to the image */
.animate-slide-in-left-to-right {
  animation: slideInFromLeftToRight 2.5s ease-in-out;
}

.fade {
  opacity: 0;
  visibility: hidden; /* Ensure element is hidden */
  transition: opacity 1s ease-in-out, visibility 0s 1s; /* Smooth fade effect */
}

.show {
  opacity: 1;
  visibility: visible; /* Make visible */
  transition: opacity 1s ease-in-out, visibility 0s 0s; /* Smooth fade-in effect */
}
.pb-10{
  padding-bottom: 20px;
}
.add-to-cart{
  background: linear-gradient(to bottom, #F17C2D, #D96925); 
    width: 24%;
    padding: 10px;
    border-radius: 18px 0px;
}
.product-img{
  margin-left: -6px;
}
/* .bg-img-add{
  background-image: url('./assets/bg-img-change.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
body{
  background: linear-gradient(to bottom, #fffcfa, #ffe7d5, #ffd3b4, #ffc69d);
  /* background-image: url('./assets/bg-img-change.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Language Cards */
.language-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.language-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.language-card:hover {
  background: #f0f8ff;
  border-color: #007bff;
}

.language-card.selected {
  background: linear-gradient(to right, #f7a56a, #ff9748, #ff6d06, #fd3907);
  border: 2px solid #f54704;
}
.language-card.selected .circles{
  background: #FFF;
  color: #000;
}
.language-card.selected p{
  color: #FFF;
}
.language-card div {
  display: flex;
  align-items: center;
  gap: 105px;
}

.circles {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: linear-gradient(to right, #fd3907, #fe7206, #ff6d06, #fd3907);
  border-radius: 50%;
}

.cstm-slct-btn {
  width: 100%;
  margin-top: 30px;
  background: linear-gradient(135deg, #fd4d00, #d95415, #f54704, #ff5b1d);
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
}
.sidhivinayak{
  right: 23%;
}
.ftr-head{
  font-style: italic;
  text-transform: uppercase;
  font-size: 12px;
}

/* E-Shop Css Start here */

.left-category{
  background-color: #FFF;
  position: fixed;
  height: 100vh;
  width: 20%;
}
.right-product{
  position: absolute;
  right: 0;
  padding-right: 10px;
  width: 77%;
}
.border-color-000{
  background-color: rgb(41 40 40 / 21%);
}

.top-bar {
  justify-content: space-between;
  background: #ff6d06;
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
  position: fixed;
  top: -100px; 
  left: 0;
  width: 100%;
  z-index: 100;
  transition: top 0.5s ease-in-out;
}

.top-bar.show {
  top: 0; 
  padding-top: 50px;
}
.tmpl-top-hd{
  font-size: 18px;
}


/* temple option 2 css strat here */

.bg-img-top img{
  height: 400px;
  object-fit: cover;
  margin-top: -32px;
  z-index: 4;
}
.overlay-details{

}
.overlay-details{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
                            background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 80%));
                        z-index: 0;
}
.temple-content{
  position: relative;
  background-color: #FFF;
  border-radius: 30px 30px 0px 0px;
}

.tabs-heading {

  padding: 10px;
  display: flex; 
  white-space: nowrap; 
  gap: 10px;
}

.overflow-x-auto {
  overflow-x: auto;
  overflow-y: hidden; 
  -webkit-overflow-scrolling: touch; 
  scrollbar-width: none; 
  -ms-overflow-style: none; 
  background-color: #FFFF;

}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
}

.details-tab .tabs-heading {
  display: flex; 
  gap: 10px; 
  white-space: nowrap; 
}

.details-tab .tabButton {
  flex-shrink: 0; 
  padding: 0.5rem 1rem;
  text-align: center; 
  background-color: #ebebeb; 
  border-radius: 8px; 
  color: #3d3d3d;
}

.details-tab .activeTabButton {
  color: #fff;
  border-radius: 8px;
}

.details-tab .tabButton {
  padding: 0; 
  margin: 0;
}

.details-tab .tabButton:hover {
  background-color: #ffe0b2; 
}
.details-tab .tab-button .tabButton{
    width: 40%;
    padding: 5px 0px;
    border: 0;
}
.details-tab .tab-content{
    background-color: #FFF;
    padding: 15px;
  
}
.details-tab .tab-button .tabButton.activeTabButton {
  background: linear-gradient(to right, #ff7919, #ff7f1e, #ff6d06, #fd3907);
  color: #FFF;
}
.dontation-icon{
  width: fit-content;
  float: inline-end;
  font-size: 30px;
}
.top-section{
  margin-top: -33px;
  padding-bottom: 70px;
  border-radius: 30px 30px 0px 0px;
  background-color: #FFF;
 
}
.bottom-15{
  bottom: 15px;
}
.location-icon {
  background: linear-gradient(to right, #ff7919, #ff7f1e, #ff6d06, #fd3907);
  font-size: 22px;
  margin-top: -9px;
}


/* Book Now Button */
.book-now-btn {
  padding: 12px 20px;
  background: #ff6d06;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.book-now-btn:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

/* Sliding container */
.sliding-container {
  position: fixed;
  bottom: -100%; /* Initially hidden below the viewport */
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 18px 18px 0 0;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 4px; /* Space between buttons */
  transition: bottom 0.5s ease; /* Smooth slide-up effect */
  z-index: 1000;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

/* Cancel icon inside the sliding container */
.cancel-icon {
  position: absolute;
  top: -3px;
  right: 20px;
  font-size: 24px;
  color: #898989;
  cursor: pointer;
  transition: color 0.3s ease;
}

.cancel-icon:hover {
  color: #ff6d06; /* Change color on hover */
}

/* Action Buttons inside the sliding container */
.action-btn {
  align-items: center;
  padding: 10px 4px;
  background: #ff6d06;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%; /* Adjust button width */
}
.bkn-img{
  margin: auto;
}
.action-btn:hover {
  background: #ff4506;
}

/* Active state to show the container */
.book-now-container.active .sliding-container {
  bottom: 0; /* Slide up into view */
}
.top-absolute-items{
  position: absolute;
  top: 8px;
  left: 45%;
  background-color: rgba(224, 224, 229, 1);;
  width: 48px;
  height: 5px;
  border-radius: 10px;
}
.bottom-10{
  bottom: 20px;
}
.temple-panc{
  display: flex;
  background-color: #FFF;
  border-radius: 8px;
  gap: 10px;
  padding: 15px;
  align-items: center;
}

.icon-circle{
  width: 10px;
  height: 10px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: linear-gradient(to right, #fd3907, #fe7206, #ff6d06, #fd3907);
  border-radius: 50%;
  display: flex;
  padding: 3px;

}
.bk-date{
  width: 35%;
}

/* temple option 2 css end here */


/* Booking Css Strat here */

.cstm-bkng-color{
  background: linear-gradient(to right, #ff7919, #ff7f1e, #ff6d06, #fd3907);
}

  

#clear-btn{
  float: inline-end;
}
/* Booking end here */

.phys-drhn-icon{
  width: 70px;
  height: 70px;
  padding: 15px;
}