@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
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;
}
body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: var(--black-color);
  scroll-behavior: smooth;
  font: 17px/1.5 Zoho_Puvi_Regular, sans-serif;
  background-color: var(--light-blue);
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
}
: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: #FFC257;
  --banner-cta-red-light: #f0483d;
  --banner-cta-red-color: #f0483e;
  --blue-color: #3772E2;
  --gray-ligth: #333333;
  --green-light: #d5fdd0;
  --footer-bg: #191919;
  --light-blue: #EAF1FF;
}
strong {
  font-family: var(--zoho_Puvi_Semi_Bold);
}
p {
  font: 17px/1.66 var(--zoho_Puvi_Regular);
  margin: 0px 0px 30px 0px;
  color: var(--black-color);
}
h1 {
  font: 70px/1.1 var(--zoho_Puvi_Etra_Bold);
  margin: 0 0 20px 0;
}
h2 {
  font: 40px/1.2 var(--zoho_Puvi_Bold);
  margin: 0 0 20px 0;
}
h3 {
  font: 24px/1.3 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
h4 {
  font: 23px/1.3 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
h5 {
  font: 20px/1.4 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
h6 {
  font: 18px/1.5 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
.sdp-tc {
  text-align: center;
}
.sdp-white-bg {
  background-color: #ffffff;
}
.sdp-pad {
  padding: 80px 0;
}
.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: 25px 0px;
}
.sdp-container {
  padding: 0 30px;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.sd-bread-crumb .sdp-cmn-breadcrum {
  position: relative;
}
.sd-bread-crumb .sdp-cmn-breadcrum a {
  color: var(--white-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(--white-color);
  transition: 0.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: 0.4s ease;
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-bread-crumb-arrow {
  padding: 0 3px;
  color: var(--white-color);
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page {
  color: var(--white-color);
  position: relative;
  font: 15px/1.4 var(--zoho_Puvi_Regular);
}
span.label-active {
  background: #4582ff;
  width: 205px;
  display: inline-block;
  position: absolute;
  height: 30px;
  left: 3px;
  border-radius: 100px;
  padding: 6px;
  bottom: 2.5px;
  z-index: -1;
  transition: all 0.2s ease-in;
}
.sdp-mobile-show {
  display: none;
}
.banner-section-main {
  background: url("https://www.manageengine.com/products/service-desk/compare-it-help-desks/images/banner-bg.svg") var(--blue-color) bottom no-repeat;
  padding: 0 0 80px;
  background-size: cover;
}
.banner-section-main h1,
.banner-section-main .banner-sub-head {
  color: var(--white-color);
}
.banner-section-main .banner-sub-head {
  font-size: 20px;
  line-height: 1.5;
  max-width: 90%;
  padding: 10px 0 0;
}
.banner-section-main .banner-form {
  background-color: var(--yellow-color);
  max-width: 75%;
  margin: 0 auto;
  padding: 50px 20px;
  border-radius: 10px;
}
.banner-section-main .banner-form h3 {
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  max-width: 70%;
  padding-bottom: 5px;
  line-height: 1.2;
}
.banner-section-main .banner-form p {
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding: 0px;
  line-height: 1.4;
}
.banner-section-main .banner-form p.sdp-credit {
  margin-top: 8px;
  font-size: 15px;
}
.banner-section-main .banner-form input[type="submit"] {
  font-family: 'Zoho_Puvi_SemiBold';
  background: #e3142b;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  padding: 15px;
  outline: none;
  border-radius: 3px;
  height: auto;
  border: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin: 10px 0;
  box-sizing: border-box;
}
.banner-section-main .cherwell-form-main .input-effect {
  box-sizing: border-box;
  position: relative;
  margin: 0 0 25px;
  z-index: 40;
  background: #fff;
  border: 1px solid #AA7C2D;
  border-radius: 5px;
}
.banner-section-main .cherwell-form-main .formfild input {
  font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
  width: 100%;
  border: none;
  padding: 10px;
  height: 45px;
  font-size: 17px;
  box-sizing: border-box;
  background: transparent;
  border-radius: 4px;
}
.banner-section-main .cherwell-form-main .formfild input:focus + label,
.banner-section-main .cherwell-form-main .formfild input:valid + label,
.banner-section-main .cherwell-form-main .formfild input:not(:empty) + label,
.banner-section-main .cherwell-form-main .formfild input.has-content + label {
  top: -25px;
  left: 5px;
  transition: 0.3s ease-in;
}
.banner-section-main .cherwell-form-main .formfild input:focus {
  border: 1px solid #AA7C2D;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.banner-section-main .cherwell-form-main .formfild label {
  position: absolute;
  left: 13px;
  top: 12px;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  font-size: 15px;
}
.banner-section-main .cherwell-form-main .prvcy-plicy {
  font-size: 14px;
  text-align: center;
  margin: 0 0 20px;
}
.banner-section-main .cherwell-form-main .prvcy-plicy a {
  font-family: 'Zoho_Puvi_SemiBold';
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
.banner-section-main .cherwell-form-main .prvcy-plicy .bold-text {
  font-family: 'Zoho_Puvi_SemiBold';
}
.sdp-two-col-main {
  display: flex;
  justify-content: space-between;
  /*padding: 30px 0 150px 0;*/
}
.sdp-two-col-main .sdp-two-col-item {
  flex: 1 0;
}
.sdp-two-col-item-cen{margin:auto;}
.sdp-two-col-main .sdp-two-col-item:first-child {
  padding-right: 50px;
}
.sdp-two-col-main .sdp-two-col-item:nth-child(2) {
  padding-left: 50px;
}
.sdp-white-bg .sdp-two-col-main {
  padding-bottom: 0px;
}
.strip-main {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  background: #FFF8DE;
  padding: 50px 30px;
  margin-top: -110px;
  border-radius: 5px;
  align-items: center;
}
.strip-main .strip-col:first-child {
  width: 33%;
  display: flex;
}
.strip-main .strip-col:first-child .strip-item {
  flex: 0 1;
  text-align: center;
  margin: 0 5px;
}
.strip-main .strip-col:first-child .strip-item .strip-number {
  font: 30px/1.2 var(--zoho_Puvi_Semi_Bold);
  color: #ffffff;
  background-color: #593431;
  padding: 20px 15px;
  border-radius: 5px;
}
.strip-main .strip-col:first-child .strip-item .strip-cont {
  font: 15px/1.1 var(--zoho_Puvi_Medium);
  padding: 6px 0;
}
.strip-main .strip-col:last-child {
  max-width: 67%;
}
.strip-main .strip-col:last-child p {
  font: 18px/1.66 var(--zoho_Puvi_Regular);
  margin: 0;
}
.section-faq h2 {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0px;
}
.list-two {
  display: flex;
  padding: 60px 0;
}
.list-two .list-two-item {
  flex: 1 0;
}
.list-two .list-two-item:first-child {
  padding-right: 50px;
}
.list-two .list-two-item:last-child {
  padding-left: 50px;
}
.list-main .list-item {
  position: relative;
  cursor: pointer;
}
.list-main .list-item h3 {
  font-size: 20px;
  padding: 10px 0 15px;
}
.list-main .list-item h3:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background: #E1EBFF;
  left: 0;
  bottom: 0px;
}
.list-main .list-item h3::before {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  bottom: 0px;
  z-index: 5;
  background: #387AFF;
}
.list-main .list-item.faq-active h3::before {
  width: 100%;
  transition: 40s ease-in;
}
.list-main .list-item.faq-active::after,
.list-main .list-item.faq-active:before {
  visibility: visible;
  right: 0px;
  transition: 40s ease-in;
}
.list-main .list-item::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background: #387AFF;
  right: 10px;
  transform: translateY(-45px);
  visibility: hidden;
}
.list-main .list-item:before {
  content: '';
  position: absolute;
  border: 2px solid #387AFF;
  width: 12px;
  height: 12px;
  right: 10px;
  transform: rotate(45deg);
  top: 19px;
  border-bottom: transparent;
  border-left-color: transparent;
  visibility: hidden;
}
.list-content-item {
  display: none;
  transform: translateY(50px);
  transition: 0.5s ease-in;
}
.list-content-item .sdp-box {
  padding: 30px;
  background-color: #3772E2;
  max-width: 60%;
  border-radius: 5px;
}
.list-content-item .sdp-box p {
  color: #ffffff;
}
.list-content-item .sdp-box p:last-child {
  margin: 0;
}
.list-content-item .sdp-box p a {
  color: #ffffff;
}
.list-content-item .sdp-box .box-number {
  font: 22px/1.3 var(--zoho_Puvi_Bold);
}
.list-content-item.active {
  display: block;
  transform: translateY(0px);
}
.list-section-cont {
  margin: 0 0 120px 0;
  position: relative;
}
.list-section-cont:before {
  background-color: #D4E3FF;
  width: 50%;
  content: '';
  position: absolute;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 0 15px 15px 0;
}
.sdp-compare-main {
  background-color: #262626;
  color: #ffffff;
}
.sdp-compare-main .compare-heading {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.sdp-compare-main .compare-heading p {
  color: #ffffff;
  font-size: 22px;
  max-width: 60%;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
.sdp-compare-main .sdp-gartner-table {
  padding: 30px 0;
  display: none;
  overflow-y: scroll;
}
.sdp-compare-main .sdp-gartner-table table {
  border-radius: 5px;
  max-width: 70%;
  margin: 0 auto;
  color: #000;
}
.sdp-compare-main .sdp-gartner-table tr {
  border-bottom: 1px solid #ffffff;
}
.sdp-compare-main .sdp-gartner-table tr td,
.sdp-compare-main .sdp-gartner-table tr th {
  padding: 15px;
  background-color: #F4F4F4;
}
.sdp-compare-main .sdp-gartner-table tr td:not(:first-child) {
  text-align: center;
}
.sdp-compare-main .sdp-gartner-table tr th {
  font: 20px/1.3 var(--zoho_Puvi_Semi_Bold);
  width: 25%;
}
.sdp-compare-main .sdp-gartner-table tr th:first-child {
  background: #E6E6E6;
  border-radius: 10px 0 0 0;
}
.sdp-compare-main .sdp-gartner-table tr th:nth-child(2) {
  background-color: #96C1FF;
}
.sdp-compare-main .sdp-gartner-table tr th:nth-child(3) {
  background-color: #FFF5C6;
}
.sdp-compare-main .sdp-gartner-table tr th:nth-child(4) {
  background-color: #FFC9C9;
  border-radius: 0 10px 0 0;
}
.sdp-compare-main .sdp-gartner-table tr td:nth-child(2) {
  background-color: #C2DBFF;
  font-family: var(--zoho_Puvi_Semi_Bold);
}
.sdp-compare-main .sdp-gartner-table tr td:nth-child(3) {
  background-color: #FFFDF2;
}
.sdp-compare-main .sdp-gartner-table tr td:nth-child(4) {
  background-color: #FFF4F4;
}
.sdp-compare-main .sdp-gartner-table tr:last-child {
  border-bottom: 0px;
}
.sdp-compare-main .sdp-gartner-table tr:last-child td:first-child {
  border-radius: 0px 0 0 10px;
}
.sdp-compare-main .sdp-gartner-table tr:last-child td:nth-child(4) {
  border-radius: 0 0px 10px 0;
}
.sdp-compare-main .sdp-gartner-table.active-tbl {
  display: block;
}
.sdp-compare-main .sdp-gartner-table.sdp-g2 table tr th:nth-child(3) {
  background-color: #FFD3B4;
}
.sdp-compare-main .sdp-gartner-table.sdp-g2 table tr td:nth-child(3) {
  background-color: #FFEFE3;
}
.sdp-compare-main .table-filter {
  padding: 15px 0;
}
.sdp-compare-main .filter-btn-main {
  background: #D8E5FF;
  margin: 0 auto;
  max-width: 280px;
  padding: 5px;
  border-radius: 100px;
  display: flex;
  position: relative;
  z-index: -1;
}
.sdp-compare-main .filter-btn-main .filter-btn {
  display: flex;
  justify-content: center;
  font-size: 18px;
  padding: 5px 20px;
  border-radius: 100px;
  margin: 0 auto;
  color: #000;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease-in;
}
.sdp-compare-main .filter-btn-main .filter-btn.btn-active {
  color: #ffffff;
}
.sdp-box-block .sdp-box-heading {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 50px;
}
.box-main {
  display: flex;
  justify-content: space-around;
  max-width: 85%;
  margin: 0 auto;
}
.box-main .box-item {
  padding: 50px;
  margin: 10px;
  background-color: #DAEDFB;
  border-radius: 10px;
  flex: 1 0;
}
.box-main .box-item .box-icon {
  width: 65px;
  height: 65px;
  background-image: url("https://www.manageengine.com/products/service-desk/compare-it-help-desks/images/cherwell-icon.svg");
  background-size: 350px;
  margin: 0 0 15px;
  background-repeat: no-repeat;
}
.box-main .box-item.box-first {
  background-color: #E4E4E4;
}
.box-main .box-item.box-first .box-product-title {
  color: #00528F;
}
.box-main .box-item.box-second {
  background-color: #E4E4E4;
}
.box-main .box-item.box-second .box-product-title {
  color: #9D6900;
}
.box-main .box-item.box-second .box-icon {
  background-position: -80px 0;
}
.box-main .box-item.box-three {
  background-color: #E4E4E4;
}
.box-main .box-item.box-three .box-product-title {
  color: #822FAC;
}
.box-main .box-item.box-three .box-icon {
  background-position: -151px 10px;
}
.box-main .box-item.box-four {
  background-color: #E4E4E4;
}
.box-main .box-item.box-four .box-product-title {
  color: #0D612E;
}
.box-main .box-item.box-four .box-icon {
  background-position: -295px 5px;
}
.box-main .box-item.box-five {
  background-color: #E4E4E4;
}
.box-main .box-item.box-five .box-product-title {
  color: #85852F;
}
.box-main .box-item.box-five .box-icon {
  background-position: -228px 0;
}
.box-main .box-item .box-product-title {
  font-size: 15px;
  margin: 0 0 10px 0;
}
.box-main .box-item .sdp-internal-links {
  position: relative;
  border: 0;
}
.box-main .box-item .sdp-internal-links::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1.5px;
  left: 0;
  bottom: -2px;
  transition: 0.3s ease-in;
  background: var(--blue-color);
}
.box-main .box-item .sdp-internal-links .box-link-arrow {
  transform: translateX(2px);
  transition: 0.3s ease-in;
}
.box-main .box-item .sdp-internal-links:hover:before {
  width: 100%;
}
.cta-sec {
  background: #000;
  color: #ffffff;
  text-align: center;
}
.cta-sec .che-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.cta-sec .che-cta .cat-list {
  margin: 0 7px;
}
.cta-sec .che-cta .cat-list .cta-click {
  font: 17px / 1.2 Zoho_Puvi_SemiBold;
  padding: 14px 40px;
  background: #f0483e;
  color: #fff;
  border: 1px solid #f0483e;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 150px;
}
.cta-sec .che-cta .cat-list .cta-click:hover {
  background-color: #e9152b;
  border-color: #e9152b;
}
.cta-sec .che-cta .cat-list p {
  color: #ffffff;
  font-size: 10px;
  margin: 10px 0;
}
.sdp-internal-links {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #000;
}
.sdp-internal-links:hover {
  text-decoration: none;
}
/*FAQ*/
.faq-main-sec {
  background-color: #FAEED3;
}
.faq-main-sec .faq-icon {
  width: 130px;
  height: 100px;
  background-image: url("https://www.manageengine.com/products/service-desk/compare-it-help-desks/images/cherwell-icon.svg");
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: 3px -76px;
  margin: 0 auto;
}
.faq-main-content {
  position: relative;
  max-width: 80%;
  padding: 30px 0;
  margin: 0 auto;
}
.faq-main-content .faq-item {
  position: relative;
  padding: 15px 30px;
  margin: 0 0 10px 0;
  border-radius: 3px;
}
.faq-main-content .faq-item .faq-item-click {
  cursor: pointer;
}
.faq-main-content .faq-item .faq-item-click h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
  max-width: 95%;
}
.faq-main-content .faq-item .faq-item-click h3::after {
  content: '';
  width: 20px;
  height: 2.5px;
  background: #000;
  position: absolute;
  right: 35px;
  top: 28px;
}
.faq-main-content .faq-item .faq-item-click h3::before {
  content: '';
  width: 2.5px;
  height: 20px;
  background: #000;
  position: absolute;
  right: 44px;
  top: 20px;
  transition: 0.5s ease-in;
}
.faq-main-content .faq-item .faq-item-click.faq-active h3::before {
  transform: rotate(90deg);
}
.faq-main-content .faq-item .faq-item-content p {
  margin: 20px 0;
}
/*FAQ*/
.sdp-common-footer-bg {
  background-color: #ffffff;
}
.contentslide {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  transition: 1s ease all;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translatey(10px);
    -moz-transform: translatey(10px);
    -o-transform: translatey(10px);
    transform: translatey(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
ul.prd-nav {
  display: flex;
  width: 100%;
  align-items: center;
}
ul.prd-nav li {
  width: 33.3%;
}
iframe.cloud-page-form {
  width: 100%;
  padding: 0px 0px;
  margin-top: 20px;
  height: 580px;
}
.colm-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.count-no {
  background-image: linear-gradient(0deg, #454545 50%, #2d2d2d 50%, #2d2d2d 100%);
  font-size: 50px;
  text-align: center;
  color: #ffffff;
  height: 75px;
  width: 75px;
  font-family: 'Zoho_Puvi_Medium', sans-serif;
  border-radius: 5px;
}
.sdp-grid {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .sdp-two-col-main,
  .list-two,
  .box-main {
    flex-wrap: wrap;
  }
  .sdp-two-col-main .sdp-two-col-item,
  .list-two .sdp-two-col-item,
  .box-main .sdp-two-col-item,
  .sdp-two-col-main .list-two-item,
  .list-two .list-two-item,
  .box-main .list-two-item,
  .sdp-two-col-main .box-item,
  .list-two .box-item,
  .box-main .box-item {
    width: 100%;
    flex: 100%;
  }
  .banner-section-main .banner-sub-head {
    max-width: 100%;
  }
  .banner-section-main .banner-form h3 {
    max-width: 100%;
  }
  .section-faq h2,
  .sdp-compare-main .compare-heading p,
  .sdp-box-block .sdp-box-heading {
    max-width: 95%;
  }
  .faq-main-content,
  .sdp-compare-main .compare-heading,
  .sdp-compare-main .sdp-gartner-table table {
    max-width: 95%;
  }
  .banner-section-main .sdp-two-col-main {
    text-align: center;
  }
  .sdp-two-col-main .sdp-two-col-item:nth-child(2) {
    padding-left: 0;
  }
  .sdp-two-col-main .sdp-two-col-item:first-child {
    padding-right: 0;
  }
  .list-section-cont:before {
    width: 100%;
    border-radius: 0px;
  }
  .list-content-item .sdp-box {
    max-width: 100%;
  }
  .list-main {
    display: none;
  }
  .sdp-mobile-show {
    display: block;
  }
  .list-content-item {
    display: block;
    padding: 30px 0;
  }
  .list-section-cont {
    margin: 0;
  }
  .list-two .list-two-item:first-child {
    padding-right: 0px;
  }
  .list-two .list-two-item:last-child {
    padding-left: 0px;
  }
  .strip-main {
    max-width: 95%;
  }
  .strip-main .strip-col:first-child .strip-item {
    margin: 0 8px;
  }
  .sdp-white-bg .sdp-two-col-main {
    padding-bottom: 0;
  }
  .strip-main .strip-col:first-child {
    width: 42%;
  }
  .strip-main .strip-col:last-child {
    width: 58%;
  }
}
@media screen and (max-width: 768px) {
  .cta-heading {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .banner-section-main h1 {
    font-size: 60px;
  }
  .sdp-breadcrumb-sec {
    padding: 30px 20px 0;
  }
  .strip-main {
    flex-wrap: wrap;
  }
  .strip-main .strip-col:first-child {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
  .strip-main .strip-col:last-child {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .strip-main {
    margin-top: -130px;
  }
  .banner-section-main .sdp-two-col-main {
    padding: 30px 0 150px 0;
  }
}
@media screen and (max-width: 414px) {
  .banner-section-main h1 {
    font-size: 40px;
  }
  .cta-sec .che-cta {
    flex-wrap: wrap;
  }
  .cta-sec .che-cta .cat-list {
    width: 100%;
  }
  .cta-sec .che-cta .cat-list p {
    margin: 5px 0 25px;
  }
  .cta-sec .che-cta .cat-list:last-child p {
    margin-bottom: 0;
  }
  .banner-section-main .banner-form {
    max-width: 90%;
  }
  .strip-main .strip-col:first-child .strip-item {
    margin: 0 5px;
  }
  h2 {
    font-size: 34px;
  }
  .box-main,
  .section-faq h2,
  .sdp-compare-main .compare-heading p,
  .sdp-box-block .sdp-box-heading {
    max-width: 100%;
  }
  .strip-main .strip-col:first-child .strip-item .strip-cont {
    font-size: 12px;
  }
  .count-no {
    width: 60px;
    height: 60px;
    font-size: 40px;
  }
  .faq-main-content .faq-item {
    padding: 15px 30px 0 0;
  }
  .faq-main-content .faq-item .faq-item-click h3::after {
    right: 1px;
  }
  .faq-main-content .faq-item .faq-item-click h3::before {
    right: 10px;
  }
  .faq-main-content .faq-item .faq-item-click h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .box-main .box-item {
    padding: 40px 30px;
  }
  .sdp-compare-main .filter-btn-main .filter-btn {
    font-size: 16px;
  }
  .strip-main .strip-col:first-child .strip-item .strip-number {
    font-size: 20px;
  }
  .count-no {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
}

/* spd icons box style */

.sdp-sym-icons {
    width: 170px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    margin: 8px;
    text-align: center;
    padding: 5px;
}
.sdp-sym-icons:nth-child(1){

    background-color: #d6eaf9;
}
.sdp-sym-icons:nth-child(2){
    background-color: #fbf1ff;
}
.sdp-sym-icons:nth-child(3){
    background-color: #f5ebd5;
}
.sdp-sym-icons:nth-child(4){
    background-color: #e1f3e7;
}
.sdp-sym-icons:nth-child(5){
    background-color: #fff7c9;
}
.sdp-sym-icons:nth-child(6){
    background-color: #f5d5d5;
}
.sdp-sym-icons:nth-child(7){
    background-color: #f3ebe1;
}

.sdp-icons-contianer{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: transparent;
    flex-wrap: wrap;
}

.sy-icon{
    background-image: url("/sites/meweb/images/br/service-desk/images/sdp-top-desk-sprite.png");
    mix-blend-mode: multiply;    transform: scale(0.7);
}
.icon1{
    width: 77px;
    height: 85px;
    background-position-x: -77px;
    background-position-y: -67px;


}
.icon2{
    width: 79px;
    height: 85px;
    background-position-x: -210px;
    background-position-y: -67px;
}
.icon3{
    width: 86px;
    height: 85px;
    background-position-x: -343px;
    background-position-y: -67px;
}
.icon4{
    width: 87px;
    height: 85px;
    background-position-x: -479px;
    background-position-y: -67px;
}
.icon5{
    width: 70px;
    height: 85px;
    background-position-x: -620px;
    background-position-y: -67px;
}
.icon6{
    width: 102px;
    height: 90px;
    background-position-x: -746px;
    background-position-y: -62px;
}
.icon7{
    width: 106px;
    height: 85px;
    background-position-x: -902px;
    background-position-y: -65px;
}
/* style for laptop girl image*/
.laptop-girl-img{
width:444px;
height:367px;
}
i {
    font-style: normal;
   font-weight: 800;
}

.heading-menu{
 display:none;
}

