.elementor-tab-desktop-title{
	background: #fff;
    width: 5%;
	text-align:center;
	padding-right:20px;
}
.elementor-active{
	background:#9e5d49;
	color:#fff !important;
}
.elementor-tab-content{
	background: transparent !important;
}
.popupBtns .elementor-widget-button {
    width: 100%;
}
.popupBtns .elementor-button {
    width: 100%;
    white-space: nowrap;
}

.formFields{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 20px;
	row-gap: 26px;
	margin-bottom: 30px;
}

#uae-company,
#international-company,
#uae-individual,
#international-individual{
	display: none;
}
.popupForm{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000000a6;
	z-index: 99;
}
.popupForm .e-con-inner{
	justify-content: center !important;
}
.popupForm .scrollDiv{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	background-color: #fff;
	padding: 30px;
	max-height: calc(100vh - 160px);
	overflow: auto;
}
.popupForm h3{
	font-size: 22px;
	font-family: helvetica;
	margin-bottom: 20px;
}
.popupForm select,
.popupForm [type="date"],
.popupForm [type="file"]{
	width: 100%;
    background-color: white;
    border: 0.5px solid #DB9E75;
    border-radius: 0;
    padding: 10px;
    color: #9E5D49;
    font-family: Helvetica;
}
.popupForm [type="file"], .popupForm input{
	padding: 5px;
	margin: 10px 0px;
}
.popupForm .hs-dateinput label {
    color: #9E5D49;
    font-weight: 400;
    font-size: 12px;
/*     padding-bottom: 1px; */
    display: block;
	position: relative
    top: -16px;
}
.popupForm ul.no-list.hs-error-msgs.inputs-list{
	list-style-type: none !important;
    padding: 10px 0px 0px 0px !important;
    color: #9e5d49 !important;
}
.form-columns-2 label, .form-columns-1 label{
	color: #9E5D49;
	
}
.popupForm .wpcf7-not-valid-tip {
    font-size: 12px;
}
@media(max-width: 767px){
	.popupForm label{
		position: relative;
		top: -4px;
	}
	.popupForm [type="file"] {
		margin-bottom: 6px;
	}
}
.popupForm label + br{
	display: none;
}
.popupForm .grid {
    column-gap: 20px;
    row-gap: 20px;
    margin: 0;
    width: 100%;
	margin-bottom: 30px;
}
.grid > div {
    width: calc(50% - 10px);
	position: relative;
}
.closebtn{
	width: 40px;
	height: 40px;
	position: absolute;
    right: 50px;
    top: 50px;
    filter: contrast(0) brightness(5);
	cursor: pointer;
}

@media(max-width: 767px){
	.grid > div{
		width: 100%;
	}
	.popupForm .scrollDiv{
		padding: 20px;
	}
	.closebtn {
		width: 25px;
		height: 25px;
		right: 20px;
		top: 20px;
	}
	.formFields{
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.form-columns-2{
		flex-direction: column;
	}
}
/* form  */

.wpcf7-response-output {
    position: relative;
    bottom: 58px;
    left: 86px;
    border-color: transparent;
    font-weight: 400;
}
/* hubsopt form */
form#hsForm_d36268f8-4e1e-4d65-ae03-4616dd7e9455 {
	background: #fff;
}
.form-columns-1{
	padding-bottom:20px!important;
	max-width: 100% !important;
}
.form-columns-2{
	display:flex;
	gap:20px;
	padding-bottom:20px!important;
	max-width: 100% !important;
}
.input input, .input select{
	width:100% !important;
}