body{
	background-color: #fafafa;
}
header{
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}

@media (min-width: 992px){
	header .duihelp-top-bar-wrapper {
    	width: 66.66666667%;
    }
}
header .duihelp-top-bar,
header .duihelp-top-bar:before,
header .duihelp-top-bar:after{
	background: transparent;
	color: black;
	margin: 0;
	padding: 0;
}
header .phone-wrapper{
	line-height: 32px;
}
header .phone-wrapper span:first-of-type{
	padding-right: 18px;
}
header .phone-wrapper span:not(:first-of-type){
	font-weight: bold;
	padding-right: 4px;
}

.duihelp-header-menu-wrapper{
	display: none;
}


.duihelp-main-content {
	margin-top: 0;
}

.textcolor-gold{
	font-weight: bold;
}

/* banner */
section.duihelp-banner{
	height: 615px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 37px;
    position: relative;
}
.duihelp-banner-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,0.75);
}

.banner-content-wrapper{
	padding: 50px 455px 43px 0;
}
.banner-title{
	color: #fff;
    font-size: 26px;
    margin: 0 0 24px;
    position: relative;
    padding-right: 65px;
}
.banner-title:before,
.banner-title:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	-webkit-animation: arr-animation 1s ease-in-out infinite;
    animation: arr-animation 1s ease-in-out infinite;
}
.banner-title:before{
	width: 50px;
	border: 2px solid #fff;
	margin-top: 15px;
	margin-right: 9px;
}
.banner-title:after{
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #fff;
	margin-top: 12px;
}
.banner-content{
	line-height: 150%;
}
@media (max-height: 768px){
	section.duihelp-banner{
		height: 565px;
	}
	section.duihelp-banner .duihelp-form-wrapper {
    	top: 40px;
    	bottom: 40px;
	}
}
/* arrow animation */
    @-webkit-keyframes arr-animation {
      	0% { -webkit-transform: translate(0); }
      	50% { -webkit-transform: translate(20px); }
      	100% { -webkit-transform: translate(0); }
    }
    @keyframes arr-animation {
      	0% { -webkit-transform: translate(0); }
      	50% { -webkit-transform: translate(20px); }
      	100% { -webkit-transform: translate(0); }
    }
/* banner end */

/* form */
.duihelp-form-wrapper{
	position: absolute;
	top:68px;right:0;bottom:68px;
	width: 100%;
}
.duihelp-form-wrapper .container,
.duihelp-form-wrapper .row,
.duihelp-form-wrapper .row > div,
.duihelp-form{
	height: 100%;
}
.duihelp-form{
	width: 405px;
	background-color: #fff;
	margin-left: auto;
	padding: 53px 20px 20px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.duihelp-form-title{
	margin: 0 0 9px;
    font-size: 23px;
    color: #000;
    text-align: center;
}
.duihelp-form-subtitle{
	margin: 0 0 9px;
	font-size: 17px;
    font-weight: normal;
    color: #9D9D9C;
    text-align: center;
}
.duihelp-form form{
	width: 265px;
	margin: 32px auto 0;
}
.duihelp-form input,
.duihelp-form select,
.duihelp-form label,
.duihelp-custom-select-view{
	width: 100%;
	font-weight: normal;
}
.duihelp-form label{
	font-size: 15px;
    margin: 14px 0;
    position: relative;
}
.duihelp-form input,
.duihelp-form select,
.duihelp-custom-select-view{
    font-size: 12px;
    height: 36px;
    line-height: 36px;
	background-color: #f6f6f6;
	border: 1px solid #cecece;
	margin-top: 6px;
	padding: 0 10px;
	color: black;
	display: inline-block;
}
.duihelp-form input:focus,
.duihelp-form select:focus,
.duihelp-custom-select-view:focus,
.duihelp-custom-select-view:hover{
	outline: none;
	text-decoration: none;
	color: black;
}
.duihelp-form input.valid {
	outline: none;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none"%3E%3Ccircle cx="8" cy="8.5" r="8" fill="%2311AE34"/%3E%3Cpath d="M4.26672 7.96668L7.46672 11.1667L12.8001 5.83334" stroke="white" stroke-width="2.13333" stroke-linejoin="round"/%3E%3C/svg%3E');
	background-size: 16px;
	background-color: #fff;
	background-position-x: calc(100% - 10px);
	background-position-y: center;
	background-repeat: no-repeat;
}
.duihelp-form .duihelp-button {
	margin-top: 37px;
	line-height: 58px;
}
/* custom select */
.duihelp-custom-select-view{
	position: relative;
}
.duihelp-custom-select-view:after{
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px;
	border-top: 4px solid #575756;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
.duihelp-custom-select-view.active + .duihelp-custom-select-options{
	height: auto;
	border: 1px solid #cecece;
}
.duihelp-custom-select-options{
	height: 0;
	overflow: hidden;
	position: absolute;
	background-color: #f6f6f6;
	width: 100%;
	margin-top: -1px;
	font-size: 12px;
	z-index: 10;
}
.duihelp-custom-select-options li{
	cursor: pointer;
    padding: 4px 6px;
}
.duihelp-custom-select-options li:hover,
.duihelp-custom-select-options:not(:hover) li.active{
	color: #fff;
	background-color: #b09359;
}
/* form end */

/* button */
.duihelp-button{
	display: block;
	width: 265px;
	height: 60px;
	line-height: 60px;
	margin: auto;
	text-align: center;
	background-color: #b09359;
	border-radius: 30px;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	border: none;
}
.duihelp-button,
.duihelp-button:hover,
.duihelp-button:focus {
	color: #fff;
	outline: none;
	text-decoration: none;
}
.duihelp-button:hover {
	background-color: #917845;
}
.duihelp-button:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari */
	transform: rotate(45deg);
	position: relative;
	top: -1px;
	left: 8px;
}
/* button end */

/* questions */
.duihelp-question-wrapper{
	display: table;
	width: 100%;
}
.duihelp-question-wrapper .duihelp-column{
	display: table-cell;
	vertical-align: middle;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 320px;
}
.duihelp-question-wrapper .duihelp-question-content{
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 32px;
}
.duihelp-question-wrapper.even .duihelp-question-content {
    padding-right: 60px;
    padding-left: 40px;
}
.duihelp-question-wrapper.odd .duihelp-question-content {
    padding-right: 40px;
    padding-left: 60px;
}
.duihelp-question-wrapper.even .duihelp-column:last-of-type{
	width: 405px;
}
.duihelp-question-wrapper.odd .duihelp-column:first-of-type{
	width: 405px;
	text-align: right;
}
.duihelp-question-wrapper.even .duihelp-column:last-of-type img{
	margin-left: -44px;
}
.duihelp-question-wrapper.odd .duihelp-column:first-of-type img{
	margin-right: -44px;
}
.duihelp-question{
	font-weight: bold;
    font-size: 18px;
    display: inline-block;
    color: #000;
    margin: 0;
}
.duihelp-question:after{
	content: '';
	display: block;
	width: 50%;
	border-bottom: 1px solid #efefef;
	margin-top: 12px;
	margin-bottom: 8px;
}
.duihelp-answer{
	line-height: 150%;
}
/* questions end */

.duihelp-button-wrapper {
	padding: 65px 0 49px;
}

/* footer */
/*footer{
    padding-top: 40px;
}
footer .notice-text {
	background-color: transparent;
	color: #000;
	border: none;
	font-size: 11px;
    line-height: 130%;
    padding: 0;
    font-weight: normal;
}
.duihelp-notice-border{
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 12px 0;
}*/
/* footer end */

@media (max-width: 991px) {
	body{
		background-color: #fff;
	}
	header {
    	padding-bottom: 20px;
    }
	header .row > div:not(.logo-wrap){
		display: none;
	}
	header .logo-wrap{
	    margin: auto;
    	float: none;
    	text-align: center;
    	width: 100%;
    }
    header .header__logo{
    	border-bottom: 2px solid #b09359;
    }
    .duihelp-main-content {
    	margin-bottom: 20px;
	}
    section.duihelp-banner{
    	background: none;
    	height: auto;
    	margin-bottom: 16px;
    }
    .duihelp-form-wrapper{
    	position: static;
    	overflow: hidden;
    }
    .duihelp-form{
    	width: auto;
    	margin: auto;
    	padding: 0;
    	-webkit-box-shadow: none;
	    -moz-box-shadow: none;
    	box-shadow: none;
    }
	.duihelp-form form{
		background-color: #000;
		margin-top: 21px;
		position: relative;
		color: #fff;
		padding: 28px 0 38px;
	}
	.duihelp-form form:before,
	.duihelp-form form:after{
		content: '';
		background-color: #000;
		position: absolute;
    	width: 500%;
    	top: 0;
    	bottom: 0;
	}
	.duihelp-form form:before{
		right: 100%;
	}
	.duihelp-form form:after{
		left: 100%;
	}
	.duihelp-form input,
	.duihelp-form select,
	.duihelp-custom-select-view,
	.duihelp-custom-select-view.active+.duihelp-custom-select-options{
		border-color: #b09359;
		color: #000;
		border-radius: 5px;
		font-size: 16px;
	}
	.duihelp-form label {
    	font-size: 13px;
    	margin: 9px 0;
	}
	.duihelp-form .duihelp-button {
    	margin-top: 15px;
    	position: relative;
    	font-size: 19px;
    }
    .duihelp-button:after {
    	width: 9px;
    	height: 9px;
    	top: -2px;
    }
	.content-mob {
		line-height: 150%;
		font-size: 15px;
	}
	.content-mob p:not(:last-of-type){
		margin-bottom: 22px;
	}
	.duihelp-phone-mobile {
		border-top: 1px solid #ededed;
    	border-bottom: 1px solid #ededed;
    	padding: 16px 0;
    	margin-top: 8px;
	}
	.duihelp-phone-mobile .header-contact{
		display: block;
	}
	.duihelp-phone-mobile .header-contact span:nth-child(1){
		font-size: 14px !important;
    	padding: 0 0 9px;
    }
    .duihelp-phone-mobile .header-contact span:nth-child(3){
		position: absolute;
    	left: 50%;
    	margin-top: -19px;
    	margin-left: -20px;
    }
    .duihelp-phone-mobile .header-contact span:nth-child(3) a{
		font-size: 17px;
    	color: #b09359;
    	font-weight: 900;
    }
	.duihelp-phone-mobile .phone-icon-wrapper,
	.duihelp-phone-mobile .header-contact .phone-icon {
    	width: 50px;
    	height: 50px;
    	background: none;
	}
	.duihelp-phone-mobile .header-contact .phone-icon .image{
		height: 50px;
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGeUExURUdwTM6uge3i0sCXXMOeZuTTu72TVvLo3eXTvMGYX+naxtvCoejaxcCXXMyrfMyrfMKaYb2TVtzEpb2TVsCXW+7k1sahbdnBoNa7l97Hqdi+m9Gyh+LQtdC0icagbdW6lN7Iq7+VWL6VWMSeaMqnduPQtsikctG0ic+xhNa6lcytfsijcdzEpenaxsuqecSdZsObYuHMsNCyhseibsejcM+whMilcdW6ltrBn8SfadS5lO3h0sikctW4k8+whcurfObUvdC0idrDoryRVNa8mcCYXta8mL2TVezfz8KZYcCaYd3HqNW6lbySVMOdZtG0jL2TVv///7qPT72SVbuQUruQULqOTbyRU7ySVLqNTLmMSr2TVbuOTriNS7+WWrqPTsCXXO/k1NG0i/37+LiLSezfzffx6vDm17mOTf7+/da8mMahbP79/ObWv82uf9zEpPj07sSdZvXu5NS3j8SeaOLOtMqpeMKZYPz59eTSuu7i0seib8ikcfPr39rCoMKcZOnaxtnAncmndc+whPr28ryPUODLrs6ugb6UWN7Iq1H0aygAAABQdFJOUwCxFdLIB/sFEeUBLSrvk5rY+Bjp5QPQRm00PZU7a76QbvLvrbJQxnSSWK64Hhm63NQtnLayhqyGZ71yMIyXjaFGpHb+jspR6Rzo6Vty/s5kN3o2pAAAA1dJREFUGBmNwAV720YYB/A34NRhZijCyn3KHXTM9L+T7rmTZEhMuSYOO+Rw223Zt64VW7IMifujWuGJ6Z5nrS0trU97b48OUEPhOy/alRBCGoYUQsjup9P36SL3n7cLUyFAmaK7t5POE7p9jSvUUKK/J0x1jbdyhboU7xulOj7vFziX/P7NMFV7wxUuoPTdEFX6MmLgYvx6iIIuRww0opsuUdkV20Bj9lfk+6JfooY0DVRS+iaVXLoVQQ2Vy8moiQqyvZmKvrNQSx8n51dyUYkg61s688tVCV+cawkXX0oytvP/qUaAwafI9dKCz07kd2McZ9YSacYO3tkI0E1UEP5VwmNvZBnLxzgKBLf08jzbSVgoU21dRPS7hkcnsqwgfyoALM5awpK7LPs+ijLrJRHdjaBELO6wM/mYVLFMZjNnmZFdtnok4BMjwxT+TaLEWmAlm5bcnmfsw0bUNNPsWBvwqLYumpLwRE9YyVIUhtpfYuzE4turbNmCL/6Kxjg8VoIVrS6agIrbKyy7pVMrLB1x4IlP0mccHjOXZK71PQ2XSu2yvOBrO9k9Do85Q88EPI4+ZgXZrRSKzO1VthW30uzQhkc+plYJn15mrsMUSlKbyQXLWpjbiMOjhqhFwWeYc6zgw55GkTpajDlwhImyQWpRKLOW37KCg1mBImkagOMgYJBaJQKiS8yVNk24hFao4gzRPYEAczvDXEuKA9D7709NVJJ91MsRZG3tMNdcLqXsjSRLxzgqmDP0RxwV7MRb5lpd0IksYywf4wjiT2jURCX7kBUdJJlrLmYiIDJGzd0SFYzoSZYFpaHgM/4cJ3rIUcmx/8uwoHccPvNRiOiVRrXoWp6Vrc9K+PQkET3olqjG1UKGlWT2OXyGnKKCJxo1lD17uM5c64sWyvitDiroalOoJe3T5X/z85tHEQTom3TmsoV6VCTKhSUQoB8O05nwo39Qn2MgSF7topJvuMKnsK6Q74cUPkG0qYN8l5oiaIiPNFNA6HocDfAfH1CF0A1t4CKRkQGqEpoUEudS/EYz1brTzg3UJ66NUV0DX0thoIZjinuddJ6JF21cOghwJFczP3XQBTqf/9UmhFQGYCgphOrrmaBGOjr/7nn9eGjw56G+173T4yGq9hGxv3jlB+v44QAAAABJRU5ErkJggg==') no-repeat 50%;
	}
	footer{
		padding-top: 0;
	}
    footer .copyrights{
    	background-color: #fafafa;
    }
    .duihelp-notice-border{
    	border: none;
    }
    footer .notice-text{
    	background-color: #000;
    }
    .notice-text .duihelp-notice-border{
    	color: #fff;
    }
    .notice-text .duihelp-notice-border a{
    	text-decoration: underline;
    }
    footer .footer_menu{
    	padding-bottom: 9px;
    }
    footer .footer_menu a{
    	color: #000 !important;
    }
    .menu-footer-menu-container{
    	border-bottom: 1px solid #ededed;
        padding-top: 8px;
    	padding-bottom: 3px;
    }
    footer .copyrights * {
    	color: #706f6f!important;
    }
}

@media (max-width: 374px){
	.duihelp-form-title{
		font-size: 19px;
	}
	.duihelp-form-subtitle{
		font-size: 14px;
	}
}