figure.post-image {
    margin: 0;
}
.wrapper__box__panels .pannel__heading {
    background: var(--sc-color);
    padding: 0;
    overflow: hidden;
}
.wrapper__box__panels .pannel__heading .panel__title:after {
    content: "";
    background: #202878;
    position: absolute;
    inset: 0 auto 0 calc(100% - 10px);
    width: 30px;
    clip-path: polygon(0% 0%, 46% 0, 100% 50%, 46% 100%, 0% 100%);
}
.wrapper__box__panels .pannel__heading .panel__title {
    background: #202878;
    display: inline-block;
    position: relative;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.35;
    width: auto;
    margin: 0;
    font-size: 1rem;
}
.wrapper__box__panels .panel__body {
    padding: 10px;
    border: 1px solid #f4f4f4;
}
.menus__panel a {
    padding: 0;
    min-height: auto;
    display: inline-block;
    max-width: max-content;
}
.menus__panel a {
    padding: 0;
    min-height: auto;
    display: inline-block;
    max-width: max-content;
	max-width: -webkit-max-content;
}
.menus__panel a span {
    color: #1e1e1e;
    font-weight: 700;
    padding-right: 5px;
	font-size: 0.932rem;
	transition: all .3s
}
.menus__panel .ux-menu-link {
    padding: 8px 0;
}
.menus__panel .ux-menu-link:not(:last-child) {
    border-bottom: 1px dashed #ddd;
}
.menus__panel a:hover span {
	color: #cd1818
}
.menus__panel a:hover {
	text-decoration: unset
}

.box__info p {
	margin-bottom: 12px
}
i.fas.fa-phone-alt {
transform: rotateY(180deg);
}
.absolute-footer {
	display: none
}
.menus__footer {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center;
}
.menus__footer a.ux-menu-link__link {
    color: #fff;
    font-size: 0.875rem;
    min-height: auto;
    padding: 0 10px;
	line-height: 1
}
.menus__footer a.ux-menu-link__link:hover {
	color: #fff !important
}
.menus__footer .ux-menu-link:not(:last-child) a{
	border-right: 1px solid #fff
}

.footer__top {
    padding: 14px 0;
    border-bottom: 1px solid #fff;
}
.content__footer {
    padding: 40px 0 20px 0;
    color: var(--color-white);
}
.content__footer > .info__footer {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
    font-weight: 400;
}
.content__footer h4 {
	margin-bottom: 15px !important
}
.form-main {
    background: url(/wp-content/uploads/2024/10/bghome-7308.png) center no-repeat;
}
.form__main {
	margin-bottom: 0 !important
}
.form-main {
    margin: 20px 0;
    min-height: 278px;
    background-size: cover !important;
    background-position: 80% 50% !important;
    padding: 20px 0;
}
.form-main .form__main h2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 30px;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}
.form-control {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
	margin-bottom: 0 !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    color: #555 !important !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)  !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}
.submit-form-button {
    background: #fab000;
    color: white;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    font-weight: bold;
    text-transform: uppercase;
}
.form-captcha__secure i {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #ff0000;	
}
.form-captcha__secure {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.675rem;
	margin-bottom: 0
}
.form-captcha__secure input {
    flex: 1;
}

.icon__search i {
    color: #fff;
    font-weight: 900 !important;
    font-size: 0.932rem !important;
}
.icon__search:hover i {
	color: #000 !important
}
.sidebar-menu li.html {
    padding: 0 !important;
}
.sidebar-menu li.html a i {
    color: #000 !important;
    opacity: 1;
    font-size: 1.125rem;
}