@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{
	font-family: "DM Sans", sans-serif;
	overflow-x: hidden;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #015181;
	transition: all 0.5s ease-in-out;
  text-decoration:none;
}



/* ================ Duxre Header Section ================ */

.duxre-header {
	padding: 30px 64px;
	z-index: 9;
} 

.duxre-header .navbar-nav {
	margin: 0px 0px 0px 70px;
	padding: 0px 0px;
	list-style: none;
}

.duxre-header .navbar-nav a {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #282828;
	padding: 10px 15px !important;
}

.duxre-header .navbar-nav a:hover,
.duxre-header .navbar-nav a:focus {
	color: #EE3135;
  text-decoration:none;
}

.duxre-header .login-btn {
	padding: 12px 25px;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	background: #fff;
	color: #282828;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
}

.duxre-header .login-btn:hover,
.duxre-header .login-btn:focus {
	background: #EE3135;
	color: #fff;
	border: 1px solid #EE3135;
}

.duxre-header .login-btn:hover a,
.duxre-header .login-btn:focus a {
	color: #fff;
}

.mobile-show {
	display: none;
}
.duxre-header .header__logo  img{vertical-align:top;}

/* ================ Duxre Header Section ================ */

/* ================ Banner Section ================ */

.banner-hero {
	padding: 0px 0px;
	position: relative;
	text-align: center;
	margin-top: 0px;
}

.banner-hero h1 {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #282828;
	max-width: 50%;
	margin: 0px auto 25px;
}

.banner-hero h1 span {
	color: #D92828;
}
.banner-hero h1 span.d-block {
		color: #282828;
}

.banner-hero .hero-content {
	position: absolute;
    left: 50%;
    top: 38%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner-hero p {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #4D4D4F;
	max-width: 38%;
	margin: 0px auto 30px;
}

.banner-hero .theme-red-btn {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
	background: #D92828;
	border: 1px solid #D92828;
	padding: 10.5px 30px;
	border-radius: 5px;
  text-decoration:none;
}

.banner-hero .theme-red-btn:hover,
.banner-hero .theme-red-btn:focus {
	background: transparent;
	border: 1px solid #D92828;
	color: #D92828;
  text-decoration:none;
}

/* ================ Banner Section ================ */

/* ================ Banner Slider Section ================ */

.banner-slider {
	padding: 64px 84px;
	position: relative;
	/*background-image: url(../img/banner-slider-bg.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
  margin-top:-100px;
}

.banner-center-slider .slick-center,
.banner-center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
	transform: scale(1.5);
	/* background-color: #000000; */
	transition: ease all 0.5s;
}

.banner-center-slider .slick-current.slick-active img{
	/* transform: scale(1.3); */
	transition: ease all 0.5s;
	position: relative;
    background:transparent !important;
    height:100%;
    /* max-height:398px; */
}



.banner-center-slider .slick-current.slick-active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 40px 0px 20px rgba(68, 0, 0, 5%);
}

.banner-center-slider .slick-current.slick-active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: -40px 0px 20px rgba(68, 0, 0, 5%);
}

.banner-center-slider .slick-list {
    /* overflow-y: visible; */
    margin: 0;
    padding: 80px 0px !important;
    overflow-x: hidden;
}

.banner-slider .slick-next,
.banner-slider .slick-prev{
	position: relative;
	z-index: 5;
}

.banner-slider .slick-next{
	right: 15px;
}

.banner-slider .slick-prev{
	left: 15px;
}

.banner-slider .slick-next:before,
.banner-slider .slick-prev:before{
	color: #000;
	font-size: 26px;
}


/* ================ Banner Slider Section ================ */

/* ================ About Duxre Section ================ */

.about-duxre-section {
	padding: 0px 64px 0px;
	position: relative;
}

.about-duxre-section .about-duxre-card {
	border: 1px solid #C4C4C4;
	border-bottom: 0px;
	padding: 64px;
	background: #fff;
	border-radius: 0;
}

.about-duxre-section .about-duxre-card .section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 0.5px solid #C4C4C4;
  padding-bottom: 32px;
  margin-bottom: 64px;
}

.about-duxre-section .about-duxre-card .header-icons {
  display: flex;
  gap: 8px;
}

.about-duxre-section .about-duxre-card .section-title.small {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #282828;
  margin: 0;
}


.about-duxre-section .about-duxre-card .gives-back-card-text h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: normal;
	color: #282828;
	max-width: 62%;
    margin-bottom: 20px;
}

.about-duxre-section .about-duxre-card .gives-back-card-text h3 span {
	color: #D92828;
}

.about-duxre-section .about-duxre-card .gives-back-card-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	margin: 0px 0px 20px;
    max-width: calc(100% - 21%);
	color: #4d4d4f;
}

.about-duxre-section .about-duxre-card .gives-back-card-text p:last-child {
	margin: 0px 0px;
}

.about-duxre-section .about-duxre-card .gives-back-card-text .gives-back-btn {
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	padding: 10px 25px;
	color: #282828;
	background: #fff;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	margin: 30px 0px 0px;
}

.about-duxre-section .about-duxre-card .gives-back-card-text .gives-back-btn:hover,
.about-duxre-section .about-duxre-card .gives-back-card-text .gives-back-btn:focus {
	background: #D92828;
	color: #fff;
	border-color: #D92828;
}

/* ================ About Duxre Section ================ */

/* ================ Control Data Section ================ */

.control-data-section {
	padding: 128px 64px;
	position: relative;
}

.control-data-section .hero-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1;
	color: #282828;
	margin: 0;
	max-width: 100%;
  padding:0px 78px 0px 64px;
}

.control-data-section .hero-title .highlight {
	color: #D92828;
	font-weight: 700;
}

.control-data-section .control-data-cards {
	display: flex;
	flex-direction: row;
	gap: 0;
	background: none;
}

.control-data-section .control-data-cards .card {
	background: #fff;
	border: 1px solid #C4C4C4;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	padding: 48px 40px 48px 40px;
	min-width: inherit;
	max-width: 50%;
	box-sizing: border-box;
	margin-right: -1px;
}

.control-data-section .control-data-cards .card:last-child {
	margin-right: 0;
}

.control-data-section .control-data-cards .card-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0;
}

.control-data-section .control-data-cards .card-icon svg {
	display: block;
}

.control-data-section .control-data-cards .card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	color: #282828;
	margin-bottom: 0px;
}

.control-data-section .control-data-cards .card-desc {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4F;
	line-height: 1.5em;
}
.control-data-section .control-data-cards .card-desc p{
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4D4D4F;
	line-height: 1.5em;
	margin: 0 0 17px;
}

/* ================ Control Data Section ================ */

/* ================ Brokers Better Section ================ */

.brokers-better-section {
	padding: 128px 50px;
	position: relative;
	border: 1px solid #C4C4C4;
	border-left: 0;
	border-right: 0;
	background-color: #FFFBFB;
}

.brokers-better-section .common-title {
	text-align: center;
}

.brokers-better-section .common-title h3 {
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 16px 0;
	text-align: center;
}

.brokers-better-section .common-title .black {
	color: #282828;
}

.brokers-better-section .common-title .red {
	color:#D92828;
}

.brokers-better-section .common-title .subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #4D4D4F;
	text-align: center;
	max-width: 36%;
	margin: 0 auto 30px;
}

.brokers-better-section .common-title .cta-btn {
	background: #fff;
	color: #282828;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	padding: 10px 24px;
    line-height: normal;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	margin-bottom: 64px;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.brokers-better-section .common-title .cta-btn:hover {
	background: #D92828;
	color: #fff;
	transition: all 0.5s ease-in-out;
  text-decoration:none;
}


.brokers-better-section .brokers-cards-block-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0;
	width: 100%;
	max-width: 100%;
	background: transparent;
	border-radius: 0px;
	border: 1px solid #C4C4C4;
	overflow: hidden;
	margin: 0 auto;
}

.brokers-better-section .brokers-cards-block-grid .cards-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0;
}

.brokers-better-section .brokers-cards-block-grid .cards-col.left .card,
.brokers-better-section .brokers-cards-block-grid .cards-col.right .card {
	border-bottom: 1px solid #C4C4C4;
}

.brokers-better-section .brokers-cards-block-grid .cards-col.left .card:last-child,
.brokers-better-section .brokers-cards-block-grid .cards-col.right .card:last-child {
	border-bottom: none;
}

.brokers-better-section .brokers-cards-block-grid .cards-col.left .card,
.brokers-better-section .brokers-cards-block-grid .cards-col.right .card {
	min-height: 200px;
	flex: 1 1 0;
}

.brokers-better-section .brokers-cards-block-grid .cards-col.center {
	display: flex;
	align-items: center;
	justify-content: center;
	/*background-image: url(../img/brokers-better-bg.png);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.brokers-better-section .brokers-cards-block-grid .phone-card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 50px 0px;
}

.brokers-better-section .brokers-cards-block-grid .phone-card img {
	max-width: 260px;
	width: 100%;
	height: auto;
	/*box-shadow: 0 8px 32px rgba(0,0,0,0.10);*/
	border-radius: 0px;
}

.brokers-better-section .brokers-cards-block-grid .card {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 48px;
    background: transparent;
    border: none;
    border-radius: 0;
    border-right: 1px solid #C4C4C4;
    justify-content: flex-start;
}

.brokers-better-section .brokers-cards-block-grid .cards-col.right {
	border-left: 1px solid #C4C4C4;
}

.brokers-better-section .brokers-cards-block-grid .cards-col.right .card {
	border-right: none;
}

.brokers-better-section .brokers-cards-block-grid .card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: #D92828;
	border-radius: 50%;
	margin-right: 0;
	flex-shrink: 0;
}

/*.brokers-better-section .brokers-cards-block-grid .card-icon img {
	width: 24px;
	height: 24px;
}*/

.brokers-better-section .brokers-cards-block-grid .card-content h2 {
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 16px 0;
	color: #282828;
}

.brokers-better-section .brokers-cards-block-grid .card-content p {
	font-size: 16px;
	line-height: unset;
	font-weight: 400;
	color: #4D4D4F;
	margin: 0;
}

/* ================ Brokers Better Section ================ */

/* ================ Duxre Deliver Section ================ */

.duxre-deliver-section {
	padding: 128px 64px;
	position: relative;
	background: #FFFBFB;
	border-bottom: 1px solid #C4C4C4;
}
.duxre-deliver-section .common-title{padding-left:64px;}
.duxre-deliver-section .common-title .headline {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 1em;
	color: #282828;
	margin: 0 0 16px 0;
}

.duxre-deliver-section .common-title .headline .accent {
	color: #D92828;
	font-weight: 700;
}

.duxre-deliver-section .common-title .subheadline {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #4D4D4F;
	margin: 0 0 24px 0;
	max-width: 60%;
}

.duxre-deliver-section .common-title .get-access {
	background: #D92828;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	padding: 10px 28px 9px;
	cursor: pointer;
	transition: background 0.2s;
	margin-top: 8px;
}

.duxre-deliver-section .common-title .get-access:hover {
	background: #c62828;
   text-decoration:none;
}

.duxre-deliver-section .deliver-features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(3, 1fr);
	gap: 0px;
	width: 100%;
}

.duxre-deliver-section .deliver-features-grid .card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 64px;
	border-radius: 0px;
	box-sizing: border-box;
	min-height: 200px;
	justify-content: center;
	border: 0;
}

.duxre-deliver-section .deliver-features-grid .card-outline {
	border: 1px solid #C4C4C4;
	background: #FFFBFB;
	border-width: 1px 1px 0px 0px;
}

.duxre-deliver-section .deliver-features-grid .card-outline.outline-left {
	border-left: 1px solid #C4C4C4;
}

.duxre-deliver-section .deliver-features-grid .outline-bottom {
	border-bottom: 1px solid #C4C4C4;
}

.duxre-deliver-section .deliver-features-grid .card-filled {
	background: #D92828;
	color: #fff;
}

.duxre-deliver-section .deliver-features-grid .card-title {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3em;
	text-transform: uppercase;	
    margin-bottom: 0px;
    color: #282828;
}

.duxre-deliver-section .deliver-features-grid .card-title.big {
	font-weight: 800;
	font-size: 64px;
	line-height: 1em;
	color: #fff;
	text-transform: none;
	margin-bottom: 0px;
}

.duxre-deliver-section .deliver-features-grid .card-filled .card-title.big {
	color: #fff;
}

.duxre-deliver-section .deliver-features-grid .card-desc {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
	opacity: 0.8;
}
.duxre-deliver-section .deliver-features-grid .card-outline .card-desc{
	color: #4D4D4F;
}

/* ================ Duxre Deliver Section ================ */

/* ================ Gives Back Section ================ */

.gives-back-section {
	padding:0px 64px;
	position: relative;
}

.gives-back-section .gives-back-card {
	border: 1px solid #C4C4C4;
	padding: 64px;
	background: #fff;
	border-radius: 0;
  margin-top: -1px;
}

.border-bottom {
	border-bottom: 1px;
}

.gives-back-section .gives-back-card .section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 0.5px solid #C4C4C4;
  padding-bottom: 24px;
  margin-bottom: 64px;
}

.gives-back-section .gives-back-card .header-icons {
  display: flex;
  gap: 8px;
}

.gives-back-section .gives-back-card .section-title.small {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #282828;
  margin: 0;
}

.gives-back-section .gives-back-card .gives-back-card-text:last-child{padding-left:54px}
.gives-back-section .gives-back-card .gives-back-card-text h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
	color: #282828;
	max-width: 74%;
    margin-bottom: 30px;
}

.gives-back-section .gives-back-card .gives-back-card-text h3 span {
	color: #D92828;
}

.gives-back-section .gives-back-card .gives-back-card-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	margin: 0px 0px 15px;
    max-width: calc(100% - 21%);
	color: #4D4D4F;
}

.gives-back-section .gives-back-card .gives-back-card-text p:last-child {
	margin: 0px 0px 10px;
}

.gives-back-section .gives-back-card .gives-back-card-text .gives-back-btn {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 12px 24px 13px;
	color: #282828;
	background: #fff;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	margin: 20px 0px 0px;
}

.gives-back-section .gives-back-card .gives-back-card-text .gives-back-btn:hover,
.gives-back-section .gives-back-card .gives-back-card-text .gives-back-btn:focus {
	background: #D92828;
	color: #fff;
	border-color: #D92828;
   text-decoration:none;
}

/* ================ Gives Back Section ================ */

/* ================ Early Access Section ================ */

.early-access-section {
	padding: 64px 64px 0px;
	position: relative;
	background-image: url(../img/early-access-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0px 64px 64px;
}
.early-access-section img{
	    max-width: 100%;
    height: auto;
    position: relative;
    right: 60px;
}
.early-access-section h3 {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: normal;
	color: #fff;
	margin-bottom: 25px;
}

.early-access-section p {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 30px;
	max-width: 70%;
	opacity: 0.8;
}

.early-access-section .theme-btn-group {
	display: flex;
	align-items: center;
}

.early-access-section .theme-border-btn {
	padding: 10px 25px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 0px 20px 0px 0px;
}

.early-access-section .theme-border-btn:hover {
	background: #D92828;
	border: 1px solid #D92828;
	color: #fff;
    text-decoration:none;
}

.early-access-section .theme-white-btn {
	padding: 10px 25px;
	background: #fff;
	border: 1px solid #fff;
	color: #282828;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	border-radius: 5px;
	text-transform: uppercase;
}

.early-access-section .theme-white-btn:hover,
.early-access-section .theme-white-btn:focus {
	background: #D92828;
	border: 1px solid #D92828;
	color: #fff;
   text-decoration:none;
}

/* ================ Early Access Section ================ */

/* ================ Footer Section ================ */

.duxre-footer {
	padding: 64px 128px 40px;
}

.duxre-footer .footer-logo {
	margin-bottom: 30px;
}

.duxre-footer p {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #4D4D4F;
	max-width: 35%;
}

.duxre-footer a {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	color: #D92828;
}

.duxre-footer a:hover,
.duxre-footer a:focus {
	color: #4D4D4F;
   text-decoration:none;
}

.duxre-footer h4 {
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #282828;
	margin-bottom: 30px;
}

.duxre-footer .footer-links {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none; 
}

.duxre-footer .footer-links li {
	margin: 0px 0px 20px;
}

.duxre-footer .footer-links li a {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #4D4D4F;
}

.duxre-footer .footer-links li a:hover,
.duxre-footer .footer-links li a:focus {
	color: #D92828;
}

.duxre-footer hr {
	opacity: 1;
	color: #C4C4C4;
}

.copyright-section {
	padding: 20px 0px 0px;
}

.copyright-section p {
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #4D4D4F;
	margin: 0px;
}

.footer-social-media {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
	text-align: end;
}

.footer-social-media li {
	display: inline-block;
	margin: 0px 15px 0px 0px;
}

.footer-social-media li:last-child {
	margin: 0px 0px;
}

/* ================ Footer Section ================ */

/* ================ Subscription Form Section ================ */

#subscription-from .modal-body {
/*	background-image: url(../img/container-bg.png);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

#subscription-from .modal-body img {
	border-radius: 20px;
}

.subscription-popup {
	position: relative;
	padding: 20px 0px;
	height: 100%;
}

.subscription-popup h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: normal;
	color: #282828;
	margin: 0px 0px 0px;
}

.btn-close {
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	background: #D92828;
	width: 40px;
	height: 40px;
	border-radius: 0px 0px 0px 20px;
	display: flex;
	justify-content: center;
  align-items: center;
}

.btn-close svg {
    width: 18px;
    fill: #fff;
}

.btn-close:hover,
.btn-close:focus {
	opacity: 1;
	box-shadow: none;
}

.subscription_form .form-group {
	margin-bottom: 20px;
}

.subscription_form label {
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #4D4D4F;
}

.subscription_form input {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #4D4D4F;
	padding: 10px 12px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
}

.subscription_form input:focus {
	box-shadow: none;
	border-color: #C4C4C4;
}

.btn-submit {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #fff;
	background: #D92828;
	border: 1px solid #D92828;
	padding: 12px 30px;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}

.btn-submit:hover,
.btn-submit:focus {
	background: transparent;
	border: 1px solid #D92828;
	color: #D92828;
	transition: all 0.5s ease-in-out;
}

/* ================ Subscription Form Section ================ */


#hs_cos_wrapper_footer-module-2 .social-links__link {
    margin-left: 30px;
  margin-right: 0px !important;
}


.duxre-header .content-wrapper .button-wrapper .button:hover {
     background: transparent !important;
     color: #D92828;
     border: 1px solid #D92828;
}
 .duxre-header .content-wrapper .button-wrapper .button:focus {
     background: transparent;
     color: #DE2B2E;
     border: 1px solid #DE2B2E;
}
 .banner-hero .theme-red-btn:hover {
     background: #282828 !important;
     border: 1px solid #282828 !important;
     color: #fff !important;
     text-decoration: none;
}
 .banner-hero .theme-red-btn:focus {
     background: #DE2B2E !important;
     border: 1px solid #DE2B2E !important;
     color: #fff !important;
     text-decoration: none;
}
 
 
 
 
 
.about-duxre-section .about-duxre-card .gives-back-card-text .gives-back-btn:hover {
     background: transparent !important;
     color: #D92828;
     border: 1px solid #D92828;
}
.about-duxre-section .about-duxre-card .gives-back-card-text .gives-back-btn:focus {
     background: transparent;
     color: #DE2B2E;
     border: 1px solid #DE2B2E;
}
 
 
 
.brokers-better-section .common-title .cta-btn:hover {
     background: transparent !important;
     color: #D92828;
     border: 1px solid #D92828;
}
.brokers-better-section .common-title .cta-btn:focus {
     background: transparent;
     color: #DE2B2E;
     border: 1px solid #DE2B2E;
}
 
 
 
 
.gives-back-section .gives-back-card .gives-back-card-text .gives-back-btn:hover {
     background: transparent !important;
     color: #D92828;
     border: 1px solid #D92828;
}
.gives-back-section .gives-back-card .gives-back-card-text .gives-back-btn:focus {
     background: transparent;
     color: #DE2B2E;
     border: 1px solid #DE2B2E;
}
 
 
.duxre-deliver-section .common-title .get-access:hover:hover {
     background: #282828 !important;
     border: 0 !important;
     color: #fff !important;
     text-decoration: none;
}
.duxre-deliver-section .common-title .get-access:hover:focus {
     background: #DE2B2E !important;
     border: 0 !important;
     color: #fff !important;
     text-decoration: none;
}

.duxre-header .content-wrapper .button-wrapper .button{
	padding: 10px 25px;
}

.banner-center-slider .slick-current.slick-active::before{
	box-shadow: none !important;
}
.banner-center-slider .slick-current.slick-active:after{
	box-shadow: none !important;
}

.privacy-policy-section{
	border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 160px 0 50px;f.privacy-policy-section ol, .privacy-policy-section ul
}
.privacy-policy-section h1{
    color: #282828;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin: 15px 0 40px;
	text-align: center;
}
.privacy-policy-section h2, .privacy-policy-section h3, .privacy-policy-section h4{
    color: #282828;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    margin: 30px 0 15px;
}
.privacy-policy-section p{
	color: #4d4d4f;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px;
}
.privacy-policy-section ul, .privacy-policy-section ol{
	margin: 0;
	padding: 10px 0 0 20px;
}
.privacy-policy-section ul li, .privacy-policy-section ol li{
	color: #4d4d4f;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 10px;
}

.privacy-policy-section ul li{
	list-style-type: disc;
}

.privacy-policy-section table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
}

.privacy-policy-section table th,
.privacy-policy-section table td {
  border: 1px solid #c4c4c4;
  padding: 10px;
  text-align: left;
}

.privacy-policy-section table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.privacy-policy-section ol li span{margin-right:5px}


.mail-link{
	color: #000;
}
.mail-link:hover, .mail-link:active, .mail-link:focus{
	color: #D92828;
}


.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(27, 43, 124, 0.1);
    transition: all 0.7s;
    z-index: 9;
}



  footer p span {
        margin-top: 50px !important;
		display: block;
    }
	    footer p > span {
        margin-top: 0 !important;
    }




.scrolltop-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    display: none;
    text-align: center;
    line-height: 50px;
}

.scrolltop-btn img {
       width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 60px;
    box-shadow: #00000052 0px 7px 15px;
}


section {
  scroll-margin-top: 110px; /* header height */
}

.onboarding{margin-top:103px;}

/* ================ 16-07-25 ================ */

button, .button, .hs-button, .hs-blog-post-listing__post-button {
  min-height: 44px;
  vertical-align: middle;
  line-height: normal;
}

.banner-hero .theme-red-btn {
  min-height: 44px;
  vertical-align: middle;
  line-height: normal;
}

.about-duxre-section .about-duxre-card .gives-back-card-text .gives-back-btn {
  min-height: 44px;
  vertical-align: middle;
  line-height: normal;
}

.brokers-better-section .common-title .cta-btn {
  min-height: 44px;
  vertical-align: middle;
  line-height: normal;
}

.duxre-deliver-section .common-title .get-access {
  min-height: 44px;
  vertical-align: middle;
  line-height: normal;
}

.gives-back-section .gives-back-card .gives-back-card-text .gives-back-btn {
  min-height: 44px;
  vertical-align: middle;
  line-height: normal;
}

.early-access-section .theme-border-btn,
.early-access-section .theme-white-btn {
  min-height: 44px;
  vertical-align: middle;
  line-height: normal;
}

#hs_cos_wrapper_footer-module-2 .social-links .social-links__link img {
    width: 24px;
    height: 24px;
}
.privacy-policy-section .list-circle-list {
   padding-top: 0; 
}
.privacy-policy-section .list-circle-list li {
  list-style-type: circle;
}



@media (max-width: 992px) {
  button, .button, .hs-button, .hs-blog-post-listing__post-button {
    min-height: auto;
    vertical-align: middle;
    line-height: normal;
  }

  .banner-hero .theme-red-btn {
    min-height: auto;
    vertical-align: middle;
    line-height: normal;
  }

  .about-duxre-section .about-duxre-card .gives-back-card-text .gives-back-btn {
    min-height: auto;
    vertical-align: middle;
    line-height: normal;
  }

  .brokers-better-section .common-title .cta-btn {
    min-height: auto;
    vertical-align: middle;
    line-height: normal;
  }

  .duxre-deliver-section .common-title .get-access {
    min-height: auto;
    vertical-align: middle;
    line-height: normal;
  }

  .gives-back-section .gives-back-card .gives-back-card-text .gives-back-btn {
    min-height: auto;
    vertical-align: middle;
    line-height: normal;
  }

  .early-access-section .theme-border-btn,
  .early-access-section .theme-white-btn {
    min-height: auto;
    vertical-align: middle;
    line-height: normal;
  }
}

/* ================ 16-07-25 ================ */

#hubspot-form-popup {
    display: flex;
    align-items: center;
    height: 100vh;
}

#customPopup button {
    top: 40px !important;
}

#hubspot-form-popup iframe {
  border-radius: 10px;
  height: calc(100vh - 50px) !important;
}

@media (max-width: 1920px) {
    #hubspot-form-popup iframe {
        height: calc(100vh - 50px) !important;
    }
}

@media (max-width: 1600px) {
  #hubspot-form-popup iframe {
        height: calc(100vh - 50px) !important;
  }

  #hubspot-form-popup iframe {
        margin: 0px auto 0px;
  }
}


@media (max-width: 1400px) {
    #hubspot-form-popup iframe {
        margin: -50px auto 0px;
    }
  
    #hubspot-form-popup iframe {
        height: calc(100vh - 40px) !important;
    }

    #hubspot-form-popup iframe #exampleModal .modal-dialog {
        width: 80%;
        margin: 0px auto;
    }
  
    #customPopup button {
      top: 0px !important;
    }
}

@media (max-width: 1300px) {
    #hubspot-form-popup iframe {
        height: calc(100vh - 10px) !important;
    }


    #customPopup button {
      top: -10px !important;
    }
}




@media (max-width: 992px) {
    #customPopup button {
        top: -10px !important;
    }
}



.early-access-section .pt-4{
    padding-top: 4rem !important;
 }

@media (max-width: 1440px) {
 .early-access-section .pt-4{
    padding-top: 3rem !important;
 }
}


@media (max-width: 1400px) {
 .early-access-section .pt-4{
    padding-top: 1.5rem !important;
 }
}


@media (max-width: 1024px) {
 .early-access-section .pt-4{
    padding-top: 0 !important;
 }
}

@media (max-width: 992px) {
 .early-access-section .pt-4{
    padding-top: 1.5rem !important;
 }
}




/*====Date 21-07-2025 ====*/
/*========================*/

 .duxre-header {
    padding: 20px 30px 0;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.duxre-header .content-wrapper {
    max-width: 100%;
    width: auto;
    margin: 0;
  padding:0px;
}
.duxre-header .header__container {
    justify-content: unset;
    align-items: center;
}
.duxre-header .header__logo.header__logo--main {
    padding: 0;
}
.duxre-header .header__navigation {
    margin: 5px 0px 0px 0px;
}
.duxre-header .header__navigation .menu__item--depth-1 {
    padding: 0px 0px;
}
.duxre-header .header__navigation .menu__item--depth-1 span {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #1B1B1D;
    padding: 10px 10px;
    display: block;
}
.duxre-header .content-wrapper .button-wrapper .button {
    padding: 12px 25px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    background: #fff;
    color: #1B1B1D;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
.duxre-header .content-wrapper .button-wrapper .button:hover,
.duxre-header .content-wrapper .button-wrapper .button:focus {
    background: #EE3135 !important;
    color: #fff;
    border: 1px solid #EE3135;
}

.duxre-header a.header__skip + .container-fluid.content-wrapper{
    display: none
}
 

.duxre-header {
	padding: 30px 55px 30px;
	position: fixed;
	z-index: 9;
}
.duxre-header .menu__wrapper {
	margin: 0px 0px 0px 70px;
	padding: 0px 0px;
	list-style: none;
}
.duxre-header .menu__wrapper a {
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #1B1B1D;
	padding: 10px 15px !important;
}
.duxre-header .menu__wrapper a:hover,
.duxre-header .menu__wrapper a:focus {
	color: #EE3135;
}
.duxre-header .login-btn {
	padding: 12px 25px;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	background: #fff;
	color: #1B1B1D;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
}
.duxre-header .login-btn:hover,
.duxre-header .login-btn:focus {
	background: #EE3135;
	color: #fff;
	border: 1px solid #EE3135;
}
.duxre-header .login-btn:hover a,
.duxre-header .login-btn:focus a {
	color: #fff;
}
.mobile-show {
	display: none;
}
.duxre-footer h4,
.duxre-footer h6 {
    color: #282828;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
}
 
.duxre-footer .menu__wrapper .menu__item--depth-1 {
    margin: 0px 0px 20px !important;
}
 
.duxre-footer .menu__wrapper .menu__item--depth-1 a {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #4D4D4F;
}
 
.duxre-footer .menu__wrapper .menu__item--depth-1 a:hover,
.duxre-footer .menu__wrapper .menu__item--depth-1 a:focus {
    color: #EE3135;
}

.dnd-section .dnd-column {
    padding: 0 0rem;
}
.body-container--home{padding:0px !important;}


.no-scroll {
  overflow: hidden;
}



/*Cuckies consent */
.hs-banner-optimization-animation{
    width: 100% !important;
    max-width: calc(100% - 0px) !important;
    right: 0px !important;
    border-radius: 0px !important;
    bottom: 0px !important;
}
.hs-banner-optimization-animation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-buttons-area {    
    width: auto;
    position: absolute;
    left: auto;
    right:60px;
    top: 32px;
}
#hs-banner-parent *{
    line-height: 1em !important;
}
#hs-eu-policy-wording, #hs-eu-cookie-disclaimer{
     color:#4D4D4F !important
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner{gap:0px;     padding: 30px !important;}
#hs-eu-header-container{
  position: absolute;
    top: 10px;
    right: 10px;
}
#hs-eu-policy-wording, 
#hs-eu-cookie-disclaimer{max-width:70% !important;}

#hs-eu-cookie-confirmation #hs-eu-confirmation-button,
#hs-eu-cookie-confirmation #hs-eu-decline-button{height:44px !important; width: 110px !important;     min-width: auto !important;
    box-shadow: none;
    outline: none;}
#hs-eu-cookie-confirmation #hs-eu-confirmation-button:hover{background:#282828 !important; color:#fff !important; border-color:#282828 !important}
#hs-eu-cookie-confirmation #hs-eu-confirmation-button:active, #hs-eu-cookie-confirmation #hs-eu-confirmation-button:focus{background:#C91D20 !important; color:#fff !important; border-color:#C91D20 !important}

#hs-eu-cookie-confirmation #hs-eu-decline-button:hover{background:#FFF !important; border-color:#D92828 !important;  color:#D92828 !important;}
#hs-eu-cookie-confirmation #hs-eu-decline-button:active, #hs-eu-cookie-confirmation #hs-eu-decline-button:focus{background:#fff !important; border-color:#C91D20 !important; color:#C91D20 !important;}

#hs-banner-parent a {
    color: #D92828 !important;
    text-decoration: underline;
    font-weight: 600;
}
#hs-banner-parent a:hover {
    color: #141414 !important;    
}
#hs-banner-parent a:active, #hs-banner-parent a:focus {
    color: #C91D20 !important;    
}