/*
Theme Name: JupiterX Child
Description: Jupiter X Child Theme
Author: Artbees
Author URI: https://jupiterx.com
Template: jupiterx
Version: 1.0.0
Text Domain: jupiterx
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS codes in assets/less/style.less */

@media (max-width: 767px) {
.elementor-54 .elementor-element.elementor-element-6912163 .jet-select__control {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}
}
@media (max-width: 1024px) {

.jet-select__control {
    margin-left: auto !important;
    margin-right: auto !important;
	  width: 100% !important;
}
}

