.elementor-7301 .elementor-element.elementor-element-5feda19{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7301 .elementor-element.elementor-element-bd83ebe{--display:flex;}.elementor-7301 .elementor-element.elementor-element-7f8e006 .elementor-heading-title{font-size:23px;color:var( --e-global-color-4e0451f );}.elementor-7301 .elementor-element.elementor-element-c6dc2e1{text-align:justify;}.elementor-7301 .elementor-element.elementor-element-6066312{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7301 .elementor-element.elementor-element-f6118a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--border-radius:10px 10px 10px 10px;box-shadow:0px 1px 5px 0px rgba(0, 0, 0, 0.2);--margin-top:10px;--margin-bottom:10px;--margin-left:10px;--margin-right:10px;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-7301 .elementor-element.elementor-element-f768c3a{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-7301 .elementor-element.elementor-element-f6118a6{--width:100%;}}@media(max-width:1366px){.elementor-7301 .elementor-element.elementor-element-c6dc2e1{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7301 .elementor-element.elementor-element-6066312{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7301 .elementor-element.elementor-element-f6118a6{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(max-width:1024px){.elementor-7301 .elementor-element.elementor-element-5feda19{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7301 .elementor-element.elementor-element-c6dc2e1{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7301 .elementor-element.elementor-element-6066312{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-7301 .elementor-element.elementor-element-5feda19{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-7301 .elementor-element.elementor-element-7f8e006{margin:-15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7301 .elementor-element.elementor-element-c6dc2e1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7301 .elementor-element.elementor-element-6066312{--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS *//*Form Begin*/
.custom-select-trigger {
    background-color: #ffffff !important;
    padding: 10px;
    font-family: inherit;
    border: 1px solid #ccc !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    cursor: pointer !important;
}

.custom-select-options {
    display: none !important;
    background-color: white;
    border: 1px solid #ccc !important;
    width: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    margin-top: 5px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute !important;
  width: 100% !important;
  background-color: #fff !important;
}

.custom-select-options.active {
    display: block !important;
    z-index: 9999;
}

.ginput_container_select .custom-select-options {
  padding-right: 0 !important;
  margin-top: 5px;
  border-radius: 3px !important;
}

.custom-select-trigger{
border: 1px solid #ccc !important;
  padding: 12px 10px !important;
  border-radius: 5px !important;
}

.custom-select-options li {
    padding: 10px;
    cursor: pointer;
    font-family: inherit;
    list-style: none;
    transition: background-color 0.3s ease;
    margin-bottom: 0 !important;
    font-size: 16px;
}
.custom-select-options li::before {
    content: "   " !important;
}

.custom-select-options li:hover {
    background-color: #f0f0f0;
}

.ginput_container_select .custom-select-options{
  padding-right: 0 !important;
}

.custom-select-trigger .arrow {
    width: 10px;
    height: 10px;
    border-left: 2px solid #a3a3a3;
    border-bottom: 2px solid #a3a3a3;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    float: left;
    margin-top: 3px;
}

.custom-select-trigger.open .arrow {
    transform: rotate(135deg);
}
.custom-select-options li.selected {
  background-color: #eee;
  font-weight: bold;
}
.gform-footer{
  margin-top: 25px !important;
}
.gform-footer::before {
  margin-top: -20px;
}
.gfield--type-select .select2{
    display: none;
}
.ginput_container .custom-select-options{
    margin: 0 !important;
}
.gform_fields .spacer{
    display: none !important
}
/*Form End*/



.contact-box .bdt-lottie-icon-box-content{
    margin-top: -30px !important;
}
#contact-box-btn .bdt-button-icon-align-right{
	background-color: #fff;
	color: var(--e-global-color-primary);
	margin-right: 20px;
	border-radius: 9px;
	line-height: 0;
	padding: 8px 5px;
}
#contact-box-btn{
	line-height: 30px;
	padding-top: 10px;
	padding-left: 10px;
	display: flex !important;
	align-items: center;
	width: fit-content;
	margin: auto;
}
#input_2_19{
  flex-direction: row !important;
}
.gfield--input-type-captcha{
    display: none !important;
}

@media screen and (min-width:1000px){
    #contact-box-btn{
        margin: unset;
        float: left;
}
}
@media screen and (min-width:700px){
#field_2_19 .ginput_container_checkbox{
  margin-top: 5px;
}
}
@media screen and (max-width:480px){
    #input_2_19 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
}/* End custom CSS */