.fiexible_img {
    position: relative;
    bottom: 60px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.marg-botom-65{
    margin-bottom: 65px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #606367;
    font-family: 'Lato';
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ded3d3;
    border-radius: .7em;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form input{
    font-family: "Lato", sans-serif;
}

.testimonial_para{
    color: #012e84 !important;
    font-weight: 600 !important;
}

.countdown_part{
    background-color: #fec200 !important;
    margin: 10px;
    padding: 12px;
    border-radius: 6px;
  }

  .form-group{
    margin-bottom: 1.2rem;
  }

.fontSize1{
    font-size: 1.5rem !important;
}

@media (max-width: 768px) {
    label {
      margin-bottom: 0.1rem;
      font-size: 13px;
  }
  .form-control {
    font-size: 12px;
}
.modal-body {
    padding: 5px 10px;
}
.form-group {
    margin-bottom: 15px;
}
.modal-dialog {
    margin: 20px;
}
.modal-header {
padding: 5px 10px;
}

.countdown_part{
    background-color: #fec200 !important;
    margin: 3px;
    padding: 10px;
    border-radius: 8px;
    }

}

.hero-carousel .item,
.secondary-carousel .item {
    margin: 10px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-carousel .item img,
.secondary-carousel .item img {
    width: 100%;
    object-fit: cover;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-prev {
    left: 10px;
}

.owl-theme .owl-nav .owl-next {
    right: 10px;
}

.owl-theme .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 5px;
}



/* Base styles for the button */
.theme-btn-one {
    font-size: 14px;  /* Default font size */
    padding: 8px 20px; /* Default padding */
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.theme-btn-one i {
    margin-left: 8px; /* Add some space before the icon */
}

/* Styles for larger screens (desktops and laptops) */
@media (min-width: 1024px) {
    .theme-btn-one {
        font-size: 16px;  /* Increased font size for desktops and laptops */
        padding: 10px 24px; /* Increased padding for larger screens */
    }
    .btnSpace{
        padding: 20px 0px;
    }
}

/* Responsive styles for smaller screens (tablets and mobiles) */
@media (max-width: 768px) {
    .theme-btn-one {
        font-size: 12px;  /* Smaller font size for mobile */
        padding: 6px 16px; /* Reduce padding for mobile */
        width: 100%;      /* Make button full width on mobile */
        box-sizing: border-box;
    }
    .btnSpace{
        padding: 0px 0px 0px;
    }
}

/* Additional small screen adjustments for extra-small devices */
@media (max-width: 480px) {
    .theme-btn-one {
        width: 70%;
        font-size: 11px;  /* Even smaller font for very small devices */
        padding: 5px 12px; /* Adjust padding to be more compact */
    }
    .btnSpace{
        padding: 0px 0px 0px;
    }
}
