@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
:root {
  --zoho_Puvi_Regular: 'Zoho_Puvi_Regular';
  --zoho_Puvi_Medium: 'Zoho_Puvi_Medium';
  --zoho_Puvi_Semi_Bold: 'Zoho_Puvi_SemiBold';
  --zoho_Puvi_Bold: 'Zoho_Puvi_Bold';
  --zoho_Puvi_Etra_Bold: 'Zoho_Puvi_ExtraBold';
  --black-color: #000000;
  --white-color: #ffffff;
  --gray-color: #777777;
  --yellow-color: #ffd576;
  --banner-cta-red-light: #f0483d;
  --banner-cta-red-color: #f0483e;
  --blue-color: #0067ff;
  --gray-ligth: #333333;
  --green-light: #d5fdd0;
  --footer-bg: #191919;
}
*{
	box-sizing: border-box;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: var(--black-color);
  scroll-behavior: smooth;
  font: 17px/1.6 var(--zoho_Puvi_Regular), sans-serif;
	box-sizing: border-box;
}
strong {
  font-family: var(--zoho_Puvi_Bold);
  font-weight: inherit;
}
p {
  font: 18px/1.6 var(--zoho_Puvi_Regular);
  margin: 0px 0px 20px 0px;
  color: var(--black-color);
}
h1 {
  font: 52px/1.2 var(--zoho_Puvi_Etra_Bold);
  margin: 0 0 20px 0;
}
h2 {
  font: 34px/1.2 var(--zoho_Puvi_Bold);
  margin: 0 0 30px 0;
}
h3 {
  font: 27px/1.3 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 30px;
}
h4 {
  font: 22px/1.3 var(--zoho_Puvi_Semi_Bold);
  margin: 0px 0 30px 0;
}
h5 {
  font: 20px/1.4 var(--zoho_Puvi_Semi_Bold);
  margin: 40px 0 20px 0;
}
h6 {
  font: 18px/1.5 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
img {
  max-width: 100%;
}
nav ul.productmenu.header-nav > li[id="edn"] {
  display: none;
}
.bold {
  font-weight: bold;
}
.sdp-ac{
	align-items: center;
}
.sdp-container{
	width: 1300px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.sdp-banner-section{
	background: linear-gradient(180deg, #DEECFF 0%, #F7D5CC 100%);
	overflow: hidden;
	padding-bottom: 100px;
}
.sdp-breadcrumb-sec {
  padding: 0 20px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sdp-breadcrumb-sec .sdp-breadcrumb-container {
  padding: 20px 0px;
}
.sd-bread-crumb .sdp-cmn-breadcrum {
  position: relative;
}
.sd-bread-crumb .sdp-cmn-breadcrum a {
  color: var(--black-color);
  position: relative;
  font: 15px/1.4 var(--zoho_Puvi_Regular);
}
.sd-bread-crumb .sdp-cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: var(--black-color);
  transition: .4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover {
  text-decoration: none;
}
.sd-bread-crumb .sdp-cmn-breadcrum a:hover::after {
  width: 100%;
  transition: .4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-bread-crumb-arrow {
  padding: 0 3px;
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-bread-crumb-arrow.sdp-b-space {
  margin-left: 3px;
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page {
  color: var(--black-color);
  position: relative;
  font: 15px/1.4 var(--zoho_Puvi_Regular);
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page.sdp-blue-c {
  color: var(--blue-color);
}
.sdp-banner-cta {
    display: inline-block;
    padding: 18px 40px;
    font: 22px/1.2 var(--zoho_Puvi_Bold);
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: .3px;
    border: 1px solid var(--banner-cta-red-color);
	background: #e9152b;
  color: var(--white-color);
}

.sdp-banner-cta:hover {
    background: var(--banner-cta-red-color);
    text-decoration: none;
}

.sdp-two-col-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
	padding-top: 40px;
}
.sdp-col-item {
  padding: 20px 0;
}
.sdp-left-col h1, .sdp-left-col p, .sdp-left-col a, .sdp-left-col .sdp-badge {
	animation: slideLeftToRight 0.8s ease-out forwards;
	opacity: 0;
}
.sdp-col-item .sdp-badge {
  animation-delay: 0s;
}
.sdp-col-item h1 {
  animation-delay: 0.3s;
}
.sdp-col-item p {
  animation-delay: 0.6s;
}

.sdp-banner-right-img::after{
	animation: bottomcircle 0.8s ease-out forwards;
}
.sdp-right-col img {
	animation: slideRightToLeft 0.8s ease-out forwards;
	opacity: 0;
}
.sdp-col-item a {
  animation-delay: 0.9s;
}
.sdp-col-item:nth-child(2){
	position: relative;
}
.sdp-badge {
    display: inline-block;
    border: 1px solid #CED9FF;
    background: #F2F1F6;
    padding: 12px 50px;
    border-radius: 50px;
    font: 17px / 1.2 var(--zoho_Puvi_Medium);
	margin-bottom: 20px;
}

.sdp-img-container{
	width: 400px;
	margin: 0 auto;
	position: relative;
}
.sdp-banner-right-img img{
	z-index: 2;
	position: relative;
}
.sdp-banner-right-img::after {
    content: '';
    position: absolute;
        width: 480px;
    height: 480px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    transform: translate(33px, -16%);
    background: #ffffff1f;
}
.sdp-banner-right-img::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    transform: translate(205%, 63%);
	background: #ffffff1f;
	animation: rightcircle 0.8s ease-out forwards;
}
.sdp-img-after-before::before {
	content: '';
    position: absolute;
    background: url(https://cdn.manageengine.com/products/service-desk/industry/images/zia-screen.png) no-repeat center;
    width: 380px;
    height: 380px;
    z-index: 9;
    background-size: contain;
/*    transform: translate(-72px, 106px);*/
	animation: bottomimg 1.2s ease-out forwards;
	opacity: 0;
	animation-delay: 1s;
}
.sdp-img-after-before::after{
	content: '';
	position: absolute;
    background: url(https://cdn.manageengine.com/products/service-desk/industry/images/user-icon.png) no-repeat center;
    width: 280px;
    height: 90px;
    z-index: 9;
    background-size: contain;
    transform: translate(67%, 19px);
	animation: rightimg 1.2s ease-out forwards;
	opacity: 0;
	animation-delay: 1s;
}
.sdp-pad{
	padding: 90px 0;
}
.sdp-tac{text-align: center;}
.sdp-trust-logo-main{
	background: #FAFAFA;
}
.sdp-client-logo {
    padding: 30px 0 120px;
}
.sdp-client-item{
	width: 100px;
	height: 90px;
	background: #ffffff;
	box-shadow: 0px 0px 10px 0px #0000001A;
	margin: 10px;
	border-radius: 20px;
}
.sdp-cus-logo{
	background: url(https://cdn.manageengine.com/products/service-desk/industry/images/customer-logo.png) no-repeat;
	background-size: 1000px;
    background-position: 35px 21px;
    width: 150px;
    height: 100%;
    margin: 0 auto;
}
.sdp-c1 {
    background-position: -102px 25px;
}
.sdp-c2 {
    background-position: -222px 8px;
}
.sdp-c3 {
    background-position: -366px 27px;
}
.sdp-c4 {
    background-position: -512px 21px;
}
.sdp-c5 {
    background-position: -657px 26px;
}
.sdp-c6 {
    background-position: -1132px 13px;
    width: 60%;
    margin: 0 auto;
    background-size: 1400px;
}
.sdp-c7 {
    background-position: -881px 26px;
}

.sdp-third-sec {
    background: #FFFAF8;
}

.sdp-three-grid-main{
	 display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.sdp-three-col-item {
  padding: 30px;
	background: #ffffff;
	border-radius: 15px;
	border: 1px solid #FFE1D4;
}
.sdp-three-col-item:first-child {
    border: 0;
    background: none;
}
.sdp-three-col-item h3{
	font: 25px / 1.33 var(--zoho_Puvi_Bold);
	margin-bottom: 15px;
}
.sdp-three-col-item h2{
	font: 29px / 1.3 var(--zoho_Puvi_Etra_Bold);
}

.sdp-grid-icon {
    width: 75px;
    height: 75px;
    background: url(https://cdn.manageengine.com/products/service-desk/industry/images/customer-logo.png) no-repeat;
    background-position: 5px -109px;
    background-size: 1100px;
	margin-bottom: 10px;
}
.sdp-secure {
    background-position: -132px -109px;
}
.sdp-incident {
    background-position: -275px -109px;
}
.sdp-orchestration {
    background-position: -410px -109px;
}
.sdp-it-asset {
    background-position: -583px -109px;
}
/*FOURTH SECTION*/
.sdp-fourth{
	background: #FAFAFA;
}
.sdp-single-col{
	max-width: 930px;
	margin: 0 auto;
}
.sdp-img-bg {
    margin: 50px 0 0;
}
.sdp-ai-icons, .sdp-cont-wrap{
	position: relative;
}
.sdp-ai-icon {
    width: 75px;
    height: 75px;
    background: url(https://cdn.manageengine.com/products/service-desk/industry/images/customer-logo.png) no-repeat;
    background-position: 9px -158px;
    background-size: 800px;
    margin-bottom: 10px;
    position: absolute;
	transition: .8s ease-in;
	animation-delay: .9s;
	z-index: 1;
}
.sdp-icon-one{
	 transform: translate(-20px, -60px);
}
.sdp-icon-two {
    transform: translate(-130px, -300px);
    background-position: -89px -158px;
}
.sdp-icon-three {
    transform: translate(-40px, 150px);
    background-position: -190px -158px;
}
.sdp-icon-four {
    transform: translate(70px, -90px);
    background-position: -293px -158px;
    right: 0;
}
.sdp-icon-five {
    background-position: -389px -158px;
    right: 0;
    transform: translate(123px, 200px);
}
.sdp-icon-six {
    background-position: -492px -158px;
    right: 0;
    transform: translate(90px, -400px);
}

.sdp-fourth.is-view .sdp-icon-one {
    transform: translate(201px, 250px);
}
.sdp-fourth.is-view .sdp-icon-two {
    transform: translate(80px, -300px);
}
.sdp-fourth.is-view .sdp-icon-three {
	transform: translate(260px, -30px);
}
.sdp-fourth.is-view .sdp-icon-four {
    transform: translate(-252px, 251px);
}
.sdp-fourth.is-view .sdp-icon-five {
    transform: translate(-40px, 480px);
}
.sdp-fourth.is-view .sdp-icon-six {
    transform: translate(-280px, -30px);
}

/*FOURTH SECTION*/

/*FIFTH SECTION*/

.sdp-fifth, .sdp-light-bg{
	background: #F1F7FF;
}
.sdp-grid-img{
	background: #E1EEFF;
padding: 25px;
	border-radius: 25px;
	border: 1px solid #fff;
}
.sdp-flext-end{
	align-items: flex-end;
}
/*FIFTH SECTION*/


.sdp-img-ani-sec{
	padding: 50px 0;
}
.image-container {
	display: flex;
	width: 100%;
	height: 380px;
	overflow: hidden;
	border-radius: 12px;
}

.img-box {
	flex: 1;
	cursor: pointer;
	overflow: hidden;
	transition: flex 1.3s cubic-bezier(0.4, 0, 0.2, 1);
	margin: 0 15px;
    background: #EEEEF0;
    position: relative;
    padding: 30px 0 30px 30px;
    border-radius: 13px;
}
.img-box h4{
	    font: 21px / 1.3 var(--zoho_Puvi_Bold);
	padding-right: 30px;
}
.img-box img {
	width: 90%;
	position: absolute;
	right: 0;
	bottom: 0px;
	border-radius: 5px 0 0;
    padding: 10px;
    background: #fff;
	border: 1px solid #E7E7EA
}

.img-box.active {
    flex: 3;
	background: none;
	border: 1px solid #CCCCCC
  }
.img-box.active .sdp-active-img{
	height: 100%;
    position: relative;
	bottom: -15px;
}

.sdp-p-logo{
	z-index: 99;
	position: relative;
}
.sdp-gradient-sec {
    background: linear-gradient(178deg, #44FF9A -0.55%, #44B0FF 22.86%, #8B44FF 48.36%, #FF6644 73.33%, #EBFF70 99.34%);
    filter: blur(15px);
    opacity: 0.4;
    width: 100%;
    height: 10px;
    z-index: -1;
    position: relative;
}


/*SEVEN SECTION START*/
.sdp-width-two-col{
	max-width: 890px;
	margin: 0 auto;
}
.sdp-width-two-col .img-box img{
	border: 0;
}
.tabs-container {
  display: flex;
  margin: 50px auto 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
/* LEFT TABS */
.tabs {
  width: 40%;
}
.tab {
  padding: 40px 0;
  cursor: pointer;
  position: relative;
	font-family: var(--zoho_Puvi_Semi_Bold);
	font-size: 18px;
}
.tab.active {
  background: #f0f7ff;
	color: #046AF1;
}
/*TIMER BORDER */
.tab::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
	transform: translateY(-50%) rotate(-43deg) translateX(0);
  opacity: 1;
  transition: all 0.3s ease;
}
.timer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #C9E0FF; /* DEFAULT COLOR */
  overflow: hidden;
}
/* ANIMATED PROGRESS BAR */
.timer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #007bff;
}
.tab.active .timer::after {
  animation: timer 5s linear forwards;
}
.tab.active::after {
	transform: translateY(-50%) rotate(45deg) translateX(0);
}

/*
.tab.active .timer {
  animation: timer 5s linear forwards;
}
*/

@keyframes timer {
  from { width: 0; }
  to { width: 100%; }
}

/* RIGHT CONTENT */
.tab-content-wrapper {
  width: 60%;
  overflow: hidden;
}

.content-slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
	align-items: center;
}

.content {
  flex: 0 0 100%;
  padding: 0px 40px;
  box-sizing: border-box;
}
/*SEVEN SECTION END*/
.sdp-anim-section h2, .sdp-anim-section p, .sdp-third-sec .sdp-three-col-item, .sdp-img-bg{
	transform: translateY(30px);
	transition: .3s ease-in;
	opacity: 0;
}
.sdp-anim-section.is-view h2, .sdp-anim-section.is-view p, .sdp-anim-section.is-view .sdp-img-bg{
	transform: translateY(0px);
	opacity: 1;
}
.sdp-anim-section.is-view p{
	transition-delay: .5s;
}
.sdp-third-sec.is-view .sdp-three-col-item{
	transform: translateY(0px);
	transition: .8s ease-out;
	opacity: 1;
}
.sdp-anim-section.is-view .sdp-img-bg{
	transition-delay: .6s;
}
.sdp-third-sec.is-view .sdp-three-col-item:first-child{
	transition-delay: .5s;
}
.sdp-third-sec.is-view .sdp-three-col-item:nth-child(2){
	transition-delay : .7s;
}
.sdp-third-sec.is-view .sdp-three-col-item:nth-child(3){
	transition-delay : 1s;
}
.sdp-third-sec.is-view .sdp-three-col-item:nth-child(4){
	transition-delay : 1.3s;
}
.sdp-third-sec.is-view .sdp-three-col-item:nth-child(5){
	transition-delay : 1.6s;
}
.sdp-third-sec.is-view .sdp-three-col-item:nth-child(6){
	transition-delay : 1.9s;
}
/*ANIMATION START*/
/*BANNER SECTION START*/
@keyframes slideLeftToRight {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRightToLeft {
  0% {
    transform: translateX(350px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightcircle {
  0% {
    transform: translate(455%, 63%);
    opacity: 0;
  }
  100% {
    transform: translate(205%, 63%);
    opacity: 1;
  }
}
@keyframes bottomcircle {
  0% {
    transform: translate(33px, 45%);
    opacity: 0;
  }
  100% {
    transform: translate(33px, -16%);
    opacity: 1;
  }
}
@keyframes bottomimg {
  0% {
    transform: translate(-72px, 460px);
    opacity: 0;
  }
  100% {
    transform: translate(-72px, 106px);
    opacity: 1;
  }
}
@keyframes rightimg {
  0% {
    transform: translate(30%, 19px);
    opacity: 0;
  }
  100% {
    transform: translate(67%, 19px);
    opacity: 1;
  }
}
/*BANNER SECTION END*/
/*ANIMATION END*/
.sdp-test-cont{
	font: 20px / 1.6 var(--zoho_Puvi_Medium);
}
.sdp-test-content-sec img{
	padding-bottom: 20px;
}
.sdp-test-author{
	color: #2563EB;
	font: 20px/1.4 var(--zoho_Puvi_Semi_Bold);
	margin-bottom: 0;
}
.sdp-testimonials-section{position: relative;border-bottom: 30px solid #ffffff; padding-bottom: 60px;}

.sdp-testimonials-section .sdp-two-col-main{
	gap: 100px;
}
.sdp-testimonials-section .sdp-col-item{
	padding: 0 20px;
}
.sdp-author-poi{
	color: #575757;
	font-size: 15px;
}
.prd-nav {
    display: flex;
    justify-content: space-around;
}
.grid-container::after {
	content: '';
    position: absolute;
    background: url(https://cdn.manageengine.com/products/service-desk/industry/images/bg-shadow.svg) no-repeat;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 310px;
    top: -19px;
    z-index: -1;
    background-size: 900px;
    margin: 0 auto;
    right: 0;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Desktop: 4 columns */
  gap: 20px;
  padding: 20px 0;
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0 auto;
}
.sdp-privacy-logo{
	    background: url(https://cdn.manageengine.com/products/service-desk/industry/images/customer-logo.png) no-repeat;
    background-position: 20px -309px;
    background-size: 1000px;
    min-height: 160px;
    width: 172px;
    margin: 0 auto;
}
.logo-2 {
    background-position: -135px -313px;
}
.logo-3 {
    background-position: -285px -318px;
}
.logo-4 {
    background-position: -435px -317px;
}
.grid-item {
    border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #dedede;
}
.sdp-footer-btm {
    background: linear-gradient(180deg, #ffffff 50%, #F5F5F5 50%);
	padding-top: 50px;
}
.sdp-footer-cont {
    background: linear-gradient(180deg, #DEECFF 0%, #F7D5CC 100%);
    padding: 60px;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 40px;
}
.sdp-footer-cont h2{
	font: 37px / 1.2 var(--zoho_Puvi_Etra_Bold);
    margin: 0 0 15px 0;	
}
.sdp-footer-cont p{
	font: 20px / 1.6 var(--zoho_Puvi_Medium);
}
.arrow-circle-right {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.arrow-circle-right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 15px;
    height: 1.5px;
    background: #fff;
    transform: translateY(-50%);
}
.arrow-circle-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Mobile view */
@media (max-width: 1024px) {
	.sdp-breadcrumb-sec{
		padding-top: 25px;
	}
  .sdp-two-col-main {
    grid-template-columns: 1fr;
  }
.grid-container, .sdp-three-grid-main {
    grid-template-columns: repeat(2, 1fr);
  }
	.grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
	br{display: none;}
}
@media (max-width: 768px) {
	.sdp-ai-icon{display: none;}
	.tabs-container{
		display: block;
	}
	.sdp-pad{
		padding: 60px 0;
	}
	.tabs, .tab-content-wrapper{width: 100%;}
	.sdp-testimonials-section .sdp-img-container img{
		width: 250px;
	}
	.sdp-testimonials-section .sdp-img-container{margin: auto;}
	.sdp-testimonials-section{text-align: center;}
	.grid-container {
		grid-template-columns: repeat(2, 1fr);
	  }
	.sdp-banner-cta{
		padding: 18px 20px;
	}
}
@media (max-width: 480px) {
	.grid-container, .sdp-three-grid-main {
		grid-template-columns: repeat(1, 1fr);
	  }
	.image-container{display: block;height: auto;}
	.img-box{margin: 20px 0; height: 220px;}
	.img-box:nth-child(3){
		height: 330px;
	}
	.sdp-img-ani-sec{padding: 0;}
	.sdp-img-container {
		width: 250px;
	}
	 .sdp-client-logo {
		display: block;
		 margin: 0 auto;
		 padding: 0px 0 40px;
	  }
	.sdp-client-item{width: 190px;margin: 20px auto;}
	.sdp-img-after-before::before{
		width: 280px;
    	height: 280px;
	}
	h2{font-size: 28px;}
	.sdp-img-bg{
		margin-top: 40px;
	}
	.sdp-footer-cont{padding: 30px;}
	.sdp-img-after-before::after{width: 180px;}
	h1{font-size: 32px;}
	.sdp-banner-cta{font-size: 16px;}
	.sdp-banner-cta {
        padding: 11px 20px;
    }
	.sdp-three-col-item{padding: 10px;}
	
}