.elementor-location-header{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
	max-width: 100vw;
}
.elementor-location-header.XNThide,.elementor-location-header.XNThide2{
	position:absolute;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/*Remove margin on last p text widget*/
.elementor-widget-text-editor .elementor-widget-container p:last-child, .elementor-widget-text-editor p:last-child{
	margin-bottom:0;
}

/*Elementor form messages*/
.elementor-message {
    background-color: #FFF;
    padding: 20px;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.elementor-message.elementor-message-success {
    background-color: #a7de9c;
}


/*Set max width for full-width elements*/
@media screen and (min-width:1920px){
	body > .elementor > .elementor-element, body > .elementor > .elementor-section-wrap > .elementor-element-edit-mode {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		background-color:#FFF;
		inset-inline-start: 0 !important;
		position:relative;
	}
	body {
		background-color:#F3F3F3;
	}
}

@keyframes fadeInLeftXNT {
    from {
        opacity: 0;
        transform: translate3d(-70px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeftXNT !important;
}

@keyframes fadeInRightXNT {
    from {
        opacity: 0;
        transform: translate3d(70px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRightXNT !important;
}


.modal.pcnt {
	max-width: 750px;
}

.modal.pcnt h2{
    font-size: 20px;
    margin: 0;
    padding: 10px 1em;
    background-color: #1c2264;
    color: #FFF;
    margin-bottom: 15px;
	    border-radius: 15px 0;
}

.modal.pcnt ul{
	list-style:none;
	padding:0;
	margin:0 0 1em 0;
}

.modal.pcnt ul li{
	border-bottom:1px solid #CCC;
	padding: 0;
}

.modal.pcnt ul li a{
	width:100%;
	display:inline-block;
	color:var(--e-global-color-primary);
	padding: 5px 15px;
	font-size:15px;
	line-height:1.2em;
	font-family: "Instrument Sans", Sans-serif;
}
.modal.pcnt ul li a:hover{
	color:#FFF;
	background-color:#1c2264;
}

.modal.pcnt .rtext{
	font-size:12px;
}