#my_search_term{
    
    width: 200px;
}







/*------video-style--start-----*/


    .container-flull-id{
        
    overflow: hidden;
        
        
    }
    .videoWrapper{
        
      margin-left: 10px;  
        
        
    }
    .carousel-slide{
        
      width: 100%;  
        
        
    }

    
    /* Responsive Video Column Width */
.col-vid-hol {
    width: 50%;
    float: left;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .col-vid-hol {
        width: 33.33%;
    }
}

@media (max-width: 992px) {
    .col-vid-hol {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .col-vid-hol {
        width: 100%;
    }
}

    
.wrapper {
  max-width: 680px;
  margin: 60px auto;
  padding: 0 20px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}



.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
/*
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
*/

.youtube .play-button {
  width: 90px;
  height: 90px;
  background-color:transparent;
  box-shadow: 0 0 30px rgba( 255,255,255,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 50%;
  border:2px solid #da461e!important;
}



.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #da461e;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}



/*-------video slider start-arrow---*/
 .swiper-slide-next .youtube .play-button,.swiper-slide-prev .youtube .play-button{
        display: none;
        
    }
    .swiper-slide-next .slide-caption,.swiper-slide-prev .slide-caption{display: none;}
    
    .swiper-slide-next .youtube ,.swiper-slide-prev .youtube{
       cursor: none;
        
    }
    .slide-caption{
        text-align: center;
        background: #003399; 
        color: #fff; 
       height: 75px;
        overflow-y: auto;
}
/*-------video slider start-arrow---*/



/*------video-style--end-----*/

/*------pagenation  start----*/

.pagi-hold {
    text-align: center;
    width: 150px;
    margin: 20px auto;
    background: #fff;
    color: #003399;
    border-radius: 5px;
}



* Pagination Buttons */
.pagination-container {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#prevBtn, #nextBtn {
    font-size: 18px;
    transition: background 0.3s, transform 0.2s;
    padding: 8px 16px;
    border-radius: 5px;
}

#prevBtn:hover, #nextBtn:hover {
    background: #28a745;
    color: white;
    transform: scale(1.1);
}

#prevBtn:disabled, #nextBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#pageNumber {
    font-weight: bold;
    color: #003399;
    font-size: 18px;
}
/*----pagenation end---------*/
/*----form style start-----*/
       .form-container {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .form-group input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-sizing: border-box;
        }

        .submit-btn {
            background-color: #007bff;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }

        .submit-btn:hover {
            background-color: #0056b3;
        }
/*----form style end------*/