/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2025 | 17:52:24 */
html {
  scroll-behavior: smooth !important;
}
body {
	overflow-x: hidden !important;
}
.orange-color {
	color: var( --e-global-color-53b5403 );
}
#banner-heading .hero-heading2 {
    /* font-family: 'IBM Plex Serif'; */
    font-weight: 500;
    font-size: 90%;
    font-style: italic;
}
/* Benifit section CSS here */

.benifit-box img {
    width: 70px !important;
    padding: 10px;
    height: 60px !important;
    display: flex
;
    align-items: center;
    justify-content: center !important;
    background: var( --e-global-color-53b5403 );
    border-radius: 10px;
    margin-top: 10px !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.feature-benifit img{
    background: var( --e-global-color-53b5403 );
    padding: 10px;
    border-radius: 10px;
}

.feature-benifit .elementor-image-box-img {
    margin-bottom: 0 !important;
}

@media(max-width: 767px) {
	.feature-benifit .elementor-image-box-img {
    margin-bottom: 15px !important;
}
	
}.benifit-box img {
    width: 70px !important;
    padding: 10px;
    height: 60px !important;
    display: flex
;
    align-items: center;
    justify-content: center !important;
    background: var( --e-global-color-53b5403 );
    border-radius: 10px;
    margin-top: 10px !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.feature-benifit img{
    background: var( --e-global-color-53b5403 );
    padding: 10px;
    border-radius: 10px;
}

.feature-benifit .elementor-image-box-img {
    margin-bottom: 0 !important;
}

@media(max-width: 767px) {
	.feature-benifit .elementor-image-box-img {
    margin-bottom: 15px !important;
}
	
}

/* Form css here */
.lead-step-form option {
	background: var( --e-global-color-68ead63 );
}
.lead-step-form option:hover{
	background: var( --e-global-color-53b5403 ) !important;
}
.lead-step-form input{
    padding: 18px 15px;
}
.lead-step-form input::placeholder, selector textarea::placeholder{
    opacity: .9;
    
}

