/*
Theme Name: Brokerage Theme Child
Theme URI: https://example.com
Description: Child theme for brokerage-theme
Author: Brokerage Team
Author URI: https://example.com
Template: brokerage-theme
Version: 1.0.0
Text Domain: brokerage-theme-child
*/

/* Put your custom CSS below */
/*Bannar css*/

@media (max-width: 767px) {
    .brx-cta--light .brx-cta__wrap {
        display: block;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .brx-cta--light .brx-cta__wrap {
        display: block;
        text-align: center;
    }
	
	.brx-cta__icon {
    	width: 72px;    
    	text-align: center;
    	margin: 0 auto;
	}
	.brx-cta__chip {     
      padding: 10px 10px;     
      font-weight: 400;
    }
	.brx-cta__chips {       
        text-align: center;
        display: block;
        margin-bottom: 35px;
        margin-top: 38px;
    }
	.brx-cta__chip {        
        font-weight: 400;
    }
	.brx-cta__chips span:nth-child(3) {
    	display: none;
	}
	.hero {
        height: 100%;
    }
	.brx-search-field select {
      	padding: 12px 30px;    
	}
	
	nav.mobile-menu.is-open {
        top: 100%;       
    }

	
	
	
}

