body {
    overflow-x: hidden;
}
.padding-0 {
  padding: 0 !important;
}
.add-modules-container .row-fluid .service-section {
  padding: 45px 0 50px;
}
.inner-page-center {
  max-width: 800px;
}
.add-modules-container  table {
  padding: 15px 0 0;
}
.add-modules-container .page-center {
  padding: 0 15px;
}
.title-section-heading h2 {
  color: #fff;
  padding: 20px 0px;
  text-align: left;
}
.add-modules-container h3 {
  font-size: 38px;
  line-height: 56px;
  color: #094360;
  font-weight: 400;
  padding: 0 0 10px;
  text-align: left;
}
.add-modules-container p {
  text-align: left;
}
.add-modules-container p em {
  font-size: 14px;
}
.add-modules-container .content-section {
  padding: 70px 0 60px;
}
.two-column-resource-container .resource-block {
  width: calc(50% - 15px);  
  width: -moz-calc(50% - 15px);  
  width: -webkit-calc(50% - 15px);
}
.two-column-resource-container .resource-block + .resource-block {
  margin-left: 30px;
}
.two-column-resource-container .inner-page-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
}
.resource-content-section .resource-title h3 {
  font-size: 24px;
  line-height: 28px;
  color: #1a73a2;
  font-weight: 800;
  padding: 0;
  margin: 5px 0;
}
.resource-content-section {
  padding: 20px;
}
.resource-read-more-btn a {
  color: #1a73aa;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.two-column-resource-container {
  padding: 10px 0 60px;
}
.resource-read-more-btn a:hover {
  color: #c91d4b;
}
.add-modules-container table tbody tr th {
  color: #fff;
}
.add-modules-container table tbody tr th, table tbody tr td {
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  line-height: normal;
  text-align: left;
  padding: 5px 15px;
}
.cadd-modules-container table tbody tr:first-child {
  border-right: 1px solid #fff;
  background: #094360 !important;
  list-style: none;
  color: #fff;
}
.add-modules-container table tbody tr:nth-child(odd) {
  background: #8cb9d2;
}
.add-modules-container table tbody tr:nth-child(even) {
  background: #c3dce9;
}
.add-modules-container ol li {
  text-align: left;
  position: relative;
}
.add-modules-container ol {
  counter-reset: li
}
.add-modules-container li::before, .inner-page-center li:: before {
  content: counter(li)". ";
  color: #0074a6;
  padding: 0 15px 0 0;
  margin: 0;
  font-weight: bold;
  position: absolute;
  left: -27px;
  top: 0;
}
.add-modules-container li {
  counter-increment: li
}
.sidebar-menu-items-container {
   border: 2px solid #fff;
}
.sidebar-menu-items-container ul {
  margin-bottom: 0 !important;
}
.sidebar-menu-items-container ul li a {
  background: #073851;
  color: #fff;
  text-align: left;
  padding: 10px 15px !important;
  font-size: 17px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  white-space: normal !important;
}
.sidebar-menu-items-container ul li + li {
  border-top: 1px solid #fff;
}
.sidebar-menu-items-container ul li a:hover, .sidebar-menu-items-container ul li a.active {
  background: #e33766;
  color: #fff;
}
.sidebar-menu-items-container {
  position: absolute;
  right: 240px;
  max-width: 300px;
  z-index: 5;
}
.body-container {
  position: relative;
}

.add-modules-container li.hs-menu-item::before {
  content: none;
}
.infographic-img {
  margin: 10px 0;
}
.infographic-img img {
  width: 100%;   
  cursor: pointer;
  /*max-width: 440px;*/
}
.fancybox-lock #sidr-main.sidr.right {
  right: -465px;
}
.fancybox-title a {
  background: #e33766;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
.fancybox-title a:hover {
  background: #c91d4b;
}
/*------------media query--------------*/
@media screen and (max-width: 1599px) {
  .sidebar-menu-items-container {
    right: 50px;
  }
}/*-------- 1599 ends here ----------*/

@media screen and (max-width: 1330px) {
  .inner-page-center {
    max-width: 820px;
  } 
}/*-------- 1330 ends here ----------*/

@media screen and (max-width: 1240px) {
  .sidebar-menu-items-container {
    right: 3%;
    max-width: 250px;
  }
  .inner-page-center {
    max-width: 720px;
  }
  
}/*-------- 1240 ends here ----------*/

@media screen and (max-width: 1199px) {
  .content-section {
    padding: 50px 0 40px;
  } 
  .resource-content-section {
    padding: 10px;
  }
  .inner-page-center {
    max-width: 620px;
  }
}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
  .add-modules-container .content-section h3 {
    font-size: 29px;
    line-height: 45px;
    color: #094360;
    font-weight: 400;
    padding: 0 0 5px;
  }
  .add-modules-container .content-section {
    padding: 40px 0 30px;
  }
  .add-modules-container .content-section p, .resource-block p {
    padding: 10px 0;
  }
  .resource-content-section .resource-title h3 {
    font-size: 22px;
  }
  .add-modules-container .content-section table tbody tr th, table tbody tr td {
    font-size: 16px;
    padding: 10px 12px;
  }
  .inner-page-center {
    max-width: 450px;
  }
}/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {
  .sidebar-menu-items-container .sidebar-menu-arrow {
    display: block !important;
  }
  .sidebar-menu-items-container .sidebar-container {
  position: relative;
}
.sidebar-menu-items-container .sidebar-menu-arrow {
  background: #073851;
  color: #fff;
  border-radius: 5px 0 0 5px;
  top: 0;
  cursor: pointer;
  display: block;
  font-size: 30px;
  height: 49px;
  line-height: 46px;
  position: absolute;
  left: -40px;
  text-align: center;
  transition: all 0.6s ease 0s;
  width: 40px;
  z-index: 10;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  max-width: 50px;
}
.sidebar-menu-items-container .sidebar-menu-arrow i {
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.sidebar-menu-items-container.close-social .sidebar-menu-arrow i {
  padding-left: 0px;
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #fff;
}
  .close-social.sidebar-menu-items-container {
    right: -248px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
  }
  .sidebar-menu-items-container {
    right: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
  }
  .inner-page-center {
    max-width: 100%;
  }
  .sidebar-menu-items-container .sidebar-menu-arrow:hover {
    background: #e33766;
  }
}/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
  .add-modules-container .title-section {
    display: inline-block;
    width: 100%;
  }
  .content-section:after, .two-column-resource-container:after {
    content: "";
    display: table;
    clear: both;
  }
  .add-modules-container .container {
    padding: 0 15px !important;
  }
  .title-section-heading h2 {
    padding: 20px 0px;
    font-size: 25px !important;
  }
  .add-modules-container .content-section {
    padding: 20px 0 20px;
  }
  .two-column-resource-container {
    padding: 10px 0 40px;
  }
  .two-column-resource-container .resource-block {
    width: 100%;
  }
  .two-column-resource-container .resource-block + .resource-block {
    margin-left: 0;
    margin-top: 30px;
  }
  .add-modules-container .content-section h3 {
    font-size: 23px !important;
  }
  .resource-content-section .resource-title h3 {
    font-size: 20px !important;
    margin: 0px 0;
  }
  .add-modules-container table {
    width: auto;
    max-width: 650px;
  }
  .add-modules-container .overview-table {
    overflow: auto;
  }
}/*-------- 767 ends here ----------*/

@media screen and (max-width: 630px) {
  .add-modules-container .content-section p, .resource-block p {
    padding: 6px 0;
  }
}/*-------- 630 ends here ----------*/

@media screen and (max-width: 568px) {
    
}/*-------- 568 ends here ----------*/

@media screen and (max-width: 480px) { 

  .title-section-heading h2 {
    font-size: 22px !important;
  }
}/*-------- 480 ends here ----------*/

@media screen and (max-width: 360px) {
    
}/*-------- 360 ends here ----------*/
