/*Hero start here*/
section.cut-hero {
	background-color: #464646;
	text-align: center;
	padding: 120px 0 75px 0;
	color: #fff;
	background-size: 1440px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0d2232;
	position: relative;
	min-height: 700px;
}

section.cut-hero .inner-row {
	position: relative;
	z-index: 1;
}

section.cut-hero .logo-header {
	margin-bottom: 30px;
}

section.cut-hero .cut-logo img {
	max-height: 222px;
}

section.cut-hero .cut-logo {
	margin-bottom: 15px;
}

section.cut-hero h1 {
	font-weight: 900;
	line-height: 1;
	letter-spacing: normal;
	margin-bottom: 20px;
}

section.cut-hero h4 {
	line-height: 1.33;
	margin-bottom: 30px;
	max-width: 650px;
	margin-inline: auto;
}

#rive-hero {
	width: 100%;
	height: 700px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media (max-width: 1199px) {
	section.cut-hero {
		padding: 90px 0;
	}

	section.cut-hero h4 {
		max-width: 750px;
	}
}

@media (max-width: 991px) {
	section.cut-hero .cut-logo img {
		max-height: 176px;
	}

	section.cut-hero h1 {
		font-size: 54px !important;
	}

	section.cut-hero h4 {
		font-size: 18px;
		font-weight: 500;
	}
}

@media (max-width: 767px) {
	section.cut-hero .cut-logo img {
		max-height: 140px;
	}

	section.cut-hero h1 {
		font-size: 42px !important;
	}

	section.cut-hero .btn-group-wrap {
		gap: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	section.cut-hero .btn-group-wrap .btn.btn-outline-primary {
		margin: 0;
	}

	.dental-marketing-lp section.cut-hero {
		padding-bottom: 60px;
		background-size: cover;
	}

}

/*Hero end here*/

/*partners logos start here*/
section.partners-logos {
	background-color: #0d2132;
	padding: 70px 0;
	color: #fff;
}

section.partners-logos h3 {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.62;
	text-transform: uppercase;
	text-align: center;
}

section.partners-logos img {
	height: 47px;
	object-fit: contain;
}

section.partners-logos .swiper-slide {
	width: auto;
	text-align: center;
}

section.partners-logos .swiper-wrapper {
	justify-content: space-between;
	align-items: center;
}

section.partners-logos .swiper {
	max-width: 990px;
	width: 100%;
}

@media (max-width: 1199px) {
	section.partners-logos img {
		max-height: 43px;
	}
}

@media (max-width: 767px) {
	section.partners-logos h3 {
		font-size: 18px;
	}

	section.partners-logos {
		padding-top: 40px;
	}
}
/*partners logos end here*/

/*bubble start here*/
section.bubble-main-wrap {
	background-color: #0d2132;
	color: #fff;
	padding: 60px 0;
	padding-top: 40px;
}

section.bubble-main-wrap .secondary-title {
	font-size: 32px;
	line-height: 1.44;
	color: #f4eb2d;
	text-align: center;
	margin-bottom: 10px;
	font-family: "Permanent Marker";
}

section.bubble-main-wrap h2 {
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.bubble .bubble-card {
	background-color: #ffffff;
	padding: 14px 20px;
	border-radius: 8px;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.33;
	color: #0d2132;
	font-family: "arial-rounded-mt-pro", sans-serif;
}

.bubble-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.bubble .bubble-card::after {
	content: "";
	position: absolute;
	bottom: -29px;
	right: 12px;
	border-width: 42px;
	border-style: solid;
	border-color: white transparent transparent transparent;
	border-left: 0;
	border-bottom: 0;
	border-radius: 5px;
}

.bubble p.translation {
	font-size: 18px;
	line-height: 1.33;
	color: #fff;
	font-family: "altivo", sans-serif;
	margin: 0;
	padding: 12px 70px 0 20px;
}

.bubble p.translation span {
	color: #f4eb2d;
	font-weight: 600;
	font-style: italic;
}

section.bubble-main-wrap .bottom-title {
	padding-top: 45px;
}

section.bubble-main-wrap .bottom-title .small-title {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.21;
	text-transform: uppercase;
	font-family: "altivo", sans-serif;
}

section.bubble-main-wrap .bottom-title h2 {
	margin-bottom: 5px;
}

section.bubble-main-wrap .btn-group-wrap {
	text-align: center;
}

@media (max-width: 1199px) {
	section.partners-logos img {
		max-height: 43px;
		height: auto;
	}
}

@media (max-width: 991px) {
	section.bubble-main-wrap {
		padding-top: 0;
	}

	section.bubble-main-wrap h2 {
		max-width: 680px;
		margin-inline: auto;
	}
}

@media (max-width: 767px) {
	section.bubble-main-wrap .secondary-title {
		font-size: 28px;
		line-height: 1.07;
	}

	section.bubble-main-wrap h2 {
		font-size: 38px;
		line-height: 1.05;
		margin-bottom: 15px;
	}

	.bubble-row {
		grid-template-columns: 1fr;
	}

	.bubble p.translation {
		font-size: 16px;
		padding-right: 80px;
	}

	section.bubble-main-wrap .bottom-title .small-title {
		font-size: 18px;
		margin-bottom: 30px;
	}

	section.bubble-main-wrap .btn-group-wrap {
		gap: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	section.bubble-main-wrap .btn-group-wrap .btn-outline-primary {
		margin: 0;
	}
}

/*bubble end here*/

/*meet om start here*/
section.meet-om-wrap {
	background-color: #0d2132;
	color: #fff;
	padding: 60px 0 140px 0;
}

section.meet-om-wrap .inner-row {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-template-rows: 1fr;
	grid-column-gap: 75px;
}

section.meet-om-wrap .meet-title {
	font-size: 32px;
	line-height: 1.44;
	color: #f4eb2d;
	margin-bottom: 10px;
	font-family: "Permanent Marker";
}

section.meet-om-wrap .left h2 {
	font-size: 44px;
	font-weight: 900;
	line-height: 1.05;
	margin-bottom: 15px;
	text-transform: uppercase;
}

section.meet-om-wrap .left p {
	color: #fff;
}

section.meet-om-wrap .right h3 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

section.meet-om-wrap .right h4 {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.33;
	color: #46c3fc;
	text-transform: uppercase;
	margin: 0;
}

section.meet-om-wrap .right p {
	font-size: 14px;
	color: #fff;
	line-height: 1.71;
	margin-bottom: 15px;
}

@media (max-width: 1199px) {
	section.meet-om-wrap .inner-row {
		grid-column-gap: 30px;
	}
}

@media (max-width: 991px) {
	section.meet-om-wrap .inner-row {
		grid-template-columns: 1fr 1fr;
	}

	section.meet-om-wrap {
		padding: 40px 0 80px 0;
	}
}

@media (max-width: 767px) {
	section.meet-om-wrap .inner-row {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}

	section.meet-om-wrap .left h2 {
		font-size: 38px;
	}
}
/*meet om end here*/

/*solution partners start here*/
section.solution-partners-wrap {
	margin-top: -90px;
}

section.solution-partners-wrap .solution-partners-inner {
	padding: 30px;
	border-radius: 8px;
	box-shadow: 15px 15px 30px 0 rgba(51, 51, 51, 0.05);
	background-color: #fff;
}

section.solution-partners-wrap .logo-row {
	display: flex;
	justify-content: space-between;
}

section.solution-partners-wrap .solution-partners-inner h3 {
	font-weight: bold;
	text-transform: uppercase;
}

section.solution-partners-wrap .logo-row img {
	max-height: 60px;
}

@media (max-width: 1199px) {
	section.solution-partners-wrap .logo-row img {
		max-height: 49px;
	}
}

@media (max-width: 991px) {
	section.solution-partners-wrap {
		margin-top: -40px;
	}

	section.solution-partners-wrap .logo-row {
		grid-column-gap: 60px;
		grid-row-gap: 20px;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	section.solution-partners-wrap {
		margin-top: -60px;
	}

	section.solution-partners-wrap .solution-partners-inner h3 {
		font-size: 18px;
	}

	section.solution-partners-wrap .solution-partners-inner {
		padding: 20px 30px;
	}

	section.solution-partners-wrap .logo-row img {
		max-height: 26px;
	}

	section.solution-partners-wrap .logo-row {
		grid-column-gap: 30px;
		grid-row-gap: 10px;
	}
}
/*solution partners end here*/

/*schedule form start here*/
section.schedule-form-wrap {
	background-color: #0d2132;
	color: #fff;
	margin-top: 160px;
	padding-bottom: 62px;
	border-bottom: solid 2px #fff;
}

section.schedule-form-wrap .form-row {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 124px;
}

section.schedule-form-wrap .form-row .right-wrap .form-same-ui-inner {
	border-radius: 8px;
	box-shadow: 15px 15px 30px 0 rgba(51, 51, 51, 0.05);
	background-color: #fff;
	padding: 45px;
	color: #0d2132;
	margin-top: -62px;
}

section.schedule-form-wrap .left-wrap {
	padding-top: 94px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: start;
}

section.schedule-form-wrap .left-wrap img {
	margin-bottom: 5px;
	max-height: 157px;
	margin-right: auto;
}

section.schedule-form-wrap .left-wrap h1 {
	font-weight: 900;
	margin-bottom: 15px;
	text-transform: uppercase;
}

section.schedule-form-wrap .left-wrap p {
	margin: 0;
	color: #fff;
	font-size: 21px;
	font-family: "altivo", sans-serif;
}

section.schedule-form-wrap
  .form-row
  .right-wrap
  .form-same-ui-inner
  .form-title {
	text-align: center;
}

section.schedule-form-wrap
  .form-row
  .right-wrap
  .form-same-ui-inner
  .form-title
  h4 {
	font-weight: bold;
	margin: 0;
}

section.schedule-form-wrap
  .form-row
  .right-wrap
  .form-same-ui-inner
  .form-title
  p {
	font-size: 21px;
}

@media (max-width: 1199px) {
	section.schedule-form-wrap .form-row {
		grid-column-gap: 59px;
		grid-template-columns: 1fr 1.3fr;
	}
}

@media (max-width: 991px) {
	section.schedule-form-wrap .form-row {
		grid-column-gap: 30px;
		grid-template-columns: 1fr 1fr;
	}

	section.schedule-form-wrap .left-wrap h1 {
		font-size: 54px !important;
		line-height: 1;
	}

	section.schedule-form-wrap .form-row .right-wrap .form-same-ui-inner {
		padding: 30px;
	}

	section.schedule-form-wrap .left-wrap img {
		max-height: 144px;
	}
}

@media (max-width: 767px) {
	section.schedule-form-wrap .form-row {
		row-gap: 45px;
		grid-template-columns: 1fr;
	}

	section.schedule-form-wrap .form-row .right-wrap .form-same-ui-inner {
		margin: 0;
	}

	section.schedule-form-wrap .left-wrap img {
		max-height: 122px;
	}

	section.schedule-form-wrap {
		margin-top: 50px;
		padding-bottom: 60px;
	}

	section.schedule-form-wrap .left-wrap {
		padding-top: 64px;
	}
}

/*schedule form end here*/

.dental-marketing-lp .btn {
	display: inline-flex;
	align-items: center;
}

body.page-template-template-ombs header.inner_page_ovarlay {
	display: none;
}

body.page-template-template-ombs .nav-sm-sticky.sticky-md {
	transform: translateY(-63px);
}

body.page-template-template-ombs .nav-sm-sticky.sticky-md.ombs {
	transform: translateY(0);
	display: block;
}

.dental-marketing-lp .btn-outline-primary {
	box-shadow: 0 5px 10px 0 rgba(70, 195, 252, 0.15) !important;
	border: solid 2px #46c3fc !important;
	background-color: #0d2132;
	color: #46c3fc;
}

.dental-marketing-lp .btn-outline-primary:hover {
	background-color: #46c3fc !important;
	color: #fff;
	box-shadow: none !important;
}

.dental-marketing-lp .form-same-ui-inner .gform_body ul.gform_fields li.gfield.gfield--type-textarea {
	width: 100%;
}

.dental-marketing-lp .form-same-ui-inner .gform_body ul.gform_fields li.gfield.gfield--type-textarea textarea {
	border-radius: 20px;
	border: solid 2px #e1e1e1;
	min-height: 40px;
	outline: none;
	width: 100%;
	padding: 0 14px;
}

.dental-marketing-lp .form-same-ui-inner .gform_footer .gform_button {
	box-shadow: 0 5px 10px 0 rgba(70, 195, 252, 0.3);
	background-color: #46c3fc;
	text-transform: uppercase;
	display: inline-block;
	width: auto;
	padding-inline: 40px;
}

@media (min-width: 992px) {
	.form-same-ui-inner .gform_body ul.gform_fields li.gfield:first-child {
		width: 50%;
		float: left;
		padding-right: 15px;
	}
	.form-same-ui-inner .gform_body ul.gform_fields li.gfield:nth-child(2) {
		width: 50%;
		float: right;
		padding-left: 15px;
	}
}

@media (max-width: 991px) {
	.dental-marketing-lp section.industry-wrap {
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.dental-marketing-lp section.industry-wrap {
		padding: 0 15px;
		margin-top: 70px;
	}
	body.page-template-template-ombs .btn-orange.xs-cta-btn {
		display: none !important;
	}
	body.page-template-template-ombs .nav-sm-sticky.sticky-md.ombs {
		display: none !important;
	}
	.form-same-ui-inner .gform_body ul.gform_fields li.gfield.gfield--type-captcha {
		max-width: 290px;
	}
}
