/*
Theme Name:   Astra Child
Theme URL:        https://wpastra-child.com
Description:  Astra
Author:           Brainstorm Force
Author URL:   https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Template:         astra
Version:          1.0.0
License:          GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  astra
*/

.container{
    width: 100%;
	display: flex;
	flex-direction:row;
	justify-content:left;
	align-items:center;
	gap:20px;	
}
.dropdown{    
    width: 20%;    
}
.mobile{    
    width: 100%;
}
.number{
    margin-bottom: -30px;
}

.footer-links a{
	color: #fff !important;
}

.footer-links a:hover{
	color: #fff !important;
	text-decoration:underline !important;
}

.wpcf7-form-control wpcf7-submit {
	background-color: #076FB7 !important
}
