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

/* 1. InMotion - Pricing Module */

.pricing-page-filters {
  display: flex;
  align-items: start;
  flex-direction: row;
}
.pricing-page-filters .country-select {
  flex: 0 0 225px;
  margin-right: 25px;
}
.pricing-page-filters .account-select {
  flex: 0 0 225px;
}
.pricing-page-filters .form-select {
  background-color: #F6F9FB;
  border: 2px solid #3A3A3A;
  border-radius: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 12px;
    outline: none;
    box-shadow: none;
	word-wrap: normal;
}

.form-select {
    display: block;
    color: #212529;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pricing-page-filters .form-label {
    margin-left: 10px;
	margin-bottom: 10px;
}

.pricing-section {
	margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-gap: 40px;
}

.price-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #000;
}
.price-box .price-header {
  text-align: center;
}
.price-box .price-header img {
  display: block;
  margin: 0 auto;
  background: #00D690;
  border-radius: 50%;
  padding: 8px;
}
.price-box .price-header span {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #3A3A3A;
  margin-top: 19px;
  margin-bottom: 24px;
  display: block;
}
.price-box .price-header p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #747474;
  margin-bottom: 0 !important;
}
.price-box .price-body .price-body-category {
  margin-top: 45px;
}
.price-box .price-body .price-body-category .price-body-category-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  color: #000000;
  display: block;
  margin-bottom: 24px;
}
.price-box .price-body .price-body-category .price-body-category-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}
.price-box .price-body .price-body-category .price-body-category-price span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #3A3A3A;
}
.price-box .price-body .price-body-category .price-body-category-price span b {
  font-weight: 600;
}
	
@media screen and (max-width: 767px) {
	
	.pricing-page-filters {
		display: block;
	}

	.pricing-section {
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	
	.pricing-page-filters .country-select {
		margin-bottom: 30px;
		width: 100%;
	}
	
	.pricing-page-filters .account-select {
		margin-bottom: 30px;
		width: 100%;
	}

}

/* End Pricing Module */