/*
 Theme Name:   Edusion Child Theme
 Theme URI:    https://themesvila.com/themes-wp/edusion/
 Description:  This is edusion Child Theme
 Author:       themes_mountain
 Author URI:   https://themeforest.net/user/themes_mountain
 Template:     edusion
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  two-columns, right-sidebar
 Text Domain:  edusion-child
*/

@media(max-width:767px){
	div#navigation .mb-wd20{
width:20%!important;
}
	div#navigation .mb-wd50{
width:50%!important;
}
	div#navigation .mb-wd30{
width:50%!important;
}
   	div#navigation a.btn_two {
        padding: 6px 30px!important;
    }
	
}

/* iPhone 14 Pro Max Portrait */
@media (device-width: 330px) and (device-height: 932px) and (orientation: portrait) {
    /* Your styles for iPhone 14 Pro Max in portrait */
    .tutor-spotlight-mobile-progress-complete .tutor-row.tutor-align-center .tutor-col-6 {
    flex: 0 0 auto;
    width: 100%!important;
}
	
	.tutor-spotlight-mobile-progress-complete .tutor-topbar-complete-btn.tutor-mr-20 {
    width: 100%!important;
}
	
.tutor-spotlight-mobile-progress-complete .tutor-btn-primary, .tutor-btn-primary:hover, .tutor-btn-primary:focus {
    border-color: #E9C900 !important;
    width: 100%!important;
}
	.tutor-spotlight-mobile-progress-complete .tutor-row.tutor-align-center {
    flex-direction: column!important;
}
}


/* Target devices with a width between 430px and 768px */
@media only screen and (min-width: 330px) and (max-width: 912px) {
        .tutor-spotlight-mobile-progress-complete .tutor-row.tutor-align-center .tutor-col-6 {
    flex: 0 0 auto;
    width: 100%!important;
}
	
	.tutor-spotlight-mobile-progress-complete .tutor-topbar-complete-btn.tutor-mr-20 {
    width: 100%!important;
}
	
.tutor-spotlight-mobile-progress-complete .tutor-btn-primary, .tutor-btn-primary:hover, .tutor-btn-primary:focus {
    border-color: #E9C900 !important;
    width: 100%!important;
}
.tutor-spotlight-mobile-progress-complete .tutor-row.tutor-align-center {
    flex-direction: column!important;
}
}

/* Target devices with a width between 430px and 768px */
@media (min-width: 330px) and (max-width: 912px) {
        .tutor-spotlight-mobile-progress-complete .tutor-row.tutor-align-center .tutor-col-6 {
    flex: 0 0 auto;
    width: 100%!important;
}
	
	.tutor-spotlight-mobile-progress-complete .tutor-topbar-complete-btn.tutor-mr-20 {
    width: 100%!important;
}
	
.tutor-spotlight-mobile-progress-complete .tutor-btn-primary, .tutor-btn-primary:hover, .tutor-btn-primary:focus {
    border-color: #E9C900 !important;
    width: 100%!important;
}
.tutor-spotlight-mobile-progress-complete .tutor-row.tutor-align-center {
    flex-direction: column!important;
}
}
