

/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {

.ready-course-left {
    padding-left: calc((100vw - 1140px) / 2);
}


}


/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 1200px) and (max-width: 1350px) {

.ready-course-left {
    padding-left: 50px;
}
.section-title-second {
	font-size: 38px;
}
.es-right-bottom h3 {
	font-size: 27px;
}


}

/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
.gap-x-40 {
    row-gap: 50px;
}
 .menu-area .main-menu > ul li .mega-menu-area {
    width: calc(100% - 20%);
    left: 10%;
    right: 10%;
}
.menu-area .main-menu > ul li .mega-menu-area ul li a,
.menu-area .main-menu > ul .control-dropdown ul li a {
    font-size: 15px;
}
.evterprice-inner .row {
	--bs-gutter-x: 30px;
}
.section-title-second {
	font-size: 36px;
}
.es-right-bottom h3 {
	font-size: 23px;
}
.evterprice-inner .ev-right {
	padding-block: 20px;
}
.home-top-tab ul li .button {
	font-size: 18px;
}
.ready-course-left {
    padding-left: calc((100vw - 960px) / 2);
    padding-bottom: 105px;
}
.ready-courses-wrap {
	padding-top: 100px;
}
.footer-links-wraps {
    padding-left: 0px;
}

/* ========== workforce page design ==========*/
.play-video-slider .video-play-button a {
	gap: 10px;
    padding: 9px 18px;
    font-size: 16px;
}

/*  ==========all courses page ========== */
.cetagory-culumns-wrapper {
    padding-top: 70px;
    padding-bottom: 96px;
}

.products-filter-culumn {
	padding-right: 45px;
}
.all-product-left-side ul li {
	font-size: 18px;
}

}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {
.gap-x-40 {
    row-gap: 45px;
}
.section-spacer {
    padding-block: 45px;
}
.content-pb-80 {
    padding-bottom: 55px;
}
.content-pt-80 {
    padding-top: 55px;
}
.nav-wrapper {
    padding-block: 12px;
}
.home-hero-inner h2 {
	font-size: 60px;
}
/* Academic Programs area */
.home-top-tab  {
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.home-top-tab ul {
    min-width: 936px;
}
.academic-programs-inner .single-row .row {
    row-gap: 24px;
}
.academic-programs-inner .single-row {
	padding: 20px 20px 20px 24px;
}
.academic-programs-inner .duel-column .left-contents {
	padding: 32px 28px;
}
.academic-programs-inner .single-row  .left-contents {
    padding-block: 24px;
}
.home-top-tab ul li button{
    font-size: 18px;
    padding: 16px 10px;
}
.section-title {
	font-size: 42px;
}
.evterprice-inner .row {
	--bs-gutter-x: 0px;
}
.section-title-second {
	font-size: 36px;
    padding-bottom: 40px;
}
.es-right-bottom h3 {
	font-size: 23px;
}
.evterprice-inner .ev-right {
	padding-block: 0px;
}
.ready-course-left {
    padding-left: calc((100vw - 720px) / 2);
    padding-right: calc((100vw - 720px) / 2);
    padding-bottom: 64px;
}
.ready-courses-wrap {
	padding-top: 68px;
}
.ready-course-right {
    padding-left: calc((100vw - 720px) / 2);
}
.footer-links-wraps {
    padding-left: 0px;
}
.hg-different-area {
	padding-top: 75px;
}
.skills-updt-left {
	padding-right: 30px;
}
.content-pt-120 {
    padding-top: 80px;
}
.content-pb-120 {
    padding-bottom: 80px;
}

/* ========== workforce page design ==========*/
.play-video-slider .video-play-button a {
	gap: 7px;
    padding: 9px 16px;
    font-size: 14px;
}

.play-video-slider .owl-item.center .slider-img img {
  transform: scale(1); 
  z-index: 2;           
}
.play-video-slider .video-play-button svg {
	height: 20px !important;
	width: 20px !important;
}

/*  ==========all courses page ========== */
.courses-hero-wrapper h4 {
	font-size: 50px;
}
.courses-hero-wrapper {
	padding-bottom: 110px;
}
.cetagory-culumns-wrapper {
    padding-top: 0px;
    padding-bottom: 96px;
}
.cetagory-culumns-wrapper .cetagory-single-product {
    margin-top: 10px;
}

/* Filter sidebar desin  */
.cetagory-product-slider-wrapper .cetagory-products-header {
    flex-direction: column;
    justify-content: center;
}

.sm-filters-btns {
    position: fixed;
    left: 50%;
    bottom: 30px;
    top: auto;
    transform: translateX(-50%);
    z-index: 999;
}

.sm-filters-btns button {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    border-radius: 8px;
    background: #000;
    box-shadow: 0 6px 20px 0 rgba(59, 62, 68, 0.25);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.14px;
}

.sm-filters-btns button:hover {
    transform: translateY(-2px);
}

.products-filter-culumn {
    position: fixed;
    bottom: -100%;
    left: 0;
    height: 70vh;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    overflow: scroll;
    padding: 0px 30px 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.4s;
    border-radius: 20px 20px 0 0;
    z-index: 9999;
}

.products-filter-culumn.active {
    bottom: 0;
}

.filter-sidebar-head-wrap {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0;
    background-color: #fff;
    z-index: 9999;
}

.filter-sidebar-head-wrap .filter-sidebar-head:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    border-radius: 30px;
    background: #D9D9D9;
    width: 34px;
    height: 6px;
    z-index: 99999;

}

.filter-sidebar-head {
    border-bottom: 1px solid #eef0f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 20px;
}
.filter-sidebar-head h3 {
    font-size: 24px;
}

.filter-sidebar-head .close-filter-sidebar {
    border: 0;
    border-radius: 6px;
    background-color: transparent;
    font-size: 22px;
}
.all-product-left-side ul li {
	padding: 20px 0;
	font-size: 18px;
}
.all-product-left-side ul li::after {
	top: 25px;
}
.field input {
	background-color: #f4f4f4;
}
.nursign-content-modara .section-title-wrap{
    text-align: center !important;
}









}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 767px) {
body {
    font-size: 16px;
}
.gap-x-40 {
    row-gap: 38px;
}
.section-spacer {
    padding-block: 40px;
}
.bg-padding {
    padding: 24px;
}
.content-pb-60 {
    padding-bottom: 40px;
} 
.content-pb-40 {
    padding-bottom: 32px;
}
.content-pt-40 {
    padding-top: 32px;
}
.content-pb-80 {
    padding-bottom: 40px;
}
.content-pt-80 {
    padding-top: 40px;
}
.nav-wrapper{
    padding-block: 12px;
}
.home-hero-inner h2 {
	font-size: 48px;
}
.hero-content-pt {
	padding-top: calc(60px + 73px);
}
.home-sld-single {
	min-height: 410px;
}
/* Academic Programs area */
.home-top-tab  {
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 20px;
}
.home-top-tab ul {
    min-width: 936px;
}
.academic-programs-inner .single-row .row {
    row-gap: 24px;
}
.academic-programs-inner .single-row {
	padding: 20px 20px 20px 24px;
}
.home-top-tab ul li button {
    font-size: 18px;
    padding: 16px 10px;
}
.section-title {
	font-size: 32px;
}
.section-title-wrap p {
	font-size: 16px;
}
.academic-programs-inner .single-row h3 {
	font-size: 24px;
}
.academic-programs-inner .single-row {
	border-radius: 24px;
}
.academic-programs-inner .single-row img {
	border-radius: 16px;
}
.academic-programs-inner .duel-column .left-contents {
	padding: 0;
    padding-bottom: 24px;
}
.btn-primary {
	font-size: 16px;
}
.radius-40 {
    border-radius: 24px !important;
}

.evterprice-inner .row {
	--bs-gutter-x: 0px;
}
.section-title-second {
	font-size: 28px;
    padding-bottom: 40px;
}
.es-right-bottom h3 {
	font-size: 19px;
}
.evterprice-inner .ev-right {
	padding-block: 0px;
}
.es-right-bottom .es-profiles h4 {
	font-size: 14px;
}
.es-right-bottom .es-profiles p {
	font-size: 12px;
}
.academic-programs-03 .ev-right h2 {
	font-size: 25px;
    padding-bottom: 0px;
}
.academic-programs-03 .es-right-bottom{
    padding-top: 0;
}
.sm-block {
    width: 100%;
    text-align: center;
}
.brand-logo-area ul li {
    flex: auto;
}

.ready-course-left {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
    padding-bottom: 64px;
}
.ready-courses-wrap {
	padding-top: 48px;
}
.ready-course-right {
    padding-left: 16px;
}
.footer-links-wraps {
    padding-left: 0px;
}
.copyright-inner {
	flex-direction: column;
    gap: 32px;
    text-align: center;
}
.hg-different-area {
	padding-top: 55px;
}
.single-regi-card:hover {
	transform: translate(0);
}
.single-regi-card {
    padding: 24px;
}
.single-regi-card svg path {
    fill: #408DE3 !important;
}
.skills-updrade-inner {
	padding: 24px 24px;
	border-radius: 24px 24px 0 0;
}
.skills-updrade-inner .section-title br {
    display: none;
}
.skills-updt-left h4 {
	font-size: 18px;
}
.skills-updt-left h4 span {
    display: none;
}
.skills-updt-left p {
	font-size: 16px;
}
.skills-updt-left {
	padding-right: 0;
}
.skills-updrade-area .section-title {
	font-size: 24px;
}
.skills-updt-left {
	gap: 20px;
}
.sign-up-box-wrap {
    padding: 0 !important;
}
.sign-up-box-wrap .inner {
	flex-direction: column;
    padding: 24px;
}
.sign-up-box-wrap .inner h4 {
	font-size: 20px;
}
.sign-up-box-wrap {
	border-radius: 0 0 24px 24px;
}
.sign-up-box-wrap .button,
.sign-up-box-wrap .button a {
    width: 100%;
    text-align: center;
}
.content-pt-120 {
    padding-top: 40px;
}
.content-pb-120 {
    padding-bottom: 40px;
}

/* ========== workforce page design ==========*/
.play-video-slider .video-play-button a {
	gap: 7px;
    padding: 9px 16px;
    font-size: 14px;
}

.play-video-slider .owl-item.center .slider-img img {
  transform: scale(1); 
  z-index: 2;           
}
.play-video-slider .video-play-button svg {
	height: 20px !important;
	width: 20px !important;
}
.play-video-slider{
    padding-inline: 16px;
}
.play-video-slider .owl-stage {
	padding-block: 40px;
}
.discover-inner h3 {
	font-size: 32px;
}

/* ========== all courses page ========== */
.courses-hero-wrapper h4 {
	font-size: 40px;
}
.courses-hero-wrapper h4 span:after {
    transform: translate(-50%, -50%) scale(0.8);
}
.courses-hero-wrapper {
	padding-bottom: 65px;
}

/* filer sidebar design */
.cetagory-product-slider-wrapper .cetagory-products-header {
    flex-direction: column;
    justify-content: center;
}

.sm-filters-btns {
    position: fixed;
    left: 50%;
    bottom: 30px;
    top: auto;
    transform: translateX(-50%);
    z-index: 999;
}

.sm-filters-btns button {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    border-radius: 8px;
    background: #000;
    box-shadow: 0 6px 20px 0 rgba(59, 62, 68, 0.25);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.14px;
}

.sm-filters-btns button:hover {
    transform: translateY(-2px);
}

.products-filter-culumn {
    position: fixed;
    bottom: -100%;
    left: 0;
    height: 70vh;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    overflow: scroll;
    padding: 0px 30px 20px 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.4s;
    border-radius: 20px 20px 0 0;
    z-index: 9999;
}

.products-filter-culumn.active {
    bottom: 0;
}

.filter-sidebar-head-wrap {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0;
    background-color: #fff;
    z-index: 9999;
}

.filter-sidebar-head-wrap .filter-sidebar-head:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    border-radius: 30px;
    background: #D9D9D9;
    width: 34px;
    height: 6px;
    z-index: 99999;
}
.filter-sidebar-head {
    border-bottom: 1px solid #eef0f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 20px;
}
.filter-sidebar-head h3 {
    font-size: 24px;
}
.filter-sidebar-head .close-filter-sidebar {
    border: 0;
    border-radius: 6px;
    background-color: transparent;
    font-size: 22px;
}
.all-product-left-side ul li {
	padding: 20px 0;
	font-size: 18px;
}
.all-product-left-side ul li::after {
	top: 25px;
}
.field input {
	background-color: #f4f4f4;
}
.course-deails-title {
	font-size: 48px
}
.course-details-left  ul {
    padding-bottom: 24px;
}
.course-details-bottom-cont h4 {
	font-size: 20px;
}
.course-details-right img {
    max-height: 208px;
    object-fit: cover;
    object-position: 100% 12%;
}
.faq-area .faq-title-wrap p {
	font-size: 24px;
}
.faq-area .all-product-left-side ul li span {
    padding-right: 30px;
}
.faq-area .all-product-left-side ul li span br {
    display: none;
}
.mx-h-200-cover {
    max-height: 200px;
    object-fit: cover;
    object-position: 100% 46%;
} 
.nursign-content-modara .section-title-wrap{
    text-align: center !important;
}
.nursing-faq-area .nursing-faq-right ul li {
	padding: 22px;
}
.nursing-faq-area .all-product-left-side ul li::after {
	right: 24px;
	top: 28px;
}


}



@media screen and (max-width: 575px) {
.ready-course-left {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
}
.products-filter-culumn {
    padding-left: 16px;
    padding-right: 16px;
}
.products-wrapper .row {
	--bs-gutter-y: 22px;
}
.single-product-card .absolute-contents {
	padding: 12px;
}
.single-product-card .absolute-contents li {
	padding: 5px 8px;
    font-size: 10px;
}
.home-hero-inner h2 {
	font-size: 42px;
}

}