/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.wpcf7-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 10px;
}

/* Image inside label */
.wpcf7-list-item label img {
  display: block;
  max-width: 100px;
  border-radius: 8px;
}


/* Selected tab style */
.wpcf7-list-item input[type="radio"]:checked + span,
.wpcf7-list-item input[type="radio"]:checked + img {
  border: 2px solid #0073e6;   /* border color when selected */
  background-color: #e6f2ff;   /* light background on select */
  border-radius: 10px;
}

/* Optional hover effect */
.wpcf7-list-item label:hover {
  border-color: #999;
}

.frm-row{
	width:100%;
	display: flex;
	border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-top: 10px;
    padding: 8px;
}
	
}
.frm-col-8{
	width:170px;
	padding-right:20px !important;
}
.frm-col-4{
	width:150px;
}

.frm-col-8 p,input#cost-normal{
	font-size:14px;
}
.frm-col-8 input#cost-normal{
	font-size:14px !important;
}
.frm-col-8 input#cost-premium{
	font-size:14px !important;
}


.frm-row h5{
  margin-block-end: 0 !important;
    margin-block-start:0 !important;
}
.total-price{
	padding-top:10px;
	padding-bottom:10px;
}
.total-price input#final-cost{
	background:none !important;
	padding: 0 0 0 0 !important;
	font-size:18px !important;
}
.total-price input#distance{
	margin-bottom: 0px;
}
.dis-hd{
	font-size:18px;
}