.elementor-22549 .elementor-element.elementor-element-f675b31{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22549 .elementor-element.elementor-element-7e6c003:hover{--e-transform-translateY:-10px;}.elementor-22549 .elementor-element.elementor-element-7e6c003.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-22549 .elementor-element.elementor-element-7e6c003{width:var( --container-widget-width, 85% );max-width:85%;--container-widget-width:85%;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-22549 .elementor-element.elementor-element-7e6c003{padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-7e6c003 */.elementor-22549 .elementor-element.elementor-element-7e6c003{
    display: flex;
    justify-content: center;
    align-items: center;
}
 /*Con inner */
.page-content .elementor .e-con-inner{
	transform: translateX(0) translateY(0);
}

#searchajax{
    width: 600px;
}
.elementor-22549 .elementor-element.elementor-element-7e6c003 .e-con-inner{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
 /*Search box */
#search_box{
    width: 70%;
	padding: 15px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	border: none ;
	border-radius: 60px;
	font-family: peyda;
	font-size: 12px;
	background-color: #fff !important;
}

 /*Search box (focus) */
#search_box:focus{
	outline: none;
}

 /*Button class */
#searchajax form .ButtonClass{
    width: 30%;
	background: black;
	padding: 10px 35px;
	color: white;
	border: none;
	border-radius: 24px;
	font-family: peyda;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin:0px 0px 0px 5px;
}

 /*Form Division */
#searchajax form{
	background-color:#ffffff;
	border: none;
	border-radius: 60px;
	max-width: 100%;
	padding: 10px 5px;
}

 /*Tablet-specific Styles */
@media (max-width: 767px) {
   
#searchajax{
    width: 320px;
}
 /*Search box */
#search_box{
    width: 100%;
	padding: 5px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	border: none ;
	border-radius: 60px;
	font-family: peyda;
	font-size: 12px;
	background-color: #fff !important;
	padding: 20px 5px 10px 0px !important;
}

 /*Search box (focus) */
#search_box:focus{
	outline: none;
}

 /*Button class */
#searchajax form .ButtonClass{
    width: 40%;
        background: black;
        padding: 0px 0px;
        margin: 0px 25px 0px 0px;
        border-radius: 30px !important;
}
}/* End custom CSS */