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


.contact_form input {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px;
}

.contact_form * {
    font-family: "Poppins", Sans-serif;
}
.contact_form input:focus,.contact_form textarea:focus {
    border-color: #00B7EF !important;
}
.contact_form label {
    margin-bottom: 15px !IMPORTANT;
    display: block;
    font-size: 16px !important;
    FONT-WEIGHT:  600 !important;
}

.contact_form button[type="submit"] {
    background-color: var(--e-global-color-secondary) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    border-radius: 4px 4px 4px 4px !important;
    padding: 15.5px 50px 15.5px 50px !important;
    color: #fff !important;
}

.contact_form button[type="submit"]:hover {
    background-color: #F8111C !important;
}

@keyframes infiniteScroll {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}
.hs-main .elementor-widget-text-editor {
    white-space: nowrap;
    min-width: 1020px;
}
.hs_inner {
    animation: infiniteScroll 10s infinite linear;
}
@media (min-width:1300px) and (max-width:1375px) {
  header .registration_box {
    margin-right:  -9px !important;
  }
}



@media (max-width:767px){
	.contact_form input {
		min-height: 38px;
	}
	.contact_form label {
		margin-bottom: 7px ! IMPORTANT;
		font-size: 15px !important;
	}
	.contact_form button[type="submit"] {
    font-size: 16px !important;
    padding: 10.5px 25px 10.5px 25px !important;
}
}
