
  button.close-mobile-menu.d-block.d-lg-none {
    padding: 0px;
}

    .vs-btn {
                cursor: pointer !important;
            }
            .button-jittery {
                
                
                animation: jittery 4s infinite;
            }
    
    
            .button-jittery:hover {
                animation: heartbeat 0.2s infinite;
            }
    
    
            @keyframes jittery {
    
                5%,
                50% {
                    transform: scale(1);
                }
    
                10% {
                    transform: scale(0.9);
                }
    
                15% {
                    transform: scale(1.15);
                }
    
                20% {
                    transform: scale(1.15) rotate(-5deg);
                }
    
                25% {
                    transform: scale(1.15) rotate(5deg);
                }
    
                30% {
                    transform: scale(1.15) rotate(-3deg);
                }
    
                35% {
                    transform: scale(1.15) rotate(2deg);
                }
    
                40% {
                    transform: scale(1.15) rotate(0);
                }
            }
    
            @keyframes heartbeat {
                50% {
                    transform: scale(1.1);
                }
            }
            
            
    .btn__white:active, .btn__white:focus,.btn__white:hover {
    color: #212529 !important;
    border-color: #ffffff !important;
    background-color: #ffc107 !important;
}


.btn__secondary {
    color: black;
    background-color: #ffc107;
}

.btn__primary{
     color: black;
    border-color: #ffc107;
    background-color: #ffc107;
}


.btn__primary:active, .btn__primary:focus {
    color: black;
    border-color: #ffc107;
    background-color: #ffc107;
}


.features-layout3 .feature-item-custom:before {
    font-family: icomoon;
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    font-size: 140px;
    color: rgba(255, 255, 255, 0.1);
}




.feature__content1 {
     background-color: #127fb5 !important;
     padding-left:20px;
     padding:45px;
}

.feature__content1:hover {
     background-color: #127fb5 !important; 
}


.btn:not(.btn__link):not(.btn__outlined):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffc107 !important;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}
    



  .border-r{
   border-radius: 30px;
  } 
      
.btn__white {
  background-color: #F5BB26FA;
  color: #ffffff;
  padding:10px;
}

.btn__white:active, .btn__white:focus {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn__white:hover {
  color: #27477D;
}

h6{
    font-size:18px;
}


.bg-primary-color{
    background-color:#127fb5;
}
      
@media (min-width: 320px) and (max-width: 575px) {
    .slider .slide__title {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight:900;
    }
    
    .mobile-image{
        max-width:auto;
    }
   
}    

.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before {
    font-family: "icomoon";
    font-size: 40px;
    opacity:0.8;
}


.features-layout3 .feature-item-custom {
    overflow: hidden;
    background-color: #27477D;
}


.slider .slide__title {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight:900;
}
.features-layout3 .feature-item-custom:hover {
    overflow: hidden;
    background-color: #127fb5;
}
      
     





.feature__content{
    background-color:transparent;
}


  .countdown-section {
    margin-top: 30px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
  }

  .countdown-title {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align:center;
    color:#F5BB26FA;
    
  }

  .countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F5BB26FA;
    color:#fff;
    padding: 10px 20px;
    border-radius: 10px;
  }

  .countdown-time {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
  }   

  .countdown-label {
    font-size: 14px;  
  }
  
  .fancybox-item:hover{
       background: #F5BB26FA;
       color:#fff;
  }
  
  
  ..btn span, .btn i {
     margin: 0px; 
}
  

/* Styles for small screens */
@media (max-width: 768px) {
  .fancybox-layout3 .fancybox-item {
    width: 100%; /* Make the items take full width on small screens */
    padding: 20px 15px; /* Reduce padding for better fit on small screens */
    justify-content:center;  
    
   
  }
  
  
}

.testimonials-layout3 {
    padding-bottom: 40;
}


.testimonial__meta.slick-slide.slick-current.slick-active {
    width: 190px !important;
}

.slick-track {
    display: flex;
}



    .sticky-button {
      display: none; /* Hide by default */
      position: fixed;
      bottom: 1px; /* Adjust vertical position */
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000; /* Ensure it's above other content */
      width: 100%; /* Adjust button width */
      text-align: center; /* Center text */
      background: linear-gradient(to right, #ffb347 0, #fc3 51%, #ffb347 100%);
      border: none;
    }
    /* Show sticky button on small screens */
    @media (max-width: 767.98px) {
      .sticky-button {
        display: block;
      }
    }

     
  .nice-select .list {
      
    width: 100%;
    height: auto;
    overflow:auto;
    background-color:white;
    
}

@media (min-width: 200px) and (max-width: 767px) {
    .btn:not(.btn__link) {
        font-size: 13px;
        min-width: 120px;
        height: 50px;
        padding: 45px;
        border-radius:10px;
    }
    .tab-section{
        display:none !important;
        /*position: relative;*/
       
    }
    
    section{
         padding-top: 0px !important; 
        padding-bottom:0px !important; 
    }
    
    
    .container1{
        max-width:100%;
    }
    
    button.btn.btn-warning.button-jittery.text-center {
    margin: 0 auto;
}

.feature__content.d-flex.align-items-center.justify-content-between {
    flex-direction: column;
}

.feature__content1.d-flex.align-items-center.justify-content-between {
    flex-direction: column;
}

 
    .feature-item .feature__title {
        font-size: 30px !important;
        /*margin-bottom: 16px;*/
    }

  

    .btn:not(.btn__link) {
        margin-top:0px;
        font-size: 20px;
        min-width: 120px;
        height: 50px;
     
    }

    
    
}

@media (min-width: 769px) and (max-width: 2500px) {
    .mobile-view{
        display:none !important;
    }
    
    
    .feature-item .feature__title {
    font-size: 35px;
}

.text-md-left {
        text-align: center !important;
    }
    
    p{
            font-size: 20px;
    }
    
    
    .accordion-item .accordion__title {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 22px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 40px;
    color: #213360;
}

  .heading__title {
        font-size: 52px !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
}

      .form-group-icon {
    position: absolute;
    top: 22px;
    right: 23px;
    z-index: 2;
    color: #d7d8da;
    pointer-events: none;
}

.form-control {
    font-size: 14px;
    height: 42px;
    padding: 0 20px;
    border-radius: 55px;
    background-color: #ffffff;
    border: 2px solid #e6e8eb;
}

.form-group {
    position: relative;
    margin-bottom: 11px;
}




@media (min-width: 320px) and (max-width: 767px) {
    .heading__title {
        font-size: 40px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    h6 {
    font-size: 22px;
}



    .fancybox-item .fancybox__title {
        font-size: 22px !important;
        margin-bottom: 5px;
    }
    
    
        .accordion-item .accordion__title {
        font-size: 20px;
    }
    
        .accordion-item .accordion__body p {
        font-size: 18px;
    }
}

}


@media (min-width: 200px) and (max-width: 767px) {
    section {
        padding-top: 80px !important;
        padding-bottom: 40px !important;
    }
}

