/*
	Theme Name: DroidPro
	Version: 1.0

	Template: genesis
	Template Version: 2.1
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

.flex_parent_form {
	display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.flex_parent_form br, .flex_parent_form p {
 	display: none !important;
}
.inputs_parent {
	display: flex;
    width: 100%;
    flex-direction: column;
    height: auto;
}
.inputs_parent span {
    font-size: 16px;
}
.inputs_parent input, .inputs_parent textarea {
	width: 75% !important;
}
.for_radio_inps {
	display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
}
.inputs_parent .radio_inp {
	width: auto !important;
    height: auto !important;
    margin-bottom: 0 !important;
    margin-right: 1rem;
    margin-left: 0.5rem;
}
.radios_sections {
	display: flex;
    justify-content: center;
    align-items: center;
}
.radios_sections span {
	margin-right: 0.5rem;
}
.flex_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: gray;
    opacity: 0.5;
    display: none;
}
.show_loader {
    display: flex;
    justify-content: center;
    align-items: center;
}
.for_showing_price {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    align-items: center;
    margin-bottom: 1rem;
}
.sticky_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}


