@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');
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
body{
    background-color: rgb(240, 239, 239);
}
.height87{
 height: 87vh;
}
.black-bg{
    background-color: black;
}
.login{
    height: 100vh;
    background-color: black;
}
.round{
    border-radius: 12px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contain{
    width: 90%;
}
.form-check-input:checked {
    background-color: #eb0100;
    border-color: #eb0100;
    box-shadow: none;
}
.red-color{
    color: #eb0100;
}
.bttn{
    color: white;
    background-color: #eb0100 !important;
}
.progressbar {
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    list-style-type: none;
    padding-left: 0;
}

.progressbar li {
    text-align: center;
    position: relative;
    flex: 1;
    color: #bbb;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    border-radius: 50%;
    background: #ccc;
    margin: 0 auto 10px auto;
    font-weight: bold;
}

.progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ccc;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #000000;
}

.progressbar li.active:before {
    background: #000;
    color: white;
}
.dif {
    font-size: 45px;
    font-weight: 600;

}

.same {
    margin-top: 10px;
    font-weight: bolder;
    font-size: 25px;
}

.third-custom {
    margin-top: 25px;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
}

.preferred-date-time,
.selected-products {
    padding: 20px;
    flex: 1 1 60%;
}

.selected-products {
    flex: 1 1 30%;
}


.calendar .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weeks, .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* Ensures 7 equal-width columns */
    gap: 5px; /* Optional: Adds space between the days */
    padding: 0;
    margin: 0;
}

.weeks li, .days li {
    list-style: none;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 5px; /* Optional: Rounded corners for each day */
    transition: background-color 0.3s ease;
}

.days li.inactive {
    color: #ccc;
}

.available-timeslots ul {
    list-style: none;
    padding: 0;
}

.available-timeslots li {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.available-timeslots li:hover {
    background-color: #e0e0e0;
}
.timeslot-size{
    font-size: 15px;
}

.termination-fee {
    flex: 1;
}
.days li.active {
    background-color: #eb0100;
    color: #fff;
    border-radius: 50%;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background and text color */
}

.calendar-container .days li.active {
    background-color: red;
    color: white;
}

@media screen and (min-width:280px) and (max-width:550px) {
    .steps{
        display: none;
    }
    .navbar-brand{
        width: 100%;
        text-align: center;}

}

@media screen and (min-width:280px) and (max-width:726px) {
    .navbar-brand{
        width: 100%;
        text-align: center;}

}
.card-banner{
  background-image: url("../images/card-banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height:100vh;
}
.dropdown-menu-end {
  min-width: 14rem !important;
}
.dropdown-item:hover {
  color: white !important;
  background-color: #eb0100 !important;
}
.dropdown-item:active {
  color: white !important;
  background-color: #eb0100 !important;
}
.product-banner {
  background-image: url("../images/product-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cards {
  padding: 30px 30px 0px 30px;
}
.tab-section.active {
  display: inline-block;
  color: #eb0100;
  border-bottom: 2px solid #eb0100;
  padding: 5px 0;
  border-radius: 0;
  box-shadow: none;
}
.tab-section1.active {
  transform: scale(1.1);
}
.tab-section {
  padding: 15px 2px 15px 2px;
  border-radius: 20px 20px 0px 0px;
}
.tab-pane {
  padding: 30px 0px 30px 0px;
}
.price {
  font-size: 2.5rem;
  font-weight: bold;
}
.price .cents {
  font-size: 1.5rem;
  font-weight: normal;
}
.month {
  font-size: 1.2rem;
  font-weight: normal;
}
.text-black {
  color: #000;
}
.text-red {
  color: #eb0100 !important;
}
.bg-red{
 background-color: #eb0100;
}
.card-para {
  font-size: 13px;
}
.verify-btn {
  background-color: #eb0100;
  color: #ffffff !important;
  padding: 6px 20px 6px 20px;
  border-radius: 20px;
  font-size: 15px;
}
.font-bold{
  font-weight: 600;
}
.bg-grey{
  background-color: rgb(214, 213, 213);
}
.success{
  background-color: #40CD2D;
}
.faq-btn::after {
  background-image: url("../images/plus.svg");
}
.faq-btn:not(.collapsed)::after {
  background-image: url("../images/sub.svg");
  transform: rotate(0deg);
}
.accordion-item:first-of-type {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.faq-btn:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}