@font-face {
	font-family: 'RedHatDisplayNormal';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/RedHatDisplay-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: 'RedHatTextNormal';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/RedHatText-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: 'RobotoSlab';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/RobotoSlab-VariableFont_wght.ttf") format("truetype");
}

/* Common Styles Start */

.page {
	overflow: hidden;
}

.full-width {
	max-width: 1920px;
	margin: 0 auto;
}

.restrict-width {
	max-width: 1366px;
	margin: 0 auto;
}

.m-hide {
	display: block !important;
}

.m-show {
	display: none !important;
}

.mob-d-hide {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.mob-d-show {
	display: none !important;
}

.tab-hide {
	display: block !important;
}

.tab-show {
	display: none !important;
}

.d-hide {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-show {
	display: none !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.button-styles {
	background-color: #3661E2;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	box-shadow: 0 2px 9px 0 rgba(40, 40, 40, 0.2);
	border-radius: 6px;
	font-weight: 500;
	font-size: 20px;
	border: none;
	color: #ffffff;
	cursor: pointer;
}

.button-styles:focus {
	outline: none;
}

.button-styles.border {
	color: #264BB9;
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* Custom Radio Styles Start */

input[type="radio"] {
	width: inherit;
}

/* To remove defult radio button*/

[type="radio"]:not(:checked),
[type="radio"]:checked {
	display: none;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
}

/* Radio Default */

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
	content: url("../images/radio-button.svg");
	position: absolute;
	left: 0px;
	top: -4px;
}

/* Radio checked */

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
	position: absolute;
	top: -4px;
	left: 0px;
}

[type="radio"]:not(:checked) + label:after {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

[type="radio"]:checked + label:after {
	opacity: 1;
}

/* Custom Radio Styles End */

/* checkbox styles */

.checkbox-field {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	display: none;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
}

[type="checkbox"]:checked + label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
}

[type="checkbox"]:checked + label:after {
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
}

[type="checkbox"]:not(:checked) + label:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
}

/* checkbox styles */

/* Search field Styles Start */

.input {
	outline: none;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 15px 12px;
	border: none;
	width: 100%;
}

.input-with-icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	position: relative;
	background-color: #ffffff;
	border: 2px solid #e8e8e8;
	border-radius: 6px;
}

.search-icon {
	cursor: pointer;
	margin-right: 30px;
}

/* Search field Styles End */

/* Input Field styles */

.input-field {
	background: #ffffff;
	border: 2px solid #e8e8e8;
	border-radius: 6px;
}

.input-field .input {
	padding: 11px 12px !important;
}

input {
	font-family: inherit;
}

/* Input Field styles */

/* Header Styles Start */

/* Header Styles End */

/* Footer Styles Start */

/* Footer Styles End */

.section-heading {
	font-size: 65px;
	line-height: 80px;
	color: #2A2A2A;
	font-family: "RedHatDisplayNormal";
	font-weight: 400;
}

/* Common Styles End */

input:focus,
textarea:focus,
input:hover,
textarea:hover {
	border: 1px solid #3661e2 !important;
}

a {
	text-decoration: unset !important;
}

.desktop-json {
	display: block !important;
}

.mobile-json {
	display: none !important;
}

.error {
	border: 1px solid #e85454 !important;
}

.error:hover,
.error:focus {
	border: 1px solid #e85454 !important;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	border: none !important;
}

.platform__overview_desktop {
	display: block !important;
}

.platform__overview_mobile {
	display: none !important;
}

iframe#launcher {
	bottom: 75px !important;
}

header {
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
}

.slick-dots {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	width: 100%;
	bottom: -50px !important;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	z-index: 10;
	left: 0;
	height: 6px;
}

.slick-dots li {
	margin: 0 0.25rem;
	height: unset !important;
	width: unset !important;
}

.slick-dots li button {
	display: block;
	width: 14px !important;
	height: 6px !important;
	padding: 0 !important;
	border: 0.5px solid #2c4db9 !important;
	border-radius: 20px !important;
	background-color: #ffffff !important;
	text-indent: -9999px;
}

.slick-dots li.slick-active button {
	background-color: #2c4db9 !important;
}

select {
	-webkit-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}

.loader {
	width: 100%;
	height: 100vh;
	min-height: inherit;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	background: white;
	z-index: 1;
}

.ball-pulse-container {
	height: 100%;
	min-height: inherit;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.ball-pulse-container .ball-pulse {
	background-color: #3661e2;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	display: inline-block;
	vertical-align: middle;
}

.ball-pulse-container .first {
	-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	        animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse-container .second {
	-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	        animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse-container .third {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	        animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.contact-submit-button {
	width: 100%;
}

video::-webkit-media-controls-overlay-play-button {
	display: none;
}

.headerpadding {
	padding-top: 70px !important;
}

#landing__banner-json,
#landing_ball-json,
#landing_cube-json,
#dataops__image-json,
#platform__overview-json,
#platform__overview-json_mbl {
	position: relative;
}

.tool__tip-container {
	z-index: 20;
	font-size: 16px;
	font-family: "RedHatDisplayNormal";
	color: #2A2A2A;
	background-color: #3661e2;
	color: #ffffff;
	border: 1px solid black;
	height: 30px;
	display: none;
	position: absolute;
	top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.Collateral-main {
	background-color: #f0f0f0;
}

.Collateral-main .cltr-separator-line {
	width: 100%;
	background-color: #44444438;
	height: 6px;
}

.rdt__browcher,
.dextrus__browcher,
.table-top-stand {
	padding: 80px 100px 80px 100px;
}

.rdt__browcher .dxtrs_button-section,
.dextrus__browcher .dxtrs_button-section,
.table-top-stand .dxtrs_button-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 35px;
	font-family: "RedHatDisplayNormal";
	font-size: 32px;
	color: #444444;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rdt__browcher .dxtrs_button-section .ask-for-demo-btn,
.dextrus__browcher .dxtrs_button-section .ask-for-demo-btn,
.table-top-stand .dxtrs_button-section .ask-for-demo-btn {
	margin: 0;
	margin-left: 30px;
}

.dextrus__browcher {
	padding: 50px 100px 80px 100px !important;
}

.bg-section {
	font-family: "RedHatDisplayNormal";
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rdt-section {
	max-width: 100%;
	background-color: white;
	width: 100%;
	margin: 0 auto;
}

.rdt-header {
	max-width: 1186px;
	background-image: url("../../assets/images/rdt-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 107px auto 129px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rdt-title-image {
	display: block;
}

.rdt-title-image-mobile {
	display: none;
}

.rdt-content-title {
	font-weight: 400;
	font-size: 50px;
	line-height: 60px;
	color: #2a2a2a;
}

.rdt-title-content {
	max-width: 544px;
}

.rdt-content-sub-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	color: #2a2a2a;
	margin: 23px 0 0;
}

.rdt-content {
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #444444;
	margin: 13px 0 0;
}

.rdt-content-btn {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.rdt-content-btn a {
	margin-right: 30px;
}

.key-features-section {
	margin: 0 auto;
	max-width: 1186px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.key-features {
	width: 33%;
}

.journey-section {
	width: 58%;
}

.sec-seperator {
	margin: 0 50px;
	width: 3px;
}

.key-section-title {
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
	color: #2a2a2a;
}

.key-images-list {
	margin: 55px 0 98px;
	display: grid;
	grid-template-columns: auto auto;
}

.key-images {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 60px 0;
}

.key-images img {
	width: 100px;
	height: 100px;
}

.key-info {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	line-height: 27px;
	color: #444444;
	margin-top: 10px;
}

.btn {
	margin-top: 34px;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 40px;
	font-weight: 400;
	font-size: 20px;
	border: none;
	color: #ffffff;
	cursor: pointer !important;
	width: 185px;
	height: 50px;
	background: #3661e2;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.d-reverse {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.journey-info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}

.journey-data {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 40px 0 30px 0px;
}

.journey-data .quality {
	width: 78px;
	height: 98px;
	margin-right: 60px;
}

.journey-data .profiling {
	width: 68px;
	height: 76px;
	margin-left: 60px;
}

.journey-data .reconciliation {
	width: 102px;
	height: 105px;
	margin-right: 40px;
}

.journey-data .health-reporting {
	width: 89px;
	height: 116px;
	margin-left: 48px;
}

.journey-data:nth-of-type(even) {
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.journey-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	color: #2a2a2a;
}

.line-border {
	background: linear-gradient(88.98deg, #ffae00 2.25%, #ffffff 88.56%);
	width: 60px;
	height: 4px;
}

.journey-details {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #444444;
	max-width: 418px;
	margin: 10px 0 0px 0;
}

.dotted-line1 {
	position: absolute;
	top: 130px;
	margin: 0 30px;
	max-width: 91%;
	height: 98px;
}

.dotted-line1-mob {
	display: none;
}

.dotted-line2 {
	position: absolute;
	top: 310px;
	margin: 0 30px 0 40px;
	max-width: 90%;
	height: 98px;
}

.dotted-line2-mob {
	display: none;
}

.dotted-line3 {
	position: absolute;
	top: 500px;
	margin: 0 30px 0 40px;
	max-width: 87%;
	height: 86px;
}

.dotted-line3-mob {
	display: none;
}

.rightdata-header {
	margin: 100px auto 120px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1186px;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rightdata-title {
	background-image: url("../../assets/images/rect-border.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 455px;
	height: 347px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 20px;
}

.rightdata-title img {
	width: 391.4px;
	height: 79px;
	padding: 0 32px;
}

.rightdata-title-mobile {
	display: none;
}

.rightdata-sub-title {
	color: #2a2a2a;
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	margin-top: 20px;
	display: none;
}

.rightdata-title-content {
	max-width: 622px;
}

.rightdata-content-title {
	font-weight: 400;
	font-size: 50px;
	line-height: 60px;
	color: #2a2a2a;
}

.rightdata-content-title-mobile {
	display: none;
}

.rightdata-content {
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #444444;
	margin: 13px 0 0;
}

.istock {
	max-width: 1206px;
	margin: 0 auto;
}

.istock .istock-web {
	display: block;
}

.istock .istock-mobile {
	display: none;
}

.istock img {
	width: 100%;
}

.trust {
	margin: 40px auto 0;
	max-width: 1186px;
	font-size: 20px;
	line-height: 27px;
	color: #2a2a2a;
	font-weight: bold;
}

.trust-content {
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #444444;
}

.rdt-core {
	max-width: 835px;
	margin: 90px auto 135px;
}

.rdt-core .rdt-core-web {
	display: block;
}

.rdt-core .rdt-core-mobile {
	display: none;
}

.mobile-content {
	display: none;
}

.desktop-content {
	display: block;
}

.center-align {
	line-height: 74px;
	margin: 0 auto 50px;
	text-align: center;
	color: #1f1f29;
	font-size: 50px;
	font-weight: bold;
}

.center-content {
	margin: 0px auto 154px;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0px;
	max-width: 1005px;
	text-align: center;
}

.mTop-13 {
	margin-top: 13px !important;
}

.diff-list {
	display: grid;
	grid-template-columns: auto auto auto;
	max-width: 1016px;
	margin: 0 auto;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.diff-list .diff-list-card {
	max-width: 300px;
	max-height: 289px;
	margin: 0 0px 50px;
	padding: 30px;
}

.diff-list .diff-list-card img {
	width: auto;
}

.diff-list .diff-list-card:nth-of-type(even) {
	background: #f6f6f6;
}

.diff-list .diff-list-card:nth-of-type(odd) {
	background: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.diff-list-mob {
	display: none;
}

.diff-list-content {
	font-weight: 400;
	font-size: 16px;
	margin-top: 12px;
	line-height: 24px;
	color: #444444;
}

.mbottom {
	margin-bottom: 80px;
}

.max-w-500 {
	max-width: 500px;
}

.solution_breadcrumb {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: linear-gradient(89.99deg, #F6F9FF 17%, rgba(255, 255, 255, 0) 99.99%);
	padding-top: 13px;
	padding-bottom: 13px;
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	z-index: 10;
}

body {
	color: #000000;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	background-color: #ffffff !important;
}

body :focus {
	outline: none;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

ol,
ul {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	display: block;
	width: 100%;
}

input[type=text] {
	font-size: 20px;
}

::-webkit-input-placeholder {
	font-weight: 400;
	opacity: 0.5;
}

:-ms-input-placeholder {
	font-weight: 400;
	opacity: 0.5;
}

::placeholder {
	font-weight: 400;
	opacity: 0.5;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */

input[type=number] {
	-moz-appearance: textfield;
}

.data__wrangling-top-card {
	background-color: #ffffff;
	width: 1206px;
	padding-top: 40px;
	padding-right: 38px;
	padding-left: 45px;
	padding-bottom: 35px;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 105px;
}

.data__wrangling-top-card-content-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.data__wrangling-sub-keypoints {
	margin-top: 0px !important;
}

.data__wrangling-sub-points {
	margin-top: 0px !important;
	padding-left: 30px;
}

.data__wrangling-top-card-content {
	max-width: 832px;
	margin-top: 30px;
	color: #444444;
	text-align: left;
	line-height: 40px;
	font-size: 20px;
	font-family: "RedHatTextNormal";
}

.data__wrangling-top-card-image img {
	width: 146px;
}

.data-wrangling-top-button {
	margin-left: auto;
}

.data__wrangling-section-tittle {
	text-align: left !important;
	margin-top: 30px;
	padding-bottom: 65px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.data__wrangling-content {
	max-width: 1198px !important;
	margin-right: auto;
	margin-left: auto;
}

.data__wrangling-content a {
	color: #3661E2;
	font-weight: 500;
}

.key__points-heading {
	margin-top: 30px;
	max-width: 1198px !important;
	margin-right: auto;
	margin-left: auto;
	color: #2A2A2A;
	text-align: left;
	line-height: 40px;
	font-size: 30px;
	font-family: "RedHatDisplayNormal";
	margin-bottom: 30px;
}

.solution__key-points li {
	max-width: 1200px !important;
	margin-right: auto;
	margin-left: auto;
	color: #444444;
	text-align: left;
	line-height: 40px;
	font-size: 20px;
	max-width: 530px;
	font-family: "RedHatTextNormal";
	padding-left: 40px;
}

.solution__key-points li a {
	color: #3661E2;
	font-weight: 600;
}

.solution__key-points li::before {
	content: "•  ";
	color: #000000;
}

.aboput__dextures-logo-section {
	max-width: 513px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.data__migration-testing-image {
	width: 440px !important;
	height: auto;
}

.sap-image {
	width: 440px !important;
	height: auto;
}

.solution-image {
	margin-top: 60px;
	margin-bottom: 60px;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.solutions__cards-section {
	margin-top: 140px;
	margin-bottom: 130px !important;
}

.solutions__cards-titlle {
	max-width: 691px;
	margin-left: auto;
	margin-right: auto;
	line-height: 80px;
	margin-bottom: 58px;
}

.dextrus__content {
	text-align: center !important;
	max-width: 1105px !important;
	margin-left: auto;
	margin-right: auto;
}

.solutionpage__cards {
	margin-top: 65px;
	padding-left: 80px;
	padding-right: 62px;
}

.solutionpage__card-image {
	position: relative;
}

.solution__filter-image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.solution__filter-image img {
	height: 212px;
}

.business__case-studies {
	background-image: url("../../assets/images/dotsBg.png");
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 120px;
	padding-bottom: 100px;
	margin-top: 30px;
}

.solutions__arrows-div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 36px;
	background-color: #ffffff;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-right: 80px;
	cursor: pointer;
}

.arrow-separator {
	width: 35px;
}

.solutionpage__card-content-heading {
	font-size: 20px;
	padding-left: 30px;
	padding-top: 39px;
	font-weight: 500;
	font-family: "RedHatTextNormal";
	color: #2A2A2A;
	font-weight: 500;
}

.solutionpage__card-content {
	padding-top: 10px;
	font-size: 16px;
	padding-left: 30px;
	font-family: "RedHatTextNormal";
	font-weight: 400;
	line-height: 27px;
	max-width: 331px;
	color: #444444;
}

.solutionpage__card-button {
	font-size: 16px;
	line-height: 26px;
	font-family: "RedHatTextNormal";
	text-align: center;
	border: 1px solid #3661E2;
	border-radius: 40px;
	width: 110px;
	cursor: pointer;
	color: #3661E2;
	background-image: linear-gradient(177.86deg, rgba(255, 255, 255, 0) 116.46%, #EFF6FF -0.31%);
	-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
	        transform: matrix(1, 0, 0, -1, 0, 0);
}

.solutions__cards-button-container {
	background: linear-gradient(177.86deg, #EFF6FF -0.31%, rgba(255, 255, 255, 0) 116.46%);
	-webkit-transform: matrix(1, 0, 0, -1, 0, 0);
	        transform: matrix(1, 0, 0, -1, 0, 0);
	padding-top: 30px;
	padding-bottom: 75px;
	padding-left: 129px;
	z-index: 1;
}

.solution-video {
	width: 1205px !important;
	height: 676px !important;
	margin-left: auto;
	margin-right: auto;
}

.solution-video-section {
	width: 1205px !important;
	margin-bottom: 50px !important;
	margin-top: 65px !important;
}

.solution-player-control {
	top: 285px !important;
	left: 553px !important;
}

.breadcrumb__side-arrow {
	width: 12px;
	height: auto;
}

.bread_crumb-section {
	max-width: 1200px;
	margin-left: auto;
	margin-top: 30px;
	margin-right: auto;
}

#text1,
#text2,
#text3 {
	font-size: 16px;
	color: #444444;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-family: "RedHatDisplayNormal";
}

#text3 {
	color: #3661E2;
}

video::-webkit-media-controls-start-playback-button {
	display: none !important;
}

video::-webkit-media-controls-overlay-play-button {
	display: none !important;
}

.key__features-solutions {
	background-image: url("../../assets/images/solutions-bg.svg");
	background-size: 50% 100%;
}

.dextrus__solution_heading {
	font-size: 56px;
	color: #2A2A2A;
	line-height: 66px;
	margin-bottom: 27px;
	font-family: "RedHatDisplayNormal";
	font-weight: 400;
}

.dextrus__solution-content {
	font-size: 20px;
	line-height: 40px;
	color: #444444;
	margin-bottom: 50px;
	font-family: "RedHatTextNormal" !important;
}

.dextrus__solution-content a {
	color: #3661E2;
	font-weight: 600;
}

.dextrus__solution-subheading {
	font-family: "RedHatTextNormal";
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 28px;
}

.dextrus__solution-borderimage {
	margin-bottom: 50px;
	margin-top: -30px;
}

.dextrus__solution-template {
	margin-top: -287px !important;
	padding-left: 80px;
	padding-right: 80px;
}

.dextrus__solution-keypoinnts-section {
	margin-top: 60px;
	max-width: 1198px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 40px;
	font-family: "RobotoSlab";
	color: #3661E2;
	padding-bottom: 21px;
	margin-bottom: 46px;
}

.dextrus__solution-keypoints-heading {
	font-weight: 700;
	padding-bottom: 19px;
}

.dextrus__solution-keypoints li {
	padding-bottom: 19px;
	position: relative;
	padding-left: 30px;
}

.solution__main-content-seperator-fixed-width {
	width: 455px;
}

.dextrus__solution-keypoints li::before {
	content: url("../../assets/images/dextruskeypoints.svg");
	left: 1px;
	position: absolute;
}

.solution__type {
	font-size: 20px;
	font-family: "RedHatTextNormal";
	color: #444444;
	line-height: 20px;
	padding-bottom: 10px;
}

.dextrus__solution-image {
	border: 1px solid transparent;
	background: url("../../assets/images/about-border.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px;
	margin-bottom: 50px;
}

.dextrus__sub-keypoints {
	font-size: 20px;
	line-height: 40px;
	color: #444444;
	margin-bottom: 30px;
	margin-top: -50px;
	font-family: "RedHatTextNormal" !important;
}

.dextrus__sub-keypoints a {
	color: #3661E2;
	font-weight: 600;
}

.dextrus__sub-keypoints li {
	padding-left: 20px;
}

.dextrus__sub-keypoints li::before {
	content: "•  ";
	color: #000000;
}

.dextrus-ask-for-demo {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 80px;
	font-family: "RedHatTextNormal" !important;
}

.dextrus-ask-for-demo a {
	color: #3661E2;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

.rd-product-page-sub-text {
	margin-top: 10px !important;
}

.rdt-request-demo {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.privacy-policy-section {
	padding-top: 70px;
	padding-left: 80px;
	padding-right: 80px;
}

.privacy-policy-sub-heading {
	margin-bottom: 15px !important;
}

.privacy-policy-content {
	margin-bottom: 40px !important;
}

.administration-image {
	max-width: 430px !important;
}

.administration-image img {
	max-width: 430px !important;
}

.solution__page {
	margin-bottom: 110px;
}

.solution__main-content-product {
	line-height: 20px;
	font-size: 16px;
	color: #ffffff;
	font-family: "RedHatTextNormal";
	font-weight: 400;
}

.solution__main-content {
	max-width: 1198px;
	background-color: #3661E2;
	padding: 40px 50px 46px 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23%;
	z-index: 10;
	margin-bottom: 80px;
	position: relative;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}

.dextrus__solution-main-section {
	max-width: 1198px;
	margin-left: auto;
	margin-right: auto;
}

.solution__main-content-sepreator {
	position: absolute;
	top: 77px;
	right: 50px;
}

.solution__banner-image {
	position: absolute;
	top: 65px;
	padding-bottom: 10px;
	width: 100%;
	z-index: -1;
}

.solution_breadcrumb-solution,
.solution_breadcrumb-product,
.solution_breadcrumb-solutionname {
	font-family: "RedHatTextNormal";
	font-size: 16px;
	color: #2A2A2A;
	line-height: 20px;
	font-weight: 400;
}

.solution_breadcrumb-solution:hover,
.solution_breadcrumb-product:hover {
	cursor: pointer;
}

.solution_breadcrumb-solutionname {
	font-weight: 600 !important;
	padding-left: 5px;
	position: relative;
	cursor: pointer;
}

.solution_breadcrumb-product {
	padding-left: 5px;
	padding-right: 5px;
}

.solution_breadcrumb-solution {
	padding-right: 5px;
	padding-left: 30px;
}

.solution_breadcrumb-solution-mobile {
	display: none;
}

.solution__main-content-solutionname {
	font-family: "RedHatDisplayNormal";
	color: #ffffff;
	font-size: 56px;
	font-weight: 400;
	line-height: 54px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.solution__main-content-description {
	font-size: 20px;
	line-height: 36px;
	font-family: "RedHatTextNormal";
	color: #ffffff;
	max-width: 1098px;
}

.solution__main-content-description a {
	text-decoration: underline !important;
	font-weight: 600;
}

.new-solution__content {
	max-width: 1198px;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	color: #444444;
	margin-left: auto;
	margin-right: auto;
	font-family: "RedHatTextNormal";
}

.new-solution__content a {
	color: #3661E2;
	font-weight: 500;
}

.solution__mid-image {
	margin-top: 60px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 339px;
	height: 974px;
}

.solution__mid-image .solutions__mid-image-img {
	z-index: -1;
}

.solution__main-cards {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1206px;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 10;
	top: 422px;
}

.solution__each-card {
	max-width: 578px;
	padding: 45px 38px 47px 50px;
	background: linear-gradient(0deg, #DAEBFF -9.31%, #ffffff 75.46%);
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
	height: -webkit-fit-content;
	height: fit-content;
}

.solution__each-card-heading {
	font-family: "RedHatTextNormal";
	font-size: 32px;
	font-weight: 400;
	line-height: 32px;
	padding-bottom: 25px;
	color: 444444;
}

.solution__each-card-content {
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	color: #444444;
	font-family: "RedHatTextNormal";
}

.solution__each-card-seprator {
	padding-bottom: 23px;
	margin-right: -38px;
}

.solution__each-card1 {
	margin-top: -32px;
}

.solution_breadcrumb-image {
	padding-top: 3px;
}

.data__wrangling-points-eachsec {
	min-width: 280px;
}

.data__wrangling-points-eachsec .main-point {
	font-weight: 600 !important;
}

.data__wrangling-points {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.dextrus__solution-keypoints li span {
	font-weight: 600;
}

@font-face {
	font-family: 'RedHatDisplayNormal';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/RedHatDisplay-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: 'RedHatTextNormal';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/RedHatText-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: 'RobotoSlab';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/RobotoSlab-VariableFont_wght.ttf") format("truetype");
}

/* Common Styles Start */

.page {
	overflow: hidden;
}

.full-width {
	max-width: 1920px;
	margin: 0 auto;
}

.restrict-width {
	max-width: 1366px;
	margin: 0 auto;
}

.m-hide {
	display: block !important;
}

.m-show {
	display: none !important;
}

.mob-d-hide {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.mob-d-show {
	display: none !important;
}

.tab-hide {
	display: block !important;
}

.tab-show {
	display: none !important;
}

.d-hide {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-show {
	display: none !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.button-styles {
	background-color: #3661E2;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	box-shadow: 0 2px 9px 0 rgba(40, 40, 40, 0.2);
	border-radius: 6px;
	font-weight: 500;
	font-size: 20px;
	border: none;
	color: #ffffff;
	cursor: pointer;
}

.button-styles:focus {
	outline: none;
}

.button-styles.border {
	color: #264BB9;
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* Custom Radio Styles Start */

input[type="radio"] {
	width: inherit;
}

/* To remove defult radio button*/

[type="radio"]:not(:checked),
[type="radio"]:checked {
	display: none;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
}

/* Radio Default */

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
	content: url("../images/radio-button.svg");
	position: absolute;
	left: 0px;
	top: -4px;
}

/* Radio checked */

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
	position: absolute;
	top: -4px;
	left: 0px;
}

[type="radio"]:not(:checked) + label:after {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

[type="radio"]:checked + label:after {
	opacity: 1;
}

/* Custom Radio Styles End */

/* checkbox styles */

.checkbox-field {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	display: none;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
}

[type="checkbox"]:checked + label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
}

[type="checkbox"]:checked + label:after {
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
}

[type="checkbox"]:not(:checked) + label:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
}

/* checkbox styles */

/* Search field Styles Start */

.input {
	outline: none;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 15px 12px;
	border: none;
	width: 100%;
}

.input-with-icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	position: relative;
	background-color: #ffffff;
	border: 2px solid #e8e8e8;
	border-radius: 6px;
}

.search-icon {
	cursor: pointer;
	margin-right: 30px;
}

/* Search field Styles End */

/* Input Field styles */

.input-field {
	background: #ffffff;
	border: 2px solid #e8e8e8;
	border-radius: 6px;
}

.input-field .input {
	padding: 11px 12px !important;
}

input {
	font-family: inherit;
}

/* Input Field styles */

/* Header Styles Start */

/* Header Styles End */

/* Footer Styles Start */

/* Footer Styles End */

.section-heading {
	font-size: 65px;
	line-height: 80px;
	color: #2A2A2A;
	font-family: "RedHatDisplayNormal";
	font-weight: 400;
}

/* Common Styles End */

input:focus,
textarea:focus,
input:hover,
textarea:hover {
	border: 1px solid #3661e2 !important;
}

a {
	text-decoration: unset !important;
}

.desktop-json {
	display: block !important;
}

.mobile-json {
	display: none !important;
}

.error {
	border: 1px solid #e85454 !important;
}

.error:hover,
.error:focus {
	border: 1px solid #e85454 !important;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	border: none !important;
}

.platform__overview_desktop {
	display: block !important;
}

.platform__overview_mobile {
	display: none !important;
}

iframe#launcher {
	bottom: 75px !important;
}

header {
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
}

.slick-dots {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	width: 100%;
	bottom: -50px !important;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	z-index: 10;
	left: 0;
	height: 6px;
}

.slick-dots li {
	margin: 0 0.25rem;
	height: unset !important;
	width: unset !important;
}

.slick-dots li button {
	display: block;
	width: 14px !important;
	height: 6px !important;
	padding: 0 !important;
	border: 0.5px solid #2c4db9 !important;
	border-radius: 20px !important;
	background-color: #ffffff !important;
	text-indent: -9999px;
}

.slick-dots li.slick-active button {
	background-color: #2c4db9 !important;
}

select {
	-webkit-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
}

.loader {
	width: 100%;
	height: 100vh;
	min-height: inherit;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	background: white;
	z-index: 1;
}

.ball-pulse-container {
	height: 100%;
	min-height: inherit;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.ball-pulse-container .ball-pulse {
	background-color: #3661e2;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	display: inline-block;
	vertical-align: middle;
}

.ball-pulse-container .first {
	-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	        animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse-container .second {
	-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	        animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse-container .third {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	        animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.contact-submit-button {
	width: 100%;
}

video::-webkit-media-controls-overlay-play-button {
	display: none;
}

.headerpadding {
	padding-top: 70px !important;
}

#landing__banner-json,
#landing_ball-json,
#landing_cube-json,
#dataops__image-json,
#platform__overview-json,
#platform__overview-json_mbl {
	position: relative;
}

.tool__tip-container {
	z-index: 20;
	font-size: 16px;
	font-family: "RedHatDisplayNormal";
	color: #2A2A2A;
	background-color: #3661e2;
	color: #ffffff;
	border: 1px solid black;
	height: 30px;
	display: none;
	position: absolute;
	top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.Collateral-main {
	background-color: #f0f0f0;
}

.Collateral-main .cltr-separator-line {
	width: 100%;
	background-color: #44444438;
	height: 6px;
}

.rdt__browcher,
.dextrus__browcher,
.table-top-stand {
	padding: 80px 100px 80px 100px;
}

.rdt__browcher .dxtrs_button-section,
.dextrus__browcher .dxtrs_button-section,
.table-top-stand .dxtrs_button-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 35px;
	font-family: "RedHatDisplayNormal";
	font-size: 32px;
	color: #444444;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rdt__browcher .dxtrs_button-section .ask-for-demo-btn,
.dextrus__browcher .dxtrs_button-section .ask-for-demo-btn,
.table-top-stand .dxtrs_button-section .ask-for-demo-btn {
	margin: 0;
	margin-left: 30px;
}

.dextrus__browcher {
	padding: 50px 100px 80px 100px !important;
}

.bg-section {
	font-family: "RedHatDisplayNormal";
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rdt-section {
	max-width: 100%;
	background-color: white;
	width: 100%;
	margin: 0 auto;
}

.rdt-header {
	max-width: 1186px;
	background-image: url("../../assets/images/rdt-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 107px auto 129px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rdt-title-image {
	display: block;
}

.rdt-title-image-mobile {
	display: none;
}

.rdt-content-title {
	font-weight: 400;
	font-size: 50px;
	line-height: 60px;
	color: #2a2a2a;
}

.rdt-title-content {
	max-width: 544px;
}

.rdt-content-sub-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	color: #2a2a2a;
	margin: 23px 0 0;
}

.rdt-content {
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #444444;
	margin: 13px 0 0;
}

.rdt-content-btn {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.rdt-content-btn a {
	margin-right: 30px;
}

.key-features-section {
	margin: 0 auto;
	max-width: 1186px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.key-features {
	width: 33%;
}

.journey-section {
	width: 58%;
}

.sec-seperator {
	margin: 0 50px;
	width: 3px;
}

.key-section-title {
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
	color: #2a2a2a;
}

.key-images-list {
	margin: 55px 0 98px;
	display: grid;
	grid-template-columns: auto auto;
}

.key-images {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 60px 0;
}

.key-images img {
	width: 100px;
	height: 100px;
}

.key-info {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	line-height: 27px;
	color: #444444;
	margin-top: 10px;
}

.btn {
	margin-top: 34px;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 40px;
	font-weight: 400;
	font-size: 20px;
	border: none;
	color: #ffffff;
	cursor: pointer !important;
	width: 185px;
	height: 50px;
	background: #3661e2;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.d-reverse {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.journey-info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}

.journey-data {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 40px 0 30px 0px;
}

.journey-data .quality {
	width: 78px;
	height: 98px;
	margin-right: 60px;
}

.journey-data .profiling {
	width: 68px;
	height: 76px;
	margin-left: 60px;
}

.journey-data .reconciliation {
	width: 102px;
	height: 105px;
	margin-right: 40px;
}

.journey-data .health-reporting {
	width: 89px;
	height: 116px;
	margin-left: 48px;
}

.journey-data:nth-of-type(even) {
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.journey-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	color: #2a2a2a;
}

.line-border {
	background: linear-gradient(88.98deg, #ffae00 2.25%, #ffffff 88.56%);
	width: 60px;
	height: 4px;
}

.journey-details {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #444444;
	max-width: 418px;
	margin: 10px 0 0px 0;
}

.dotted-line1 {
	position: absolute;
	top: 130px;
	margin: 0 30px;
	max-width: 91%;
	height: 98px;
}

.dotted-line1-mob {
	display: none;
}

.dotted-line2 {
	position: absolute;
	top: 310px;
	margin: 0 30px 0 40px;
	max-width: 90%;
	height: 98px;
}

.dotted-line2-mob {
	display: none;
}

.dotted-line3 {
	position: absolute;
	top: 500px;
	margin: 0 30px 0 40px;
	max-width: 87%;
	height: 86px;
}

.dotted-line3-mob {
	display: none;
}

.rightdata-header {
	margin: 100px auto 120px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1186px;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.rightdata-title {
	background-image: url("../../assets/images/rect-border.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 455px;
	height: 347px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 20px;
}

.rightdata-title img {
	width: 391.4px;
	height: 79px;
	padding: 0 32px;
}

.rightdata-title-mobile {
	display: none;
}

.rightdata-sub-title {
	color: #2a2a2a;
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	margin-top: 20px;
	display: none;
}

.rightdata-title-content {
	max-width: 622px;
}

.rightdata-content-title {
	font-weight: 400;
	font-size: 50px;
	line-height: 60px;
	color: #2a2a2a;
}

.rightdata-content-title-mobile {
	display: none;
}

.rightdata-content {
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #444444;
	margin: 13px 0 0;
}

.istock {
	max-width: 1206px;
	margin: 0 auto;
}

.istock .istock-web {
	display: block;
}

.istock .istock-mobile {
	display: none;
}

.istock img {
	width: 100%;
}

.trust {
	margin: 40px auto 0;
	max-width: 1186px;
	font-size: 20px;
	line-height: 27px;
	color: #2a2a2a;
	font-weight: bold;
}

.trust-content {
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #444444;
}

.rdt-core {
	max-width: 835px;
	margin: 90px auto 135px;
}

.rdt-core .rdt-core-web {
	display: block;
}

.rdt-core .rdt-core-mobile {
	display: none;
}

.mobile-content {
	display: none;
}

.desktop-content {
	display: block;
}

.center-align {
	line-height: 74px;
	margin: 0 auto 50px;
	text-align: center;
	color: #1f1f29;
	font-size: 50px;
	font-weight: bold;
}

.center-content {
	margin: 0px auto 154px;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0px;
	max-width: 1005px;
	text-align: center;
}

.mTop-13 {
	margin-top: 13px !important;
}

.diff-list {
	display: grid;
	grid-template-columns: auto auto auto;
	max-width: 1016px;
	margin: 0 auto;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.diff-list .diff-list-card {
	max-width: 300px;
	max-height: 289px;
	margin: 0 0px 50px;
	padding: 30px;
}

.diff-list .diff-list-card img {
	width: auto;
}

.diff-list .diff-list-card:nth-of-type(even) {
	background: #f6f6f6;
}

.diff-list .diff-list-card:nth-of-type(odd) {
	background: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.diff-list-mob {
	display: none;
}

.diff-list-content {
	font-weight: 400;
	font-size: 16px;
	margin-top: 12px;
	line-height: 24px;
	color: #444444;
}

.mbottom {
	margin-bottom: 80px;
}

.max-w-500 {
	max-width: 500px;
}

.solution_breadcrumb {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: linear-gradient(89.99deg, #F6F9FF 17%, rgba(255, 255, 255, 0) 99.99%);
	padding-top: 13px;
	padding-bottom: 13px;
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	z-index: 10;
}

.bg-color {
	background: linear-gradient(270.01deg, #F9F9F9 0.71%, rgba(249, 249, 249, 0) 101.45%);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	        transform: matrix(-1, 0, 0, 1, 0, 0);
	height: 70px;
	margin-top: -70px;
}

.header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 16px 30px 24px 30px;
	position: relative;
	z-index: 2;
}

.header .rightdataLogo img {
	width: 150px;
	height: 30px;
}

.header .links-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
}

.header .links-list a {
	padding-left: 25px;
	padding-right: 25px;
}

.header .links-list a:hover {
	color: #3661E2;
}

.header a {
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	font-family: "RedHatDisplayNormal";
	z-index: 1;
	cursor: pointer;
}

.active {
	color: #3661E2 !important;
	position: relative;
	background-image: url("../../assets/images/headerlink-border.png");
	background-repeat: no-repeat;
	background-position: 40% 98%;
	padding-bottom: 5px;
}

.modalpopup {
	display: none;
	z-index: 9;
}

.modalpopup .hamburger {
	z-index: 9;
	margin-right: 20px;
}

.modal-content {
	display: none;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	height: 100%;
	background: white;
	position: fixed;
	z-index: 1;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
}

.modal-content .mbl-links {
	padding-top: 15px;
	font-family: "RedHatDisplayNormal";
	color: #444444;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.modal-content .mbl-links a {
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.modal-content .platform-link,
.modal-content .solutions-link,
.modal-content .connectors-link,
.modal-content .resources-link,
.modal-content .company-link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.modal-content .platform-link img,
.modal-content .solutions-link img,
.modal-content .connectors-link img,
.modal-content .resources-link img,
.modal-content .company-link img {
	width: 20px;
	height: 10px;
	margin-top: 5px;
}

.company__drop-down .company-link {
	padding-left: 0px !important;
}

#closebutton {
	height: -webkit-fit-content;
	height: fit-content;
	width: 100%;
	margin-left: auto;
	padding-bottom: 30px;
	padding-right: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#closebutton img {
	width: 20px;
}

.plat__form-hover {
	display: none;
	position: absolute;
	left: 0px;
	z-index: 1;
	width: 100%;
	box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.12);
	top: 60px;
}

.rightdata__logo-mobile {
	display: none;
}

.platform-content,
.solution-text {
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	font-family: "RedHatDisplayNormal";
	z-index: 1;
	cursor: pointer;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.platform-content Span,
.solution-text Span {
	padding-left: 25px;
	padding-right: 25px;
}

.solution-text a {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.solution-text:hover,
.solution-text li:hover {
	color: #3661E2;
	opacity: 1;
}

.dextures__page-box {
	background-image: url("../images/dextures-background.svg");
	background-size: 100% 187%;
	background-position-y: center;
	background-color: #ffffff;
	box-shadow: #C4C4C4;
	height: 100%;
}

.rightdata__page-box {
	background-image: url(../images/right-data-background.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-position-x: -69px;
	background-position-y: 35px;
	background-color: #F7F9FF;
	box-shadow: #C4C4C4;
	height: 100%;
}

.dextures__page-box-logo {
	padding-top: 63px;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: auto;
	margin-left: -20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.dextures__page-box-logo img {
	width: auto;
}

.dextrus__box-content {
	padding-bottom: 50px;
}

.rightdata__page-box-content {
	padding-bottom: 90px;
}

.rightdata__page-box-content,
.dextrus__box-content {
	font-size: 16px;
	line-height: 28px;
	font-family: "RedHatTextNormal";
	color: #444444;
	padding-top: 29.34px;
	padding-left: 130px;
	padding-right: 130px;
}

.rightdata__page-box-logo {
	padding-top: 63px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.rightdata__page-box-logo img {
	width: 143px;
}

.arrow__img-hover {
	margin-left: auto;
	width: 55px;
	margin-top: 5px;
}

.arrow__img-hover img {
	width: 55px;
	padding-bottom: 30px;
}

.dextures-platform {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 50%;
}

.rightdata-platform {
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 50%;
}

.solution__hover-form {
	position: absolute;
	left: 0px;
	top: 60px;
	display: none;
	width: 100%;
	box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.12);
}

.solution__hover-form .active {
	color: #444444 !important;
	opacity: 0.5;
}

.solution-text:hover .solution__hover-form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.solution-text:hover .transparent {
	display: block;
	height: 30px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 33px;
}

.dextures__form-heading {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	font-family: "RedHatTextNormal";
	color: #444444;
	padding-bottom: 16px;
	padding-top: 36px;
}

.dextures__solution-side-heading {
	font-size: 14px;
	font-family: "RedHatTextNormal";
	color: #444444;
	opacity: 0.5;
	padding-bottom: 20px;
	position: relative;
}

.dextures__solution-side-heading-image {
	position: absolute;
	top: 12px;
	left: 93px;
}

.dextures__solution-side-heading-image img {
	width: 530px;
}

.form__line-1,
.form__line-2,
.form__line-3 {
	width: 650px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form__line-1 li,
.form__line-2 li,
.form__line-3 li {
	font-size: 14px !important;
	font-family: "RedHatTextNormal";
	color: #444444;
	width: 205px;
}

.form__line-1 {
	padding-bottom: 16px;
}

.form__line-2 {
	padding-bottom: 25px;
}

.dextures__solution-form,
.Rightdata__solution-form {
	cursor: default;
	padding-left: 48px;
	width: 50%;
}

.dextures__solution-form {
	background-color: #ffffff;
	background-image: url("../images/dextrusSolutions_bg.svg");
	background-position-x: 100%;
	padding-bottom: 38px;
	background-repeat: no-repeat;
}

.solution-dropup,
.platform-dropup,
.connectors-dropup,
.Resources-dropup,
.company-dropup {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	display: none;
}

.Rightdata__solution-form {
	background-image: url("../images/right-data-background.svg");
	background-color: #F7F9FF;
	padding-bottom: 155px;
	background-size: 54% 122%;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: -85px;
}

.platform-text:hover .plat__form-hover {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.platform-text:hover .transparent {
	display: block;
	height: 30px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 33px;
}

.transparent {
	display: none;
	background-color: transparent;
	height: 30px;
}

.platform-dropup {
	margin-right: 2px !important;
}

.dextures__page-box-logo-mobile {
	padding-top: 0px !important;
	margin-left: 0px;
}

.dextures__page-box-logo-mobile img {
	margin-right: auto;
}

.rightdata__page-box-logo-mobile img {
	margin-left: 22px;
	margin-right: auto;
}

.menu-sub-heading {
	padding-left: 20px !important;
}

.menu-dextrus-sub-head {
	padding-bottom: 10px !important;
}

.connectors__drop-down,
.resources__drop-down {
	display: none;
	position: absolute;
	top: 60px;
	background-color: #ffffff;
	width: 100%;
	left: 0px;
	box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.12);
}

.resources__drop-down-dextrus {
	background-image: url("../images/dextrusSolutions_bg.svg");
	background-position-x: 100%;
	background-repeat: no-repeat;
}

.resources__drop-down-RDt {
	background-image: url("../images/right-data-background.svg");
	background-color: #F7F9FF;
	background-size: 54% 122%;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: -85px;
}

.resources__drop-down-dextrus-image {
	width: 145.26px;
	height: 35px;
	margin-bottom: 54px;
}

.resources__drop-down-logos p {
	font-size: 16px;
	line-height: 20px;
	padding-top: 13px;
	font-family: "RedHatTextNormal";
	text-align: center;
	white-space: nowrap;
}

.resources__drop-down-rdt-image {
	width: 101px;
	height: 35px;
	margin-bottom: 52px;
}

.connectors__drop-down-Dextrus,
.connectors__drop-down-rdt {
	width: 50%;
	min-height: 194px;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.connectors__drop-down-logo {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.connectors__drop-down-logo img {
	opacity: 50%;
}

.connectors__drop-down-rdt {
	background-color: #F7F9FF;
}

.resources__rightdata-logo {
	width: 94px !important;
}

.company-text:hover .company__drop-down {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.company-text:hover .transparent {
	display: block;
	height: 30px;
	position: absolute;
	width: 100%;
	top: 30px;
	left: 0px;
}

.company__drop-down {
	position: absolute;
	top: 60px;
	display: none;
	width: 100%;
	min-height: 230px;
	left: 0px;
	font-size: 16px;
	line-height: 20px;
	color: #444444;
	font-family: "RedHatTextNormal";
	box-shadow: 0px 14px 26px rgba(0, 0, 0, 0.12);
}

.comapny__drop-down-content {
	padding-top: 30px;
	text-align: center;
}

.company__drop-down-part {
	width: 33.33%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.company__drop-down-missionvision,
.company__drop-down-news {
	background-color: #F3F3F3;
}

.resources__drop-down-RDt {
	background-color: #F7F9FF;
}

.company__drop-down-teams {
	background-color: white;
}

.resources__drop-down-dextrus,
.resources__drop-down-RDt {
	padding: 33px 100px 39px 40px;
	width: 50%;
}

.resources__drop-down-logos {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.resources__drop-down-logos-rdt {
	width: 446px;
}

.resource-header-text:hover .resources__drop-down {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.resource-header-text:hover .transparent {
	display: block;
	height: 30px;
	position: absolute;
	width: 100%;
	top: 30px;
}

.conectors-header-text:hover .connectors__drop-down {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.conectors-header-text:hover .transparent {
	display: block;
	height: 30px;
	position: absolute;
	width: 100%;
	top: 30px;
}

.connectors__header-content-dextrus {
	position: relative;
}

.connectors__header-content-dextrus::after {
	position: absolute;
	content: " ";
	border-bottom: 0.5px solid #CFCFCF;
	width: 104px;
	height: 0.25px;
	background-color: #CFCFCF;
	position: absolute;
	top: 30px;
	left: 0px;
}

.connectors__header-content-dextrus {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.connectors__header-content-rdt {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.rightdata__logo-desktop {
	width: 143px;
}

.dextures__form-heading-logo {
	padding-top: 40px;
	padding-bottom: 20px;
}

.rdt__form-heading-logo {
	padding-top: 30px;
	padding-bottom: 20px;
	position: relative;
}

.rdt__form-heading-logo .tool__tip-container {
	top: -5px;
}

.rdt__form-heading-logo:hover .tool__tip-container {
	display: block;
}

.dextrus__logo-desktop {
	width: 205px;
}

.solution__form-navigation-logo {
	width: 128.15px !important;
}

#connectors__hover-form,
#Resources__hover-form,
#company__hover-form {
	display: none;
}

#connectors__hover-form {
	position: relative;
}

.connectors__drop-down-image {
	position: absolute;
	right: -20px;
	bottom: -35px;
	width: 170px;
	height: 140px;
}

.connectors__drop-down-image img {
	width: 100% !important;
	height: auto !important;
	opacity: 50%;
}

.company__drop-down-news-image {
	width: 98px;
}

.company__drop-down-news-image img {
	width: 100%;
}

.resources__drop-down-each-logo {
	width: 53.5px;
}

.resources__drop-down-each-logo img {
	width: 100%;
}

.Resources__hover-Dextrus a,
.Resources__hover-rdt a {
	font-size: 14px !important;
	color: #444444;
	font-family: "RedHatTextNormal";
	padding-bottom: 0px !important;
	padding-left: 22px !important;
}

.Resources__hover-Dextrus li,
.Resources__hover-rdt li {
	margin-bottom: 15px;
	line-height: 24px;
}

#connectors-link_mbl {
	display: block;
	padding: 20px;
	padding-bottom: 50px;
	padding-top: 0;
}

#connectors-link_mbl .mobile-connectors {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#connectors-link_mbl.active {
	padding-top: 20px;
	padding-bottom: 50px;
}

#connectors-link_mbl.active #resources__hover-form {
	padding-top: 20px;
	position: static;
	box-shadow: unset;
	width: 100%;
	box-shadow: unset;
	padding-left: 20px;
}

#connectors-link_mbl .connectors__header-content-dextrus {
	padding-bottom: 0 !important;
	color: #444444;
	font-size: 14px;
}

#connectors-link_mbl .connectors__header-content-rdt {
	color: #444444;
	font-size: 14px;
}

#resources-link_mbl,
#company-link_mbl {
	display: block;
	padding: 20px;
	padding-bottom: 50px;
	padding-top: 0;
}

#resources-link_mbl .mobile-resources,
#company-link_mbl .mobile-resources {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#resources-link_mbl.active,
#company-link_mbl.active {
	padding-top: 20px;
	padding-bottom: 50px;
}

#resources-link_mbl.active #Resources__hover-form,
#company-link_mbl.active #Resources__hover-form {
	padding-top: 20px;
	position: static;
	box-shadow: unset;
	width: 100%;
	box-shadow: unset;
	padding-left: 20px;
}

#resources-link_mbl .connectors__header-content-dextrus,
#company-link_mbl .connectors__header-content-dextrus {
	padding-bottom: 0 !important;
	color: #444444;
	font-size: 14px;
}

#resources-link_mbl .connectors__header-content-rdt,
#company-link_mbl .connectors__header-content-rdt {
	color: #444444;
	font-size: 14px;
}

.grey__solution-link:hover li {
	color: #CFCFCf !important;
}

.main-header {
	transition: all 0.5s ease-in-out;
}

.header-common {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 901;
	transition: all 0.5s ease-in-out;
	background-color: white;
}

.header-common.header-fixed {
	transition: all 0.5s ease-in-out;
}

.header-common.header-fixed .header-common__block {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 0.5s ease-in-out;
}

.header-common.header-fixed .header__logo {
	width: 96px;
	height: 32px;
	transition: all 0.5s ease-in-out;
}

.header-common.header-fixed .header__menu-btn {
	transition: all 0.5s ease-in-out;
}

.header-common.header-fixed .header__logo-arrow {
	width: 20px;
	height: 26px;
	transition: all 0.5s ease-in-out;
}

.header-common.header-fixed .header__logo-arrow-text {
	margin-top: 8px;
	font-size: 14px;
	transition: all 0.5s ease-in-out;
}

.header-common.header-fixed .header__logo-block {
	margin-top: -6px;
	-webkit-align-self: inherit;
	    -ms-flex-item-align: inherit;
	        align-self: inherit;
	transition: all 0.5s ease-in-out;
}

.header-common.scrollUp {
	-webkit-transform: translateY(-75px);
	        transform: translateY(-75px);
	transition: all 0.5s ease-in-out;
}

.rightdata__page-box-logo:hover .tool__tip-container {
	display: block;
}

.rightdata__page-box-logo {
	position: relative;
}

.connectors__drop-down-Dextrus-mobile {
	padding: 20px 20px 20px 0px;
}

.connectors__drop-down-rdt-mobile,
.Resources__hover-rdt {
	padding: 20px 20px 20px 0px;
	background-color: #F7F9FF;
}

.header li {
	list-style: none !important;
}

.resources__drop-down-each-logo a,
.company__drop-down-part a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: unset !important;
	padding-right: unset !important;
}

.resources__drop-down-each-logo a li,
.company__drop-down-part a li {
	white-space: nowrap;
}

.footer__top_section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 60px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.footer__seperator {
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-bottom: 11px;
}

.footer__top-logo {
	margin-bottom: 31px;
	height: 32.19px;
}

.footer__dextrus_logo {
	width: 139.39px;
}

.footer__RDt_logo {
	width: 93.74px;
}

.footer__Rightdata_logo {
	width: 124.29px;
}

.footer__top-content-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-family: "RedHatDisplayNormal";
}

.footer__top-content-section p {
	padding-bottom: 16px;
	cursor: pointer;
}

.footer__dextrus_content-column1 {
	width: 151px;
}

.footer__dextrus_content-column2 {
	width: 161px;
}

.footer__dextrus_content {
	width: 352px;
}

.footer__RDt_content-column1 {
	width: 122px;
}

.footer__RDt_content-column2 {
	width: 131px;
}

.footer__RDt_content {
	width: 293px;
}

.footer__Rightdata_content-column1 {
	width: 183px;
}

.footer__product-tags {
	display: none;
}

.footer-section {
	background-color: #3661E2;
	padding-top: 64.83px;
	padding-left: 62px;
	padding-right: 60.57px;
	padding-bottom: 13px;
}

.footer__Rightdata_section {
	width: 438.43px;
}

.footer__contact-us {
	width: 198.29px;
}

.footer__contact-us-content {
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	font-family: "RedHatDisplayNormal";
	max-width: 198.29px;
}

.contact__arrow {
	margin-left: 5px;
}

.footer__contact-us-button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 13px 24px 13px 24px;
	background-color: #ffffff;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 40px;
	width: -webkit-fit-content;
	width: fit-content;
	margin-top: 21.23px;
}

.contact-link p {
	color: #1f1f29;
	padding-bottom: 0px;
}

.footer-arrow {
	margin-left: 10px;
}

.footer__secttion-bottom {
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer__botom-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 490px;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	font-family: "RedHatDisplayNormal";
}

.footer__privacy-policy {
	width: 289px;
}

.footer__section-logo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 115px;
	height: 18px;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer__contact-us-button .active {
	background-image: none;
}

.footer__contact-us-button p:hover {
	color: #3661E2;
	cursor: pointer;
}

.form-section-footer {
	position: absolute;
	bottom: 0px;
	padding-bottom: 23px;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	width: 85%;
	opacity: 0.8;
}

.divami__tag {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	width: 167px;
}

.divami__tag img {
	width: 50px;
	height: 14px;
}

.divami__tag::after {
	position: absolute;
	content: " ";
	width: 1px;
	height: 33.5px;
	background-color: rgba(255, 255, 255, 0.5);
	right: 230px;
	top: 7px;
}

.solution__page-seperator {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 51px;
	margin-bottom: 49px;
}

.solutions__request-for-demo-CTA {
	font-size: 32px;
	line-height: 32px;
	color: #444444;
	font-family: "RedHatTextNormal";
	max-width: 945px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.solutions__request-for-demo-CTA-button {
	color: #ffffff !important;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	padding: 15px 30px 15px 30px;
	background-color: #3661E2;
	border-radius: 40px;
	margin-left: 34px;
}

.solutions__request-for-demo-CTA-button a {
	color: #ffffff !important;
	font-weight: 400;
}

.our-customerBg {
	background: linear-gradient(180deg, #F2F2F2 0%, rgba(248, 248, 248, 0.523428) 72.88%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.our-customers {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: linear-gradient(360deg, #F2F2F2 0%, rgba(248, 248, 248, 0.523428) 72.88%, rgba(255, 255, 255, 0) 100%);
	background-repeat: no-repeat;
}

.our-customers__heading {
	margin-bottom: 65px;
}

.our-customers__logos-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.our-customers__logos-section .first-line,
.our-customers__logos-section .second-line,
.our-customers__logos-section .third-line,
.our-customers__logos-section .fourth-line {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.our-customers__logos-section .first-line {
	padding-left: 120px;
}

.our-customers__logos-section .whiteBox {
	width: 300.16px;
	height: 130px;
	background: #ffffff;
	margin: 25px 30px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.our-customers__logos-section .whiteBox img {
	z-index: 9;
	width: 260px;
	height: 90px;
}

.slider {
	margin: auto;
}

.slider .slide-track {
	-webkit-animation-name: scroll;
	        animation-name: scroll;
	-webkit-animation-duration: 20s;
	        animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 100%;
	overflow: hidden;
}

.investorImg {
	width: 190px !important;
	height: 50px !important;
}

.our-customers__logos-section {
	padding-bottom: 120px;
}

.our-customers__logos-section img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.our-customers__logos-section img:hover {
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
}

.landing__page-popup {
	padding-top: 115px;
	padding-left: 90px;
	padding-bottom: 82px;
	position: relative;
	background-image: url("../images/popupbg.png");
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	margin-top: 70px;
}

.landing__page-popup-close {
	position: absolute;
	top: 38px;
	right: 30px;
	cursor: pointer;
}

.landing__page-popup-headign {
	font-size: 92px;
	line-height: 95px;
	color: #2A2A2A;
	font-weight: 500;
	max-width: 594px;
	font-family: "RedHatDisplayNormal";
	padding-bottom: 11px;
}

.landing__page-popup-subtitle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 112px;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.landing__page-popup-organized {
	font-size: 36px;
	line-height: 66px;
	color: #2A2A2A;
	font-size: 36px;
	font-weight: 400;
	margin-right: 14px;
	font-family: "RedHatDisplayNormal";
}

.popup__databricks {
	width: 188.89px;
}

.popup__seperator {
	width: 749px;
}

.popup__seperator img {
	width: 100%;
}

.pop__seperator-date {
	line-height: 37px;
	font-family: "RedHatDisplayNormal";
	font-size: 36px;
	font-weight: 700;
	color: #3661E2;
	position: relative;
	padding-bottom: 15px;
}

.pop__seperator-date::after {
	content: ' ';
	width: 122px;
	height: 1px;
	border: 1px solid #B1B1B1;
	position: absolute;
	background-color: #B1B1B1;
	top: -18px;
	left: 0px;
}

.popup__connect-withus {
	line-height: 38px;
	font-weight: 400;
	font-size: 36px;
	color: #000000;
	font-family: "RedHatDisplayNormal";
}

.pop__seperator-date-mobile {
	display: none;
}

.pop__seperator-subtitle-mobile {
	display: none;
}

.testinomials-section {
	background-image: url("../../assets/images/dotsBg.svg");
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.testinomials-section .section-heading {
	padding-top: 120px;
	padding-bottom: 38px;
}

.testinomials-section .carousel-container {
	padding-bottom: 13px;
	margin-bottom: 70px;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 40px;
	background-color: white;
}

.testinomials-section .corousel-content {
	background: #ffffff;
	max-width: 734px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}

.testinomials-section .corousel-content::before {
	content: url("../../assets/images/qutes-desktop.svg");
	top: -58.8px;
	left: -31.59px;
	z-index: 10;
	position: absolute;
}

.testinomials-section .author-img {
	width: 80px;
	height: 80px;
}

.testinomials-section .slider__previews-arrow {
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.testinomials-section .testinomialStyles {
	font-family: "RedHatTextNormal";
}

.testinomials-section .testinomialStyles .content {
	font-size: 20px;
	line-height: 38px;
	color: #444444;
	padding-bottom: 14px;
	font-family: "RobotoSlab";
}

.testinomials-section .arrows-div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 36px;
	background-color: #ffffff;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 40px;
	z-index: 10;
}

.testinomials-section .arrows-div .arrow-separator {
	width: 35px;
}

.Testinomial-heading {
	padding-top: 110px;
	padding-bottom: 0px !important;
}

.testmonials_video {
	border: 1px solid transparent;
	width: 734px;
	background: url("../../assets/images/about-border.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px;
	cursor: pointer;
}

.player-control-tesimonials {
	position: absolute;
	left: 42%;
	top: 30%;
}

.player-control-tesimonials .play-button {
	border: none !important;
	background: none !important;
	cursor: pointer;
}

.testinomial__video-section {
	position: relative;
}

.testnomials_content_background {
	border: 1px solid transparent;
	width: 734px;
	height: 408px;
	background: url("../../assets/images/about-border.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 42px 61px 37px 57px;
}

.author-designation {
	font-size: 18px;
	line-height: 27px;
	color: #1F1F29;
	padding-left: 15px;
	position: relative;
}

.author-name {
	font-size: 18px;
	line-height: 27px;
	color: #264BB9;
	padding-left: 15px;
}

.author-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.author-container .author-details {
	font-family: "RedHatTextNormal";
}

.testimonials__bottom {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background-color: #ffffff;
}

.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

.testinomials__readmore,
.testinomials__readless {
	display: none;
	color: #3661E4;
}

.author-company {
	padding-right: 15px;
}

.rightdata__banner-button {
	margin-left: 0px !important;
	margin-right: 0px !important;
	background-color: #3661E2 !important;
	white-space: nowrap !important;
}

.rightdata__banner-tittle {
	line-height: 66px;
	max-width: 533px;
	font-size: 56px !important;
	font-family: "RedHatDisplayNormal";
	color: #2A2A2A;
	font-weight: 400;
}

.landing__page-banner {
	background-repeat: no-repeat;
	background-position-y: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.landing__page-banner-content {
	max-width: 472px;
	margin-top: 106px;
	margin-left: -550px;
	padding-bottom: 325px;
	margin-right: 200px;
}

.landing__banner-video {
	margin-left: -11%;
	position: relative;
}

.banner-empty {
	position: absolute;
	width: 11%;
	height: 50%;
	background-color: #ffffff;
	top: 0px;
	left: 78%;
}

.rightdata__banner-content {
	margin-top: 5px !important;
}

.landing__page-banner-image {
	width: 100%;
	z-index: -1;
}

#how-it-works-json {
	margin-left: auto;
	margin-right: auto;
}

.about__right__data-content {
	text-align: center !important;
	margin-right: auto;
	margin-left: auto;
	max-width: 901px !important;
}

.about-rightdata-video {
	border: 1px solid transparent;
	height: 582.36px;
	background: url("../../assets/images/about-border.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px;
	cursor: pointer;
}

.video-section {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1018px;
	margin-bottom: 120px;
	margin-top: 98px;
}

.video-section::after {
	background-image: url("../../assets/images/aboutRightDataBg.png");
	background-repeat: no-repeat;
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.player-control {
	position: absolute;
	left: 472px;
	top: 225px;
}

.player-control .play-button {
	border: none !important;
	background: none !important;
	cursor: pointer;
}

.section-title {
	text-align: center;
	font-size: 60px;
	font-family: "RedHatDisplayNormal";
	color: #2A2A2A;
	font-weight: 400;
}

.our__products-new-dextrus {
	padding-right: 130px;
	padding-top: 75px;
}

.our__products-content-section {
	padding-right: 66px;
	padding-left: 130px;
	background-repeat: no-repeat;
}

.our__products-logo {
	margin-bottom: 35px;
	width: 350px;
	position: relative;
}

.our__products-logo .tool__tip-container {
	top: -40px !important;
}

.our__products-logo:hover .tool__tip-container {
	display: block;
}

.our__products-logo-mobile {
	display: none;
}

.our__products-logo-mobile::after {
	display: none;
}

.our__products-dextures {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.our__products-logo::after {
	content: " ";
	border-top: 0.5px solid #CFCFCf;
	width: 448px;
	height: 0px;
	position: absolute;
	top: 89px;
	left: 5px;
	background-color: #E5E5E5;
}

.section-content {
	margin-top: 30px;
	color: #444444;
	text-align: left;
	line-height: 40px;
	font-size: 20px;
	max-width: 530px;
	font-family: "RedHatTextNormal";
}

.section-content a {
	font-weight: 600;
	color: #3661E2;
}

.blue-button {
	margin-top: 34px;
	background-color: #3661E2;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	box-shadow: 0 2px 9px 0 rgba(40, 40, 40, 0.2);
	border-radius: 40px;
	font-weight: 400;
	font-size: 20px;
	border: none;
	color: #ffffff;
	font-family: "RedHatTextNormal";
	cursor: pointer !important;
	width: 210px;
	height: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.blue-button:focus {
	outline: none;
}

.blue-button.border {
	color: #264BB9;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.our__products-image-section {
	padding-right: 132px;
	position: absolute;
	top: 250px;
	left: 850px;
}

.our__products-ball-mount {
	position: relative;
}

.our__products-ball {
	position: absolute;
	top: -120px;
	left: 66px;
}

.our__products-ball img {
	width: 162.64px;
}

.ourproduct__star1 {
	width: 21px !important;
	position: absolute;
	top: -130px;
	left: 90px;
}

.ourproduct__star2 {
	width: 38px !important;
	position: absolute;
	top: -81px;
	left: 210px;
}

.ourproduct__star3 {
	width: 29px !important;
	position: absolute;
	top: -17px;
	left: 47px;
}

.our__products-square-box {
	top: -180px;
	left: 55px;
}

.our__products-square-box img {
	width: 292px;
}

.rightdata__logo-mobile {
	width: unset;
	display: none;
}

.our__products-right-data-content {
	padding-top: unset !important;
	padding-bottom: unset !important;
	padding-right: 0px !important;
}

.our__products-right-data {
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.rdt__logo {
	display: none;
}

.our__product-rightdata-image-section {
	left: 156px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: unset !important;
	margin-top: 120px;
}

.our__product-rightdata-image-section .ball-mount-desktop {
	margin-left: auto;
	margin-right: auto;
}

.about-bg {
	width: 100%;
	margin-top: -480px;
	z-index: -1;
	position: absolute;
	height: 772px;
	background: linear-gradient(180deg, #F2F2F2 0%, rgba(248, 248, 248, 0.523428) 72.88%, rgba(255, 255, 255, 0) 100%);
}

#landing_cube-json {
	margin-top: -46px;
}

#our-products-balls-img {
	width: 529.2px;
	height: 550px;
	margin-left: auto;
}

#landing-cubes-img {
	width: 570px;
}

.platform-overview {
	margin-top: 10px;
}

.platform-overview-tittle {
	text-align: left;
}

.platform-overview-content {
	max-width: 641px;
	margin-top: 44px;
	font-size: 16px !important;
	line-height: 32px;
}

.platform-overview-content p {
	font-size: 20px;
	font-weight: 600;
	font-family: "RedHatTextNormal";
	margin-bottom: 16px;
}

.rightdata__tittle {
	margin-top: 47px;
}

.data__ops {
	font-size: 30px;
	line-height: 27px;
	font-family: "RedHatTextNormal";
	color: #3661E2;
}

.data__ops-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 80px;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}

.data__opa-content {
	font-family: "RedHatTextNormal";
	color: #000000;
	font-size: 30px;
	line-height: 47px;
}

.platform-overview-top {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-left: 80px;
	padding-bottom: 20px;
}

.platform__overview-bottom {
	overflow: hidden;
	display: block;
	margin-top: -103px;
}

.platform__overview-box {
	margin-top: 8px;
}

.platform__overview-box-mobile {
	display: none;
}

.dataops-tittle {
	font-size: 32px;
	font-weight: 400;
	font-family: "RedHatTextNormal";
	line-height: 47px;
	color: #2A2A2A;
	margin-bottom: 47px;
	margin-top: 121px;
	max-width: 678px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.dataops__image {
	max-width: 1047px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 120px;
	padding-left: 20px;
	padding-right: 20px;
}

.platform__overview-bottom-heading {
	font-size: 20px;
	line-height: 27px;
	font-family: "RedHatTextNormal";
	color: #2A2A2A;
	width: 230px;
}

.platform__overview-bottom-content {
	font-size: 16px;
	line-height: 20px;
	font-family: "RedHatTextNormal";
	color: #444444;
}

.platform__overview-bottom-content li {
	padding-bottom: 10px;
}

.platform__overview-bottom {
	position: relative;
}

.platform__overview-bottom-section-content1 {
	position: absolute;
	top: 145px;
	left: 280px;
}

.platform__overview-bottom-section-content2 {
	position: absolute;
	top: 285px;
	left: 570px;
}

.platform__overview-bottom-section-content3 {
	position: absolute;
	top: 370px;
	left: 860px;
}

.platform__overview-bottom-section-content4 {
	position: absolute;
	top: 460px;
	left: 1130px;
}

.platform__overview-bottom-section-content5 {
	position: absolute;
	top: 975px;
	left: 1075px;
}

.platform__overview-bottom-section-content6 {
	position: absolute;
	top: 1090px;
	left: 780px;
}

.platform__overview-bottom-section-content7 {
	position: absolute;
	top: 1225px;
	left: 500px;
}

.platform__overview-bottom-section-content8 {
	position: absolute;
	top: 1370px;
	left: 170px;
}

.platform__overview-bottom {
	margin-bottom: 120px;
}

.platform__overview-bottom-mobile {
	display: none;
}

.platform__overview-bottom-section-mobile {
	position: absolute;
	font-size: 12px;
	line-height: 16px;
	width: 138px;
}

.platform__overview-bottom-mobile {
	position: relative;
}

.platform__overview-bottom-section-mobile1 {
	top: -15px;
	left: 15px;
}

.platform__overview-bottom-section-mobile2 {
	top: 40px;
	left: 105px;
}

.platform__overview-bottom-section-mobile3 {
	top: 70px;
	left: 180px;
}

.platform__overview-bottom-section-mobile4 {
	top: 135px;
	left: 270px;
}

.platform__overview-bottom-section-mobile5 {
	top: 345px;
	left: 240px;
}

.platform__overview-bottom-section-mobile6 {
	top: 400px;
	left: 180px;
}

.platform__overview-bottom-section-mobile7 {
	top: 470px;
	left: 90px;
}

.platform__overview-bottom-section-mobile8 {
	top: 535px;
	left: 5 px;
}

.person_img {
	width: 369px;
	margin-left: auto;
	margin-right: 25%;
}

#platform__overview-json {
	margin-top: -375px;
}

#platform-overview-img {
	position: absolute;
	top: -58px;
	right: -40px;
	z-index: -99;
}

.text {
	width: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	-webkit-animation: rotate 5s linear infinite;
	        animation: rotate 5s linear infinite;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.platform__banner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 70px;
	padding-right: 0px;
	min-height: 700px;
}

.platform__banner-image img {
	width: 582px;
}

.platform__banner-image1 {
	display: none;
}

.platform__banner-image1 img {
	width: 582px;
}

.platform-banner-content {
	margin-top: -30px;
}

.platform-banner-tittle {
	max-width: 646px !important;
}

.platform__banner-content {
	max-width: 593px;
}

.key__features-tittle {
	margin-top: 120px;
}

.key__features-card-black2 {
	margin-top: 108px;
}

.key__features-card-black3 {
	margin-top: 48px;
}

.key__features-card-black4 {
	margin-top: 125px;
}

.key__features-card-black5 {
	margin-top: -175px;
}

.key__features-card-black6 {
	margin-top: -25px;
}

.key__features-card-black7 {
	margin-top: -115px;
}

.key__features-card-black8 {
	margin-top: -30px;
}

.key__features-card-black,
.key__features-card-white {
	width: 300px;
	height: 500px;
	margin-bottom: 85px;
	position: relative;
}

.key__features-card-black {
	background-color: #F6F6F6;
}

.key__features-card-white {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
	height: 530px;
}

.key__features-card-section {
	width: 1305px;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 98px;
	margin-right: auto;
	margin-left: auto;
}

.key__features-card-image {
	margin-right: auto;
	margin-left: auto;
	width: 180px;
	height: 225px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.key__features-card-image img {
	width: initial;
	margin: auto;
}

.key__features-card-heading {
	font-size: 20px;
	color: #2A2A2A;
	font-weight: 500;
	font-family: "RedHatTextNormal";
	padding-bottom: 20px;
}

.key__features-card-small-image {
	width: 126px !important;
}

.key__features-card-content {
	font-family: "RedHatTextNormal";
	font-size: 16px;
	line-height: 26px;
	color: #444444;
}

.key__features-card-content a {
	color: #3661E2;
	font-weight: 600;
}

.key__features-card-readmore {
	font-family: "RedHatTextNormal";
	font-size: 16px;
	line-height: 20px;
	color: #3661E2;
	font-weight: 500;
	padding-top: 10px;
	cursor: pointer;
	width: -webkit-fit-content;
	width: fit-content;
}

.key__features-card-readless {
	font-family: "RedHatTextNormal";
	font-size: 16px;
	line-height: 20px;
	color: #3661E2;
	font-weight: 500;
	padding-top: 10px;
	width: -webkit-fit-content;
	width: fit-content;
	cursor: pointer;
}

.what-rightdata-does__heading {
	text-align: left !important;
}

.key__features-solution-tittle {
	margin-top: 120px;
	line-height: normal;
}

.platform__solution-image {
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
	margin-bottom: 120px;
}

.platform__solution-image img {
	width: 100%;
}

.solution__content1,
.solution__content2,
.solution__content3,
.solution__content4,
.solution__content5,
.solution__content6 {
	position: absolute;
	font-size: 20px;
	font-family: "RedHatTextNormal";
	color: #444444;
	line-height: 27px;
	height: 12%;
	width: 25%;
}

.solution__content1 {
	top: 3%;
	left: 30%;
}

.solution__content2 {
	top: 12%;
	left: 83%;
}

.solution__content3 {
	left: 80%;
	bottom: 26%;
}

.solution__content4 {
	bottom: 4%;
	left: 47%;
}

.solution__content5 {
	bottom: 22%;
	left: 11%;
}

.solution__content6 {
	top: 12%;
	left: -2%;
}

.right-data-product-animation .solution__content1 {
	top: 3%;
	left: 30%;
}

.right-data-product-animation .solution__content2 {
	top: 12%;
	left: 83%;
}

.right-data-product-animation .solution__content3 {
	left: 80%;
	bottom: 26%;
}

.right-data-product-animation .solution__content4 {
	bottom: 4%;
	left: 47%;
}

.right-data-product-animation .solution__content5 {
	bottom: 15%;
	left: 9%;
}

.right-data-product-animation .solution__content6 {
	top: 9%;
	left: -2%;
}

#rightdata-sol-anim {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

#rightdata-sol-anim-mobile {
	display: none;
}

.platform__solution-image {
	position: relative;
}

.how-it-works {
	margin-top: 70px;
}

.how-it-works__heading {
	margin-bottom: 90px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 70px;
}

.how-it-works_mbl {
	display: none;
}

.what-rightdata-does {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 70px;
	padding-right: 70px;
	margin-top: 45px;
	position: relative;
}

.what-rightdata-does__content {
	max-width: unset;
	margin-top: 57px;
}

.what-rightdata-does__gare-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}

.what-rightdata-does__gare-section img {
	width: 40%;
	margin-top: -50px;
}

.what-rightdata-does__gare-section .gare-content {
	width: 60%;
	max-width: unset;
	margin-top: 120px;
	padding-left: 70px;
}

.what-rightdata-does__elements {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.what-rightdata-does__elements .each-element {
	width: 184px;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-right: 57.5px;
	margin-top: 70px;
}

.what-rightdata-does__elements .each-element span {
	width: 187px;
	text-align: center;
}

.what-rightdata-does__elements .each-element span a {
	color: #000000;
	font-weight: 600;
}

.what-rightdata-does__elements .each-element img {
	width: 100px;
	height: 100px;
}

.what-rightdata-does__elements .each-element span {
	font-size: 20px;
	line-height: 27px;
	font-family: "RedHatTextNormal";
	color: #444444;
	margin-top: 18px;
}

.what-rightdata-does__heading:hover .tool__tip-container {
	display: block;
}

.what-rightdata-does__heading .tool__tip-container {
	top: 50px;
}

.what-rightdata-does__elements {
	margin-top: -100px;
	width: 980px;
	margin: 0 auto;
}

.dex-sol__content1 {
	left: 136px;
}

.key__feature-card-mobile {
	display: none;
}

.scene {
	-webkit-perspective: 600px;
	        perspective: 600px;
}

.card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transform-origin: center;
	        transform-origin: center;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.card__face {
	position: absolute;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	top: 0px;
	left: 0px;
	padding: 50px 30px 30px 30px;
	-moz-backface-visibility: hidden;
}

.card__face--back {
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
	overflow-y: auto;
	height: 500px;
}

.key__features-rightdata {
	padding: 50px 30px 30px 30px;
}

.platform__solution-image {
	width: 70% !important;
	margin-top: 55px;
}

.rdt__product-solution-heading {
	margin-top: 40px !important;
}

.connector__banner-top {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-right: 84px;
	padding-left: 109px;
	margin-top: 77px;
}

.connector__banner-content {
	max-width: 613px;
}

.connector__banner-image img {
	width: 464.13px;
}

.connector__banner-content {
	margin-top: 20px !important;
}

.connector__search-button {
	border: none;
}

.searchbar__content {
	font-size: 14px;
	line-height: 16px;
	font-family: "RedHatTextNormal";
	color: #2A2A2A;
	-webkit-appearance: none;
	        appearance: none;
	width: 666px;
	margin-left: 10px;
}

.searchbar__content::-webkit-input-placeholder {
	opacity: 0.5;
}

.searchbar__content:-ms-input-placeholder {
	opacity: 0.5;
}

.searchbar__content::placeholder {
	opacity: 0.5;
}

.searchbar__content:focus {
	border: none !important;
	box-shadow: none !important;
}

.searchbar__content:hover {
	border: none !important;
}

.searchbar__image img {
	width: 20px;
}

.searchbar__image svg {
	cursor: pointer;
}

.connector__search-content {
	font-size: 14px;
	font-family: "RedHatTextNormal";
	color: #444444;
	border: 0.5px solid rgba(68, 68, 68, 0.5);
	padding: 8px 20px;
	border-radius: 40px;
	margin-right: 10px;
	margin-top: 10px;
}

.connector__search-content:hover {
	border: 0.5px solid #3661E2;
	background-color: rgba(54, 97, 226, 0.1);
	cursor: pointer;
}

.connector__search-elements {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 980px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.connector__card {
	width: 213px;
	background-color: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
	height: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}

.connector__cards-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1055px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

.connector__card {
	margin-right: 25px;
	margin-left: 25px;
}

.connector__cards-mobile {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1185px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}

.connector__card-blue-content {
	color: #3661E2;
	font-size: 16px;
	line-height: 16px;
	font-family: "RedHatTextNormal";
}

.connector__card-content {
	font-size: 14px;
	color: #444444;
	left: 16px;
	font-family: "RedHatTextNormal";
}

.conector__card-image {
	height: 126px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.conector__card-image img {
	width: 146px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
}

.conector__card-image::after {
	position: absolute;
	content: '';
	top: 110px;
	left: 0px;
	border: 0.5px solid #444444;
	width: 40px;
	opacity: 70%;
	background-color: #444444;
}

.view-less-button {
	display: none;
}

.connector-banner-tittle {
	max-width: 590px !important;
}

.view-less-button,
.view-more-button {
	display: none;
}

.dropbox {
	width: 65px !important;
}

.salse {
	width: 90px !important;
}

.sheets {
	width: 41.5px !important;
}

.airtable {
	width: 81px !important;
}

.csv {
	width: 60.97px !important;
}

.Related__articles-tittle {
	text-align: left !important;
	font-size: 56px;
	margin-left: 80px;
	margin-right: 0px;
}

.search_bar_container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	border: 1px solid #3661E2;
	border-radius: 36px;
	width: 1000px;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px 20px;
	-webkit-appearance: none;
	        appearance: none;
}

input::-webkit-calendar-picker-indicator {
	display: none !important;
}

.search-close {
	cursor: pointer;
	display: none;
}

.connector__cards-heading {
	font-size: 56px;
	line-height: 66px;
	font-family: "RedHatDisplayNormal";
	color: #2A2A2A;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 400;
	margin-bottom: 50px;
}

.connectors__sagrigation {
	position: relative;
	cursor: pointer;
	width: 230px;
	background: transparent;
}

.connectors__sagrigation select {
	border: none;
	-webkit-appearance: none;
	        appearance: none;
	font-size: 14px;
	font-family: "RedHatTextNormal";
	color: #444444;
	cursor: pointer;
}

.connectors-stroke {
	padding-top: 5px;
}

.connectors__search-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.connectors__sagrigation::after {
	content: " ";
	border-bottom: 0;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 7px solid #2A2A2A;
	width: 0;
	height: 0;
	position: absolute;
	top: 11px;
	left: 171px;
	z-index: -1;
}

.connectors__sagrigation-mobile {
	display: none;
	position: relative;
}

.connectors__logo {
	position: relative;
}

.connectors__logo .tool__tip-container {
	top: -35px;
}

.connectors__logo:hover .tool__tip-container {
	display: block;
}

.Rd__product-banner-image {
	margin-left: -363px;
	margin-top: 85px;
	width: auto;
}

.Rd__product-banner-desktop {
	display: block;
	width: 100% !important;
}

.Rd__product-banner-mobile {
	display: none;
}

.Rd__product-banner-tittle {
	max-width: 622px !important;
	line-height: 66px !important;
}

#dextrus-sol-anim {
	margin-left: auto;
	margin-right: auto;
}

#dextrus-sol-anim-mobile {
	display: none;
}

.rd__product-banner-content {
	max-width: 622px;
	margin-top: -150px;
}

.rd__product-banner {
	background-image: url("../../assets/images/dextrusbannerbg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.about__dextures-content-key-points ul {
	margin-top: 40px;
}

.about__dextures-content-key-points li {
	max-width: 1200px !important;
	margin-right: auto;
	margin-left: auto;
	color: #444444;
	text-align: left;
	line-height: 40px;
	font-size: 20px;
	max-width: 530px;
	font-family: "RedHatTextNormal";
	padding-left: 30px;
	position: relative;
}

.about__dextures-content-key-points li a {
	color: #3661E2;
	font-weight: 600;
}

.about__dextures-logo {
	width: 82px;
}

.about__dextures-logo svg {
	width: 82px;
	height: 82px;
}

.about__dextures-content-key-points li::before {
	content: "•";
	color: #000000;
	position: absolute;
	left: 14px;
}

.dextrus__how-it-works {
	margin-top: 0px;
}

.dextrus__bottom {
	display: none;
}

.about__dextures-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 111px;
	padding-right: 111px;
	margin-top: 70px;
}

.about__dextrus-tittle {
	font-size: 56px;
	font-family: "RedHatDisplayNormal";
	color: #2A2A2A;
	line-height: 66px;
	font-weight: 400;
}

.about__dextures-logo-content {
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	font-family: "RedHatTextNormal";
	max-width: 202px;
	color: #444444;
}

.about__dextures-content {
	max-width: 622px;
	margin-top: -72px;
}

.about__dextures-content-main-content {
	max-width: 622px !important;
}

.about__dextures-logo-content-special {
	width: 121px !important;
}

.about__dextures-logo1,
.about__dextures-logo2,
.about__dextures-logo3,
.about__dextures-logo4,
.about__dextures-logo5,
.about__dextures-logo6,
.about__dextures-logo7,
.about__dextures-logo8 {
	width: 202px;
	margin-bottom: 60px;
}

.about__dextures-logo5,
.about__dextures-logo6 {
	margin-bottom: 0px;
}

.about__rightdata-tittle {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-left: 80px;
}

.dextrus-how-it-work-heading {
	display: none;
}

.dextrus_mobile-infographic {
	display: none;
	position: relative;
}

.dextrus_mobile-infographic .dextrus-img {
	width: 80%;
}

.dextrus_mobile-infographic .dextrus_info-headings {
	position: absolute;
	left: 0;
	padding-top: 110px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between; /* align-items: flex-start; */
	height: 67%;
}

.dextrus_mobile-infographic .dextrus_info-headings .datasource {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 30px;
	color: #1F1F29;
	font-family: "RedHatTextNormal";
}

.dextrus_mobile-infographic .dextrus_info-headings .datasource .heading-text {
	font-size: 12px;
}

.dextrus_mobile-infographic .dextrus_info-headings .datasource .heading-line {
	margin-top: 5px;
	margin-bottom: 10px;
}

.dextrus_mobile-infographic .dextrus_info-headings .datasource .info-sub-heading {
	font-size: 9px;
	line-height: 12px;
	margin-bottom: 3px;
}

.dextrus-banner-container {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	min-height: 500px;
}

.about__dextures-logo-content a {
	font-weight: 600;
	text-decoration: underline;
	color: #000000;
}

.mission__vision-section {
	padding-top: 140px;
	background: linear-gradient(-360deg, #F2F2F2 0%, rgba(248, 248, 248, 0.523428) 72.88%, rgba(255, 255, 255, 0) 100%);
}

.mission__vision-main-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-left: 100px;
	background-image: url("../images/mission__vision-main-image.png");
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: 81px;
	padding-bottom: 132px;
}

.vision-title,
.mission-title {
	position: relative;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	font-family: "RobotoSlab";
	color: #444444;
	margin-bottom: 60px;
}

.vision-content,
.mission-content {
	font-size: 20px;
	font-family: "RobotoSlab";
	font-weight: 400;
	line-height: 40px;
	color: #444444;
	width: 763px;
	margin-top: 25px;
}

.mission__vision-top {
	position: absolute;
	top: 20px;
	left: 117px;
}

.mission__vison-tittle {
	padding-bottom: 50px;
}

.mission__vision-image {
	position: absolute;
	top: 0px;
	left: 0px;
}

.company__banner-tittle {
	width: 561px !important;
	text-align: center;
	line-height: 72px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
}

.company__banner-tittle h1 {
	font-weight: 400;
	font-size: 60px;
}

.companny__banner-content {
	width: 1160px !important;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	font-family: "RedHatTextNormal" !important;
	font-size: 20px !important;
	text-align: center;
}

.company__banner-content {
	margin-top: -320px;
}

.our__value-card-even,
.our__value-card-odd {
	background-color: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
	width: 254px;
	height: 272px;
	position: relative;
}

.our__values-cards {
	width: 1208px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}

.our__value-card-odd-img,
.our__value-card-even-img {
	position: relative;
	top: 42px;
	left: 61px;
}

.our__value-card-odd-img img,
.our__value-card-even-img img {
	width: 101px;
}

.our__values-card-odd-border {
	position: absolute;
	top: 0;
	left: 0;
}

.our__values-card-even-border {
	position: absolute;
	right: 0;
	bottom: 0;
}

.our__value-card-content {
	position: absolute;
	font-size: 24px;
	line-height: 19px;
	font-family: "RedHatTextNormal";
	font-weight: 400;
	width: 178px;
	top: 229px;
	text-align: center;
	left: 38px;
	color: #2A2A2A;
}

.our__value-card-even {
	margin-top: 65px;
}

.our__values-section-content {
	max-width: 1160px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.our__value-section-tittle {
	margin-top: 120px;
}

.our__values-cards {
	margin-bottom: 120px;
}

.team__profile-left {
	padding-bottom: 35px;
	width: 1066px;
	background: linear-gradient(-270deg, #F2F2F2 0%, rgba(248, 248, 248, 0.523428) 72.88%, rgba(255, 255, 255, 0) 100%);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-left: 110px;
}

.team__profile-right {
	padding-bottom: 35px;
	width: 1083px;
	background: linear-gradient(270deg, #EFF6FF 1.19%, #FFFFFF 98.54%);
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-right: 110px;
	margin-top: 156px;
	margin-bottom: 95px;
}

.team__member-right-up-blue {
	padding-left: 150px !important;
	width: unset !important;
	padding-right: 125px !important;
}

.team__profile-left-image,
.team__profile-right-image {
	position: absolute;
	border: 0.5px solid #000000;
	padding: 10px;
}

.team__profile-left-image img,
.team__profile-right-image img {
	width: 225px;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.team__profile-left-image:hover img,
.team__profile-right-image:hover img {
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
}

.team__profile-left-image {
	top: -97px;
	left: -154.5px;
}

.team__profile-right-image {
	right: -122.5px;
	top: -154px;
}

.team__profiles-section {
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 88px;
}

.team__profiles {
	margin-top: 190px;
}

.team__member-name {
	font-size: 30px;
	line-height: 27px;
	color: #264BB9;
	font-weight: 400;
	font-family: "RedHatTextNormal";
	padding-left: 155px;
	padding-top: 50px;
	position: relative;
}

.team__blue-border {
	position: absolute;
	top: 65px;
	left: 405px;
}

.team__blue-border img {
	width: 479px;
}

.team__member-designation {
	font-size: 16px;
	line-height: 27px;
	color: #1F1F29;
	font-weight: 700 !important;
	font-family: "RedHatTextNormal";
	padding-left: 155px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.team__member-right-up {
	width: 837px;
	font-size: 20px;
	line-height: 40px;
	color: #444444;
	padding-left: 155px;
	font-family: "RedHatTextNormal";
}

.grey_background {
	background: #FAFAFA;
	width: 227px;
	left: 14px;
	top: 14px;
	height: 191px;
	position: absolute;
}

.ask__for-demo-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-left: 63.12px;
	padding-right: 80px;
	padding-top: 66px;
}

.ask__for-demo-image-section {
	position: relative;
	padding-top: 70px;
}

.ask__for-demo-image-section .section-content {
	max-width: 100%;
	padding-top: 0px;
}

.ask__for-demo-form {
	padding-top: 67px;
}

.ask__for-demo-ovel {
	position: absolute;
	top: 275px;
	left: -5px;
	z-index: -1;
}

.ask__for-demo-ovel img {
	width: 525px;
}

.ask__for-demo-image {
	margin-top: 30px;
}

.ask__for-demo-image img {
	width: 100%;
}

.ask__for-demo-content {
	text-align: center;
	padding-left: 7px;
	max-width: 481px !important;
	font-size: 20px;
	line-height: 30px;
	color: #2A2A2A;
	font-family: "RedHatTextNormal";
	padding-bottom: 144px;
}

.details__box {
	border: 1px solid rgba(68, 68, 68, 0.5);
	background-color: #ffffff;
	border-radius: 36px;
	width: 300px;
	font-size: 14px;
	padding-left: 20px;
	color: #444444;
	font-family: "RedHatTextNormal";
	height: 50px !important;
}

.aks__for-demo-details {
	width: 630px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.ask__for-demo-message {
	width: 630px;
	border: 1px solid rgba(68, 68, 68, 0.5);
	border-radius: 22px;
	height: 150px;
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "RedHatTextNormal";
	resize: none;
}

.ask__for-demo-button {
	margin-left: auto;
	margin-top: 37px;
	margin-bottom: 42px;
	font-size: 16px;
	padding: 0px !important;
}

.ask-for-demform-btn {
	width: 100%;
}

.ask__for-demo-rightdata-card,
.ask__for-demo-dextures-card {
	cursor: pointer;
	width: 615px;
	height: 98px;
	background-color: #ffffff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.ask__for-demo-rightdata-card img,
.ask__for-demo-dextures-card img {
	width: 167px;
}

.ask__for-demo-rightdata-card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 50%;
}

.ask__for-demo-dextures-card {
	border: 2px solid #3661E2;
	width: 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.ask__for-demo-dextures-card-tick {
	display: block;
}

.ask__for-demo-rightdata-card-tick {
	display: none;
}

.ask__for-demo-rightdata-card-tick,
.ask__for-demo-dextures-card-tick {
	position: absolute;
	top: 11px;
	right: 11px;
}

.ask__for-demo-rightdata-card-tick img,
.ask__for-demo-dextures-card-tick img {
	width: 26px;
}

.ask__gor-demo-logo {
	width: 630px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	margin-bottom: 30px;
}

.ask__gor-demo-logo-mobile {
	display: none;
}

.aks__for-demo-details input {
	font-size: 14px;
}

.aks__for-demo-details ::-webkit-input-placeholder {
	font-size: 14px;
	color: #444444;
	font-family: "RedHatTextNormal";
	opacity: 1;
}

.aks__for-demo-details :-ms-input-placeholder {
	font-size: 14px;
	color: #444444;
	font-family: "RedHatTextNormal";
	opacity: 1;
}

.aks__for-demo-details ::placeholder {
	font-size: 14px;
	color: #444444;
	font-family: "RedHatTextNormal";
	opacity: 1;
}

.ask__for-demo-message textarea,
.start__your-trail-form textarea {
	font-size: 14px;
	color: #444444;
	font-family: "RedHatTextNormal";
	opacity: 1;
}

.ask__for-demo-message .ask__for-demo-message::-webkit-input-placeholder, .start__your-trail-form .ask__for-demo-message::-webkit-input-placeholder {
	font-size: 14px;
	color: #444444;
	font-family: "RedHatTextNormal";
	opacity: 1;
}

.ask__for-demo-message .ask__for-demo-message:-ms-input-placeholder, .start__your-trail-form .ask__for-demo-message:-ms-input-placeholder {
	font-size: 14px;
	color: #444444;
	font-family: "RedHatTextNormal";
	opacity: 1;
}

.ask__for-demo-message .ask__for-demo-message::placeholder,
.start__your-trail-form .ask__for-demo-message::placeholder {
	font-size: 14px;
	color: #444444;
	font-family: "RedHatTextNormal";
	opacity: 1;
}

.start__your-trail-form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ask__for-demo-button input,
.creat__account input {
	background-color: transparent;
	font-family: "RedHatTextNormal";
	font-size: 16px;
	color: #ffffff;
}

.ask__for-demo-tittle {
	font-size: 30px;
	line-height: 30px;
	font-family: "RedHatDisplayNormal";
	color: #2A2A2A;
	width: 183px;
	padding-bottom: 30px;
}

.mobile {
	display: none;
}

.send-message-button {
	margin-right: 0px !important;
}

.send-message-button input {
	border: none;
}

.blue-button.ask__for-demo-button {
	margin-right: 0px !important;
	background-color: #3661E2;
}

.rightdata__banner-image {
	display: none;
}

.error-box {
	height: 60px;
	width: 100%;
	font-size: 14px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: white;
	display: none;
	margin-bottom: 25px;
	border-radius: 5px;
	font-family: "RedHatTextNormal";
	background: red;
}

.error-box span {
	padding-left: 6%;
}

input[type=submit] {
	cursor: pointer;
}

.ask__for-demo_input {
	margin-bottom: 30px;
}

.ask__for-demo_input p {
	font-size: 12px;
	line-height: 14px;
	color: #E85454;
	padding-left: 20px;
	font-family: "RedHatTextNormal";
	display: none;
}

.contact_success {
	border: 1px solid #D1D1D1;
	border-radius: 12px;
	display: none;
}

.contact_success_content {
	padding: 69px 102px 89px;
}

.contact_success img {
	width: 137px;
	height: 92px;
	margin: auto;
}

.contact_success .success_message {
	font-weight: 700;
	font-size: 20px;
	color: #2A2A2A;
	font-family: "RedHatTextNormal";
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.contact_success .success_message_content {
	font-size: 16px;
	line-height: 26px;
	color: #2A2A2A;
	font-family: "RedHatTextNormal";
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	width: 389px;
	margin: auto;
}

.contact_success .success_border {
	width: 150px;
	border: 0.5px solid #2A2A2A;
	margin: auto;
}

.start__your-trail_section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}

.ask__for-demo_input .ask__for-demo-message::-webkit-input-placeholder {
	color: #444444 !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-family: "RedHatTextNormal";
}

.ask__for-demo_input .ask__for-demo-message:-ms-input-placeholder {
	color: #444444 !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-family: "RedHatTextNormal";
}

.ask__for-demo_input .ask__for-demo-message::placeholder {
	color: #444444 !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-family: "RedHatTextNormal";
}

.start__your-trail-form .start__your-trail-input {
	border: 1px solid rgba(68, 68, 68, 0.5);
}

.start__your-trail-form .start__your-trail-input::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #444444 !important;
	opacity: 100% !important;
}

.start__your-trail-form .start__your-trail-input:-ms-input-placeholder {
	font-size: 14px !important;
	color: #444444 !important;
	opacity: 100% !important;
}

.start__your-trail-form .start__your-trail-input::placeholder {
	font-size: 14px !important;
	color: #444444 !important;
	opacity: 100% !important;
}

.button-loader {
	display: none;
}

.button-loader-trial {
	display: none;
}

.button-loader-trial-dextrus {
	display: none;
}

.start__your-trail-days {
	font-size: 30px;
	line-height: 34px;
	padding-top: 62px;
	font-family: "RedHatDisplayNormal";
	padding-bottom: 20px;
	color: #ffffff;
}

.start__your-taril-content {
	padding-left: 70px;
	padding-right: 20px;
	margin-right: 10px;
}

.start__your-trail-heading {
	font-size: 56px;
	max-width: 635px;
	line-height: 66px;
	color: #ffffff;
	padding-bottom: 20px;
	font-family: "RedHatDisplayNormal";
}

.start__your-trail-subheading {
	font-family: "RedHatTextNormal";
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	line-height: 27px;
	padding-top: 30px;
}

.start__your-trail-main-content {
	font-size: 16px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 26px;
	font-family: "RedHatTextNormal";
	padding-bottom: 15px;
	color: #ffffff;
}

.start__your-trail-main-content img {
	width: 16px;
	margin-right: 10px;
	height: 16px;
	margin-top: 5px;
}

.start__your-taril-content {
	background: linear-gradient(360deg, #0057BF 0%, #4E7AFF 100%);
	width: 60%;
	padding-bottom: 23px;
	position: relative;
}

.start__your-trail-logo {
	padding-bottom: 45.81px;
	padding-top: 60px;
	margin-left: auto;
	margin-right: auto;
}

.start__your-trail-logo img {
	width: 215.81px;
}

.start__your-trail-input {
	border: 0.5px solid #444444;
	width: 340px;
	border-radius: 36px;
	height: 46px;
	font-size: 14px !important;
	padding-left: 20px;
	padding-right: 20px;
	color: #444444;
	font-family: "RedHatTextNormal";
}

.creat__account {
	width: 340px !important;
	font-size: 16px;
}

.creat__account input {
	border: none;
}

.already__have_a_account-content {
	font-size: 14px;
	font-family: "RedHatTextNormal";
	line-height: 20px;
	color: #444444;
}

.login__line {
	font-family: "RedHatDisplayNormal";
	color: #3661E2;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding-left: 10px;
}

.already__have_a_account {
	width: 210px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	margin-bottom: 80px;
}

.start__your-trail {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ask__for__trail_bottom-content {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.ask__for__trail_bottom-content::after {
	width: 701px !important;
}

.start__your-trail-form label {
	margin-left: 105px;
}

.start__your-trail-input_div {
	margin-bottom: 24px;
}

.start__your-trail-input_div p {
	font-size: 12px;
	line-height: 14px;
	color: #E85454;
	padding-left: 18px;
	font-family: "RedHatTextNormal";
	display: none;
}

#syt_success .contact_success_content {
	padding: 69px 18px 89px;
}

#syt_success p {
	width: 355px;
}

.submit-button {
	margin-bottom: 40px;
	margin-top: 0px;
}

.trial-page-textarea {
	height: 120px;
	border-radius: 18px;
	padding-top: 15px !important;
	resize: none;
}

.trialform-points {
	margin-bottom: 75px;
}

.free-trial-view-less-btn {
	display: none;
}

.free-trial-view-less-btn .view-more-arrow {
	margin-left: 4px;
	width: 18px;
}

.free-trail-btn {
	display: none;
}

.free-trail-btn .view-more-arrow {
	margin-left: 4px;
	width: 18px;
}

.contatct__form-details {
	width: 630px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.contact__form-input {
	margin-bottom: 30px;
}

.contact__form-input p {
	font-size: 12px;
	line-height: 14px;
	color: #E85454;
	padding-left: 20px;
	font-family: "RedHatTextNormal";
	display: none;
}

.contact__form-input ::-webkit-input-placeholder {
	color: #444444 !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-family: "RedHatTextNormal";
}

.contact__form-input :-ms-input-placeholder {
	color: #444444 !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-family: "RedHatTextNormal";
}

.contact__form-input ::placeholder {
	color: #444444 !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-family: "RedHatTextNormal";
}

.contact__form-input input {
	border: 1px solid rgba(68, 68, 68, 0.5);
	border-radius: 36px;
	padding-left: 20px;
	height: 50px !important;
	width: 300px !important;
	color: #444444 !important;
	opacity: 1 !important;
	font-size: 14px !important;
	font-family: "RedHatTextNormal";
}

.contact__message {
	border: 1px solid rgba(68, 68, 68, 0.5);
	padding-left: 20px;
	padding-top: 15px;
	height: 150px;
	border-radius: 22px;
	resize: none;
	width: 630px;
}

.contact__send-message {
	margin-left: auto;
}

.contact__us-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contant__left__container {
	padding-left: 60px;
	padding-top: 50px;
}

.con__send-message {
	background-color: #3661E4;
	color: #ffffff;
	text-align: center;
	border: transparent;
	font-size: 16px;
	line-height: 20px;
	font-family: "RedHatTextNormal";
}

.contatc-form {
	max-width: 630px !important;
}

.contact__us-heading {
	font-family: "RedHatDisplayNormal";
	color: #2A2A2A;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 10px;
}

.contatc__us-tag-line {
	padding-bottom: 30px;
	line-height: 22px;
	font-size: 16px;
	color: #444444;
	font-family: "RedHatTextNormal";
	max-width: 569px;
}

.contact__us-right__container {
	position: relative;
}

.contact__us-card {
	padding: 20px 23px 18px 23px;
	background: linear-gradient(360deg, #0057BF 0%, #4E7AFF 100%);
	border-radius: 16px;
	width: 546px;
	height: 223px;
	position: absolute;
	left: 70px;
	top: 333px;
	z-index: 10;
}

.contact__us-card-first-line,
.contact__us-card-second-line {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contact__us-card-first-line {
	padding-bottom: 15px;
	padding-bottom: 23px;
}

.contact__us-card-second-line {
	padding-bottom: 34px;
}

.contact__us-card-sub-content {
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	font-family: "RedHatTextNormal";
}

.contact__us-card-main-content {
	font-size: 14px;
	line-height: 23px;
	color: #ffffff;
	font-family: "RedHatTextNormal";
	max-width: 441px;
}

.contact__us-card-footer {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.contact__us-card-footer::after {
	content: " ";
	border: 0.5px solid rgba(255, 255, 255, 0.5);
	position: absolute;
	width: 506px;
	top: -14px;
}

.contact__us-card-footer-number {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 25px;
}

.contact__us-card-footer-number img {
	width: unset;
	padding-right: 6px;
}

.contact__us-card-footer-number p {
	font-size: 14px;
	line-height: 23px;
	font-family: "RedHatTextNormal";
	font-weight: 600;
	color: #ffffff;
}

.contact__us-card-footer-message {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.contact__us-card-footer-message img {
	width: unset;
	padding-right: 6px;
}

.contact__us-card-footer-message p {
	font-size: 14px;
	line-height: 23px;
	font-family: "RedHatTextNormal";
	font-weight: 600;
	color: #ffffff;
}

.contact__us-card-image {
	padding-right: 6.3px;
}

.contatc__info-heading {
	display: none;
}

.contact__map {
	position: relative;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	padding-left: 30px;
}

.map__iframe {
	width: 716px;
	height: 614px;
}

.button-loader-contact {
	display: none;
}

iframe {
	width: 100%;
	height: 625px;
	margin-top: 70px;
}

.rightdata__resources-logo,
.dextrus__resources-logo {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	top: 10%;
	left: 10%;
}

.rightdata__resources-logo img,
.dextrus__resources-logo img {
	margin-right: 10px;
}

.collaterol__card {
	background: white;
}

.dextrus__warehouses-web {
	display: block;
}

.dextrus__warehouses-mobile {
	display: none;
}

.dextrus__warehouses {
	margin-bottom: 110px;
	width: 100%;
}

.dextrus__more {
	margin-right: 30px;
}

.dextrus__buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.dextrus__content__wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 50%;
	padding: 90px 90px 90px 0;
}

.icon__style {
	width: 110px;
	height: 110px;
}

.dextrus__logo__balls {
	position: absolute;
	left: -30px;
	height: 650px;
	width: 450px;
	top: -50px;
}

.dextrus__logo__section {
	position: relative;
	width: 50%;
	overflow: hidden;
}

.dextrus__logo__icon {
	width: 80px;
	margin-right: 20px;
}

.dextrus__logo__text {
	width: 280px;
	height: 55px;
}

.dextrus__bg__section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	max-width: 1186px;
	margin: 0 auto;
}

.dextrus__logo {
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	left: 80px;
	top: 230px;
}

.dextrus__title {
	font-size: 50px;
	color: #2a2a2a;
	line-height: 60px;
	font-family: "RedHatDisplayNormal";
}

.dextrus__subtitle {
	font-weight: 700;
	padding-top: 30px;
	color: #2a2a2a;
	padding-bottom: 15px;
}

.dextrus__description {
	font-size: 18px;
	line-height: 36px;
	font-family: "RedHatTextNormal";
}

.dextrus__icons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 50px;
}

.dextrus__key__icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 25%;
	margin-bottom: 50px;
}

.attribute__icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 15px;
}

.dextrus__attributes {
	font-size: 50px;
	font-weight: 400;
	line-height: 36px;
	font-family: "RedHatDisplayNormal";
}

.dextrus__text {
	font-size: 20px;
	line-height: 27px;
	color: #444444;
	font-family: "RedHatTextNormal";
}

.rdt__mobile {
	padding: 0;
}

.mobile__show {
	display: none;
}

.desktop__show {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.dextrus__attr__features {
	text-align: center;
	max-width: 1186px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.desktop-con {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mobile-con {
	display: none;
}

.dextrus__solutions-overlay,
.RDt__solutions-overlay,
.product-overlay,
.company__overlay {
	display: none;
	background-color: #ffffff;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	font-family: "RedHatTextNormal";
	color: #444444;
	line-height: 32px;
	position: absolute;
	top: 36px;
	left: 187px;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.7);
}

.dextrus__solutions-overlay li,
.RDt__solutions-overlay li,
.product-overlay li,
.company__overlay li {
	cursor: pointer;
}

.dextrus__solutions-overlay li:hover,
.RDt__solutions-overlay li:hover,
.product-overlay li:hover,
.company__overlay li:hover {
	color: #3661E2;
}

.dextrus__solutions-overlay::after,
.RDt__solutions-overlay::after,
.product-overlay::after,
.company__overlay::after {
	content: " ";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
	position: absolute;
	top: -5px;
	left: 15px;
}

.product-overlay {
	left: 100px;
}

.company__overlay {
	left: 108px;
}

@media (max-width: 1600px) {

.solution__mid-image {
	margin-bottom: 512px;
	height: unset;
}

}

@media (max-width: 1440px) {

.landing__page-banner-content {
	margin-right: 55px;
}

}

@media (max-width: 1400px) {

.our__products-right-data {
	margin-top: 0px !important;
}

.rightdata__resources-logo,
.dextrus__resources-logo {
	top: 12%;
}

}

@media (max-width: 1366px) {

.platform__overview-bottom {
	height: 720px;
}

}

@media (max-width: 1320px) {

.team__profile-left {
	margin-left: 10px;
	width: 760px;
}

.team__profile-right {
	width: 524px;
}

.team__profile-right .team__member-name,
.team__profile-right .team__member-designation,
.team__profile-right .team__member-right-up {
	padding-left: 0px !important;
}

.team__profile-right .team__blue-border {
	left: 180px;
}

.team__profile-right .team__blue-border img {
	width: 300px;
}

.team__profile-right .team__member-right-up {
	width: 470px;
}

.team__member-right-up-blue {
	padding-left: 125px !important;
}

.team__profile-left-image img,
.team__profile-right-image img {
	width: 155px;
}

.team__profile-left-image {
	left: -75px;
}

.team__profile-right-image {
	right: -100px;
	top: -97px;
}

.team__member-name {
	padding-left: 125px;
	font-size: 24px;
}

.team__blue-border {
	left: 325px;
}

.team__blue-border img {
	width: 335px;
}

.team__member-designation {
	padding-left: 125px;
}

.team__member-right-up {
	padding-left: 125px;
	width: 642px;
}

}

@media (max-width: 1320px) and (max-width: 767px) {

.team__profile-right .team__blue-border {
	top: 84px;
	left: 167px;
}

}

@media (max-width: 1305px) {

.key__features-card-section {
	width: 1250px;
}

}

@media (max-width: 1300px) {

.solution__main-content {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30%;
	margin-bottom: 40px;
}

.solution__main-content-section {
	padding-left: 20px;
	padding-right: 20px;
}

.new-solution__content {
	padding-left: 20px;
	padding-right: 20px;
}

.solution__mid-image {
	margin-bottom: 40px;
	position: static;
	display: block;
}

.solution__main-cards {
	width: 94%;
	margin-right: auto;
	margin-right: auto;
	position: static;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	flex-direction: column;
}

.solution__each-card {
	max-width: 100%;
	margin-bottom: 20px;
}

.platform__banner-image video {
	width: 80%;
}

}

@media (max-width: 1279px) {

.button-styles {
	font-size: 18px;
	padding: 0 20px;
	min-height: 50px;
}

.button-styles {
	font-size: 18px;
	padding: 0 20px;
	min-height: 50px;
}

.blue-button {
	font-size: 18px;
	padding: 0 20px;
	min-height: 50px;
}

}

@media (max-width: 1200px) {

.dotted-line1 {
	max-width: 89%;
}

.dotted-line2 {
	max-width: 88%;
}

.dotted-line3 {
	max-width: 83%;
}

.dotted-line1 {
	max-width: 89%;
}

.dotted-line2 {
	max-width: 88%;
}

.dotted-line3 {
	max-width: 83%;
}

.footer__Rightdata_section {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.platform__banner-content {
	max-width: unset;
}

}

@media (max-width: 1186px) {

.key-features-section {
	margin: 0px 85px;
}

.rightdata-header {
	margin: 100px 20px 120px;
}

.istock {
	margin: 0 20px 0;
}

.trust {
	margin: 40px 20px 0;
}

.center-content {
	margin: 0px 20px 154px;
}

.key-features-section {
	margin: 0px 85px;
}

.rightdata-header {
	margin: 100px 20px 120px;
}

.istock {
	margin: 0 20px 0;
}

.trust {
	margin: 40px 20px 0;
}

.center-content {
	margin: 0px 20px 154px;
}

}

@media (max-width: 1100px) {

.about-bg {
	margin-top: -50%;
}

}

@media (max-width: 1050px) {

.dotted-line1 {
	max-width: 87%;
	height: 127px;
}

.dotted-line3 {
	max-width: 81%;
}

.dotted-line1 {
	max-width: 87%;
	height: 127px;
}

.dotted-line3 {
	max-width: 81%;
}

}

@media (max-width: 1045px) {

.dotted-line2 {
	max-width: 86%;
	height: 97px;
	top: 334px;
}

.dotted-line3 {
	top: 530px;
}

.dotted-line2 {
	max-width: 86%;
	height: 97px;
	top: 334px;
}

.dotted-line3 {
	top: 530px;
}

}

@media (max-width: 1025px) {

.data__wrangling-content {
	padding-right: 20px;
	padding-left: 20px;
}

}

@media (max-width: 1024px) {

.key__points-heading {
	padding-right: 20px;
	padding-left: 20px;
}

.aboput__dextures-logo-section {
	margin-left: auto;
	margin-right: auto;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 50px;
	max-width: 666px;
}

.solution-image {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}

.dextrus__solution-subheading {
	font-size: 24px;
}

.dextrus__solution-template {
	margin-top: -180px !important;
	padding-left: 40px;
	padding-right: 40px;
}

.dextrus-ask-for-demo {
	padding-left: 20px;
	padding-right: 20px;
}

.dextrus__solution-main-section {
	margin-left: 20px;
	margin-right: 20px;
}

.solution__main-content-sepreator {
	width: 335px;
}

.solution_breadcrumb-solution {
	padding-left: 30px;
}

.solution__main-content-solutionname {
	font-size: 30px;
}

.data__wrangling-points-eachsec {
	margin-bottom: 20px;
}

.Rdt__solution-keypoints {
	margin-left: 20px;
	margin-right: 20px;
}

.rightdata__page-box-content,
.dextrus__box-content {
	width: 100%;
}

.form__line-1 li,
.form__line-2 li,
.form__line-3 li {
	width: 155px;
}

.connectors__drop-down,
.resources__drop-down {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.connectors__drop-down-Dextrus,
.connectors__drop-down-rdt {
	width: 100%;
}

.resources__drop-down-dextrus,
.resources__drop-down-RDt {
	width: 100%;
}

.landing__page-popup-headign {
	font-size: 72px;
}

.popup__seperator {
	width: 542px;
}

.rightdata__banner-tittle {
	font-size: 40px !important;
	line-height: 45px;
	max-width: unset !important;
	margin-top: 30px;
}

.landing__page-banner {
	background-image: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.landing__page-banner-content {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	max-width: unset;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.landing__page-banner-image {
	display: block;
	width: 100%;
}

.landing__page-banner-image img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.platform__overview-bottom {
	margin-top: -53px;
}

.platform__banner {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
}

.platform-banner-content {
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
}

.key__features-card-black4 {
	margin-top: -90px;
}

.key__features-card-black5 {
	margin-top: 0px;
}

.key__features-card-black6 {
	margin-top: -65px;
}

.key__features-card-black8 {
	margin-top: -70px;
}

.key__features-card-black,
.key__features-card-white {
	width: 220px;
	padding: 30px 20px 20px 20px;
	margin-bottom: 40px;
}

.key__features-card-section {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.key__features-card-image {
	width: 130px;
	height: unset;
	margin-bottom: 70px;
}

.key__features-card-image img {
	width: 130px;
}

.platform__solution-image {
	margin-top: 50px;
}

.how-it-works__heading {
	margin-left: 40px;
}

.what-rightdata-does__elements .each-element {
	margin-right: 24px;
	margin-left: 24px;
}

.key__feature-card-mobile {
	display: block;
}

.key__feature-card-desktop {
	display: none;
}

.card__face {
	padding: 0px;
}

.card__face--back {
	height: 400px;
}

.connector__banner-top {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
}

.searchbar__content {
	width: 400px;
}

.connector__card {
	margin-right: 14px;
}

.rd__product-banner-content {
	margin-top: 100px;
}

.about__dextures-logo {
	margin-left: auto;
	margin-right: auto;
	width: 75px;
}

.about__dextures-section {
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	padding-left: 40px;
	padding-right: 40px;
}

.about__dextures-logo-content {
	text-align: center;
	max-width: unset;
}

.about__dextures-content {
	margin-top: 0px;
	max-width: unset;
}

.about__dextures-content-main-content {
	max-width: unset !important;
}

.about__dextures-logo-content-special {
	width: unset !important;
}

.about__dextures-logo1,
.about__dextures-logo2,
.about__dextures-logo3,
.about__dextures-logo4,
.about__dextures-logo5,
.about__dextures-logo6,
.about__dextures-logo7,
.about__dextures-logo8 {
	width: 160px;
}

.about__rightdata-tittle {
	padding-left: 75px;
}

.mission__vision-section {
	padding-top: 100px;
}

.our__value-section-tittle {
	margin-top: 80px;
}

.contact__us-container {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.contant__left__container {
	padding-left: 40px;
}

.contact__map {
	padding-left: 0px;
	padding-top: 30px;
}

.map__iframe {
	width: 100%;
}

.rightdata__resources-logo,
.dextrus__resources-logo {
	left: 4%;
	top: 12%;
}

.dextrus__solutions-overlay,
.RDt__solutions-overlay,
.product-overlay,
.company__overlay {
	padding: 10px;
	line-height: 20px;
	font-size: 12px;
}

}

@media (max-width: 1023px) {

.data__wrangling-top-card {
	width: 760px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 50px;
}

.data__wrangling-top-card-content {
	max-width: unset;
}

.data__wrangling-top-card-image img {
	width: 138px;
}

.data__wrangling-section-tittle {
	padding-left: 20px;
}

.solution__key-points li {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 26px;
}

.solutionpage__cards {
	padding-left: 10px;
	padding-right: 0px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.solution__filter-image img {
	height: 155px;
}

.solutions__arrows-div {
	margin-top: 40px;
}

.solutionpage__card-content-heading {
	padding-left: 21px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 27px;
}

.solutionpage__card-content {
	font-size: 14px;
	padding-top: 15px;
	line-height: 23px;
	max-width: 229px;
	padding-left: 20px;
}

.solutions__cards-button-container {
	padding-left: 87px;
	padding-top: 60px;
	padding-bottom: 20px;
}

.rdt-request-demo {
	padding-left: 20px;
	padding-right: 20px;
}

.privacy-policy-section {
	padding-left: 40px;
	padding-right: 80px;
}

.plat__form-hover {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.dextures__page-box {
	width: 100%;
}

.rightdata__page-box {
	width: 100%;
	margin-top: -30px;
}

.dextures-platform {
	width: 100%;
}

.rightdata-platform {
	width: 100%;
}

.solution__hover-form {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.dextures__solution-form,
.Rightdata__solution-form {
	width: 100%;
}

.footer__contact-us {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.testinomials-section .corousel-content {
	max-width: 680px;
}

.Testinomial-heading {
	padding-top: 100px;
	padding-bottom: 0px !important;
}

.testmonials_video {
	width: 680px !important;
	height: 414px !important;
}

.player-control-tesimonials {
	top: 164px;
	left: 330px;
}

.player-control-tesimonials img {
	width: 70px;
}

.testnomials_content_background {
	width: 680px !important;
}

.about__right__data-content {
	text-align: left !important;
	padding-left: 20px;
	padding-right: 20px;
}

.about-rightdata-video {
	width: 761px !important;
	height: 436px !important;
}

.video-section {
	width: 760px;
}

.player-control {
	top: 164px;
	left: 330px;
}

.player-control img {
	width: 70px;
}

.our__products-new-dextrus {
	padding-right: 0px;
	padding-top: 60px;
}

.our__products-content-section {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 108px;
}

.our__products-content-section .section-content {
	max-width: unset !important;
}

.our__products-dextures {
	-webkit-flex-direction: column-reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important;
	margin-right: auto;
	margin-left: auto;
}

.our__products-image-section {
	position: static;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 260px;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.our__products-square-box {
	left: 295px;
}

.our__products-right-data-content {
	padding-bottom: 30px !important;
}

.our__product-rightdata-image-section {
	padding-top: unset;
	margin-top: unset;
}

.platform-overview-tittle {
	font-size: 45px;
	line-height: 40px;
}

.platform-overview-top {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 100px;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.platform__overview-box {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.dataops-tittle {
	padding-left: 80px;
	padding-right: 80px;
}

.platform__overview-bottom-heading {
	font-size: 16px;
	line-height: 20px;
	width: 140px;
}

.platform__overview-bottom-content li {
	padding-bottom: 4px;
	width: 150px;
}

.platform__overview-bottom-section-content1 {
	top: 24px;
	left: 156px;
}

.platform__overview-bottom-section-content2 {
	top: 60px;
	left: 325px;
}

.platform__overview-bottom-section-content3 {
	top: 110px;
	left: 477px;
}

.platform__overview-bottom-section-content4 {
	top: 205px;
	left: 632px;
}

.platform__overview-bottom-section-content5 {
	top: 545px;
	left: 630px;
}

.platform__overview-bottom-section-content6 {
	top: 606px;
	left: 475px;
}

.platform__overview-bottom-section-content7 {
	top: 690px;
	left: 300px;
}

.platform__overview-bottom-section-content8 {
	top: 760px;
	left: 110px;
}

.platform__overview-bottom {
	margin-right: auto;
	margin-left: auto;
}

.key__features-card-heading {
	font-size: 18px;
}

.key__features-card-small-image {
	width: 100px !important;
}

.key__features-card-content {
	font-size: 14px;
}

.what-rightdata-does {
	padding-left: 40px;
	padding-right: 40px;
}

.what-rightdata-does__gare-section {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.what-rightdata-does__gare-section img {
	width: 80%;
}

.what-rightdata-does__gare-section .gare-content {
	width: 100%;
	padding-left: unset;
	margin-top: 0;
}

.what-rightdata-does__elements {
	margin-top: -40px;
	width: 697px;
}

.connector__banner-content {
	max-width: unset;
}

.connector__banner-image img {
	width: 262px;
}

.connector__search-elements {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

.connector__card {
	width: 160px;
}

.conector__card-image img {
	width: 119px !important;
}

.search_bar_container {
	width: 740px;
}

.Rd__product-banner-image {
	width: auto;
	margin-left: 0px;
}

.Rd__product-banner-desktop {
	display: block;
	width: 100% !important;
}

.Rd__product-banner-mobile {
	display: none;
	margin-left: 0px;
}

.about__dextures-content-key-points li {
	font-size: 14px;
	line-height: 26px;
}

.mission__vision-main-section {
	padding-left: 20px;
	padding-bottom: 95px;
	background-size: 500px;
	background-position-y: 360px;
}

.vision-content,
.mission-content {
	width: 598px;
}

.companny__banner-content {
	width: unset !important;
	padding-left: 20px;
	padding-right: 20px;
}

.company__banner-content {
	margin-top: -189px;
}

.our__value-card-even,
.our__value-card-odd {
	width: 203px;
	margin-bottom: 16px;
}

.our__value-card3,
.our__value-card7 {
	margin-top: 0px;
}

.our__value-card4,
.our__value-card8 {
	margin-top: 0px !important;
}

.our__values-cards {
	width: 720px;
}

.our__value-card-odd-img,
.our__value-card-even-img {
	left: 33px;
	top: 51px;
}

.our__value-card-content {
	left: 5px;
}

.our__value-card-even {
	margin-top: 0px;
}

.our__values-section-content {
	margin-left: 20px;
	margin-right: 20px;
}

.grey_background {
	width: 175px;
}

.ask__for-demo-section {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 20px;
	padding-right: 20px;
}

.ask__for-demo-form {
	padding-top: 0px;
}

.ask__for-demo-tittle {
	padding-top: 30px;
}

.ask__for-demo-ovel {
	top: 360px;
}

.ask__for-demo-ovel img {
	width: 697px;
}

.ask__for-demo-image {
	max-width: 100%;
}

.ask__for-demo-content {
	width: 100% !important;
	padding-bottom: unset;
}

.ask__for-demo-button {
	margin-top: 30px;
}

.ask__gor-demo-logo {
	margin-top: 30px;
}

.dextrus__warehouses {
	margin-bottom: 60px;
}

.dextrus__more {
	margin-right: 20px;
}

.dextrus__buttons .blue-button {
	width: 170px;
}

.dextrus__content__wrapper {
	padding: 70px 70px 70px 0;
}

.dextrus__logo__balls {
	position: absolute;
	left: -30px;
	height: 600px;
	width: 350px;
	top: -50px;
}

.dextrus__logo__icon {
	width: 60px;
	margin-right: 20px;
}

.dextrus__logo__text {
	width: 200px;
	height: 45px;
}

.dextrus__logo {
	left: 60px;
	top: 210px;
}

.dextrus__title {
	font-size: 38px;
	line-height: 50px;
}

.dextrus__attributes {
	font-size: 38px;
	font-weight: 400;
	line-height: 36px;
}

.dextrus__text {
	font-size: 18px;
	line-height: 27px;
}

}

@media (max-width: 1005px) {

.dotted-line3 {
	height: 115px;
}

.dotted-line3 {
	height: 115px;
}

}

@media (max-width: 995px) {

.dotted-line2 {
	height: 129px;
}

.dotted-line2 {
	height: 129px;
}

}

@media (max-width: 994px) {

.dotted-line3 {
	top: 560px;
}

.dotted-line3 {
	top: 560px;
}

}

@media (max-width: 940px) {

.rdt-header {
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 107px 20px 129px;
}

.key-features-section {
	margin: 0px 20px;
}

.sec-seperator {
	margin: 0 20px;
}

.dotted-line1 {
	height: 100px;
}

.dotted-line2 {
	height: 94px;
	top: 311px;
}

.dotted-line3 {
	height: 91px;
	top: 500px;
}

.diff-list {
	margin: 0 20px;
}

.diff-list .diff-list-card {
	margin: 0 20px 50px;
}

.rdt-header {
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 107px 20px 129px;
}

.key-features-section {
	margin: 0px 20px;
}

.sec-seperator {
	margin: 0 20px;
}

.dotted-line1 {
	height: 100px;
}

.dotted-line2 {
	height: 94px;
	top: 311px;
}

.dotted-line3 {
	height: 91px;
	top: 500px;
}

.diff-list {
	margin: 0 20px;
}

.diff-list .diff-list-card {
	margin: 0 20px 50px;
}

}

@media (max-width: 900px) {

.desktop-json {
	display: none !important;
}

.mobile-json {
	display: block !important;
	padding-left: 50px;
	padding-right: 50px;
}

.desktop-json {
	display: none !important;
}

.mobile-json {
	display: block !important;
	padding-left: 50px;
	padding-right: 50px;
}

.header {
	background-color: #ffffff;
	padding: 16px 20px 24px 20px;
}

.platform-content Span,
.solution-text Span {
	padding-left: 15px;
	padding-right: 15px;
}

.solutions__request-for-demo-CTA {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}

.solutions__request-for-demo-CTA-button {
	margin-top: 20px;
	margin-left: unset;
}

.our-customers__logos-section {
	padding-bottom: 48px;
}

.landing__page-popup {
	background-size: 72% 100%;
	padding-left: 20px;
	padding-bottom: 80px;
}

.testinomials-section .carousel-container {
	padding-left: 50px;
	padding-right: 50px;
}

.testinomials-section .testinomialStyles {
	width: unset;
}

.our__products-content-section {
	margin-top: 36px;
	z-index: 1;
	padding-bottom: 30px;
}

.our__products-dextrus-image-section {
	padding-top: 36px;
	padding-bottom: 150px;
}

.our__products-ball-mount {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.our__products-right-data-content {
	margin-top: unset !important;
	padding-top: 45px !important;
}

.our__product-rightdata-image-section {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

#landing_cube-json {
	width: unset;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

#landing_cube_mobile-json {
	width: 50% !important;
	margin-left: auto;
	margin-right: auto;
}

.platform-overview-top {
	margin-bottom: 35px;
	padding-bottom: 0;
}

.person_img {
	width: 42%;
}

#platform__overview-json {
	margin-top: -150px;
}

.platform-banner-content {
	margin-top: 0px;
}

.solution__content1,
.solution__content2,
.solution__content3,
.solution__content4,
.solution__content5,
.solution__content6 {
	line-height: 16px;
}

.connector__banner-top {
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	padding-left: 20px;
	padding-right: 20px;
}

.ask__for__trail_bottom-content {
	-webkit-justify-content: unset;
	    -ms-flex-pack: unset;
	        justify-content: unset;
}

}

@media (max-width: 888px) {

.dotted-line1 {
	height: 127px;
}

.dotted-line2 {
	top: 337px;
}

.dotted-line3 {
	height: 98px;
	top: 527px;
}

.dotted-line1 {
	height: 127px;
}

.dotted-line2 {
	top: 337px;
}

.dotted-line3 {
	height: 98px;
	top: 527px;
}

}

@media (max-width: 850px) {

.key-features-section {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.diff-list {
	grid-template-columns: auto auto;
}

.key-features-section {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.diff-list {
	grid-template-columns: auto auto;
}

}

@media (max-width: 844px) {

.dotted-line3 {
	height: 114px;
	top: 531px;
}

.dotted-line3 {
	height: 114px;
	top: 531px;
}

}

@media (max-width: 831px) {

.dotted-line2 {
	height: 121px;
}

.dotted-line3 {
	top: 560px;
}

.dotted-line2 {
	height: 121px;
}

.dotted-line3 {
	top: 560px;
}

}

@media (max-width: 830px) {

.header .links-list a {
	padding-left: 15px;
	padding-right: 15px;
}

}

@media (max-width: 780px) {

.connector__cards-section {
	width: 600px;
}

}

@media (max-width: 769px) {

.tab-hide {
	display: none !important;
}

.tab-show {
	display: block !important;
}

.d-hide {
	display: none !important;
}

.d-show {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

input[type=text] {
	font-size: 18px;
}

.tab-hide {
	display: none !important;
}

.tab-show {
	display: block !important;
}

.d-hide {
	display: none !important;
}

.d-show {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

}

@media (max-width: 768px) {

.form-section-footer {
	display: none;
}

.solution__content1 {
	top: 8%;
	left: 39%;
}

.solution__content2 {
	top: 9%;
	left: 74%;
}

.solution__content3 {
	bottom: 39%;
	left: 78%;
}

.solution__content4 {
	bottom: 9%;
	left: 48%;
}

.solution__content5 {
	bottom: 18%;
	left: 9%;
}

.solution__content6 {
	left: 4%;
}

.right-data-product-animation .solution__content1 {
	top: 8%;
	left: 39%;
}

.right-data-product-animation .solution__content2 {
	top: 9%;
	left: 74%;
}

.right-data-product-animation .solution__content3 {
	bottom: 39%;
	left: 78%;
}

.right-data-product-animation .solution__content4 {
	bottom: 9%;
	left: 48%;
}

.right-data-product-animation .solution__content5 {
	bottom: 13%;
	left: 9%;
}

.right-data-product-animation .solution__content6 {
	left: 0%;
}

.platform__solution-image {
	width: 100% !important;
}

.connector__search-content {
	margin-bottom: 10px;
	margin-top: 0px;
}

#dextrus-sol-anim {
	display: none;
}

#dextrus-sol-anim-mobile {
	display: block;
}

.dextrus-top-img {
	display: none !important;
}

.dextrus-how-it-work-heading {
	display: block;
	font-size: 30px;
	line-height: 38px;
	font-family: "RedHatTextNormal";
	color: #2A2A2A;
	margin-bottom: 41px;
	margin-left: auto;
	margin-right: auto;
	width: -webkit-fit-content;
	width: fit-content;
	font-weight: 400;
}

.dextrus_mobile-infographic {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-image: url("../../assets/images/dextrus-mobile-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.dextrus_mobile-infographic .dextrus_info-headings {
	padding-top: 160px;
}

.start__your-trail-days {
	font-size: 16px;
	line-height: 20px;
}

.start__your-taril-content {
	padding-left: 20px;
	margin-right: 0px;
}

.start__your-trail-heading {
	font-size: 30px;
	line-height: 38px;
}

.start__your-taril-content {
	width: 100%;
}

.start__your-trail {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.trialform-points {
	display: none;
	margin-bottom: 30px;
}

.free-trial-view-less-btn {
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	white-space: nowrap;
	font-family: "RedHatTextNormal";
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

.free-trail-btn {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	font-size: 14px;
	color: #ffffff;
	line-height: 16px;
	white-space: nowrap;
	font-family: "RedHatTextNormal";
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}

}

@media (max-width: 767px) {

.section-heading {
	font-size: 30px;
	line-height: 38px;
}

.platform__overview_desktop {
	display: none !important;
}

.platform__overview_mobile {
	display: block !important;
	width: 100%;
	margin-top: -450px;
}

header {
	margin-bottom: 30px;
	background-color: #ffffff;
}

.ball-pulse-container .ball-pulse {
	width: 10px;
	height: 10px;
}

.rdt-header {
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 107px 20px 60px 20px;
}

.rdt-title-image {
	display: none;
}

.rdt-title-image-mobile {
	display: block;
	margin-bottom: 20px;
	margin: 0 100px 0 0;
}

.rdt-content-title {
	font-size: 30px;
	line-height: 40px;
}

.rdt-content-sub-title {
	font-size: 16px;
	line-height: 27px;
	margin-top: 60px;
}

.rdt-content {
	font-size: 14px;
	line-height: 36px;
	margin: 13px 40px 0 0;
}

.key-features {
	width: 100%;
}

.journey-section {
	width: 100%;
	margin-bottom: 70px;
}

.sec-seperator {
	display: none;
}

.key-section-title {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}

.key-images-list {
	grid-template-columns: auto auto;
	margin-bottom: 0px;
}

.key-info {
	font-size: 14px;
	line-height: 16px;
}

.d-reverse {
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.journey-title {
	font-size: 16px;
}

.journey-details {
	font-size: 14px;
}

.dotted-line1 {
	max-width: 91%;
	height: 77px;
}

.dotted-line2 {
	max-width: 90%;
	height: 93px;
	top: 288px;
}

.dotted-line3 {
	max-width: 86%;
	top: 480px;
	height: 77px;
}

.rightdata-header {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 45px 20px;
}

.rightdata-title {
	display: none;
}

.rightdata-title-mobile {
	display: block;
	margin-bottom: 20px;
}

.rightdata-title-mobile img {
	width: 209px;
	height: 42.18px;
}

.rightdata-sub-title {
	display: block;
}

.rightdata-content-title {
	display: none;
}

.rightdata-content-title-mobile {
	color: #2a2a2a;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	display: block;
}

.rightdata-content {
	font-size: 14px;
	line-height: 36px;
	margin: 0;
}

.istock .istock-web {
	display: none;
}

.istock .istock-mobile {
	display: block;
	margin-bottom: 44px;
}

.istock {
	max-width: 100%;
	margin: 0;
	box-shadow: inset;
}

.trust {
	margin: 45px 20px 0;
	font-size: 16px;
}

.trust-content {
	font-size: 14px;
	line-height: 28px;
}

.rdt-core {
	margin: 42px auto 30px;
}

.rdt-core .rdt-core-web {
	display: none;
}

.rdt-core .rdt-core-mobile {
	display: block;
}

.mobile-content {
	display: block;
}

.desktop-content {
	display: none;
}

.center-align {
	font-size: 30px;
	line-height: 38px;
	margin: 80px auto 22px;
}

.diff-list {
	display: none;
}

.diff-list-mob {
	max-width: 360px;
	margin: 0 auto;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	    -ms-flex-wrap: wrap !important;
	        flex-wrap: wrap !important;
	gap: 12px !important;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.diff-list-mob .diff-list-card {
	width: 152px;
	height: 180px;
	text-align: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #f6f6f6;
}

.diff-list-mob .diff-list-card img {
	width: auto;
}

.diff-list-mob .diff-list-card:nth-child(2) {
	background: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.diff-list-mob .diff-list-card:nth-child(3) {
	background: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.diff-list-mob .diff-list-card:nth-child(6) {
	background: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.diff-list-mob .diff-list-card:nth-child(odd) {
	margin-top: 28px;
}

.data__wrangling-top-card {
	width: 320px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.data__wrangling-top-card-content-section {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.data__wrangling-top-card-content {
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}

.data__wrangling-top-card-image {
	margin-left: auto;
	margin-right: auto;
}

.data__wrangling-top-card-image img {
	width: 132px;
}

.data__wrangling-section-tittle {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: 30px;
	text-align: left;
}

.key__points-heading {
	font-size: 24px;
}

.aboput__dextures-logo-section {
	max-width: 300px;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}

.data__migration-testing-image {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.data__migration-testing-image img {
	width: 320px;
}

.solutions__cards-section {
	margin-left: 20px;
}

.solutions__cards-titlle {
	max-width: 320px;
	line-height: 38px;
	margin-left: 0px;
}

.dextrus__content {
	width: 320px;
	margin-left: unset;
	margin-right: auto;
	text-align: left !important;
}

.solutionpage__cards {
	padding-left: unset;
	padding-right: 0px;
	width: 340px;
	margin-left: 20px;
}

.business__case-studies {
	background-image: url("../../assets/images/mblDotsBg.png");
	padding-top: 50px;
	background-size: auto;
	padding-left: 20px;
	margin-top: unset;
}

.solutions__arrows-div {
	padding-right: 20px;
}

.arrow-separator {
	width: 30px;
}

.solutionpage__card-button {
	font-size: 14px;
}

.solution-video-section {
	width: 321px !important;
}

.bread_crumb-section {
	padding-left: 20px !important;
}

#text1,
#text2,
#text3 {
	font-size: 14px;
}

.key__features-solutions {
	background-image: url("../../assets/images/solutions-mbl-bg.svg");
	background-size: 100% auto;
	background-position: center;
}

.sap-image {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.sap-image img {
	width: 320px;
}

.dextrus__solution_heading {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 15px;
}

.dextrus__solution-content {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
}

.dextrus__solution-subheading {
	line-height: 30px;
	margin-bottom: 20px;
}

.dextrus__solution-borderimage {
	margin-top: 0px;
	margin-bottom: 30px;
}

.dextrus__solution-template {
	margin-top: -128px !important;
	padding-left: 20px;
	padding-right: 20px;
}

.dextrus__solution-keypoinnts-section {
	padding: 0px;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	line-height: 24px;
	margin-left: 20px;
}

.dextrus__solution-keypoints-heading {
	padding-bottom: 10px;
}

.dextrus__solution-keypoints li {
	padding-bottom: 10px;
	padding-left: 25px;
}

.dextrus__solution-keypoints li::before {
	top: 4px;
}

.dextrus__solution-image {
	margin-bottom: 30px;
}

.dextrus__sub-keypoints {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.privacy-policy-section {
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.administration-image {
	max-width: 320px !important;
}

.administration-image img {
	max-width: 320px !important;
}

.solution__page {
	margin-bottom: 63px;
}

.solution__main-content-product {
	font-size: 14px;
	line-height: 26px;
}

.solution__main-content {
	padding: 20px 20px 45px 20px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 259px;
	margin-bottom: 40px;
}

.solution__main-content-sepreator {
	bottom: 28.5px;
	right: 25px;
	top: unset;
	width: 177px;
}

.solution__banner-image {
	height: 220px;
}

.solution__banner-image img {
	height: 100%;
}

.solution_breadcrumb-solutionname {
	display: none;
}

.solution_breadcrumb-product {
	display: none;
}

.solution_breadcrumb-solution {
	display: none;
	padding-left: 20px;
}

.solution_breadcrumb-solution-mobile {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #444444;
	padding-left: 5px;
	font-family: "RedHatTextNormal";
}

.solution__main-content-solutionname {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 12px;
}

.solution__main-content-section {
	margin-top: 30px;
}

.solution__main-content-description {
	font-size: 14px;
	line-height: 26px;
}

.new-solution__content {
	font-size: 14px;
	line-height: 28px;
}

.solution__mid-image {
	margin-top: 0px;
}

.solution__each-card {
	padding: 25px 19px 25px 20px;
}

.solution__each-card-heading {
	font-size: 30px;
	line-height: 38px;
	padding-bottom: 10px;
}

.solution__each-card-content {
	font-size: 14px;
	line-height: 28px;
}

.solution__each-card-seprator {
	padding-bottom: 10px;
	margin-right: -20px;
}

.solution_breadcrumb-image {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 0px;
}

.solution_breadcrumb-image2 {
	display: none;
}

.data__wrangling-points-eachsec {
	margin-bottom: unset;
}

.dextrus__solution-datawranlingkeyponts {
	margin-left: 0px !important;
	margin-top: 40px !important;
}

.Rdt__solution-keypoinnts-section {
	margin-left: 0px !important;
}

.Rdt__solution-keypoints {
	padding-right: 20px;
	margin-left: unset;
	margin-right: unset;
}

.section-heading {
	font-size: 30px;
	line-height: 38px;
}

.platform__overview_desktop {
	display: none !important;
}

.platform__overview_mobile {
	display: block !important;
	width: 100%;
	margin-top: -450px;
}

header {
	margin-bottom: 30px;
	background-color: #ffffff;
}

.ball-pulse-container .ball-pulse {
	width: 10px;
	height: 10px;
}

.rdt-header {
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 107px 20px 60px 20px;
}

.rdt-title-image {
	display: none;
}

.rdt-title-image-mobile {
	display: block;
	margin-bottom: 20px;
	margin: 0 100px 0 0;
}

.rdt-content-title {
	font-size: 30px;
	line-height: 40px;
}

.rdt-content-sub-title {
	font-size: 16px;
	line-height: 27px;
	margin-top: 60px;
}

.rdt-content {
	font-size: 14px;
	line-height: 36px;
	margin: 13px 40px 0 0;
}

.key-features {
	width: 100%;
}

.journey-section {
	width: 100%;
	margin-bottom: 70px;
}

.sec-seperator {
	display: none;
}

.key-section-title {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}

.key-images-list {
	grid-template-columns: auto auto;
	margin-bottom: 0px;
}

.key-info {
	font-size: 14px;
	line-height: 16px;
}

.d-reverse {
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.journey-title {
	font-size: 16px;
}

.journey-details {
	font-size: 14px;
}

.dotted-line1 {
	max-width: 91%;
	height: 77px;
}

.dotted-line2 {
	max-width: 90%;
	height: 93px;
	top: 288px;
}

.dotted-line3 {
	max-width: 86%;
	top: 480px;
	height: 77px;
}

.rightdata-header {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 45px 20px;
}

.rightdata-title {
	display: none;
}

.rightdata-title-mobile {
	display: block;
	margin-bottom: 20px;
}

.rightdata-title-mobile img {
	width: 209px;
	height: 42.18px;
}

.rightdata-sub-title {
	display: block;
}

.rightdata-content-title {
	display: none;
}

.rightdata-content-title-mobile {
	color: #2a2a2a;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	display: block;
}

.rightdata-content {
	font-size: 14px;
	line-height: 36px;
	margin: 0;
}

.istock .istock-web {
	display: none;
}

.istock .istock-mobile {
	display: block;
	margin-bottom: 44px;
}

.istock {
	max-width: 100%;
	margin: 0;
	box-shadow: inset;
}

.trust {
	margin: 45px 20px 0;
	font-size: 16px;
}

.trust-content {
	font-size: 14px;
	line-height: 28px;
}

.rdt-core {
	margin: 42px auto 30px;
}

.rdt-core .rdt-core-web {
	display: none;
}

.rdt-core .rdt-core-mobile {
	display: block;
}

.mobile-content {
	display: block;
}

.desktop-content {
	display: none;
}

.center-align {
	font-size: 30px;
	line-height: 38px;
	margin: 80px auto 22px;
}

.diff-list {
	display: none;
}

.diff-list-mob {
	max-width: 360px;
	margin: 0 auto;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	    -ms-flex-wrap: wrap !important;
	        flex-wrap: wrap !important;
	gap: 12px !important;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.diff-list-mob .diff-list-card {
	width: 152px;
	height: 180px;
	text-align: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #f6f6f6;
}

.diff-list-mob .diff-list-card img {
	width: auto;
}

.diff-list-mob .diff-list-card:nth-child(2) {
	background: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.diff-list-mob .diff-list-card:nth-child(3) {
	background: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.diff-list-mob .diff-list-card:nth-child(6) {
	background: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.diff-list-mob .diff-list-card:nth-child(odd) {
	margin-top: 28px;
}

.bg-color {
	margin-top: -70px;
}

.header .links-list {
	display: none;
}

.active {
	background-image: unset;
}

.modalpopup {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: -48px;
}

.company__drop-down .company-link {
	padding-left: unset;
}

.plat__form-hover {
	z-index: 0;
	position: static;
	width: 100%;
	box-shadow: unset;
	top: 0;
}

.rightdata__logo-mobile {
	display: block;
}

.rightdata__logo-desktop {
	display: none;
}

.dextures__page-box {
	margin-top: -60px;
	height: unset;
	padding-left: 20px;
	padding-right: 20px;
}

.rightdata__page-box {
	margin-bottom: 40px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	height: unset;
}

.dextures__page-box-logo {
	padding-left: 0px;
	padding-top: 40px;
}

.dextures__page-box-logo img {
	width: 220px !important;
	height: 37.89px !important;
}

.rightdata__page-box-content,
.dextrus__box-content {
	padding-top: 19px;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.rightdata__page-box-logo {
	padding-left: 0px;
	padding-top: 35px;
	margin-top: 30px;
}

.rightdata__page-box-logo img {
	width: 142px;
}

.solution__hover-form {
	position: static;
	margin-bottom: 40px;
	box-shadow: unset;
	width: 100%;
	box-shadow: unset;
}

.solution__hover-form a {
	padding-bottom: 0px !important;
}

.dextures__form-heading_mbl {
	padding-top: 0px !important;
}

.dextures__solution-side-heading-image img {
	width: 256px !important;
	height: 2px !important;
}

.form__line-1,
.form__line-2,
.form__line-3 {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.form__line-1,
.form__line-2,
.form__line-3 {
	line-height: unset;
}

.form__line-1 li,
.form__line-2 li,
.form__line-3 li {
	padding-bottom: 20px;
	width: 202px;
	white-space: nowrap;
}

.form__line-1 {
	padding-bottom: 0px;
}

.form__line-1 a {
	display: block !important;
}

.form__line-2 {
	padding-bottom: 0px;
}

.form__line-2 a {
	display: block !important;
}

.dextures__solution-form,
.Rightdata__solution-form {
	padding-left: 20px;
	width: 100%;
}

.dextures__solution-form {
	background-image: url("../images/dextrusSolutions_bg_mbl.svg");
	background-color: #F7F9FF;
	background-position-x: 87%;
	padding-bottom: 0px;
	display: block !important;
	margin-top: -10px;
}

.Rightdata__solution-form {
	background-position-x: 125px;
	background-position-y: 58px;
	background-size: 95%;
	padding-bottom: 0px;
	margin-top: 0px;
}

.dextures__solution-form .solutions-link {
	display: block !important;
}

#solutions-link_mbl {
	width: 100%;
}

.dextrus_content_mbl {
	margin-left: 0px;
}

.resources__drop-down-dextrus {
	background-image: unset;
}

.resources__drop-down-RDt {
	background-image: unset;
}

.comapny__drop-down-content {
	text-align: left;
}

#company__hover-form {
	padding-top: 20px;
}

.connectors__drop-down-Dextrus-logo a,
.connectors__drop-down-rdt-logo a {
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.connectors__drop-down-Dextrus-logo img,
.connectors__drop-down-rdt-logo img {
	width: 100% !important;
	height: auto !important;
}

.Resources__hover-Dextrus-logo img,
.Resources__hover-rdt-logo img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 20px;
}

.connectors__drop-down-Dextrus-logo,
.Resources__hover-Dextrus-logo {
	width: 145px;
	margin-top: 20px;
	margin-left: 22px;
}

.connectors__drop-down-rdt-logo,
.Resources__hover-rdt-logo {
	width: 101px;
	margin-left: 22px;
}

#solutions-link_mbl {
	padding-top: 0;
}

#solutions-link_mbl.active {
	padding-top: 10px;
}

.header-common.header-fixed .header__logo {
	width: 92px;
	height: 26px;
}

.footer__top_section {
	margin-bottom: 30px;
}

.footer__top-logo {
	margin-bottom: 20px;
}

.footer__dextrus_logo {
	display: none;
}

.footer__RDt_logo {
	display: none;
}

.footer__top-content-section p {
	padding-bottom: 22px;
}

.footer__dextrus_content {
	display: none;
}

.footer__RDt_content {
	display: none;
}

.footer__Rightdata_content {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.footer__Rightdata_content-column1 {
	width: unset;
}

.footer__Rightdata-content-mobile {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer__product-tags {
	display: block;
}

.footer-section {
	padding-left: 20px;
	padding-right: 28px;
	padding-top: 35px;
}

.footer__contact-us {
	width: unset;
	margin-left: 37px;
	margin-right: 34px;
	margin-top: 28px;
}

.footer__contact-us-content {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	max-width: unset;
}

.footer__contact-us-button {
	margin-right: auto;
	margin-left: auto;
	padding: 10px 30px 10px 30px;
}

.contact-link p {
	padding-bottom: 0px;
}

.footer__secttion-bottom {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.footer__botom-content {
	margin-left: auto;
	margin-right: auto;
	width: 285px;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.footer__privacy-policy {
	text-align: center;
}

.footer__section-logo {
	margin-top: 22px;
}

.privacypolicy-content,
.disclouser-content {
	text-align: center;
}

.divami__tag {
	margin-left: auto;
	margin-right: auto;
}

.divami__tag::after {
	display: none;
}

.solution__page-seperator {
	margin-bottom: 20px;
}

.solutions__request-for-demo-CTA {
	font-size: 24px;
}

.our-customerBg {
	background: linear-gradient(180deg, #F2F2F2 0%, rgba(248, 248, 248, 0.523428) 72.88%, rgba(255, 255, 255, 0) 100%);
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.our-customers {
	margin-top: 50px;
}

.our-customers__heading {
	margin-bottom: 15px;
}

.our-customers__logos-section .whiteBox {
	width: 150.16px;
	height: 65.9px;
	margin: 20px 15px;
}

.our-customers__logos-section .whiteBox img {
	width: 223px;
	height: 57px;
}

.investorImg {
	width: 90px !important;
	height: 33px !important;
}

.landing__page-popup {
	padding-top: 72px;
	padding-bottom: 249px;
	background-size: unset;
	background-image: url("../images/popupng-mobile.png");
}

.landing__page-popup-close {
	width: 32px;
	top: 18px;
	right: 20px;
}

.landing__page-popup-close img {
	width: 100%;
}

.landing__page-popup-headign {
	font-size: 45px;
	line-height: 50px;
	padding-bottom: 0px;
	max-width: 291px;
}

.landing__page-popup-subtitle {
	padding-bottom: 18px;
}

.landing__page-popup-organized {
	font-size: 20px;
	line-height: 24px;
}

.popup__databricks {
	width: 124px;
}

.popup__seperator {
	width: 320px;
	margin-bottom: 17px;
}

.pop__seperator-date {
	font-size: 25px;
	padding-bottom: 0px;
}

.pop__seperator-date::after {
	display: none;
}

.popup__connect-withus {
	font-size: 20px;
	padding-bottom: 17px;
}

.pop__seperator-date-mobile {
	display: block;
}

.pop__seperator-date-desktop {
	display: none;
}

.pop__seperator-subtitle-mobile {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.pop__seperator-subtitle-desktop {
	display: none;
}

.testinomials-section .section-heading {
	padding-top: 70px;
}

.testinomials-section {
	background-image: url("../../assets/images/mblDotsBg.svg");
}

.testinomials-section .corousel-content {
	padding: unset;
	max-width: 320px;
}

.testinomials-section .corousel-content::before {
	content: url("../../assets/images/qutes.svg");
	top: -23.8px;
	left: -26.59px;
}

.testinomials-section .author-img {
	width: 53.57px;
	height: 53.57px;
}

.testinomials-section .slider__previews-arrow {
	width: 24px;
	height: 24px;
}

.testinomials-section .testinomialStyles {
	width: unset;
}

.testinomials-section .testinomialStyles .content {
	font-size: 16px;
	line-height: 34px;
	padding-bottom: 0px;
}

.testinomials-section .arrows-div {
	padding-top: 15px;
	padding-right: unset;
	padding-bottom: 42px;
}

.testinomials-section .arrows-div .arrow-separator {
	width: 30px;
}

.testinomials-section .slick-slide {
	width: 320px;
}

.testmonials_video {
	width: 320px !important;
	height: 174px !important;
}

.player-control-tesimonials {
	left: 135px;
	top: 70px;
}

.player-control-tesimonials img {
	width: 32px;
}

.testnomials_content_background {
	width: 320px !important;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
}

.author-designation {
	font-size: 14px;
	line-height: 27px;
}

.author-name {
	font-size: 14px;
	line-height: 27px;
}

.author-container {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: unset;
	    -ms-flex-pack: unset;
	        justify-content: unset;
}

.author-container .author-details {
	padding-top: unset;
}

.testimonials__bottom {
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}

.testinomial__extra-content {
	display: none;
}

.testinomials__readmore,
.testinomials__readless {
	display: block;
}

.author-company {
	padding-left: 7px;
	padding-right: 0px;
}

.author-company img {
	width: 90px;
}

.rightdata__banner-button {
	width: 154px !important;
}

.rightdata__banner-tittle {
	font-size: 30px !important;
	line-height: 38px;
}

.landing__page-banner-content {
	padding-left: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 0px;
}

.landing__page-banner-image {
	width: 180%;
	margin-top: 0px;
}

.about__right__data {
	margin-top: 0px;
}

.about-rightdata-video {
	width: 318px !important;
	height: 192px !important;
}

.video-section {
	width: 321px;
	margin-top: 50px;
	margin-bottom: 70px;
}

.player-control {
	left: 135px;
	top: 70px;
}

.player-control img {
	width: 32px;
}

.section-title {
	font-size: 30px;
}

.our__products-new-dextrus {
	padding-top: 40px;
}

.our__products-logo {
	margin-bottom: 17.5px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.our__products-logo-mobile {
	display: block;
	margin-bottom: 17.5px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 30px;
	position: relative;
}

.our__products-logo-mobile::after {
	content: " ";
	width: 180px;
	left: 0px;
	top: 72px;
	border-top: 0.5px solid #CFCFCf;
	position: absolute;
	display: block !important;
}

.our__products-logo::after {
	display: none;
}

.section-content {
	font-size: 14px;
	line-height: 26px;
}

.blue-button {
	margin-top: 10px;
	font-size: 14px;
}

.our__products-ball {
	top: -80px;
	left: 8px;
}

.our__products-ball img {
	width: 140px;
}

.ourproduct__star1 {
	top: -102px;
	left: 14px;
}

.ourproduct__star2 {
	top: -77px;
	left: 124px;
}

.ourproduct__star3 {
	top: -23px;
	left: -5px;
}

.our__products-square-box {
	top: -110px;
	left: -10px;
}

.our__products-square-box img {
	width: 218px;
}

.rightdata__logo-mobile {
	display: block;
}

.rightdata__logo-desk-top {
	width: 94px;
	height: 32px;
}

.our__products-right-data {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.rdt__logo {
	display: block !important;
}

.rdt__logo-desktop {
	display: none;
}

.about-bg {
	margin-top: -35%;
}

#landing_ball-json {
	width: 80% !important;
	margin-left: auto;
	margin-right: auto;
}

#landing_cube_mobile-json {
	width: 100% !important;
}

#our-products-balls-img {
	width: 75%;
	height: 100%;
	margin: auto;
}

#landing-cubes-img {
	width: 100%;
}

.platform-overview-tittle {
	width: 261px;
	margin-right: auto;
	margin-left: auto;
}

.platform-overview-content {
	margin-top: unset;
}

.platform-overview-top {
	margin-bottom: 20px;
}

.platform__overview-bottom {
	margin-top: unset;
}

.platform__overview-box {
	display: none;
}

.platform__overview-box-mobile {
	display: block;
}

.dataops-tittle {
	font-size: 20px;
	line-height: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.dataops__image {
	margin-bottom: 70px;
}

.platform__overview-bottom {
	width: unset !important;
	margin-bottom: unset;
	position: relative;
	margin-top: 0px;
	height: 145%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.platform__overview-bottom-mobile {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.platform__overview-bottom-mobile img {
	width: 360px;
}

.person_img {
	position: absolute;
	top: 43%;
	left: -72px;
}

#platform__overview-json {
	margin-top: -80px;
}

.platform__overview_mobile {
	height: -webkit-fit-content;
	height: fit-content;
	width: 100%;
	margin-top: 50px !important;
}

.platform__overview-tag {
	text-align: center !important;
}

.platform__banner {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 42px;
}

.platform__banner .platform-banner-content {
	padding-left: 20px;
	padding-right: 20px;
}

.platform__banner-image {
	width: 80%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: none;
}

.platform__banner-image img {
	width: 100%;
}

.platform__banner-image video {
	width: 170%;
	padding-left: 30px;
	padding-right: 30px;
	display: none;
}

.platform__banner-image1 {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.platform__banner-image1 img {
	width: 100%;
}

.platform__banner-image1 video {
	width: 150%;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -73px;
	z-index: -10;
}

.key__features-tittle {
	margin-top: 70px;
}

.key__features-card-black2 {
	margin-top: 0px;
}

.key__features-card-black3 {
	margin-top: 0px;
}

.key__features-card-black4 {
	margin-top: 0px;
}

.key__features-card-black6 {
	margin-top: 0px;
}

.key__features-card-black7 {
	margin-top: 16px;
}

.key__features-card-black8 {
	margin-top: 0px;
}

.key__features-card-black,
.key__features-card-white {
	width: 152px;
	height: 204px;
	padding: 27px 20px 20px 20px;
	margin-bottom: 16px;
}

.key__features-card-white {
	height: 204px;
}

.key__features-card-section {
	width: 320px;
	margin-top: 85px;
}

.key__features-card-black3,
.key__features-card-black6,
.key__features-card-black7 {
	background-color: #ffffff;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

.key__features-card-black4,
.key__features-card-black5,
.key__features-card-black8 {
	background-color: #F6F6F6;
	box-shadow: none;
}

.key__features-card-black1,
.key__features-card-black3,
.key__features-card-black5,
.key__features-card-black7 {
	margin-top: -40px !important;
}

.key__features-card-image {
	width: 105px;
	height: 125px;
	margin-bottom: unset;
}

.key__features-card-image img {
	width: 105px;
}

.key__features-card-heading {
	line-height: 16px;
	font-size: 14px;
	padding-top: 0px;
	width: 76px;
}

.key__features-card-small-image {
	width: 70px !important;
}

.key__features-card-content {
	display: none;
}

.key__features-card-readmore {
	display: none;
}

.key__features-card-readless {
	display: none;
}

.what-rightdata-does__heading {
	text-align: center !important;
	margin-top: 30px;
}

.key__features-solution-tittle {
	margin-top: 70px;
}

.platform__solution-image {
	margin-top: 30px;
	margin-bottom: 70px;
}

#rightdata-sol-anim {
	display: none;
}

#rightdata-sol-anim-mobile {
	display: block;
}

.how-it-works__heading {
	margin-bottom: 32px;
	margin-left: 0;
	display: block;
}

.how-it-works__image {
	display: none;
}

.how-it-works_mbl {
	display: block;
	padding-left: 19px;
	padding-right: 19px;
}

.what-rightdata-does {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 70px;
}

.what-rightdata-does__content {
	margin-top: 30px;
}

.what-rightdata-does__gare-section img {
	width: 100%;
}

.what-rightdata-does__elements {
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.what-rightdata-does__elements .each-element {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 110px;
}

.what-rightdata-does__elements .each-element span {
	width: 131px;
	text-align: center;
}

.what-rightdata-does__elements .each-element img {
	width: 58px;
	height: 58px;
}

.what-rightdata-does__elements .each-element svg {
	width: 75px !important;
}

.what-rightdata-does__elements .each-element span {
	font-size: 14px;
	line-height: 16px;
}

.what-rightdata-does__elements {
	width: 300px;
	margin-top: 0px;
}

.key__features-rightdata {
	padding: 27px 20px 20px 20px;
}

.connector__banner-top {
	margin-bottom: 70px;
}

.connector__banner-content {
	max-width: 320px !important;
}

.connector__banner-image {
	margin-top: 35px;
	margin-bottom: 39.85px;
}

.searchbar__content {
	width: 260px;
}

.connector__search-content {
	margin-left: 8px;
	margin-right: 8px;
}

.connector__search-elements {
	width: 320px;
	margin-left: auto;
	-webkit-justify-content: unset;
	    -ms-flex-pack: unset;
	        justify-content: unset;
	margin-right: auto;
	margin-bottom: 70px;
}

.connector__card {
	width: 152px;
	height: 160px;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 30px;
}

.connector__cards-section {
	width: 320px;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.connector__card {
	margin-right: 0px;
	margin-left: 0px;
}

.connector__cards-mobile {
	display: none;
	width: 320px;
}

.connector__card-blue-content {
	font-size: 14px;
}

.connector__card-content {
	font-size: 14px;
}

.conector__card-image {
	height: 68px;
}

.conector__card-image img {
	width: 85px;
	height: 52px;
}

.conector__card-image::after {
	top: 60px;
	width: 29px;
}

.view-less-button,
.view-more-button {
	display: block;
	font-size: 16px;
	font-family: "RedHatTextNormal";
	font-weight: 400;
	color: #3661E2;
	border: 1px solid #3661E2;
	width: 107px;
	border-radius: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 100px;
}

.dropbox {
	width: 48px !important;
}

.salse {
	width: 65.23px !important;
}

.sheets {
	width: 31.7px !important;
}

.airtable {
	width: 61px !important;
}

.csv {
	width: 41.7px !important;
}

.Related__articles-tittle {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
}

.search_bar_container {
	width: 320px;
	margin-top: 40px;
	margin-top: 0;
}

.connector__cards-heading {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 40px;
}

.connectors__sagrigation {
	display: none;
}

.connectors-stroke {
	display: none;
}

.connectors__sagrigation-mobile {
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	background: transparent;
}

.connectors__sagrigation-mobile select {
	border: none;
	-webkit-appearance: none;
	        appearance: none;
	font-size: 20px;
	font-family: "RedHatTextNormal";
	color: #444444;
	width: 257px;
}

.connectors__sagrigation-mobile::after {
	content: " ";
	border-bottom: 0;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 7px solid #2A2A2A;
	width: 0;
	height: 0;
	position: absolute;
	top: 12px;
	left: 246px;
	z-index: -1;
}

.Rd__product-banner-image {
	width: 360px;
	margin: auto;
	margin-right: auto;
}

.Rd__product-banner-desktop {
	display: none;
}

.Rd__product-banner-mobile {
	display: block;
	padding-right: 0px;
	margin-top: unset !important;
	margin: unset;
	margin-left: auto;
}

.key__features-perfect {
	width: 120px !important;
}

.Rd__product-banner-tittle {
	width: 249px;
	line-height: 38px !important;
}

.rd__product-banner-content {
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
	margin-top: 0px;
	padding-left: 0px !important;
}

.rd__product-banner {
	padding-left: 20px;
	padding-right: 20px;
}

.Rd__product-banner-button {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.rdt__contact-link {
	margin-right: auto;
}

.about__dextures-logo svg {
	width: 75px;
	height: 75px;
}

.dextrus__how-it-works {
	margin-top: 50px;
}

.dextrus__bottom {
	display: block;
}

.about__dextures-section {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
}

.about__dextrus-tittle {
	font-size: 30px;
	line-height: 38px;
}

.about__dextures-logo-content {
	font-size: 14px;
	text-align: center;
}

.about__dextures-logo1,
.about__dextures-logo2,
.about__dextures-logo3,
.about__dextures-logo4,
.about__dextures-logo5,
.about__dextures-logo6,
.about__dextures-logo7,
.about__dextures-logo8 {
	width: 120px;
	margin-bottom: 40px;
}

.about__rightdata-tittle {
	margin-top: 40px;
	margin-bottom: 15px;
	padding-left: 0;
}

.rd__product-key-ftr-text {
	margin-top: 30px !important;
}

.mission__vision-section {
	padding-top: 70px;
}

.mission__vision-main-section {
	background-position-y: 455px;
	background-size: 263.3px 184.78px;
	padding-bottom: 77px;
}

.vision-title,
.mission-title {
	font-size: 18px;
}

.vision-content,
.mission-content {
	font-size: 14px;
	line-height: 28px;
	width: 320px !important;
}

.mission__vision-top {
	left: 32px;
}

.mission__vision-top img {
	width: 276px;
}

.company__banner-tittle {
	width: 258px !important;
	line-height: 38px;
}

.company__banner-tittle h1 {
	font-size: 30px;
}

.companny__banner-content {
	font-size: 14px !important;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 15px !important;
}

.company__banner-content {
	margin-top: -75px;
}

.our__value-card-even,
.our__value-card-odd {
	width: 152px;
	height: 163px;
}

.our__value-card-odd {
	margin-top: -45px;
}

.our__values-cards {
	width: 320px;
}

.our__value-card-odd-img,
.our__value-card-even-img {
	top: 25px;
	left: 35px;
}

.our__value-card-odd-img img,
.our__value-card-even-img img {
	width: 64.5px;
}

.our__values-card-odd-border {
	top: 0;
	left: 0;
}

.our__values-card-even-border {
	right: 0;
	bottom: 0;
}

.our__value-card-content {
	font-size: 14px;
	width: 104px;
	top: 134px;
	left: 24px;
}

.our__values-section-content {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.our__value-section-tittle {
	margin-top: 70px;
}

.our__values-cards {
	margin-bottom: 70px;
}

.team__profile-left {
	width: 290px;
	padding-bottom: 70px;
	margin-left: 30px;
}

.team__profile-right {
	width: 290px;
	padding-bottom: 70px;
	margin-left: 0px;
	margin-right: 0px;
}

.team__member-right-up-blue {
	width: 290px !important;
	font-size: 14px;
	line-height: 26px;
	padding-left: 20px !important;
	padding-top: 25px;
	padding-right: 20px !important;
}

.team__profile-left-image,
.team__profile-right-image {
	padding: 6px;
}

.team__profile-left-image img,
.team__profile-right-image img {
	width: 128px;
}

.team__profile-left-image {
	left: -35px;
	top: -120px;
}

.team__profile-right-image {
	top: -137px;
	right: -37px;
}

.team__profiles-section {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 70px;
}

.team__member-name {
	font-size: 18px;
	padding-left: 20px;
	padding-top: 70px;
}

.team__blue-border {
	top: 84px;
	left: 167px;
}

.team__blue-border img {
	width: 121px !important;
}

.team__member-designation {
	padding-left: 20px;
	font-size: 14px;
	padding-top: 10px;
	margin-top: 0px;
}

.team__member-right-up {
	width: 290px !important;
	font-size: 14px;
	line-height: 26px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px !important;
}

.grey_background {
	width: 136px;
	height: 116px;
	margin-top: 7px;
	left: 7px;
	top: 0px;
}

.team__profiles-section .team__profiles {
	width: -webkit-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.team__profiles-section .team__profiles .team__profile-right {
	margin-top: 135px;
	margin-bottom: 120px;
}

.ask__for-demo-section {
	padding-top: 40px;
}

.ask__for-demo-tittle {
	padding-top: 0px;
}

.ask__for-demo-ovel {
	top: 168px;
}

.ask__for-demo-ovel img {
	width: 360px;
}

.ask__for-demo-image img {
	width: 314px;
}

.ask__for-demo-content {
	width: 320px !important;
	padding-top: 0px;
	padding-bottom: 50px;
	text-align: left;
}

.details__box {
	width: 320px;
}

.aks__for-demo-details {
	width: 320px;
}

.ask__for-demo-message {
	width: 320px;
}

.ask__for-demo-button {
	min-width: 197px !important;
	width: 197px;
	height: 50px !important;
	margin-right: 0px !important;
}

.ask__for-demo-rightdata-card,
.ask__for-demo-dextures-card {
	height: 64px;
}

.ask__for-demo-rightdata-card img,
.ask__for-demo-dextures-card img {
	width: 84.63px;
}

.ask__for-demo-rightdata-card-tick img,
.ask__for-demo-dextures-card-tick img {
	width: 16px;
}

.ask__gor-demo-logo {
	display: none;
}

.ask__gor-demo-logo-mobile {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	width: 320px;
	display: flex;
	margin-top: 35px;
	margin-bottom: 50px;
}

.desktop {
	display: none;
}

.mobile {
	display: block;
	margin-left: 20px;
	padding-top: 45px;
	margin-right: auto;
	margin-left: 20px;
	padding-bottom: 0px;
}

.contact_success {
	margin-bottom: 50px;
}

.contact_success_content {
	padding: 39px 28px 39px;
}

.contact_success .success_message {
	font-size: 18px;
}

.contact_success .success_message_content {
	width: 250px;
	font-size: 14px;
}

.mobile-dextrus-svg {
	width: 120px !important;
	margin-left: -10px;
}

#syt_success .contact_success_content {
	padding: 36px 26px 36px !important;
}

#syt_success p {
	width: 250px;
}

.contatct__form-details {
	width: 320px;
}

.contact__form-input input {
	width: 320px !important;
}

.contact__message {
	max-width: 320px;
}

.contact__send-message {
	margin-right: unset !important;
	width: 197px !important;
}

.contant__left__container {
	padding-left: 20px;
	padding-top: 0px;
}

.contatc-form {
	max-width: 320px !important;
	margin: 0px auto;
}

.contact__us-heading {
	padding-top: 30px;
}

.contatc__us-tag-line {
	font-size: 14px;
	line-height: 23px;
	max-width: 320px;
}

.contact__us-card {
	width: 320px;
	height: 307px;
	padding: 20px 17px 21px 17px;
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.contact__us-card-second-line {
	padding-bottom: 39px;
}

.contact__us-card-main-content {
	max-width: 224px;
}

.contact__us-card-footer {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.contact__us-card-footer::after {
	width: 286px;
	top: -19px;
}

.contact__us-card-footer-number {
	padding-bottom: 12px;
}

.contatc__info-heading {
	display: block;
	padding-top: 55px;
	font-size: 30px;
	line-height: 38px;
	color: #2A2A2A;
	padding-left: 20px;
	font-family: "RedHatDisplayNormal";
}

.contact__map {
	padding-bottom: 30px;
	padding-left: 0px;
}

.map__iframe {
	height: 338px;
	width: 100%;
}

.rightdata__resources-logo,
.dextrus__resources-logo {
	left: 5%;
	top: 12%;
}

.dextrus__warehouses-web {
	display: none;
}

.dextrus__warehouses-mobile {
	display: block;
}

.dextrus__warehouses {
	margin: 0 20px 40px;
	width: auto;
}

.dextrus__more {
	margin-right: 15px;
}

.dextrus__buttons .blue-button {
	width: 135px;
	margin-bottom: 40px;
}

.dextrus__content__wrapper {
	padding: 30px 20px;
	width: 100%;
	margin-top: -140px;
}

.icon__style {
	width: 60px;
	height: 60px;
}

.dextrus__logo__balls {
	position: unset;
	height: 270px;
	width: 220px;
}

.dextrus__logo__section {
	width: 100%;
}

.dextrus__logo__icon {
	margin-right: 10px;
	width: 55px;
}

.dextrus__logo__text {
	width: 200px;
	height: 40px;
}

.dextrus__bg__section {
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.dextrus__logo {
	left: 20px;
	top: 90px;
}

.dextrus__title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 30px;
}

.dextrus__subtitle {
	font-size: 16px;
	line-height: 27px;
}

.dextrus__description {
	font-size: 14px;
	line-height: 36px;
}

.dextrus__icons {
	margin-top: 25px;
}

.dextrus__key__icon {
	-webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	text-align: center;
	margin-bottom: 40px;
}

.attribute__icon {
	margin-bottom: 10px;
}

.dextrus__attributes {
	font-size: 30px;
	line-height: 38px;
	text-align: center;
}

.dextrus__text {
	font-size: 14px;
	line-height: 16px;
}

.mobile__show {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.desktop__show {
	display: none;
}

.dextrus__attr__features {
	width: 100%;
	padding: 0 20px;
}

.desktop-con {
	display: none;
}

.mobile-con {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

}

@media (max-width: 767px) and (max-width: 767px) {

.rightdata__page-box-logo {
	margin-left: -20px;
}

}

@media (max-width: 750px) {

.error-box {
	width: 90%;
	margin-left: 5%;
}

}

@media (max-width: 600px) {

.key-images-list {
	grid-template-columns: auto auto;
}

.journey-data {
	margin: 30px 10px 40px;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.dotted-line1 {
	max-width: 87%;
	height: 100px;
}

.dotted-line2 {
	max-width: 86%;
	height: 95px;
	top: 305px;
}

.dotted-line3 {
	max-width: 80%;
	margin-left: 54px;
	top: 491px;
}

.key-images-list {
	grid-template-columns: auto auto;
}

.journey-data {
	margin: 30px 10px 40px;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.dotted-line1 {
	max-width: 87%;
	height: 100px;
}

.dotted-line2 {
	max-width: 86%;
	height: 95px;
	top: 305px;
}

.dotted-line3 {
	max-width: 80%;
	margin-left: 54px;
	top: 491px;
}

}

@media (max-width: 580px) {

.dextrus_mobile-infographic .dextrus_info-headings {
	padding-top: 110px;
}

}

@media (max-width: 565px) {

.dotted-line3 {
	top: 500px;
}

.dotted-line3 {
	top: 500px;
}

}

@media (max-width: 500px) {

.rdt-content-btn a {
	margin-right: 15px;
}

.btn {
	width: 150px;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.journey-data .quality {
	margin-right: 30px;
}

.journey-data .profiling {
	margin-left: 25px;
}

.journey-data .reconciliation {
	margin-right: 26px;
}

.journey-data .health-reporting {
	margin-left: 12px;
}

.dotted-line1 {
	max-width: 83%;
	height: 100px;
}

.dotted-line2 {
	max-width: 81%;
	height: 100px;
}

.dotted-line3 {
	max-width: 74%;
	height: 85px;
}

.rdt-content-btn a {
	margin-right: 15px;
}

.btn {
	width: 150px;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
}

.journey-data .quality {
	margin-right: 30px;
}

.journey-data .profiling {
	margin-left: 25px;
}

.journey-data .reconciliation {
	margin-right: 26px;
}

.journey-data .health-reporting {
	margin-left: 12px;
}

.dotted-line1 {
	max-width: 83%;
	height: 100px;
}

.dotted-line2 {
	max-width: 81%;
	height: 100px;
}

.dotted-line3 {
	max-width: 74%;
	height: 85px;
}

.about-bg {
	margin-top: -75%;
}

#landing_cube-json {
	margin-left: auto;
	margin-right: auto;
}

}

@media (max-width: 495px) {

.testnomials_content_background {
	padding-top: 20px;
}

}

@media (max-width: 475px) {

.dextrus__solution-template {
	margin-top: -93px !important;
}

}

@media (max-width: 443px) {

.dotted-line1 {
	display: none;
}

.dotted-line1-mob {
	display: block;
	top: 146px;
	height: 110px;
}

.dotted-line2 {
	display: none;
}

.dotted-line2-mob {
	display: block;
	top: 338px;
	height: 110px;
}

.dotted-line1 {
	display: none;
}

.dotted-line1-mob {
	display: block;
	top: 146px;
	height: 110px;
}

.dotted-line2 {
	display: none;
}

.dotted-line2-mob {
	display: block;
	top: 338px;
	height: 110px;
}

}

@media (max-width: 440px) {

.dotted-line3 {
	max-width: 72%;
	top: 546px;
	height: 100px;
}

.dotted-line3 {
	display: none;
}

.dotted-line3-mob {
	display: block;
	max-width: 67%;
	top: 540px;
	height: 115px;
}

.dotted-line3 {
	max-width: 72%;
	top: 546px;
	height: 100px;
}

.dotted-line3 {
	display: none;
}

.dotted-line3-mob {
	display: block;
	max-width: 67%;
	top: 540px;
	height: 115px;
}

}

@media (max-width: 426px) {

.m-hide {
	display: none !important;
}

.m-show {
	display: block !important;
}

.mob-d-hide {
	display: none !important;
}

.mob-d-show {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.button-styles {
	font-size: 14px;
	min-width: 130px;
	min-height: 40px;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
	padding-left: 30px;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}

[type="radio"]:checked + label:after {
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}

.input-with-icon input {
	padding: 10px 12px;
}

.search-icon {
	margin-right: 15px;
	opacity: 0.5;
}

input[type=text] {
	font-size: 16px;
}

.m-hide {
	display: none !important;
}

.m-show {
	display: block !important;
}

.mob-d-hide {
	display: none !important;
}

.mob-d-show {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.button-styles {
	font-size: 14px;
	min-width: 130px;
	min-height: 40px;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
	padding-left: 30px;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}

[type="radio"]:checked + label:after {
	-webkit-transform: scale(0.8);
	        transform: scale(0.8);
}

.input-with-icon input {
	padding: 10px 12px;
}

.search-icon {
	margin-right: 15px;
	opacity: 0.5;
}

.blue-button {
	font-size: 14px;
	min-width: 130px;
	min-height: 40px;
	width: 140px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}

}

@media (max-width: 425px) {

.testinomials-section .carousel-container {
	padding-left: 30px;
	padding-right: 30px;
}

}

@media (max-width: 420px) {

.rightdata__resources-logo,
.dextrus__resources-logo {
	left: 30%;
	top: 12%;
}

.rightdata__resources-logo p,
.dextrus__resources-logo p {
	display: none;
}

.dextrus__resources-logo {
	left: 22%;
}

.dextrus__key__icon {
	width: 50%;
}

}

@media (max-width: 410px) {

.dotted-line1-mob {
	height: 120px;
}

.dotted-line3-mob {
	top: 567px;
}

.dotted-line1-mob {
	height: 120px;
}

.dotted-line3-mob {
	top: 567px;
}

}

@media (max-width: 409px) {

.dotted-line2-mob {
	top: 350px;
	height: 120px;
}

.dotted-line2-mob {
	top: 350px;
	height: 120px;
}

}

@media (max-width: 391px) {

.dotted-line3-mob {
	top: 587px;
}

.dotted-line3-mob {
	top: 587px;
}

}

@media (max-width: 376px) {

.dotted-line1-mob {
	height: 110px;
}

.dotted-line2-mob {
	top: 334px;
	height: 120px;
	max-width: 80%;
}

.dotted-line3-mob {
	top: 530px;
	max-width: 80%;
	margin: 0 30px;
}

.dotted-line1-mob {
	height: 110px;
}

.dotted-line2-mob {
	top: 334px;
	height: 120px;
	max-width: 80%;
}

.dotted-line3-mob {
	top: 530px;
	max-width: 80%;
	margin: 0 30px;
}

}

@media (max-width: 375px) {

.rdt-title-image-mobile {
	margin-bottom: 12px;
}

.rdt-content {
	margin: 13px 16px 0 0;
}

.key-images img {
	width: 60px;
	height: 60px;
}

.journey-data {
	margin-left: 0 !important;
}

.journey-data .quality {
	width: 59px;
	height: 72px;
}

.journey-data .profiling {
	width: 52px;
	height: 62 px;
}

.journey-data .reconciliation {
	width: 70px;
	height: 71px;
}

.journey-data .health-reporting {
	width: 69px;
	height: 87px;
}

.journey-data {
	margin: 30px 0 40px;
}

.trust {
	margin-top: 14px;
}

.people-content {
	margin-top: 60px !important;
}

.rdt-title-image-mobile {
	margin-bottom: 12px;
}

.rdt-content {
	margin: 13px 16px 0 0;
}

.key-images img {
	width: 60px;
	height: 60px;
}

.journey-data {
	margin-left: 0 !important;
}

.journey-data .quality {
	width: 59px;
	height: 72px;
}

.journey-data .profiling {
	width: 52px;
	height: 62 px;
}

.journey-data .reconciliation {
	width: 70px;
	height: 71px;
}

.journey-data .health-reporting {
	width: 69px;
	height: 87px;
}

.journey-data {
	margin: 30px 0 40px;
}

.trust {
	margin-top: 14px;
}

.people-content {
	margin-top: 60px !important;
}

.dextrus__buttons .blue-button {
	width: 150px;
}

.dextrus__title {
	max-width: 304px;
}

.dextrus__subtitle {
	max-width: 310px !important;
}

.dextrus__text {
	max-width: 126px;
}

.mobile__show {
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

}

@media (max-width: 365px) {

.dextrus__icons {
	padding-bottom: 38px;
}

}

@media (max-width: 360px) {

.journey-data {
	margin: 30px 0 40px;
}

.journey-details {
	max-width: 240px;
}

.journey-details-fourth-div {
	max-width: 211px;
}

.journey-details-first-div {
	max-width: 208px !important;
}

.dotted-line1-mob {
	top: 16%;
	max-width: 83%;
	left: 0%;
	height: 144px;
}

.dotted-line2-mob {
	top: 42%;
	right: -1%;
	max-width: 82%;
	height: 14.5%;
}

.dotted-line3-mob {
	top: 64%;
	height: 17%;
	max-width: 80%;
}

.rightdata-content-title-mobile {
	max-width: 319px;
}

.rightdata-content {
	max-width: 315px;
}

.trust-content {
	max-width: 315px;
}

.trust-content .trust-content-para2 {
	margin-top: 12px;
}

.journey-data {
	margin: 30px 0 40px;
}

.journey-details {
	max-width: 240px;
}

.journey-details-fourth-div {
	max-width: 211px;
}

.journey-details-first-div {
	max-width: 208px !important;
}

.dotted-line1-mob {
	top: 16%;
	max-width: 83%;
	left: 0%;
	height: 144px;
}

.dotted-line2-mob {
	top: 42%;
	right: -1%;
	max-width: 82%;
	height: 14.5%;
}

.dotted-line3-mob {
	top: 64%;
	height: 17%;
	max-width: 80%;
}

.rightdata-content-title-mobile {
	max-width: 319px;
}

.rightdata-content {
	max-width: 315px;
}

.trust-content {
	max-width: 315px;
}

.trust-content .trust-content-para2 {
	margin-top: 12px;
}

}

@-webkit-keyframes scale {

0% {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

45% {
	-webkit-transform: scale(0.1);
	        transform: scale(0.1);
	opacity: 0.7;
}

80% {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

}

@keyframes scale {

0% {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

45% {
	-webkit-transform: scale(0.1);
	        transform: scale(0.1);
	opacity: 0.7;
}

80% {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

}

@-webkit-keyframes scale {

0% {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

45% {
	-webkit-transform: scale(0.1);
	        transform: scale(0.1);
	opacity: 0.7;
}

80% {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

}

@keyframes scale {

0% {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

45% {
	-webkit-transform: scale(0.1);
	        transform: scale(0.1);
	opacity: 0.7;
}

80% {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

}

@-webkit-keyframes scroll {

0% {
	-webkit-transform: translateX(2210px);
	        transform: translateX(2210px);
}

100% {
	-webkit-transform: translateX(-2210px);
	        transform: translateX(-2210px);
}

}

@keyframes scroll {

0% {
	-webkit-transform: translateX(2210px);
	        transform: translateX(2210px);
}

100% {
	-webkit-transform: translateX(-2210px);
	        transform: translateX(-2210px);
}

}


/*# sourceMappingURL=maps/main.css.map */
