* {
	margin: 0;
	padding: 0;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p 
{
	border: medium none;
	margin: 0;
	padding: 0;
}
a, input, select, textarea 
{
	margin: 0;
	outline: medium none;
	padding: 0;
}
html {}

h1, h2, h3, h4, h5, h6
{
	
}
img, fieldset 
{
	border: 0 none;
}
a
{
	border: medium none;
	outline: medium none;
}
input[type="search"] {}

img 
{
	border: medium none;
	height: auto;
	max-width: 100%;
	outline: medium none;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, span, p, input, form, img, hr, img, a
{
	border: medium none;
	margin: 0;
	padding: 0;
}
a:hover
{
	text-decoration: none;
}
.clear
{
	clear: both;
}
ul::after
{
	clear: both;
	content: "";
	display: block;
}
ul
{
	list-style: outside none none;
}
body
{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}
.container
{
    max-width: 1350px;
}
.header-sec
{
    padding:10px 0;
    margin: 0;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
	box-shadow:0 0 10px rgba(0,0,0,0.20);
}
a.site-logo
{
    float:left;
    width:265px;
}
a.site-logo img
{
    width:50%;
    margin: 0 auto;
    display: block;
}
a.site-logo span
{
    font-size:14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.2px;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.h-ds-group
{
    width:50%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h-ds-group h3
{
	color:#fe7200;
    font-size: 40px;
    font-weight: 700;
	margin:0;
	padding:0;
	text-align:center;
}
.site-contact
{
    float: right;
    width: 280px;
    text-align: right;
    padding: 39.5px 0;
}
a.head-cont
{
    display: block;
}
a.head-cont img
{
    width:40px;
	margin-right:10px;
}
a.head-cont span
{
    font-size:20px;
    font-weight:700;
    color: #000;
    letter-spacing: 0.2px;
    display:inline-block;
    text-align: center;
}

.banner-sec
{
	position:relative;
	overflow:hidden;
}
.banner-sec img.desktop-banner
{
	width:100%;
	object-fit:cover;
	height:100vh;
}
.banner-txt-main
{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	background:rgba(0,0,0,0.60);
}
.banner-txt-main-b
{
	width:100%;
	height:100%;
	margin:0 auto;
	display:table;
}
.banner-txt-main-c
{
	width:100%;
	height:100%;
	vertical-align:middle;
	display:table-cell;
}
.banner-txt 
{
	text-align:left;
	margin-top:100px;
}
.banner-txt h1 
{
	color: #fff;
    font-size:40px;
	line-height:normal;
	font-weight:700;
    letter-spacing:0.5px;
	margin-bottom:20px;
}
.banner-txt p
{
	color:#fff;
    font-size:20px;
	line-height:30px;
	font-weight:400;
    letter-spacing:0.5px;
	margin:0;
	padding:0;
}

.welcome-sec
{
	padding:80px 0;
	margin:0;
	background:#d8c3a5;
}
.welcome-content
{
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    padding-right: 20px;
    width: 100%;
}
.welcome-content h1
{
	color: #101820;
    font-size:40px;
	line-height:normal;
	font-weight:700;
    letter-spacing:0.5px;
	margin-bottom:15px;
	position:relative;
	padding-bottom:15px;
	width: 100%;
}
.welcome-content h1:after
{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:80px;
	background:#fe7200;
	height:2px;
	content:"";
}
.welcome-content p
{
	color:#101820;
    font-size:18px;
	line-height:26px;
	font-weight:400;
    letter-spacing:0;
	margin:0;
	width: 100%;
	padding:0;
}
.welcome-button
{
	width:100%;
	margin-top:20px;
}
a.free-cash-btn
{
	background:#fe7200;
	font-size:18px;
	font-weight:700;
	color:#fff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	margin-right:10px;
	transition:0.5s all;
	padding:12px 40px;
	border-radius:3px;
}
a.free-cash-btn:hover
{
	background:#000;
	transition:0.5s all;
}
a.deals-btn
{
	background:#000;
	font-size:18px;
	font-weight:700;
	color:#fff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	margin-right:0;
	transition:0.5s all;
	padding:12px 40px;
	border-radius:3px;
}
a.deals-btn:hover
{
	background:#fe7200;
	transition:0.5s all;
}
.welcome-house
{
	display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}
.welcome-house img
{
    width: 100%;
    height: auto;
}
	
.why-sell-sec
{
	padding:80px 0;
	margin:0;
	background: #cbd5e0;
}
.title h1
{
	color: #fff;
    font-size:40px;
	line-height:normal;
	font-weight:700;
    letter-spacing:0.5px;
	margin-bottom:15px;
	position:relative;
	padding-bottom:15px;
	width: 100%;
	text-align:center;
}
.title h1:after
{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	width:80px;
	background:#fe7200;
	height:2px;
	content:"";
}

.why-sell-main
{
	background:#fff;
	padding:30px 25px;
	margin:30px 0 0 0;
	border-radius:10px;
	box-shadow:0 0 20px rgba(0,0,0,0.20);
}
.why-sell-icon
{
    width:auto;
    height:auto;
    background: transparent;
    border-radius: 100%;
    box-shadow: 0 0 0px rgba(0,0,0,0.20);
    display: flex;
    align-items: start;
    align-content: start;
    justify-content: start;
}
.why-sell-icon img
{
    width:90px;
	height:90px;
}
.why-sell-info 
{
	margin-top:30px;
	padding:0;
}
.why-sell-info h3
{
	color: #101820;
    font-size:26px;
	line-height:normal;
	font-weight:700;
    letter-spacing:0.5px;
	margin-bottom:15px;
	position:relative;
	padding-bottom:15px;
}
.why-sell-info h3:after
{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:80px;
	background:#fe7200;
	height:2px;
	content:"";
}
.why-sell-info p
{
	color:#101820;
    font-size:18px;
	line-height:26px;
	font-weight:400;
    letter-spacing:0;
	margin:0;
	width: 100%;
	min-height:140px;
	padding:0;
}
.why-sell-detail
{
	margin-top:40px;
}
.why-sell-detail p
{
	color:#101820;
    font-size:16px;
	line-height:26px;
	font-weight:400;
    letter-spacing:0.5px;
	margin:0;
	width: 100%;
	padding:0;
	text-align:center;
}

.stress-sec
{
	padding:80px 0;
	margin:0;
	background:#d8c3a5;
}
.stress-main
{
	background:transparent;
	margin:30px 0 0 0;
}
.stress-icon
{
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 100%;
    box-shadow: 0 0 0px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 auto;
}
.stress-icon img
{
    width:90px;
	height:90px;
}
.stress-info
{
	margin-top:30px;
	padding:0;
}
.stress-info h4
{
	color: #fff;
    font-size:22px;
	line-height:32px;
	font-weight:700;
    letter-spacing:0.5px;
	margin:0;
	padding:0;
	text-align:center;
}
.cash-offer-button
{
	width:100%;
	margin-top:40px;
	text-align:center
}
a.cash-offer-btn
{
	background:#fe7200;
	font-size:18px;
	font-weight:700;
	color:#fff;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	margin-right:0;
	transition:0.5s all;
	padding:12px 40px;
	border-radius:3px;
}
a.cash-offer-btn:hover
{
	background:#000;
	transition:0.5s all;
}

.investor-sec
{
	padding:80px 0;
	margin:0;
	background:#8e8d8a;
}
.title h5
{
	color: #fff;
    font-size:22px;
	line-height:30px;
	font-weight:500;
    letter-spacing:0.5px;
	text-align:center;
	margin-bottom:20px;
}
.investor-main
{
	margin-top: 30px;
    padding: 30px 25px;
    background: transparent;
    border-radius: 10px;
    box-shadow: 0 0 0px rgb(0 0 0 / 20%);
}
.stress-info.investor-info h4
{
	min-height:65px;
}

.modal
{
    z-index: 9999999999999999;
    padding: 0 !important;
}
.modal-header
{
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius:0;
}
.modal-dialog
{
    max-width: 65%;
    margin:40px auto 0;
}
.modal-body
{
    padding:30px;
}
button:focus
{
    outline:none;
}
.modal-header .close
{
    padding: 0 15px 2px 15px;
    font-size: 40px;
    font-weight: 300;
    opacity: 1;
}
.modal-header .close span
{
    height: 45px;
    line-height: normal;
}
.input-field
{
	margin-bottom:20px;
	padding:0;
}
.input-field label
{
	font-size:14px;
	font-weight:500;
	color:#101820;
	letter-spacing:0.5px;
	margin-bottom:8px;
	padding:0;
	display:block;
}
.input-field input.form-control
{
	width:100%;
	height:50px;
	font-size:14px;
	font-weight:400;
	color:#101820;
	letter-spacing:0.5px;
	display:block;
	box-shadow:none;
	line-height:24px;
	background:#f3f8fb;
	border:1px solid #f3f8fb;
	border-radius:0;
	padding:10px 16px;
	margin:0;
}
.input-field .select_flavor
{
	position: relative;
	display: inline-block;
	width: 100%;
}
.input-field .select_flavor select
{
	width: 100%;
	height:50px;
	padding: 10px 35px 10px 16px;
	margin-bottom:0;
	background:#f3f8fb;
	border:1px solid #f3f8fb;
	box-shadow: none;
	font-size:14px;
	font-weight:400;
	color:#101820;
	display: block;
	border-radius:0;
	letter-spacing:0.5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input-field .select_flavor::after
{
	bottom: 0;
	display: block;
	padding: 0 0px 0 0;
	pointer-events: none;
	position: absolute;
	right:15px;
	top:0;
	line-height:55px;
	text-align: center;
	content: "\f0d7";
	color:#131313;
	font-size:20px;
	font-family: 'FontAwesome';
}
.input-field label.level-check
{
    display: inline-block;
    position: relative;
    padding-left:25px;
    margin-top: 10px;
    margin-right: 10px;
	margin-bottom:0;
    cursor: pointer;
    font-size:14px;
    color: #0e0e0e;
    letter-spacing: 0.5px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input-field label.level-check a
{
	color:#926d39;
	font-weight:400;
	text-decoration:underline;
	transition: 0.4s all;
}
.input-field label.level-check a:hover
{
	color:#1d1a19;
	transition: 0.4s all;
}
.level-check input
{
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.level-check .checkmark
{
	position: absolute;
	top:1px;
	left: 0;
	height:18px;
	width:18px;
	background-color: #fff;
	border: solid 1px #0e0e0e;
	border-radius:3px;
}
.level-check:hover input~.checkmark
{
	background-color: #0e0e0e;
	border: solid 1px #0e0e0e;
}
.level-check input:checked~.checkmark
{
	background-color: #fe7200;
	border: solid 1px #fe7200;
}
.level-check .checkmark:after
{
	content: "";
	position: absolute;
	display: none;
}
.level-check input:checked~.checkmark:after 
{
	display: block;
}
.level-check .checkmark::after
{
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.input-field textarea.form-control
{
	width:100%;
	height:80px;
	font-size:14px;
	font-weight:400;
	color:#101820;
	letter-spacing:0.5px;
	display:block;
	box-shadow:none;
	line-height:24px;
	background:#f3f8fb;
	border:1px solid #f3f8fb;
	border-radius:0;
	padding:10px 16px;
	margin:0;
}
a.submit-btn
{
	width:220px;
	background:#fe7200;
	font-size:18px;
	font-weight:700;
	color:#fff;
	display:table;
	text-align:center;
	text-decoration:none;
	margin-right:0;
	transition:0.5s all;
	padding:12px 40px;
	letter-spacing:0.5px;
	border-radius:3px;
	margin:30px auto 0;
}
a.submit-btn:hover
{
	background:#000;
	transition:0.5s all;
}

.footer-sec
{
	padding:15px 0 10px 0;
	margin:0;
	background:#000;
}
.footer-txt p
{
	color:#fff;
	font-size:14px;
	font-weight:400;
	margin-bottom:5px;
	letter-spacing:0.4px;
	padding:0;
	text-align:center;
}
.footer-txt p a
{
	color:#fe7200;
	font-weight:500;
	letter-spacing:0.4px;
	text-decoration:underline;
	display:inline-block;
}
.footer-txt p a:hover
{
	color:#fff;
}