@charset "UTF-8";
.container-new {
  max-width: 1400px;
  padding: 0px 30px;
  margin: 0 auto;
}
a.internal-links {
  color: #045fd2;
  text-decoration: none;
  border-bottom: 1px solid;
}
.cmn-breadcrum a {
  color: #fff;
}
.cmn-breadcrum a:hover {
  color: #fff;
}
.cmn-breadcrum .bread-crumb-arrow {
  color: #fff;
}
.cmn-breadcrum .root-page {
  color: #fff;
}
.cmn-breadcrum a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #fff;
  transition: .4s ease;
}
.main-content h2 {
  font: 34px / 1.2 Zoho_Puvi_SemiBold;
  margin: 0px 0px 40px 0px;
  color: #000;
}
.main-content h3 {
  font: 24px / 1.2 Zoho_Puvi_SemiBold;
  margin: 35px 0px 20px 0px;
  color: #000;
}
.main-content h4 {
  font: 20px / 1.2 Zoho_Puvi_SemiBold;
  margin: 30px 0px 20px 0px;
  color: #045fd2;
}
p {
  font: 18px/1.6 Zoho_Puvi_Regular;
  margin: 0px 0px 20px 0px;
}
.image-wrapper img {
  max-width: 80%;
  box-shadow: 0 10px 15px -6px rgba(119, 119, 119, 0.4);
  border-radius: 5px;
  margin: 50px auto;
  display: block;
}
.row {
  display: flex;
}
.row .col:nth-child(1) {
  width: 22.5%;
  margin-right: 100px;
}
.row .col:nth-child(2) {
  width: 77.5%;
}
.banner-bg {
  background: #045fd2;
}
.banner {
  padding: 50px 30px 100px 30px;
  text-align: center;
}
.banner h1 {
  font: 48px / 1.1 Zoho_Puvi_ExtraBold;
  margin: 0 auto 0px;
  color: #fff;
  text-align: center;
}
.banner p {
  color: #fff;
  margin: 10px 0px 0px;
  font: 20px / 1.5 Zoho_Puvi_Medium;
}
.long-title h1 {
  font: 40px / 1.3 Zoho_Puvi_Bold;
}
/*sidebar style starts here*/
.sidebar-navigation-wrapper {
  position: sticky;
  top: 100px;
}
p.sidebar-title {
  font: 16px / 1.6 Zoho_Puvi_Bold;
  color: #045fd2;
  text-transform: uppercase;
  padding-left: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
ul.sidebar-navigation li {
  font: 17px / 1.4 Zoho_Puvi_Regular;
  color: #000;
  position: relative;
  padding: 6px 15px;
  cursor: pointer;
}
.quicklinksactive:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: calc(100% - 5px);
  background: #0167ff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
ul.sidebar-navigation li a {
  color: #000;
  text-decoration: none;
}
.sdp-list-shadow {
  display: inline-block;
  position: absolute;
  right: -30px;
  top: -70px;
  width: 30px;
  height: 100vh
}
/*sidebar style ends here*/
.main-content-bg {
  padding: 75px 0px;
}
ul.list-items {
  margin: 0px 0px 30px 30px;
}
ul.list-items > li {
  font: 18px / 1.6 Zoho_Puvi_Regular;
  position: relative;
  background-image: url(../images/rounded-tick.svg);
  color: #000;
  background-repeat: no-repeat;
  background-size: 1.5%;
  background-position: 0 7px;
  padding-left: 25px !important;
  margin-bottom: 7px;
}
ol.inner-list {
  list-style-type: auto;
  margin: 10px 0px 0px 40px;
}
.highlights {
  background: #ffefca;
  padding: 30px;
  margin-bottom: 30px;
}
.highlights p {
  margin: 0;
}
strong {
  font-family: Zoho_Puvi_Bold;
}
.prd-nav li {
  width: 32%;
}
@media only screen and (max-width:1024px) {
  .banner-bg {
    margin-top: 20px;
  }
}
@media only screen and (max-width:768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .row .col:nth-child(1), .row .col:nth-child(2) {
    width: 100%;
  }
  .row .col:nth-child(1) {
    margin-bottom: 75px;
    display: none;
  }
  .banner {
    padding: 50px 30px 50px 30px;
  }
  ul.list-items > li {
    background-size: 2.5%;
  }
}
@media only screen and (max-width:600px) {
  .cmn-breadcrum a, .cmn-breadcrum .root-page {
    font-size: 12px;
  }
  .banner h1 {
    font-size: 36px;
  }
}