.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{
	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;
}


/*Set max width for full-width elements*/
@media screen and (min-width:1600px){
	body > .elementor > .elementor-element, body > .elementor > .elementor-section-wrap > .elementor-element-edit-mode {
		max-width: 1600px;
		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;
}




.lmask {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999;
  opacity: 0.4;
  display:none;
}
.lmask.fixed {
  position: fixed;
}
.lmask:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 183, 229, 0.9);
  opacity: .9;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 35px #2187e7;
  width: 50px;
  height: 50px;
  -moz-animation: spinPulse 1s infinite ease-in-out;
  -webkit-animation: spinPulse 1s infinite linear;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lmask:after {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid rgba(0, 183, 229, 0.9);
  opacity: .9;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 15px #2187e7;
  width: 30px;
  height: 30px;
  -moz-animation: spinoffPulse 1s infinite linear;
  -webkit-animation: spinoffPulse 1s infinite linear;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  left: 50%;
}


@-moz-keyframes spinPulse {
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}



#gptportal .onboardingform {
    padding: 40px;
	display:flex;
	gap:30px;
	flex-direction:column;
}

#gptportal .onboardingform .block .hd p{
	margin:0 0 1.5em 0;
}
#gptportal .onboardingform .block .hd  h2{
	margin:0;
}

#gptportal .onboardingform .block .bd{
	display:flex;
	gap:10px;
	flex-direction:row;
	flex-wrap:wrap;
}

#gptportal .onboardingform .block .bd .item{
	display:flex;
	flex-direction:column;
	gap:5px;
	width:100%;
}
#gptportal .onboardingform .block .bd .item.last{
	align-items:center;
}

#gptportal .onboardingform .block .bd .half{
	width:calc(50% - 5px);
}

#gptportal .onboardingform .block .bd .third{
	width:calc(20% - 8px);
}

#gptportal .onboardingform .block .bd .item p{
	font-size:16px;
	color:#333;
}
#gptportal .onboardingform .block .bd .item .req{
	color:#F00;
}

#gptportal .onboardingform .block .bd .item ul.checkbox-list {
    list-style: none;
    padding: 0 0 0 20px;
}
#gptportal .onboardingform .block .bd .item ul.checkbox-list label{
    font-size: 14px;
}

#gptportal .onboardingform input[type=submit]{
	background-color:rgb(175, 34, 44);
	color:#FFF;
	font-weight:bold;
	width:100%;
	font-size: 20px;
    padding: 5px;
	margin-top:10px;
	transition:all 0.25s linear;
	border:none;
	max-width: 400px;
	border-radius:25px;
}

#gptportal .onboardingform input[type=submit]:hover{
	background-color:#000;
	transform:scale(1.05);
}

#gptportal .onboardingform input, #gptportal .onboardingform select, #gptportal .onboardingform textarea {
    border-radius: 25px;
}
#gptportal .onboardingform input[type=file]{
    border-radius: 0;
}
#gptportal .onboardingform .item > label {
	padding-left:15px;
	font-weight:bold;
	font-size:15px;
}
@media (max-width:1024px){
	#gptportal .onboardingform .block .bd .third{
		width:calc(33% - 7px);
	}
}

@media (max-width:750px){
	#gptportal .onboardingform {
		padding: 0;
		background-color:#FFF;
	}
	#gptportal .onboardingform .block .bd .item p{
		text-align:left;
		font-size:14px;
	}
	#gptportal .onboardingform .block .bd .third{
		width:calc(50% - 5px);
	}
}

.cbody p.center {
    text-align: center;
    padding: 50px;
    font-size: 22px;
}