@media (max-width: 1300px) 
{
    .rightnav{
    width: 34%;
    }
    .box-4 {
    width: 40%; 
    }

}


@media only screen and (max-width:1140px)
{
   .nav-list{
    flex-direction: column;
   } 
   .navbar{
    height: 380px;
    overflow: visible ;
    flex-direction:column;
    transition: all 0.9s ease-out;
   }
   .rightnav{
    text-align: center;  

   }
   .box-main{
    flex-direction: column-reverse;
    max-width: 100%;
   }
   #search{
    width: 100%;
   }
   .burger{
    display: block;
   }
   .h-nav-resp{
    height: 40px;
    overflow: hidden;
   }
   .v-class-resp{
    opacity: 0;
   }
   .section{
    flex-direction:column-reverse;
   }
   .text-big{
    text-align: center;
   }
   .text-small{
    text-align: center;
   }
   .button{
    text-align: center;
   }
   .paras{
    padding: 0px;
   }
   .nav-list li{
    padding: 5px 30px; 
   }

   .logo img{
    width: 80%;
    height: 25px;
    border: 1px solid green;
    border-radius: 50px;
    margin-left: 50px;
   } 

   .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px;
    gap: 20px;
   }

   .column {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
   }  

   .left-column, .right-column {
        width: 98%;
        padding: 1%; 
   }

   .box-1 {
    width: 20%; 
    font-size: 18px;
    padding: 4px;
   }
   
   .box-2 {
    width: 60%; 
    font-size: 18px;
    padding: 4px;  
   }

   .box-3 {
    width: 20%; 
    font-size: 18px;
    padding: 4px;  
   }
  
   .box-4 {
    width: 20%; 
    font-size: 18px;
    padding: 4px;  
   }

   .box-5 {
    width: 80%; 
    font-size: 18px;
    padding: 4px;  
   }
}
  




@media (max-width: 768px) 
{
    .container {
        flex-direction: column; /* Stack the columns vertically on small screens */
    }
    .left-column, .right-column {
        width: 98%;
        padding: 1%; 
    }

    table, td, th {
    border: 1px solid;
    text-align: center;
    padding:2px;
    }

    .img-space {
    margin-top: 3%;   /* space between images */
    margin-left: 8%;
   }

    .H-1{
    font-size: 20px; 
    margin-top: 15px;
    margin-bottom: 15px;
   }

    .H-2{
    font-size: 18px; 
    color: darkorange;
    margin-top: 8px;
    margin-bottom: 8px;
   }

    .P-1{
    font-weight: 400;
    font-size: 14px; 
    color: #242322;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.8;
   }

}


@media (max-width: 480px) 
{
    .left-column, .right-column {
     width: 98%;
     padding: 1%;    
    }
}

/* iframe tag */

.video-container {
    position: relative;
    width: 100%;
    height: 70vh;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    z-index:1;  
}

/* Mobile landscape */
@media (max-width: 768px) {
    .video-container {
        height: 250px;
    }
}

/* iframe tag */