body {
    padding: 0px;
    margin: 0px;
}

.clg {
    background: rgb(182, 182, 182) !important;
    padding: 30px !important;
    display: flex !important;
    flex-direction: row !important;
    /*background-image: url('../../assets/image/img/clgimg.png') !important;*/
     background-image: url('../../assets/image/img/clg1.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


@media (max-width: 700px) {
    .clg {
        padding: 20px;
        flex-direction: column;

    }
}

.space {
    height: 20px;
    width: 20px;
}

.div-5 {
    display: flex;
    flex-direction: column;
    /* align-self: stretch;  */
    /* background: #7f7f7f; */
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    /* margin: auto 0;  */
}

.div-6 a {
    color: #000;
}


.div-6 {
    font: 700 30px Red Rose, sans-serif;
}

@media (max-width: 991px) {
    .div-6 {
        font: 700 25px Red Rose, sans-serif;

    }
}

/* .div-7 {
    font-family: Poppins, sans-serif;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .div-7 {
        max-width: 100%;
    }
} */

/* .div-8 {
    font-family: Poppins, sans-serif;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .div-8 {
        max-width: 100%;
    }
} */

.div-9 {
    align-self: start;
    display: flex;
    margin-top: 14px;
    gap: 9px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .div-9 {
        white-space: initial;
    }
}



.div-10 {
    font-family: Poppins, sans-serif;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .div-10 {
        white-space: initial;
    }

}



.star {
    color: red;
    font-size: 50px;
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 700px) {
    .star {
        font-size: 25px;

    }

}


.star:hover {
    color: white;
}

.star:active {
    color: red;
}

.logo {
    background: #f5ebeb;
    width: 90px;
    height: 80px;
    border-radius: 10px;
    padding: 10px;
    background-image: url('../../assets/image/img/collegelogo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.admissions {
    background: #fff;
    padding: 0px 15px;
    place-items: center;


}

.adm-box {
    background: #c9c9c9;
    border-radius: 14px;
    box-shadow: 7.795px 7.795px 11.692px 0px rgba(0, 0, 0, 0.20);
    margin: 10px 0px;
    padding: 15px 30px;

}

.title {
    border: 1px solid black;
    padding: 10px;
    background: #fff;
    align-self: center;

    font: 600 19px Poppins, sans-serif;
    display: flex;
    text-align: center;
    display: grid;
    place-items: center;
}

@media (max-width: 600px) {
    .title {
        font: 600 14px Poppins, sans-serif;


    }
}

.details-box {
    /* background-color: purple; */
    flex-direction: row;
    display: flex;
    width: 100%;
    margin-bottom: 5px;

}

@media (max-width: 600px) {


    .details-box {
        flex-direction: column;
        margin-bottom: 20px;

    }

}

@media (max-width: 900px) {


    .details-box {
        margin-bottom: 20px;

    }

}

.details {
    margin-top: 10px;
    flex-direction: row;
    display: flex;


}

@media (max-width: 900px) {


    .details {
        flex-direction: column;
    }

}

.details-info1 {
    height: 100px;
    /* background: rebeccapurple; */

    width: 100%;

}

.details-info2 {
    height: 100px;
    width: 100%;
    /* background: darkcyan; */


}

.details-buttons {
    height: 100px;
    width: 18%;

    /* background: green; */


}

@media (max-width: 900px) {


    .details-buttons {
        width: 100%;
    }

}

/* .info-text {
    margin-top: 7px;
    font: 400 15px Poppins, sans-serif;

} */

.apply {
    margin: 6px 0;
    font: 400 12px Poppins, sans-serif;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    box-shadow: 7.795px 7.795px 11.692px 0px rgba(0, 0, 0, 0.20);
    color: white;
    background: rgba(208, 10, 10, 1);
    padding: 8px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    /* Optional: Convert text to uppercase */
    border-radius: 4px;
    /* Optional: Add rounded corners */
}

.apply:hover {
    background: rgba(178, 8, 8, 1);
    /* Change background color on hover */
}

.enq-hold {
    text-transform: uppercase;

    font: 400 12px Poppins, sans-serif;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    color: rgba(208, 10, 10, 1);
    padding: 8px;
    border: none;
    cursor: pointer;
    border: 1px solid rgba(208, 10, 10, 1);
    text-align: center;
    border-radius: 4px;
    /* Optional: Add rounded corners */




}

.enq-hold:hover {
    background: rgb(224, 224, 224);
    /* Change background color on hover */
}

/* .view-all-button {
    margin: 25px;
    background: #c9c9c9;
    color: black;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 10px 30px;
    box-shadow: 7.795px 7.795px 11.692px 0px rgba(0, 0, 0, 0.20);
} */




.about-info-box {
    background: #fff;
    box-shadow: 7.795px 7.795px 11.692px 0px rgba(0, 0, 0, 0.20);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgb(209, 209, 209);
    overflow: hidden;
    font: 400 16px Poppins, sans-serif;
    letter-spacing: .5px;
    word-spacing: 3px;
    line-height: 22px;
margin-top: 15px;
}

.cource-gallery {
    padding: 25px;
    border-radius: 15px;
    background: white;
    border: 1px solid rgb(209, 209, 209);
    box-shadow: 7.795px 7.795px 11.692px 0px rgba(0, 0, 0, 0.20);
margin-top: 15px;
}


.main-title {
    font: 600 25px Poppins, sans-serif;

}



/* Your custom styles */
ul.custom-list-unstyled li a {
text-decoration: none;
color: #fff !important; /* Use !important to override Bootstrap */
transition: color 0.3s;
}

ul.custom-list-unstyled li a:hover {
color: #fff !important; /* Use !important to override Bootstrap */
}

.weblogo{
background:#fff;
padding: 10px 40px; 
border-radius: 15px;
display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    height: 100px;
    width: 280px;
margin: 20px 0px;
}
@media (max-width: 1100px) {
    .weblogo {
        padding: 10px 20px; 

        height: 80px;
        width: 230px;
    }
}
.weblogo img {
width: 100%; /* Make the image fill the entire width of the div */
height: 100%; /* Make the image fill the entire height of the div */
object-fit: cover; /* Optional: Maintain aspect ratio and cover the entire div */
}
.Subscribe-box{
display: flex;
flex-direction: row;
background-color:green;

}

/* schools */
.scrollable-container {
    /* width: 100%; */
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 11 */
}

.scrollable-container::-webkit-scrollbar {
    display: none;
    /* WebKit (Chrome, Safari, etc.) */
}



.div-3 {
    font-family: Poppins, sans-serif;
    flex-grow: 1;
}

.div-c {
    background: #939393;
    border-radius: 5px;
    box-shadow: 5.795px 5.795px 8.692px 0px rgba(0, 0, 0, 0.10);
    background-color: white;
    display: inline-block;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;

    font-size: 26px;
    color: #d00a0a;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (max-width: 950px) {
    .div-c {
        font-size: 15px;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;

    }
}

.main-div {
    padding-top: 10px;


}

/*body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 10px;
}*/



.school {
    flex-direction: row;
background: yellowgreen;
    padding: 10px;

    justify-content: space-between;
    /* Aligns children to the two ends */
    box-shadow: 5.795px 5.795px 8.692px 0px rgba(0, 0, 0, 0.10);
    display: flex;

}

@media (max-width: 800px) {
    .school {
        justify-content: start;

        flex-direction: column;
    }
}

.school-1 {
    display: flex;
    /* width: 100%; */

    padding: 10px;
    /* background: #580d0d; */

}

.school-2 {
    display: flex;
    /* width: 100%; */
    padding: 10px;
    margin-right: 10px;
    /* background: #6e5555; */
    flex-direction: row;
    align-self: flex-end;

    padding: 10px;
    /* justify-content: space-between; */
    /* Aligns children to the two ends */

    /* display: flex; */
}

@media (max-width: 950px) {
    .school-2 {
        align-self: flex-start;

    }
}

.div-5 {
    display: flex;
    flex-direction: column;
    /* align-self: stretch;  */
    /* background: #7f7f7f; */
    font-size: 18px;
    font-weight: 300;
    /* margin: auto 0;  */
}

.div-6 {
    font: 700 30px Rose, sans-serif;
    color: rgb(0, 0, 0);
}

@media (max-width: 950px) {
    .div-6 {
        font: 700 25px Rose, sans-serif;
        color: rgb(0, 0, 0);


    }
}

.div-7 {
    font-family: Poppins, sans-serif;
    margin-top: 10px;
    color: black;
text-align: start;
align-self: flex-start;

/* background-color: #d00a0a; */



}

@media (max-width: 950px) {
    .div-7 {
        color: black;

        max-width: 100%;
    }
}

.div-8 {
    font-family: Poppins, sans-serif;
    margin-top: 10px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 440;
    background: #a4a4a4;
    color: white;

    padding: 5px 20px;
}

@media (max-width: 950px) {
    .div-8 {
        color: white;
        font-size: 12px;
        font-weight: 340;

    }
}

.div-9 {
    align-self: start;
    display: flex;
    margin-top: 14px;
    gap: 9px;
    white-space: nowrap;
}

@media (max-width: 950px) {
    .div-9 {
        white-space: initial;
    }
}





.star {
    color: gold;
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 950px) {
    .star {
        font-size: 20px;

    }

}


.star:hover {
    color: white;
}

.star:active {
    color: red;
}

/* .img {
    height: 150px;
    width: 180px;
    border-radius: 14px;
    background-color: #a4a4a4;
}

.detail {
    display: flex;
    width: 100%;
    margin-right: 15px;
    flex-direction: column;
}

.img img {
    height: 150px;
    width: 180px;
    align-self: flex-end;
    object-fit: cover;
    border-radius: 14px;
} */

.info-text {
    color: #000;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;

    align-self: flex-end;
    font: 600 13px Poppins, sans-serif;
}

@media (max-width: 950px) {
    .info-text {
        align-self: flex-start;
    }

}

.location-text {
    color: #000;
    align-self: flex-end;
    padding: 0px;
    margin-bottom: 10px;
    font: 400 19px Poppins, sans-serif;
}

@media (max-width: 950px) {
    .location-text {
        align-self: flex-start;


    }

}

.menu {
    width: 300px;
    background: #939393;
    height: 500px;
}

/* .box {
    flex-direction: row;
    display: flex;
    width: 100%;
    color: #000;

} */

.box {
    flex-direction: column;
    display: flex;
    /* background: #d00a0a; */
}

.top-label {
    width: 100%;
    /* background: #774747; */
    flex-direction: row;

    display: flex;
    justify-content: space-between;
}

.outer-box {
    background: #f0f0f0;
    border-radius: 10px;
    margin-top: 20px;
}
.outer-box:hover {
    background-color: #fff; 
    margin: 10px;
     box-shadow: 5.795px 5.795px 8.692px 0px rgba(0, 0, 0, 0.10);

  }
.tag {
    background: #d00a0a;
    font: 400 15px Poppins, sans-serif;
    align-self: center;
    padding: 5px 35px;
    color: white;
    border-radius: 0 10px 10px 0px; /* Rounded corners on right bottom and top */

    margin-top: 10px;
}






.main-outer-box{
display: flex;
   background-color: #939393;
    flex-direction: row;
}

.filter-part{
/* height: 500px; */
box-shadow: 5.795px 5.795px 8.692px 0px rgba(0, 0, 0, 0.10);
/* width: 20%; */
margin-right:40px;
/* background-color: #d00a0a; */
}

























/* clg -filter and list */


.filter-box-b{
    background: white;
    box-shadow: 7.795px 7.795px 11.692px 0px rgba(0, 0, 0, 0.20);
  
  }

.outer-b-sl{
    /* background: blue; */
  
  }.school-box-n{
    background: #fff;
    width: 100%;
    height: 200px;
    margin: 10px 0px;
  }
  .accordion {
        margin: 20px auto;
      }
  
      .accordion-item {
        overflow: hidden;
  
      }
  
      .accordion-header {
        background-color: white;
        padding: 10px;
        color: #000;
        cursor: pointer;
  
  
  
  
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .dropdown-icon {
        width: 20px;
        height: 20px;
        /* fill: #333;  */
      }
      .accordion-content {
        padding: 10px;
        display: none;
      }
      .filter-title {
        padding-left: 30px;
        padding-top: 30px;
    color: #000;
    font-size: 23px;
    font-weight: 600; /* Adjust the font weight as needed, 700 is typically bold */
  }
  
  .school-box-a {
          /* background-color: red; */
  }
  .school-box-b {
          /* background-color: green; */
  }
  .scl-img-part{
    /* background-color: yellow; */
  
  }
  .scl-img-part img{  border-radius: 15px;
    width: 230px;

height: 180px;
  /* background-color: rgb(60, 60, 15); */

  }






  .fav-icon{
    height: 25px;
    width: 25px;
margin: 20px;
}


  .pay-box {
    display: inline-block; /* or inline-flex */
    border-radius: 25px;
    border: 2px solid black;
    align-self: center;
    text-align: center;
    background: rgba(207, 207, 207, 1);
    padding-top: 15px;margin:10px;
}
.pay-now-btn {    display: inline-block; /* or inline-flex */

    margin: 15px 30px;
    font: 400 12px Poppins, sans-serif;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    box-shadow: 7.795px 7.795px 11.692px 0px rgba(0, 0, 0, 0.20);
    color: white;
    background: rgba(208, 10, 10, 1);
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    /* Optional: Convert text to uppercase */
    border-radius: 4px;

    /* Optional: Add rounded corners */
} .radio-row {
      display: flex;
      align-self: center;
    text-align: center;      border-top: 2px solid black; /* Adjust the color and thickness as needed */

    }

    .radio-label {
      margin: 10px 20px;
    }
    .pay-b-p{
        width:100%;
        align-self: center;
    text-align: center; 
    }






























    .div-11 {
        background: #939393;
        border-radius: 14px;
        border: 1px solid #a8a8a8;
        box-shadow: 7.795px 7.795px 11.692px 0px rgba(0, 0, 0, 0.20);
        background-color: white;
        align-self: center;
        display: flex;
        /* width: 100%; */
        flex-direction: column;
        font-size: 24px;
        color: #939393;
        font-weight: 300;
        /* white-space: nowrap; */
        margin: 50px;
    
        padding: 40px;
    
    }
    
    @media (max-width: 991px) {
        .div-11 {
            max-width: 100%;
            white-space: initial;
            /* padding: 0 20px; */
            padding: 15px;
            margin: 25px;
    
        }
    }
    
    .div-12 {
        color: #000;
        align-self: center;
        font: 600 22px Poppins, sans-serif;
    }
    
    @media (max-width: 991px) {
        .div-12 {
            white-space: initial;
            font: 500 17px Poppins, sans-serif;
            margin-top: 10px;
    
        }
    }
    
    
    
    .input-field {
        font: 300 14px Poppins, sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #afafaf;
        box-shadow: 0px 42x 2px 0px rgba(0, 0, 0, 0.20) inset;
        background-color: #ebebeb;
        margin: 30px 43px 0;
        padding: 15px 35px;
    
    }
    
    
    
   
    
    
    .custom-button {
        margin: 15px;
        background-color: rgba(208, 10, 10, 1);
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        align-self: center;
        padding: 8px 80px;
    }
    
    
    
    
    
    












    .bg-box {
        margin: 0;
        padding: 0;
        background: url('<?=base_url()?>assets/image/img/loginbg.png') center/cover no-repeat; /* Replace 'your-background-image.jpg' with your actual background image */
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .auth-container {
        background-color:white; /* Adjust the alpha value for the desired transparency */
        padding: 40px 30px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        text-align: center;
        margin: 20px;
    }
    .auth-container h2{
        font: 700 18px Poppins, sans-serif;

    }
    .auth-container input {
        border:none;
        background-color:rgba(222, 222, 222, 1); /* Adjust the alpha value for the desired transparency */


        width: 100%;
        border-radius: 10px;
        padding: 10px;
        margin: 10px 0;
        box-sizing: border-box;
    }

    .reset-password {
text-align: right;
margin-bottom: 15px;
}

.reset-password a {
color: rgba(208, 10, 10, 1);
text-decoration: none;
/* Remove underline */
}

.reset-password a:hover {
text-decoration: underline;
/* Add underline on hover if needed */
}
.auth-account-c {
color: rgba(208, 10, 10, 1);

text-decoration: none;
/* Add underline on hover if needed */

}















.submit-btn-elty {
    display: inline-block; /* Ensures inline behavior for horizontal arrangement */
    margin: 20px 0px;
    font: 400 14px Poppins, sans-serif;
    text-align: center; /* Aligns text horizontally within the button */
    vertical-align: middle; /* Aligns text vertically within the button */
    box-shadow: 7.795px 7.795px 11.692px 0px rgba(0, 0, 0, 0.20);
    color: white;
    background: rgba(208, 10, 10, 1);
    padding: 12px ; /* Adjust padding as needed */
    border: none;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 4px;
}

.submit-btn-elty:hover {
    background: rgba(178, 8, 8, 1);
    /* Change background color on hover */
}

.Eligibilty-container{
    background-color:white; /* Adjust the alpha value for the desired transparency */
        padding: 40px ;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        /* margin: 50px 20px; */

}
.checkbox-row {
            display: flex;
            place-items: start;
            margin-top: 35px;

        }

        /* Optional styling for better presentation */
        label {
            margin: 0px;
            padding: 0px;

        }
.c-box-p{
    margin: 5px;

}
.dtl-title-m{
    font: 600 27px Poppins, sans-serif;
  } 