/*
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 */


.online-appointments-form .mb-15{
	margin-bottom: 15px;
}

.online-appointments-form .form-control{
	box-shadow:none;
	border-color: #ededed;
	border-radius: 4px;
	color: #3d3b53;
	padding: 10px 0px 10px 15px;
}

.online-appointments-form .form-control::placeholder{
	color: rgba(61,59,83,0.5);
}

.online-appointments-form .btn-submit{
		width: 170px;
    height: 50px;
		margin: 10px 0px 0px 0px;
		color: #ffffff;
		background-color: #333333;
		background-image: none;
		border: 0;
		font-size: 15px;
    font-weight: 600;
    line-height: 19px;
		border-radius: 3px;
}

.menu-currency-text p{margin-bottom:0 !important;}
.menu-currency-text p a:hover{color:#FFB91C !important;}
