*,*::after,body{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
  @font-face {
    font-family: 'Inter Regular';
    font-style: normal;
    font-weight: normal;
    src:url('../interfonts/Inter-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Inter Thin BETA';
    font-style: medium;
    font-weight: 500;
    src:url('../interfonts/Inter-Thin-BETA.woff') format('woff');
    }

    
    @font-face {
   font-family: 'kinships';
  font-style: normal;
  font-weight: 500;
  src: url('../interfonts/fonnts.com-kinshipsans-500.otf') format('opentype');
}

    @font-face {
    font-family: 'Inter Extra Light BETA';
    font-style: normal;
    font-weight: normal;
    src:url('../interfonts/Inter-ExtraLight-BETA.woff') format('woff');
    }

    

    @font-face {
    font-family: 'Inter Light BETA';
    font-style: bold;
    font-weight:500;
    src:url('../interfonts/Inter-Light-BETA.woff') format('woff');
    }


    @font-face {
    font-family: 'Inter Medium';
    font-style: normal;
    font-weight: normal;
    src:url('../interfonts/Inter-Medium.woff') format('woff');
    }


    @font-face {
    font-family: 'Inter Semi Bold';
    font-style: normal;
    font-weight: normal;
    src:url('../interfonts/Inter-SemiBold.woff') format('woff');
    }


    @font-face {
    font-family: 'Inter Bold';
    font-style: normal;
    font-weight: normal;
    src:url('../interfonts/Inter-Bold.woff') format('woff');
    }


    @font-face {
    font-family: 'Inter Extra Bold';
    font-style: normal;
    font-weight: normal;
    src:url('Inter-ExtraBold.woff') format('woff');
    }

    @font-face {
    font-family: 'Inter Black';
    font-style: normal;
    font-weight: normal;
    src:url('../interfonts/Inter-Black.woff') format('woff');
    }

    .kpy-6{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
/* header part srat now */
header.header.fixed {
    position: absolute;
    z-index: 2;
    width: 100%;
    width: 100%;
    padding: .5rem 0px;
    background: white;
    background: linear-gradient(45deg, #fffffff2, transparent);
    box-shadow: 0px 5px 8px #0000001f;
    /* border-radius: 0px 0px 25px 25px; */
    opacity: 1;
    backdrop-filter: blur(1px);
}
.active2 {
    background: #ffffff1f;
    padding: 0px 00px;
    border: 1px solid #feca0a;
    border-radius: 10px;
}
nav {
     display: flex;
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sf-menu li {
    list-style: none;
}

.sf-menu li a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
        padding: 15px 20px;
           font-family: 'Inter Medium';
}

.sf-menu {
    display: flex;
    gap: 0px 10px;
        margin-bottom: 0px;
}
.sf-menu li a:hover {
    background: #feca0a;
    border-radius: 10px;
    color: #0C1B3C;
}
/* banner slider part */
.slider-content {
    padding-top: 7rem;
}
.slider1{
    background-attachment: fixed;
    background: linear-gradient(#0C1B3C, rgb(0 0 0 / 9%)), url(../images/banner/banner9.jpeg);
    height: 100vh;
  background-position: center;
    background-size: cover !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.slider1 .slider-content h1{
      font-weight: 900;
    color: #feca0a;
    text-shadow: 1px 1px #000000;
    line-height: 1;
     font-family: "kinships";
            font-size: 70px;
            margin-top: 1rem;
}
.slider1 .slider-content h2{
    font-size: 75px;
    margin-bottom: 1rem;
    color: white;
    display: block;
        font-family: "kinships";
}
.all-content strong{
      font-family: 'Inter Medium';
}
.slider-content h2{
    position: relative;
}

/* .slider-content h2::after {
    position: absolute;
    right: -89px;
    width: 35%;
    height: 10px;
    content: '';
    bottom: 50px;

    transform: translate(0%,-50%);
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.slider-content h2::before {
    position: absolute;
    left: -82px;
    width: 35%;
    height: 10px;
    content: '';
    bottom: 50px;
    transform: translate(0%, -50%);
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
} */
.btn-group a {
    display: block;
    width: fit-content;
    height: 55px;
    border: 1px solid white;
    border-radius: 50px;
    margin-top: 1rem;
    padding: 0px 35px;
    line-height: 55px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
        background: #00000073;
            font-family: 'Inter Medium';
}
a.btn1 {
    background: #feca0a;
    color: #000000;
    border: 1px solid #feca0a;
    
}
.btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 20px;
    margin-top: 3rem;
}
.time.middle span {
    color: white;
    font-size: 22px;
    font-family: 'Inter Regular';
}

.time.middle {
    display: flex;
    gap: 0px 100px;
    justify-content: center;
    margin-top: 3rem;
}

.time.middle span div {
    font-size: 70px;
    font-family: 'Inter Bold';
}
/* banner slider end part */

/* about part start tnow */
.about-content h2 {
    font-size: 30px;
    font-family: 'Inter Semi Bold';
    text-transform: uppercase;
     /* font-family: "kinships"; */
    margin-bottom: 2rem;
        color: #1e3a7d;
}

.about-content h2 span {
    font-family: 'Inter Thin BETA';
    text-transform: capitalize;
    color: black;
}
.about-content p {
    font-size: 16px;
    line-height: 1.9;
    /* font-family: 'Inter Regular'; */
    color: #141414;
    font-family: 'Inter Extra Light BETA';
}
.aboutevents1 {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}
.ctabutton {
    background-attachment: fixed;
    background: linear-gradient(#1b2b99, rgb(0 0 0 / 9%)), url(../images/banner/cta-banner.jpg) no-repeat center top ;
  /* background-position:top center; */
    background-size: cover !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sleep-event-cta {
  /* background: linear-gradient(135deg, #1b2b99, #081d63); */
  color: #fff;
  padding: 80px 20px;
  font-family: 'Helvetica', sans-serif;
}

.sleep-event-cta .container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.sleep-event-cta h2 {
  font-size: 65px;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 10px;
     font-family: 'kinships';
}

.sleep-event-cta h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 8px;
}

.sleep-event-cta h4 span {
  color: #FFD700;
}
.sleep-img{
width: 650px;
}
.sleep-event-cta .subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #f4f4f4;
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    font-family: 'Inter Regular';
}

.sleep-event-cta .event-details {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
  line-height: 1.8;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 0px 20px;
      margin-top: 4rem;
}
.event-details li {
    font-size: 18px;
    background: #00000078;
    padding: 10px 20px;
    border-radius: 10px;
}
.sleep-event-cta .cta-btn {
    display: inline-block;
    background: #feca0a;
    color: #000000;
    font-weight: bold;
    padding: 14px 35px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Inter Medium';
    font-size: 16px;
    text-transform: uppercase;
}

.sleep-event-cta .cta-btn:hover {
  background: #fff;
  color: #081d63;
}

.sleep-event-cta .event-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}


/* table part programe */
 .schedule-section {
  padding: 80px 20px;
  background: #f8faff;
    font-family: 'Inter Regular';
  text-align: center;
}

.schedule-section h2 {
  font-size: 36px;
  color: #1b2b99;
  margin-bottom: 5px;
      font-family: 'Inter Bold';
}

.schedule-section .subtitle {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
}

.table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.schedule-table thead {
  background: #1b2b99;
  color: #fff;
}

.schedule-table th, .schedule-table td {
  padding: 14px 18px;
  text-align: left;
    border-bottom: 1px solid #ffd700;
    border-right: 1px solid #ffd700;
       font-family: 'Inter Light BETA';
}

.schedule-table tr:nth-child(even) {
  background: #f4f6ff;
}

.schedule-table .section-row {
  background: #e9edff;
  font-weight: bold;
  text-align: left;
}

.schedule-table td[colspan="3"] {
  text-align: left;
  font-weight: 600;
  color: #1b2b99;
      text-align: center;
    font-size: 25px;
        font-family: 'Inter Medium';
}

.hidden ,.hidden-about{
  display: none;
}

.view-btn {
  margin-top: 25px;
    background: #feca0a;
    color: #000000;
  border: none;
    padding: 14px 35px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
    font-family: 'Inter Medium';
    font-size: 16px;
    text-transform: uppercase;
}

.view-btn:hover {
  background: #1b2b99;
  color: #fff;
}
.table-h{
    font-size: 22px;
        font-family: 'Inter Medium';
}

/* end programe */
/* tabs part start now */

.subtitle {
  font-size: 1.1rem;
  color: #7f8c8d;
  max-width: 600px;
  margin: 0 auto;
}

.tabs {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e4e8;
  padding-bottom: 10px;
}

.tab {
  padding: 12px 24px;
  margin: 0 5px 10px;
  background: none;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #3b3b3b;
  font-family: 'Inter Extra Light BETA';
}

.tab:hover {
  background-color: #e9ecef;
  color: #495057;
}

.tab.active {
  background-color: #3498db;
  color: white;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.5s ease forwards;
  background-color: white;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.item-info {
  padding: 15px;
  background-color: white;
}

.item-info h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #2c3e50;
}

.item-info p {
  color: #7f8c8d;
  font-size: 0.9rem;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  color: #7f8c8d;
}
.devices-box1 img {
    width: 35px;
    margin-right: 1rem;
}
footer {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  color: #7f8c8d;
  border-top: 1px solid #e1e4e8;
}
/* devices */
.devices-box1 {
    /* background-attachment: fixed; */
    background: linear-gradient(#0C1B3C, rgb(0 0 0 / 9%)), url(../images/banner/banner2.jpeg);
    height:300px;
  background-position: center;
    background-size: cover !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;


    /* background: #1b2b99; */
    color: white;
    padding: 30px 40px;
    border-radius: 40px;
    text-align: left;
    margin: auto;
    position: relative;
    padding-top: 5rem;
        margin-top: 3rem;
}

.devices-box1 ul {
    display: grid;
    gap: 50px 3px;
    justify-content: center;
    grid-template-columns: 30% 25% 15% !important;
    margin-bottom: 1.5rem;
}

.devices-box1 ul li {
    list-style: none;
    font-size: 26px;
    color: #ffffff;
}

.devices-box1 h3 {
    font-size: 35px;
    text-align: center;
    /* margin-bottom: 8rem !important; */
    background: #ffd700;
    width: fit-content;
    margin: auto;
    padding: 10px 88px;
    border-radius: 9px;
    color: #1b2b99;
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translate(-50%);
    /* margin-top: 3rem; */
}
.bg-lightgray{
    background-color:rgba(128, 128, 128, 0.048);
}
.form-part{
   background:url(../images/banner/banner-events2.jpg);
    height:100%;
  background-position: center;
    background-size: cover !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
}
/* locations-part */
.locations-part{
background-color: #1b2b99;
}

.location-box {
    height: 100%;
    /* background: white; */
}

.location-content {
    height: 100%;
    /* border-radius: 20px; */
    height: 300px;
    background: white;
    width: 96%;
    border-radius: 15px;
    padding: 30px 30px;
        border: 2px solid #ffd700 !important;
}

.location-content h4 {
    font-size: 30px;
    margin-bottom: 2rem;
}

.location-content ul {
    margin-left: 0px;
    padding-left: 4px;
}

.location-content ul li {
    list-style: none;
    color: black;
    line-height: 3;
    font-size: 19px;
}

.location-content ul li a {
    text-decoration: none;
    color: black;
}


.iframe-map iframe {
    border: 2px solid #ffd700 !important;
    border-radius: 15px;
}
.location-content address {
    margin-bottom: 0px;
}

/* form part start now */
.my-form {
    /* width: 1100px; */
    margin: auto;
    /* background: #1d29517d; */
    padding: 60px 60px;
    border-radius: 15px;
    /* background: #1d29516b 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 8px #1d29517d; */
    /* border-radius: 0px 0px 25px 25px; */
    opacity: 1;
    /* backdrop-filter: blur(2px); */
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.my-form input ,.my-form select,.my-form textarea,.my-form input::placeholder{
     font-family: 'Inter Light BETA';
        font-size: 14px;
        color: #1f1f1f;
        /* text-transform: capitalize; */
}
.my-form input {
    width: 100%;
    height: 50px;
    border: .2px solid #1b2b99;
        padding: 0px 16px;
    margin: 9px 0px;
        border-radius: 10px;
}
.form-container {
    /* background: red; */
    background: linear-gradient(135deg, #1b2b99 0%, #FFCF00 100%) no-repeat 0 0 / 200%;
    border-radius: 20px;
    max-width: 1200px;
        overflow: hidden;
}

.form-container .my-form {
    background: white;
    border-radius: 0px;
}
.my-form select {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin: 7px 0px;
        padding: 0px 16px;
           border: .2px solid #1b2b99;
}

.my-form .submit-btn {
     width: 100%;
    height: 55px;
    border-radius: 10px;
    border: .2px solid white;
    margin-top: 2rem !important;
    margin: auto;
    display: block;
    background: #ffd700;
    color: #1b2b99;
    font-size: 16px;
    font-family: 'Inter Medium';
    text-transform: uppercase;
    letter-spacing: .7px;
}
.form-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px !important;
    text-align: center;
    color: white;
}
.contentform h3 {
    font-size: 30px;
    margin-bottom: 1.5rem;
       font-family: 'Inter Medium';
}

.contentform p {
    color: #e1e1e1;
      font-family: 'Inter Regular';
}
.scanner-image img {
    /* width: 190px; */
    margin: auto;
    display: block;
}
input[type=checkbox] {
  accent-color: #1b2b99 ;
      border: .2px solid #1b2b99 !important;
}
.payment-mode {
    display: flex;
    align-items: center;
}
.cehckbox {
    width: 40px !important;
    margin-left: 0px !important;
    height: 25px !important;
    border: .2px solid #1b2b99 !important;
}
.scanner-image {
    display: none;
}
/* Responsive */
.footer-part {
    background: #2a368f;
    padding: 20px;
    margin-top: 3rem;
}
/*========================= media query start now======================== */
@media(min-width:1700px){
    .my-container2{
        width: 1550px;
        margin: auto;
    }
}
@media(max-width:1700px){
    .my-container2{
        width: 90%;
        margin: auto;
        max-width: 90%;
    }
}
@media(max-width:1550px){
  .sleep-img {
    width: 550px;
}
  .slider-content h2::before {
    left: -60px;
    bottom: 10px;
  }
    .slider1 .slider-content h2 {
    font-size: 35px;
    }
    .slider1 .slider-content h1 {
    font-size: 55px;
    }
    .loog img {
    width: 220px;
    }
    .sf-menu li a {
    font-size: 14px;
    }
    .slider-content h2::after {
    right: -60px;
    bottom: 10px;
    }
    .time.middle span div {
    font-size: 50px;

    }
    .btn-group a {
    height: 50px;
    padding: 0px 25px;
    line-height: 50px;
    font-size: 14px;
    }
    .slider1 {
    padding-bottom: 3rem;
    }
    .rounded.w-100{
        height: 430px;
        /* object-fit: cover; */
    }
    .sleep-event-cta h4 {
    font-size: 16px;
    }
        /* .sleep-event-cta .subtitle {
    font-size: 45px;
        } */
        .sleep-event-cta h2 {
    font-size: 50px;
        }
        .event-details li {
    font-size: 18px;
        }
        .schedule-section h2 {
    font-size: 30px !important;
        }
        .table-h th{
    font-size: 20px !important;

        }
        .schedule-table th, .schedule-table td {
    font-size: 14px;
        }
        .schedule-table td[colspan="3"] {
    font-size: 22px;

        }
        .devices-box1 {
    height: 250px;
        }
        .devices-box1 ul {
    grid-template-columns: 30% 25% 24% !important;
        }
        .devices-box1 ul li {
    font-size: 20px;
        }
        .devices-box1 h3 {
    font-size: 28px;
        }
            .kpy-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
    .my-form input ,.my-form select,.my-form textarea,.my-form input::placeholder{
            font-size: 13px;
    }
        .contentform h3 {
    font-size: 28px;

        }
        .contentform p {
    font-size: 14px;
        }
}
@media(max-width:1360px){
    .loog img {
    width: 170px;
    }
    .btn-group {
    margin-top: 1rem;
    }
     .btn-group a {
    font-size: 13px;
    }
    .time.middle span {
    font-size: 16px;
    }
    .slider1 .slider-content h1 {
        font-size: 50px;
    }
    .slider-content h2::after {
    bottom: 10px;
        right: -60px; 
    }
    .slider-content h2::before {
    bottom: 10px;
        right: -60px;
    }
    .slider1 .slider-content h2 {
        font-size: 30px;
    }
.about-content p {
    font-size: 14px;

}

}
@media (max-width: 768px) {
  .sleep-event-cta .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
    .contentform h3 {
        font-size: 20px;
        padding-top: 2rem;
                margin-bottom: 10px;
    }
    .my-form {
    margin: auto;
    padding: 20px 23px;
    }
  .sleep-event-cta .event-image {
    margin-top: 30px;
  }

  .sleep-event-cta h2 {
    font-size: 38px;
  }
    .gallery {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .slider1 {
    height: 500px;
  }
        .slider1 .slider-content h2 {
        font-size: 18px;
    }
    .slider1 .slider-content h1 {
           font-size: 25px;
            line-height: 1.2;
                margin-top: .8rem;
    }
    .slider1 .slider-content h1 br {
    display: none;
}
    .time.middle span div {
        font-size: 30px;
    }
    .time.middle span {
        font-size: 12px;
    }
    .time.middle {
    display: flex;
    gap: 0px 40px;
    justify-content: center;
    margin-top: 1rem;
    }
    .slider-content h2::after ,.slider-content h2::before{
    height: 3px;

    }
        .loog img {
        width: 170px;
    }
    .slider-content h2::before {
    left: 15px;
    width: 25%;
    bottom: 6px !important;
    }
    .slider-content h2::after {
    right: 15px !important;
    width: 25%;
    bottom: 6px !important;
    }
    .btn-group a {
        height: 45px;
        padding: 0px 23px;
        line-height: 45px;
        font-size: 12px !important;
    }
    .about-content h2 {
    font-size: 22px;

    }
    .menue ul {
    flex-direction: column;
}

.menue {
    position: fixed;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #3F51B5;
    width: 100%;
    display:none;
}

.menue ul {
    margin-top: 4rem;
    line-height: 3;
    padding-left: 0px;
}

.menue ul li {
    border-bottom: 1px solid #ffffff52;
    padding-left: 20px;
}
.loog {
    display: flex;
    justify-content: center;
    margin: auto;
}
    .kpy-6 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .about-content h2 {
    margin-bottom: 1rem;
    }
        /* .sleep-event-cta .subtitle {
        font-size: 28px;
        line-height: 1.2;
    } */
        .sleep-event-cta h2 {

        font-size: 25px;

    }
    .sleep-event-cta .subtitle {
    font-size: 14px;
    }
        .sleep-event-cta h4 {
        font-size: 12px;
    }
    .sleep-event-cta .event-details {
    gap: 15px 20px;
    flex-direction: column;
    }
    .event-details li {
    background: #00000087;
    font-size: 16px;

    }
    .sleep-event-cta .cta-btn {
   
    padding: 12px 35px;
    font-size: 14px;
    }
    .schedule-section {
    padding: 29px 1px !important;
    }
        .table-h th {
        font-size: 16px !important;
    }
        .schedule-table th, .schedule-table td {
        font-size: 12px;
        }
            .schedule-table td[colspan="3"] {
        font-size: 16px !important;
    }
        .devices-box1 h3 {
        font-size: 16px;
        padding: 13px 21px;
        width: 75%;
    }
    .devices-box1 { height: 300px;
    color: white;
    padding: 20px 20px;
    padding-top: 3rem;
    }
        .devices-box1 ul li {
        font-size: 14px;
    }
    .devices-box1 img {
    width: 18px;
    margin-right: .4rem;
    }
     .devices-box1  ul {
                padding-left: 0px;
                        grid-template-columns: 33% 28% 34% !important;
    }
        .devices-box1 {
        height: 180px;
        }
        .my-form input {
            height: 37px;
            padding: 0px 10px;
            margin: 3px 0px;
            border-radius: 9px;
        }
        .my-form select {
    height: 37px;
    margin: 4px 0px;
    padding: 0px 10px;
        }
        .payment-mode span {
    font-size: 13px;
    line-height: 1.1;
}
.cehckbox {
    width: 30px !important;
    height: 20px !important;
}
.my-form .submit-btn {
    height: 45px;
    margin-top: 2rem !important;
    font-size: 14px;
}
  .schedule-table th, .schedule-table td {
    font-size: 14px;
    padding: 10px 12px;
  }

  .schedule-section h2 {
    font-size: 28px;
  }

  .view-btn {
    font-size: 14px;
    padding: 10px 24px;
  }
    .rounded.w-100{
        height: auto !important;
        object-fit: cover;
        margin-top: 1rem;
    }
    .sleep-img {
    width: 280px;
}
header.header.fixed {
    background: white;
    }
    .thanksimg{
      width: 110px;
    }
        .thankspage .slider1 {
        height: 85vh;
    }
    .text-font {
    font-size: 14px !important;
    padding:0px 10px !important;
}
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }

  .tab {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
}


.input1 input.error,
.input1 select.error {
    border: 1px solid red !important;
    background-color: #ffe6e6;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}