body {
    font-family: "Montserrat", sans-serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d3d4d6;
}
/* .footer-section
{

        position: absolute;
        width: 100%;
        bottom: 0;
}
 */

@keyframes fadeInAnimation {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a,
span {
    margin: 0;
    padding: 0
}

a:focus,
input:focus-visible,
input:focus {
    outline: 0 auto -webkit-focus-ring-color
}

ul li {
    list-style: none
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253/0%)
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253/0%)
}

.form-select:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253/0%)
}

a {
    text-decoration: none !important;
    transition: all .5s ease-in-out
}

a:hover,
:hover {
    text-decoration: none !important;
    transition: all .5s ease-in-out
}

.font-9 {
    font-size: 9px
}

.font-10 {
    font-size: 10px
}

.font-11 {
    font-size: 11px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-27 {
    font-size: 27px
}

.font-30 {
    font-size: 30px
}

.font-36 {
    font-size: 36px
}

.font-40 {
    font-size: 40px
}

.font-60 {
    font-size: 60px
}

.fw-500 {
    font-weight: 500
}
.social-button {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #552a7c;
    line-height: 35px;
    border-radius: 50%;
    transition: all 0.5s ease;
    margin-right: 5px;
    text-align: center;
}
.social-button1 {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #242424;
    line-height: 25px;
    border-radius: 50%;
    transition: all 0.5s ease;
    margin-right: 5px;
    text-align: center;
  }
.text-purple {
    color: #552a7c;
}
.form-check-input:checked {
    background-color: #192e7e;
    border-color: #192e7e;
}
.form-check-input:focus {

    box-shadow: unset;
}
.gradient-background {
    background: linear-gradient(90.28deg, #192e7e 70.76%, #80199f 90.85%);
}
.gradient-background-1{
    background: linear-gradient(150deg, #80199fc2 40%, #192d7ebb 70%);
}
.rounded-35{
    border-radius: 50px;
}
.bg-light-blue{
    background-color: #4834fa60;
}
.bd-blue-100 {

    background-color: #cfe2ff;
}
.bg-blue{
    background-color: #3074bb;
}
.logo-footer
{
    margin-bottom: -2em;
}
.border-new
 {
    border: 10px solid #80199f;
 }

 .border-new1
 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);


 }
.btn-cus{

    line-height: 15px;
    min-height: 40px;

}


.middle-hight {
    min-height: 330px;

}

.serch-btn {
    position: absolute;

    margin-top: -2em;
    right: 1em;
    background-color: transparent;
}
.dt-bootstrap5 .col-md-6{
    flex: 0 0 auto;
    width: 50%;
}

.fees-Carousel.owl-carousel .owl-item {
    transition: transform 0.6s ease;
  }

  .fees-Carousel.owl-carousel .center {
    transition: transform 0.6s ease;
    transform: scale(1.1); /* Slightly scale the center item */
    z-index: 10; /* Bring the center item to the front */
  }

  .fees-Carousel.owl-carousel .owl-item:not(.center) {

    transform: scale(0.9); /* Slightly scale down non-centered items */
  }
  .rounded-26{
    border-radius: 26px;
  }

  .fees-Carousel.owl-carousel img
  {
    margin: 0 auto;
    margin-top: -5.5em;
    margin-bottom: 1em;
  }

  .fees-Carousel.owl-carousel .owl-stage-outer {
    padding-top: 3em;
    padding-bottom: 2em;


  }
  .fees-Carousel .owl-nav{
    display: block !important;
  }
  .fees-Carousel .owl-nav span{
    display: none !important;
  }
  .fees-Carousel .owl-next::before {
    content: '\f105';
    right: -8%
}

.fees-Carousel .owl-prev::before {
    content: '\f104';
    left: -8%
}

.fees-Carousel .owl-next:hover::before,  .fees-Carousel .owl-prev:hover::before {
    color: #4cc89f;
    transition: .5s ease-in-out
}
.fees-Carousel .owl-next::before,.fees-Carousel .owl-prev::before {
    font-family: fontawesome;
    font-size: 40px!important;
    color: #80199f;
    position: absolute;
    top: 35%;
    transition: .5s ease-in-out;
    display: inline-block
}


.bd-yellow-300 {
    background-color: #ffe69c;
}
.bd-cyan-100 {

    background-color: #cff4fc;
}
.pagination .page-item .page-link{
    padding: 7px 15px;
    font-size: 13px !important;

    color: #000 !important;

}

.pagination .page-item.active .page-link {
    background-color: #005c32;
    border-color: #198754!important;
    color: #ffffff !important;
    border: 1px solid #dee2e6!important;
}


.mh-6 {
    min-height: 6em;

}
.rating {
    display: flex;
    flex-direction: row-reverse; /* Remove this if present */
    justify-content: flex-end;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 2em;
    color: #8e8e8e; /* Default grey for unselected stars */
    padding: 0 0.1em;
    cursor: pointer;
}

.rating label::before {
    content: "\2605";
}

.rating input:checked ~ label,
.rating input:checked ~ label ~ label {
    color: #ffc700; /* Yellow for selected stars */
}

.rating label:hover,
.rating label:hover ~ label {
    color: #ffcc00; /* Hover effect */
}

.cricle-1{
   color: #7ECC49;
}
.cricle-2{
    color: #AFB83B;
}
.cricle-3{
     color: #299438;
}

.cricle-4{
    color: #EB96EB;
}
.cricle-5{
    color: #4073FF;
}
.cricle-6{
     color: #14AAF5;
}
.cricle-7{
 color: #B8255F;
}
.bg-success-subtle {
    background-color: #d1e7dd;
}


#sync2 .owl-nav.disabled {
    display:  block !important;
}

#sync2 .owl-nav span {
    display:  none !important;
}
#sync2 .owl-next::before {
    display: inline-block;
    font-family: fontawesome;
    content: '\f054';
    font-size: 24px;
    transition: .5s ease-in-out;
    color: #374550;
    position: absolute;
    right: -1em;
    top: 2em;
    font-weight: 100;
}

#sync2 .owl-prev::before {
    display: inline-block;
    font-family: fontawesome;
    content: '\f053';
    font-size: 24px;
    transition: .5s ease-in-out;
    color: #374550;
    position: absolute;
    left: -1em;
    top: 2em;
    font-weight: 100;
}

.quantity-widget {
    display: flex;
    align-items: center;

    overflow: hidden;
}

.quantity-widget button {
    background-color: #192e7e;
    color: #fff;
    border: none;
    padding: 3px 20px;
    cursor: pointer;
    font-size: 27px;
}

.quantity-widget button:disabled {
    background-color: #fff;
    cursor: not-allowed;
}

.quantity-widget input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
}
#myTab .nav-link.active{
    background-color: #9c9c9c;
    color: #192e7e;
}



 .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
  }
  .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
  }
  .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
  }
  .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
  }
  .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
  }
  .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
  }
  .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
  }
  .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
  }
  .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
  }
  .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
  }
  /* .min-height-card{
    min-height: 200px;
  } */
 .homePage{
    display: none;
 }
 .discount-banner {
    background-color: #ff0000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
  }
  .discount-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ff0000 transparent;
    width: 0;
    height: 0;
  }
  .discount-text {
    font-size: 16px;
    font-weight: bold;
  }
  .discount-percentage {
    font-size: 40px;
    font-weight: bold;
  }

  .timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background-color: #eef2ff;
    border-radius: 10px;
  }
  .timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 10px;
    position: relative;
  }
  .timeline-step:not(:last-child) {
    margin-right: 40px;
  }
  .timeline-step:not(:last-child)::after {
    content: '\f061'; /* Font Awesome right arrow icon */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #000;
  }
  .timeline-step span {
    font-size: 14px;
    color: #6c757d;
  }
  .timeline-step strong {
    font-size: 16px;
    color: #4b0082;
  }



  @keyframes rotate-circle {
    0% {
      transform: rotate(-45deg);
    }
    5% {
      transform: rotate(-45deg);
    }
    12% {
      transform: rotate(-405deg);
    }
    100% {
      transform: rotate(-405deg);
    }
  }
  @keyframes icon-line-tip {
    0% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }
  @keyframes icon-line-long {
    0% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0px;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }



.dt-buttons .buttons-excel {
    background-color: #28a745 !important; /* Green background */
    color: white !important;             /* White text */
    border: none !important;             /* Remove border */
    border-radius: 5px !important;       /* Rounded corners */
    padding: 8px 50px !important;        /* Add padding */
    font-size: 14px !important;          /* Adjust font size */
    font-weight: bold !important;        /* Bold text */
    cursor: pointer !important;          /* Change cursor on hover */
    transition: background-color 0.3s ease !important; /* Smooth hover effect */
}

.dt-buttons .buttons-excel:hover {
    background-color: #218838 !important; /* Darker green on hover */
}
.badge-34 {
    position: absolute;
    top: 3px;
    right: 2px;
    transform: translate(50%, -50%);
    background-color: #3c4aff;
    color: white;
    font-size: 0.6rem;
    border-radius: 50%;
    padding: 5px 6px;
    line-height: 1;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #4a4a4a;
}


#calendar {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 800px;
    width: 100%;
  }

  .fc-toolbar {
    background: linear-gradient(to right, #4a90e2, #007aff);
    color: white;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
  }

  .fc-day-header {
    background-color: #e9ecef;
    color: #212529;
    font-weight: bold;
    text-transform: uppercase;
  }

  .fc-event {
    background-color: #28a745 !important;
    color: white !important;
    border-radius: 4px;
    padding: 4px 8px;
    transition: transform 0.2s ease-in-out;
  }

  .fc-event:hover {
    transform: scale(1.05);
  }

  .fc-today {
    background-color: #ffc107 !important; /* Highlight current day */
  }






 

.btn-outline-dark:hover {
    background-color: #6a11cb;
    color: #fff;
}

.form-control:focus {
    box-shadow: 0px 0px 5px rgba(106, 17, 203, 0.5);
    border-color: #6a11cb;
}





@media only screen and (max-width: 600px) {


}

@media only screen and (min-width: 601px) and (max-width: 766px) {

}

@media only screen and (max-width: 767px) {
    .font-24 {
        font-size: 20px;
    }
    .font-36 {
        font-size: 24px;
    }
    .font-20 {
        font-size: 16px;
    }
    .fees-Carousel.owl-carousel .owl-stage-outer {
        padding-top: 2em;

    }
    .font-30 {
        font-size: 20px;
    }
    .font-17 {
        font-size: 14px;
    }
    .font-13 {
        font-size: 12px;
    }
    .font-12 {
        font-size: 11px;
    }
    .form-switch {
        padding-left: 0.5em;
    }


    #sync2 .owl-prev::before,#sync2 .owl-next::before {

        top: 1.4em;

    }
    .font-14 {
        font-size: 12px;
    }
    .font-27 {
        font-size: 17px;
    }
    .timeline {
        overflow-x: auto;
    }
    .font-16 {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .font-36 {
        font-size: 20px;
    }
    .font-14 {
        font-size: 12px;
    }
    .font-13 {
        font-size: 11px;
    }
    .font-24 {
        font-size: 18px;
    }
    .font-20 {
        font-size: 17px;
    }
    .font-30 {
        font-size: 18px;
    }
    .font-17 {
        font-size: 14px;
    }
    .font-13 {
        font-size: 12px;
    }
    .font-12 {
        font-size: 11px;
    }
    .form-switch {
        padding-left: 1em;
    }
    .tab-d-none{
        display: none !important;
    }
    .tab-d-block{
        display: block !important;
    }
    .font-14 {
        font-size: 12px;
    }
    .font-27 {
        font-size: 24px;
    }
    .timeline-step strong {
        font-size: 13px;

    }
    .timeline-step span {
        font-size: 11px;

    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    .font-36 {
        font-size: 24px;
    }
    .font-24 {
        font-size: 18px;
    }
    .font-15 {
        font-size: 13px;
    }
    .cus-switch {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .font-14 {
        font-size: 13px;
    }
    .font-13 {
        font-size: 10px;
    }

    .border-new.px-3{
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }
    .font-12 {
        font-size: 10px;
    }
    .font-27 {
        font-size: 24px;
    }
}






@media (min-width: 1400px) {

    .footer-section{
        position: sticky;
        width: 100%;
        bottom: 0;
    }

    .footer-section1{
        position: absolute;
        width: 100%;

    }


}


.rounded-bottom-custom {
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
}

  .big-down-arrow {
  font-size: 60px;
  color: #0d6efd;
  animation: bounceDown 2s infinite;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s, color 0.3s;
}

.big-down-arrow:hover {
  color: #0b5ed7;
  transform: scale(1.2);
}

/* Bounce animation */
@keyframes bounceDown {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(12px); }
  60% { transform: translateY(6px); }
}