.student_registraion_form .form-group,.student_registraion_form .form-group .form-control{float:left;width:100%}
	.student_registraion_form .form-group .require-field{color:red;}
	.student_registraion_form select.form-control,.student_registraion_form input[type="file"] {
	padding: 0.5278em;
	margin-bottom: 5px;
}
.student_registraion_form  .radio-inline {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
	margin-right: 15px;
}
.student_registraion_form  .radio-inline .tog {
    margin-right: 5px;
}
.student_registraion_form .col-sm-2.control-label {
  line-height: 50px;
  text-align: right;
}
	.student_registraion_form .form-group .col-sm-2 {width: 32.666667%;}
	.student_registraion_form .form-group .col-sm-8 {width: 66.66666667%;}
	.student_registraion_form .form-group .col-sm-7{  width: 53.33333333%;}
	.student_registraion_form .form-group .col-sm-1{  width: 13.33333333%;}
	.student_registraion_form .form-group .col-sm-8, .student_registraion_form .form-group .col-sm-2,.student_registraion_form .form-group .col-sm-7,.student_registraion_form .form-group .col-sm-1{
	padding-left: 15px;
	 padding-right: 15px;
	float:left;}
	.student_registraion_form .form-group .col-sm-8, .student_registraion_form .form-group .col-sm-2,.student_registraion_form .form-group .col-sm-7{
		position: relative;
		min-height: 1px;
	}

    div {
        margin-bottom:2px;
    }

    input{
        margin-bottom:4px;
    }
	.student_registraion_form .col-sm-offset-2.col-sm-8 {
	  float: left;
	  margin-left: 35%;
	  margin-top: 15px;
}

.large_title{
    color: #ffffff !important;
}
	.student_reg_error .error{color:red;}

    .cource-price{
	background-color: #00325E !important;
    }
	.enrol-col{
	background-color: green !important;
    }
	.lessn-col{
	background-color: #7FB5FF !important;
    }
	#registration_form .btn-success{
    padding: 12px 125px;
        border: 0px;
        color: #ffffff;
        font-size: 20px;
        border-radius: 34px !important;
        text-decoration: none !important;
        font-weight: 400 !important;
        box-shadow: none !important;
		background-color: #00325E;
    }
    @media (min-width: 1400px){
    #registration_form .btn-success {
        padding: 12px 159px;
    }
}
@media (max-width: 767px){
    #registration_form .btn-success {
        padding: 12px 0px;
    }
    .col-sm-7{
        width: 66.5% !important;
    }
}
@media (max-width: 1199px){
    #registration_form .btn-success {
        padding: 12px 92px;
    }
}
@media (max-width: 745px){
        #registration_form .btn-success {
            width: 100%;
        }
    .student_registraion_form .col-sm-offset-2.col-sm-8{
        margin-left: 0% !important;
        margin-top: 0px !important;
        width: 100% !important;
    }
    
}

.btn-info{
    color: #ffffff !important;
}
.wp-block-group{
    position: absolute !important;
    top: -20px !important;
    width: 100%;
}
body .is-layout-flex{
    display: contents;
}

#loginButton{
    background-color: #7FB5FF !important;
}
#footer{
    width: 100% !important;
    display: flex;
}
/* single page */
.show-more-btn {
    background-color: #7FB5FF !important;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
}
.course-meta{
    font-size: 18px;
    line-height: 30px;
}
.wplms-subtopic{
    font-size: 18px !important;
}
.wplms-btn-sample{
    font-size: 18px !important;
}
.description{
    max-height: 600px; /* Adjust height as needed */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
}
#description li {
    margin-bottom: 10px !important;
}
#description {
    color: #777777;
    line-height: 30px;
    font-size: 18px;
}
.description h1,.description h2,.description h3,.description h4,.description h5,.description h6 .description p{
    color: #00325E !important;
    font-weight: 600 !important;
}

/* online-course-menu */
.online-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* Horizontal layout */
    align-items: center;
    font-size: 18px;
    position: absolute;
    top: 30px;
    flex-wrap: wrap; /* Prevent menu items from wrapping */
    overflow: hidden;
    left: 150px;
}

.online-menu a {
    text-decoration: none;
    color: #333;
    padding: 10px;
}
@media screen and (max-width: 782px) {
    html #wpadminbar {
        position: fixed;
    }
}
/* Mobile view - hide the menu and display toggle */
@media screen and (max-width: 767px) {
    .online-menu {
        display: none; /* Hide the menu */
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        background-color: #FFFFFF;
        height: 100vh; /* Full screen */
        z-index: 9999;
        justify-content: start; /* Center items vertically */
        align-items: end;

    }

    .online-menu.active {
        display: flex; /* Show the menu when active */
    }

    .menu-toggle {
        display: block; /* Show toggle on mobile */
        background-color: #FFFFFF;
        color: black;
        padding: 10px;
        border: none;
        cursor: pointer;
        font-size: 18px;
    }

    .menu-close {
        display: block;
        position: absolute;
        top: 0px;
        right: 20px;
        font-size: 30px;
        color: black;
        cursor: pointer;
    }
    .online-menu a {
        text-decoration: none;
        color: black; 
        font-size: 18px;
        top: 50px;
        position: relative;
        line-height: 35px;
    }
}

/* On larger screens, hide the toggle button */
@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
    .menu-close{
        display: none;
    }
   
}
.wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    top: 40px !important;
}

#header{
    display: none;
}
.wplms-corselist{
    margin-top: 120px;
}