@media screen and (max-width: 1024px){
	.nav-toggle-btn {
	    display: flex;
	}
	.nav-items-wrapper .nav-list {
	    flex-direction: column;
	    position: fixed;
	    right: -100%;
	    top: 80px;
	    display: block;
	    width: 300px;
	    height: 100vh;
	    background: #ffffff;
	    align-items: flex-start;
	    z-index: 99;
	    overflow: hidden;
	    transition: all .5s ease;
	    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	.nav-items-wrapper.menu-visible .nav-list {
	    right: 0;
	    transition: all .5s ease;
	}
	.nav-list .nav-item {
	    height: auto;
	    display: block;
	    border-bottom: 1px solid #f4f4f4;
	}
	.nav-item-submenu {
	    position: unset;
	    margin-left: 15px;
	    border: none;
	    box-shadow: none;
	    border-radius: unset;
	    width: 100%;
	}
	.nav-item-link {
	    color: #000;
	}
	.nav-item:hover .nav-item-link {
	    color: #000;
	}
	.nav-list-item {
		height: auto;
		display: unset;
	}	
	.nav-list-item-link {
		padding: 10px;
		display: block;
		height: auto;
		width: 100%;
	}
	.item-has-submenu-course .submenu-list-course {
		position: unset;
		box-shadow: none;
		background: #fff;
		padding: 0 0 0 15px;
		gap: unset;
		justify-content: start;
		visibility: visible;
		opacity: 1;
		transform: scale(1);
	}	
	.submenu-list-course-item-link {
		box-shadow: none;
		padding: inherit;
		border: none;
		display: block;
		padding: 6px 0;
	}	
	.submenu-list-course-item-link .course-image {
		display: none;
	}	
	.submenu-list-course-item-link .course-name {
		margin: 0;
		font-size: 14px;
	}
	.submenu-list {
		position: unset;
		box-shadow: none;
		width: 100%;
		visibility: visible;
		opacity: 1;
		transform: scale(1);
	}
}

@media screen and (max-width: 991px){
	.ownar-details__text-outer {
	    margin-left: 0;
	    margin-top: 20px;
	    padding: 25px;
	}
	.ownar-details-wrapper {
	    padding: 30px;
	}
	.ownar-details__name {
	    font-size: 35px;
	}
	.ownar-details__position {
	    font-size: 14px;
	}
	.ownar-details__text-inner {
	    font-size: 14px;
	}
	.portfolio-register__form-top-title {
	    font-size: 22px;
	}
	.portfolio-register__form-top-subtitle {
	    font-size: 22px;
	    margin-bottom: 20px;
	}
	.portfolio-register__form-title {
	    font-size: 25px;
	}
	.portfolio-register__form-item-outer.checkbox label {
	    font-size: 16px;
	}
	.teacher-details__text-outer {
		margin-top: 20px;
	}
	.service-item-outer {
        width: calc(100%/2);
    }
    .service-item-outer:nth-child(6n+2) {
        border-right: none;
    }
    .service-item-outer:nth-child(6n+3) {
        border-right: 1px solid;
       border-color: rgb(245 116 24 / 30%);
    }
    .service-item-outer:nth-child(6n+4) {
        border-bottom: 1px solid;
       border-color: rgb(245 116 24 / 30%);
        border-right: none;
    }
	.course-details-intro-section {
		padding: 20px 0;
	}
	.course-details__name {
		font-size: 27px;
		margin-bottom: 6px;
	}	
	.course-details__text {
		font-size: 14px;
	}	
	.course-details__demo-video {
		margin-bottom: 30px;
	}	
	.details__info-item-inner {
		width: calc(100% / 2);
		border-right: none;
	}	
	.details__info-items-outer {
		flex-wrap: wrap;
	}
	.student-profile-info-wrapper {
		display: block;
	}	
	.student-profile-info-outer {
		display: block;
	}	
	.student-certification-profile {
		text-align: center;
		margin-top: 0;
		margin-bottom: 20px;
	}	
	.student-varified-image-outer {
		text-align: center;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px){
	.home-info__title {
		font-size: 35px;
		margin-bottom: 0;
	}	
	.home-info__subtitle {
		font-size: 16px;
		line-height: 24px;
	}	
	.home-info__btn {
		margin-bottom: 10px;
	}	
	.home__info-outer {
		margin-bottom: 20px;
	}
	.service-item-outer {
        width: 100%;
    }
    .service-item-outer:nth-child(6n+1) {
        border-right: none;
    }
    .service-item-outer:nth-child(6n+3) {
        border-right: none;
    }
    .service-item-outer:nth-child(6n+5) {
        border-right: none;
    }
}

@media screen and (max-width: 576px){
	
}