.custom-bottom-pane {
	padding: 20px 0px 20px 0px;
	background-color: #AAA1A1;
	margin-top: -40px;
}

.custom-bottom-pane-inner {
	padding: 10px;
}

.custom-bottom-pane-inner .page-center {
	max-width: 1140px;
	display: flex;
}

.custom-bottom-left {
	width: 63%;
	text-align: right;
}

.custom-bottom-right {
	width: 37%;
	text-align: left;
}

.custom-bottom-leftt {
	margin: 27px 27px 27px 27px;
	padding: 10px;
}

.custom-bottom-leftt h1 {
	color: #FFFFFF;
	font-family: "Open Sans", Sans-serif;
	font-size: 40px;
	font-weight: 400;
	margin: 0;
}

.custom-bottom-rightt {
	margin: 33px 33px 33px 33px;
	padding: 10px;
}

.custom-bottom-rightt a {
	cursor: pointer;
	display: inline-block;
	position: relative;
	color: white;
	text-decoration: none;
	border: solid 3px #ff1414;
	border-right: none;
	box-sizing: border-box;
	padding: 3px 25px;
	letter-spacing: 3px;
	background-color: #ED3419;
	/* transition: all 1s ease-out; */
	font-size: 15px;
	font-family: 'Open Sans';
	padding: 4px 25px;
}


{#.custom-bottom-rightt a:after {
	content: '';
	position: absolute;
	left: 100%;
	margin-left: -8px;
	bottom: -2px;
	top: 50%;
	border-right: solid 3px #555555 !important;
	transform: skewX(-35deg);
	width: 15px;
	background: inherit;
}#}

{#.custom-bottom-rightt a:before {
	content: '';
	position: absolute;
	left: 100%;
	margin-left: -8px;
	top: -3px;
	bottom: 50%;
	border-right: solid 3px #555555 !important;
	transform: skewX(35deg);
	width: 15px;
	background: inherit;
}#}

.custom-bottom-rightt a:hover {
	background: #555;
	border-color: #555;
}
.pop-up {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1999999999;
	transition: .15s ease-in-out;
	position: fixed;
	background: #fff;
	overflow-y: scroll;
}
.custom-bottom-rightt a:hover:before,.custom-bottom-rightt a:hover:after {
	border-color: #ff1414 !important;
}
.pop-up-inner {
	width: 35%;
	margin: 0 auto;
	left: 34% !important;
	padding: 18px;
	border-radius: 0px;
	border: 1px none #000000;
	box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
	background-color: rgba(249, 249, 249, 1.00);
	z-index: 1999999999;
	position: absolute;
	top: 137px;
}
.pum-close.popmake-close {
	position: absolute;
	left: auto;
	bottom: auto;
	padding: 8px;
	color: #ffffff;
	font-family: inherit;
	font-weight: 400;
	font-size: 12px;
	font-style: inherit;
	border: 1px none #ffffff;
	box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
	text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
	background: #ff1414 !important;
	width: 30px !important;
	height: 30px !important;
	line-height: 10px !important;
	border-radius: 20px !important;
	right: -16px !important;
	top: -13px !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pum-content.popmake-content h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 27px !important;
	text-align: center;
}
.pum-content.popmake-content .hs_submit.hs-submit {
	text-align: center;
}
.pum-content.popmake-content .form-title {
	display: none;
}
.pum-content.popmake-content .hs-input:focus {
	color: #000;
}
.pum-content.popmake-content .hs-input {
	padding: 10px !important;
	margin-bottom: 10px;
}
.pum-close.popmake-close {
	cursor: pointer;
}
.pum-content.popmake-content .actions {
	display: inline-block;
	position: relative;
	color: white;
	text-decoration: none;
	border: solid 3px #ff1414;
	border-right: none;
	box-sizing: border-box;
	padding: 3px 25px;
	letter-spacing: 3px;
	background-color: #ED3419;
	font-size: 15px;
	font-family: 'Open Sans';
	width: 210px;
	padding: 3px 25px !important;
}

.pum-content.popmake-content input.hs-button.primary.large {
	display: inline-block;
	position: relative;
	color: white;
	text-decoration: none;
	border: solid 3px #3fc5f0;
	border-right: none;
	box-sizing: border-box;
	padding: 6px 25px;
	letter-spacing: 3px;
	background-color: #3fc5f0;
	font-size: 15px;
	font-family: 'Open Sans';
	background-color: transparent !important;
	border: none !important;
	color: #fff !important;
	white-space: nowrap;
}
.custom-bottom-pane.home {
    margin: 0;
}
.pum-content.popmake-content .actions:before {
	content: '';
	position: absolute;
	left: 100%;
	margin-left: -8px;
	top: -3px;
	bottom: 50%;
	border-right: solid 3px #555555 !important;
	transform: skewX(35deg);
	width: 15px;
	background: inherit;
}
.pum-content.popmake-content .actions:after {
	content: '';
	position: absolute;
	left: 100%;
	margin-left: -8px;
	bottom: -2px;
	top: 50%;
	border-right: solid 3px #555555 !important;
	transform: skewX(-35deg);
	width: 15px;
	background: inherit;
}
.pum-content.popmake-content .actions:hover {
	background: #555;
	border-color: #555;
}
.pum-content.popmake-content .actions:hover:before,
.pum-content.popmake-content .actions:hover:after {
	border-color: #ff1414 !important;
}
.pop-up {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.pop-up.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.custom-bottom-rightt a {
    white-space: nowrap;
}
@media(max-width:991px){
	.custom-bottom-right {
		text-align: left;
		width: 50%;
	}
}

@media(max-width:767px){
	.pop-up-inner {
    width: 50%;
    left: 24% !important;
}
	.custom-bottom-left,.custom-bottom-left {
		width: 100%;
		text-align: center;
	}
	.custom-bottom-pane-inner .page-center {
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.custom-bottom-rightt {
		width: 100%;
		margin: 0;
	}
	.custom-bottom-leftt h1 {
		font-size: 23px;
	}
	.custom-bottom-leftt {
		margin-bottom: 0;
	}
	.custom-bottom-right {
		text-align: center;
	}
}