.number {
    font-size: 28px;
}
.logo img{
    width:100px;
}
@media(max-width:768px){
    .number {
        font-size: 16px;
    }
  .boxes {
    margin-top: 30px !important;
}
    .btn {
    font-size: 12px !important;
    margin-top: 10px !important;
}
    
    .boxes {
    flex-wrap: wrap;
    border-radius: 20px !important;
}
.box-text {
    border-right: unset !important;
    border-bottom: 1px solid;
    width: 100%;
}
    .hero-slider .swiper-slide {
    min-height: 1000px !important; 
}
        .demo h3 ,.demo h4 {
    font-size: 18px !important;
    margin-bottom: 12px !important;
    font-weight: 700 !important;
}
}

.demo h3,.demo h4 {
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 900;
    background: linear-gradient(45deg, #244F92, #244F92);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 120vh;
  height: 120vh !important;
}

/*.hero-slider .swiper-slide:nth-child(1) {
    background-image: url('../img/bh7.jpg');
}

.hero-slider .swiper-slide:nth-child(2) {
    background-image: url('../img/bh6.jpg');
}

.hero-slider .swiper-slide:nth-child(3) {
    background-image: url('../img/bh6.jpg');
}

.hero-slider .swiper-slide:nth-child(4) {
    background-image: url('../img/bh7.jpg');
} */


.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.swiper-wrapper {
    display: flex;
    gap: 10px;
    overflow: hidden;
  /*transform: translate3d(0px, 0, 0) !important;*/
}
.swiper-slide img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

  .form-sec {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
}
  .form-container {
    background-color: #fff;
    font-family: 'Blinker', sans-serif;
    padding: 20px;
    margin: 20px auto;
    border: 5px solid #244F92;
    border-radius: 10px;
    max-width: 450px;
}
  .form-group { margin-bottom: 12px; }
  .form-control {
    font-size: 13px;
    height: 36px;
}
  .btn {
      color: #fff;
      background-color: #244F92;
      font-size: 16px;
      font-weight: 700;
      width: 100%;
      padding: 10px;
      margin-top: 20px;
      border: 2px solid #832af9;
      border-radius: 5px;
      transition: all 0.3s;
      border: 2px solid #244F92;
  }
  .btn:hover {
      /* background-color: #fff;
      color: #832af9;
      border: 2px solid #832af9;*/
  }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #5086e4;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #5280e5;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-sec h5 { 
    font-size: 0px;
    margin-top: 10px;
    font-weight: 700;
}
span#totalPrice {
    color: green;
    font-size: 0px;
    font-weight: 900;
}
.boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0px;
    background: linear-gradient(45deg, #244F92, #244F92);
    border-radius: 100px;
    color: white;
    margin-top:-25px;
    position:relative;
    z-index: 11;
}
.box-text {
    padding: 5px 15px;
    border-right: 1px solid;
}
ul#priceDetails li {
    display: flex;
    justify-content: space-between;
}
ul#priceDetails li:last-child {
    margin-top: 5px;
    border-top: 1px solid;
}
ul#priceDetails {
    padding: 0;
}



  .progress-container {
            width: 100%;
            max-width: 600px;
            margin: 20px auto;
            position: relative;
        }
        .progress-bar {
            width: 100%;
            height: 5px;
            background: #ddd;
            position: relative;
            border-radius: 5px;
        }
       .progress-fill {
        height: 100%;
        width: 0;
        border-radius: 5px;
        transition: width 0.3s ease-in-out;
        background: linear-gradient(45deg, #244F92, #244F92);
    }
        .progress-circle {
            width: 30px;
            height: 30px;
                font-size: 10px;
            border-radius: 50%;
            background: white;
            border: 2px solid #244F92;
            color: black;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -13px;
            transform: translateX(-50%);
            z-index: 10;
        }
        .filled {
            background: linear-gradient(45deg, #244F92, #244F92);
            color: white;
        }
        .selectors {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }
        select {
            padding: 5px;
        }













.btn-submit {
	border-color: #244F92 !important;
}

.whatcomenext {
    padding: 60px 0;
    background-color: #f8f9fa;
}
.whatcomenext h2, .whatcomenext h3, .whatcomenext h4, .whatcomenext h5 {
    text-align: center;
    font-weight: 600;
}
.trainingslist {
    margin-top: 20px;
}
.nextbx {
    text-align: center;
    margin-top: 30px;
}
.nextbx ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.nextbx li h6 {
    font-size: 24px;
    font-weight: 700;
}
.researchnew {
    padding: 60px 0;
    background-color: #ffffff;
}
.researchnew h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}
.researchbox {
    text-align: center;
    padding: 20px;
}
.researchbox img {
    width: 60px;
    margin-bottom: 10px;
}
.readlater {
    background: #eee;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.readctn {
    display: flex;
    align-items: center;
    gap: 15px;
}
.readbtn a {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.record {
    padding: 60px 0;
    background-color: #f8f9fa;
    text-align: center;
}
.record h2 {
    font-size: 32px;
    font-weight: 700;
}
.placelogo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}
.placelogo li {
    flex: 0 0 12%;
}
.placelogo img {
    width: 100%;
    border-radius: 5px;
}



.mobile-cta {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mobile-cta .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    width: 30%;
}

.mobile-cta .icon_bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    margin-bottom: 5px;
}

.mobile-cta .img_bg {
    width: 24px;
    height: 24px;
}

.mobile-cta .icon {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .mobile-cta {
        flex-direction: row;
        justify-content: space-between;
    }
    .mobile-cta .btn {
        width: auto;
        padding: 5px;
        font-size: 12px;
    }
    .mobile-cta .icon_bg {
        width: 30px;
        height: 30px;
    }
    .mobile-cta .img_bg {
        width: 20px;
        height: 20px;
    }
}

.btn-pay {
    background-color: #007bff; /* Blue color */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-pay:hover {
    background-color: #0056b3; /* Darker blue */
    transform: scale(1.05);
}

.btn-pay:active {
    background-color: #004494;
    transform: scale(0.98);
}

.btn-pay:focus {
    outline: none;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
}


.btn-pay {
    display: inline-block;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .btn-pay {
        margin-left: 50px;
    }
}
