h1 {
  font-size: 40px !important;
}
.heading-menu, .btmBar, .secondary-header-bg {
  display: none !important;
}
#meCommonFooterNew .container {
  max-width: 1200px;
}
.footCont > ul li {
  line-height: 25px;
}
.clearfix.pr {
  margin-top: 5px;
}
.promotion-bg {
  z-index: 99 !important;
}
.banner.container {
  padding: 70px 20px 50px;
  box-sizing: border-box;
}
.banner-bg {
  padding: 0px 0px 70px;
}
.container {
  padding: 0px 0px;
  width: 100%;
  margin: 0px auto;
}
.radio-button #no {
  margin: 0px 3px 0px 0px !important;
}
.resource-kit-container .sdp-itsm-chk-box .radio-button {
  display: flex;
  justify-content: flex-start;
  width: 80px;
  align-items: center;
  margin: 10px 0px;
}
.footer {
  font-size: 14px;
}
.foot-copy {
  font-size: 1em;
  text-align: center;
  padding: 15px 0px;
  color: rgb(137, 140, 144);
}
.stickyfixed-header {
  top: 49px !important;
}
.prev-next-wrap {
  margin-bottom: 30px;
}
ul.prev-next {
  margin: 30px 0px 0px 0px;
}
#itilresrv {
  color: #000;
}
.sticky-sidebar {
  top: 50px;
}
.dropdown-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 999999;
  cursor: pointer;
  max-width: 100%;
  padding: 20px;
  margin: 0 auto;
}
.breadcrumb-sec {
  padding-top: 15px;
}
/* FAQ Start */
.sdp-faq-section-main {
  padding: 50px 0;
}
.sdp-faq-section-main .container-wraper {
  max-width: 90%;
  margin: 0 auto;
}
.sdp-faq-block {
  position: relative;
  margin-bottom: 50px;
}
.sdp-faq-list {
  /*background: #edf4fc; /002B   \2212*/
  padding: 10px 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.sdp-faq-list:last-child {}
.sdp-faq-block .sdp-faq-list .sdp-faq-list-click {
  display: flex;
  align-items: center;
  vertical-align: middle;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
}
.sdp-faq-list-click:after {
  content: '';
  position: absolute;
  right: 0px;
  font-size: 28px;
  background-color: #1d77e8;
  width: 16px;
  height: 3px;
}
.sdp-faq-list-click:before {
  content: '';
  position: absolute;
  background-color: #1d77e8;
  width: 3px;
  height: 16px;
  right: 6.5px;
  transition: .4s ease-in;
}
.sdp-faq-list.sdp-faq-active .sdp-faq-list-click:before {
  transform: rotate(90deg);
}
.sdp-faq-heading h2 {
  margin-bottom: 20px;
  font-family: 'Zoho_Puvi_Bold'
}
.sdp-faq-list-click p {
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
}
.sdp-faq-content {
  padding: 20px;
  max-width: 90%;
}
.sdp-faq-content p {
  font-size: 17px;
}
.sdp-faq-list .sdp-faq-content {
  display: none;
}
.sdp-faq-list.sdp-faq-active .sdp-faq-content {
  display: block;
}
.sdp-faq-content ul {
  padding-left: 20px;
}
.sdp-faq-content ul li {
  list-style: disc;
  color: #000000;
  line-height: 2.2;
}
.sdp-faq-all.sdp-open-all .sdp-collapse-all {
  display: inline-block;
}
.sdp-faq-all.sdp-open-all .sdp-expand-all, .sdp-faq-all .sdp-collapse-all {
  display: none;
}
.sdp-faq-all {
  text-align: right;
  padding-right: 20px;
}
.sdp-faq-all span {
  font: 16px/1.5 'Zoho_Puvi_Regular';
  cursor: pointer;
  position: relative;
}
.sdp-faq-all span:after {
  content: '';
  position: absolute;
  background: #1d77e8;
  height: 1.5px;
  width: 0%;
  bottom: 0;
  left: 0;
  transition: .5s ease-in;
}
.sdp-faq-all span:hover::after {
  width: 100%;
}
/* FAQ END "\2212" */
@media only screen and (max-width:1100px) {
  .stickyfixed-header {
    top: 70px;
  }
}
@media only screen and (max-width:1024px) {
  .promotion-bg {
    margin-top: 20px;
  }
}
@media only screen and (max-width:768px) {
  span.footer-subscribenewsletteremail {
    width: 100%;
    max-width: 260px;
  }
}
@media only screen and (max-width: 414px) {
  .sdp-faq-section-main .container-wraper {
    max-width: 100%;
  }
  .sdp-faq-section-main .container {
    max-width: 100%;
  }
  .sdp-faq-list {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 320px) {
  .banner-cta li a {
    padding: 10px 25px;
  }
}