/* 
 Theme Name:   InspireXT
 Theme URI:    
 Description:  This is a child theme of Hello, designed for InspireXT
 Author:       PrachiDeveloper
 Author URI:   http://localhost:10004
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@media (max-width: 767px) {
    .secondary-menu
 {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .secondary-menu{
        display: none !important;
    }
}

.elementor-popup-modal .dialog-close-button svg
 {
    fill: #fff !important;
}