/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	Template: hello-elementor
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

.number.elementor-widget.elementor-widget-heading {
    position: absolute;
    left: 0;
    top: 15px;
    margin: auto;
    right: 0;
    text-align: center;
}
.number.elementor-widget.elementor-widget-heading h2 {
    color: #1C362D;
    font-weight: normal;
    font-size: 22px;
    border: 1px solid;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: auto;
}
.e-n-accordion-item {
    border: 2px solid #1C362D;
    border-radius: 15px;
	overflow: hidden;
}
.currency-form .elementor-field-group.elementor-column {
    border: none;
    border-radius: 6px;
    padding: 0px 15px 0 !important;
    margin: 0 10px;
    width: 45%;
	background-color: transparent;
}
.currency-form .elementor-field-group.elementor-column label.elementor-field-label {
    font-size: 14px;
    font-weight: normal;
    color: #ccc;
}
.elementor-field.elementor-select-wrapper.remove-before {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 8px;
}
div#form-field-fromcurrency_msdd, div#form-field-tocurrency_msdd {
    padding: 5px 0;
}
input#form-field-field_79d83df {
    margin-top: 8px;
}
.currency-form select {
    font-size: 15px !important;
    font-weight: 500 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.currency-form input {
    box-shadow: none !important;
}
.elementor-field-group-first_name label, .elementor-field-group-last_name label, .elementor-field-group-email label, .elementor-field-group-phone label {
    display: none;
}
.currency-form .elementor-field-group.elementor-column.elementor-field-group-first_name, .currency-form .elementor-field-group.elementor-column.elementor-field-group-last_name, .currency-form .elementor-field-group.elementor-column.elementor-field-group-email, .currency-form .elementor-field-group.elementor-column.elementor-field-group-phone {
    padding-top: 0 !important;
}
.currency-form .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
    border: none;
    width: 100%;
    padding: 0 5px !important;
	background: transparent;
	margin-left: 5px;
}
.elementor-field-textual.elementor-size-xs {
    padding: 12px 12px;
    border-radius: 5px;
}
li.login-btn.menu-item-2680 a {
    background-color: #B9884D;
    color: #fff !important;
    padding: 10px 35px !important;
    border-radius: 100px;
}
.elementor-field-group-fromcurrency, .elementor-field-group-tocurrency {
    position: relative;
}
select#form-field-fromcurrency, select#form-field-tocurrency {
    padding-left: 16px;
}
.ddcommon .ddTitle {
    border-image: none !important;
    background-color: transparent !important;
}
.dd {
    border: none !important;
}
.dd .divider {
    display: none;
    border-right: 1px solid #fff;
    right: 24px;
}
.ddcommon .ddChild li img {
    margin-right: 6px !important;
    margin-top: 4px !important;
}
.dd .ddTitle .ddTitleText img {
    padding-right: 5px;
    margin-right: 6px !important;
    margin-top: 4px !important;
}
.dd .ddArrow {
    width: 16px;
    height: 16px;
    margin-top: -17px;
    background: url(../img/dd_arrow.gif) no-repeat;
    opacity: 0;
}
@media screen and (max-width: 768px) {
	.currency-form .elementor-field-group.elementor-column {
		margin: 0 auto;
		width: 95%;
	}
}