

.row-01{
    max-width: 90%;
    display: flex;
    margin: auto;
    margin-bottom: 1%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 0px;
    }

.remove{
    text-decoration: none;

}

.course-col_1 {

    text-decoration: none;
    border: solid;
    border-color: rgb(184, 182, 182);
    border-width: 1px;
    border-radius: 5px;
    flex-basis: 31%;
    width: 350px;
    height: 260px;
    margin: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f5f1f1; 
    box-sizing: border-box;
    box-shadow:0 5px 15px rgb(0, 0, 0, 0.2); 
    z-index: -900px;
}

.course-col_1 h2{
    text-decoration: none;
    color: black;
    font-size: 15px;
    font-family: 'poppins';
    text-align: center;
    font-weight: 450;
    margin: 0 0;
}



.course-col_1:hover{
    box-shadow:0 5px 15px rgba(165, 162, 162, 0.5); 
}


.course-col_1_R0 {
    max-width: 100%;
    height: 10%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    justify-content: left;
    padding-top: 0px;
    padding-bottom: 0px;
  

}


.course-col_1_R0 h2{
    text-decoration: none;
    align-items: center;
    font-size: 20px;
    font-family: 'poppins';
    color: hwb(317 9% 88% / 0.937);
    text-align: right;
    font-weight: 505;
    margin: 0 0;
}



.course-col_1_R1 {
    max-width: 100%;
    height: 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: auto;
      border-bottom: 0.1rem solid rgb(111, 108, 108);

}


.course-col_1_R1_C1 {
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
    text-align: left;
    align-items: center;
    font-weight: 500;
    justify-content: left;
 
}

.course-col_1_R1_C1 h2{
    text-decoration: none;
    align-items: center;
    font-size: 15px;
    font-family: 'poppins';
    color: rgb(71, 68, 68);
    text-align: right;
    font-weight: 425;
    margin: auto;
}




.course-col_1_R1_C2 {
    max-width: 50%;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: center;
}

.course-col_1_R1_C2 h2{
    text-decoration: none;
    align-items: center;
    font-size: 15px;
    font-family: 'poppins';
    color: rgb(71, 68, 68);
    text-align: right;
    font-weight: 425;
    margin: auto;
}


.course-col_1_R3 {
    max-width: 100%;
    height: 8%;
     display: flex;
    margin: auto;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-top: 3px;
    padding-bottom: 0px;
    font-size: 14px;
    color: rgb(109, 13, 13);
      /*  border-bottom: 0.15rem solid green;*/

}

.course-col_1_R3  h2{
    text-decoration: none;
 /*   border: solid;
    border-color: rgb(184, 182, 182);
    border-width: 1px;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
      background-color: #190328;
    */
    align-items: center;
    color: #0077c8 ;
    font-size: 18px;
    font-family: 'poppins';
    text-align: right;
    font-weight: 800;
    margin: 0 0;
}

.course-col_1_R4 {
    max-width: 100%;
    height: 50%;
    display: flex;
    margin: auto;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-top: 3px;
    padding-bottom: 0px;
    font-size: 14px;
    color: rgb(109, 13, 13);
      /*  border-bottom: 0.15rem solid green;*/

}

.course-col_1_R4  p{
    text-decoration: none;
    padding-top: 30px;
    align-items: center;
    color: rgb(168, 30, 30);
    font-size: 12px;
    font-family: 'poppins';
    text-align: center;
    font-weight: 400;
    margin: 0 0;
}

.course-col_1_R5 {
    max-width: 100%;
    height: 10%;
    display: flex;
    margin: auto;
    justify-content: right;
    text-align: right;
    flex-wrap: wrap;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px;
    color: rgb(109, 13, 13);
      /*  border-bottom: 0.15rem solid green;*/

}

.course-col_1_R5  h2{
    text-decoration: none;
    border: solid;
    border-color:green;
    border-width: 1px;
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: green;
    opacity:1 ;
    align-items: center;
    color: white;
    font-size: 15px;
    font-family: 'poppins';
    text-align: right;
    font-weight: 500;
}




.subject-BTN {
    max-width: 90%;
    margin: auto;
    margin-top: 0%;
    text-align: right;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* background-color: #563434; */
}





@media(max-width:1600px){
   
    .course-col_1 {
    width: 330px;
    height: 360px;
}
 
   }


@media(max-width:1500px){
   
    .course-col_1 {

    width: 310px;
    height: 260px;
}
 
   }


@media(max-width:1400px){
    
    .course-col_1 {

    width: 290px;
    height: 260px;
}
 
   }

@media(max-width:1300px) {

    .course-col_1 {

        width: 265px;
        height: 260px;
    }
    

}
      

@media(max-width:1200px){
    
    .course-col_1 {

        width: 225px;
        height: 260px;
    }
     
    .course-col_1_R1_C1 h2{
        font-size: 11px;
    }
    
    .course-col_1_R1_C2 h2{
        font-size: 12px;
    }
    
     
    .course-col_1_R3  h2{
        font-size: 12px;
     
     
       }

    .course-col_1_R4  p{
        font-size: 11px;
    }

}
    

@media(max-width:1024px){
    
    
    
    .course-col_1 {

        width: 200px;
        height: 260px;
    }
     
    .course-col_1_R1_C1 h2{
        font-size: 11px;
    }
    
    .course-col_1_R1_C2 h2{
        font-size: 12px;
    }
    
     
    .course-col_1_R3  h2{
        font-size: 12px;
     
     
       }

    .course-col_1_R4  p{
        font-size: 11px;
    }
  


}


@media(max-width:962px){
    
    .course-col_1 {

        width: 170px;
        height: 260px;
    }
     
    .course-col_1_R1_C1 h2{
        font-size: 11px;
    }
    
    .course-col_1_R1_C2 h2{
        font-size: 12px;
    }
    
     
.course-col_1_R3 {
    height: 10%;

}
    .course-col_1_R3  h2{
        font-size: 13px;
         
       }

.course-col_1_R4 {
        height: 55%;
    
    }
    .course-col_1_R4  p{
        font-size: 11px;
    }
    
    }
    

@media(max-width:768px){
        .course-col_1 {

        width: 140px;
        height: 260px;
    }
     
   
    .course-col_1_R0 h2{
        font-size: 14px;
            }
    

    .course-col_1_R1_C1 h2{
        font-size: 11px;
    }
    
    .course-col_1_R1_C2 h2{
        font-size: 11px;
    }
    
     
.course-col_1_R3 {
    height: 10%;

}
    .course-col_1_R3  h2{
        font-size: 11px;
         
       }

.course-col_1_R4 {
        height: 55%;
    
    }
    .course-col_1_R4  p{
        font-size: 10px;
    }
        
        }
        
@media(max-width:650px){
    
            .row-01{
                max-width: 90%;
                display: flex;
                margin: auto;
                justify-content: center;
                flex-wrap: wrap;
                gap: 2px;
                padding-top:0px;
                padding-bottom: 0px;
                }
                
    .course-col_1_R0 h2{
                font-size: 15px;
            
                }
    
                
                .course-col_1 {
            
                    width: 350px;
                    height: 240px;
                    padding-left: 5px;
                    padding-right: 5px;
                }
                 
                .course-col_1_R1_C1 h2{
                    font-size: 14px;
                }
                
                .course-col_1_R1_C2 h2{
                    font-size: 14px;
                }
                
                .course-col_1_R1_C3 h2{
                    font-size: 14px;
                }
                
                
                .course-col_1_R3  h2{
                    font-size: 14px;
                 
                 
                   }
              .course-col_1_R4 {
                    max-width: 100%;
                    height: 50%;
                }
                .course-col_1_R4  p{
                    font-size: 11px;
                    padding-left: 2px;
                    padding-bottom: 5px;
                }
            

                .subject-BTN {
                    max-width: 90%;
                    display: flex;
                    justify-content: center;
                    margin: auto;
                    margin-top: 0%;
                    text-align: right;
                    padding-left: 0px;
                    padding-top: 0px;
                    padding-bottom: 20px;
                    /* background-color: #563434; */
                }
                


            }
            
























