/* @font-face {
  font-family: 'Merriweather';
  src: url(../fonts/Merriweather-Regular.ttf) format("truetype");
  font-display: swap;
}
#blog {
  font-family: 'Merriweather', sans-serif !important;
} */
.blogList {

  padding-left: 0px;

  margin-left: 0px;

  padding-bottom: 30px;

}

.blogList li {

  list-style: none;

  line-height: 30px;

}

.text-right {

  text-align: right;

}

.blog-heading {

  font-size: 30px;

  font-weight: bold;

  margin-bottom: 15px;

  /* font: normal 500 30px/normal "Merriweather"; */

}

#blog-form .heading {

  font-size: 30px !important;

  font-weight: bold;

  margin-bottom: 15px;

  /* font: normal 500 30px/normal "Merriweather"; */

}

.right-menu {

  color: #000;

  /* font: normal 400 14px/normal "Merriweather"; */

}

.menu-items {

  /* font: normal 400 12px/normal "Merriweather"; */

  text-transform: capitalize;

}

#blog h2 {
  font-size: 20px !important;
}

.healthcheck-para {

  color: #474747;

  /* font: normal 400 18px/1.5 "Merriweather"; */

  margin-bottom: 1.5rem;

  text-align: left;

}

#blog .menu-items .breadcrumb {
  background-color: #fff !important;
}

#blog .menu-items .breadcrumb .breadcrumb-item {
  color: #3498db !important;
  font-size: 15px;
}

#blog .menu-items .breadcrumb .breadcrumb-item a {
  color: #3498db !important;
  font-size: 15px;
}

#blog .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #3498db;
  content: ">";
  font-size: 16px;
}

/* 
.recent-posts {

  font: normal 500 24px/normal "Merriweather";

} */

.blogList li {

  color: #189bd7;

  /* font: normal 400 18px/1.5 "Merriweather"; */

}

.blogList li i {

  padding-right: 6px;

}

.netsuite-erp {

  color: #189bd7;

}

#pre-table th,
td {

  padding: 8px 10px;

}

#pre-table.table tbody td {

  /* font: normal 400 17px/normal "Merriweather"; */

  padding: 8px 10px;

  border: none;

}

#pre-table.table thead th {

  /* font: normal 500 17px/1.5 "Merriweather"; */

  padding: 8px 10px;

  background-color: #efefef;

  color: #000;

  border: 2px solid #efefef;

  vertical-align: top;

}

#pre-table.table tr:nth-child(odd) td {

  background-color: #efefef;

}

#pre-table.table tr:nth-child(even) td {

  background-color: #FFF;

}

#pills-heading li a {

  color: #044aa7;

  text-decoration: none;

  display: block;

  margin-bottom: 10px;

  font: normal 500 16px/normal "DMSans-Medium";

}

.blog-form {

  background: #fff;

  /* box-shadow: 5px 0 30px rgba(0, 0, 0, .15); */
  box-shadow: 0px 0px 15px 4px #0000001F;
  border-radius: 25px;

  padding: 30px;

  margin: 30px 0;

}


.form-box {

  padding: 10px 30px;

}

.requiredstar {

  color: #ff000f;

}

.blog-form .name,
.blog-form .email,
.blog-form .phone,
.blog-form .company,
.blog-form .promotion {
  color: #000;
  font: normal 400 16px/normal "DMSans-Regular";
}

#insert_contact_form label {

  margin-bottom: 5px;
  font-size: 14px !important;
}

#blog-form label {
  margin-bottom: 10px;
  font-size: 18px !important;
}

#blog-form .form-control {

  border-radius: 6px;

  border: 1px solid #BCC9D7;

  background: #FAFBFD;

  /*  height: 42px;*/

  color: #8B959F;

  font: normal 400 16px/normal "DMSans-Regular";
  max-width: 400px;
}

/* #netsuite_contact input[type=checkbox]~label:before {
    content: " ";
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    transition: all .3s;
    border: 1px solid gray;
} */
#netsuite_contact input[type=checkbox]~label:checked {
  opacity: unset;
}

#netsuite_contact input[type="checkbox"]:checked {
  text-decoration: line-through;
  color: red;
}

.message,
.form-group textarea {

  max-width: 100%;

  border-radius: 6px;

  /*border: 1px solid #BCC9D7 !important;*/

  background: #FAFBFD;

  color: #8B959F;

  min-height: 42px;

}

.submit-btn {

  font: normal 500 14px/normal "DMSans-Medium";

  padding: 10px 35px;

  color: #fff;

  position: relative;
  border: 1px solid transparent;

  transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;

  background: #189bd7;

  text-decoration: none;

}

.submit-btn:hover {

  background: #189bd7;

  color: #FFF !important;

}

.user-img img {

  border-radius: 50%;

  border: 2px solid #8B959F;

}

.social-icons {

  text-align: center;

  margin: 3px;

}

.social-icons a {

  margin: 5px 2px;

}

.social-fb {

  font-size: 18px;

  border-radius: 50%;

  background: #3B5998;

  color: #fff;

  width: 30px;

  height: 30px;

  padding: 6px 0px;

}

.social-twitter {

  font-size: 18px;

  border-radius: 50%;

  background: black;

  color: #fff;

  width: 30px;

  height: 30px;

  padding: 6px 0px;

}

.social-linked {

  font-size: 18px;

  border-radius: 50%;

  background: #044AA7;

  color: #fff;

  width: 30px;

  height: 30px;

  padding: 6px 0px;

}

.social-whats {

  font-size: 18px;

  border-radius: 50%;

  /*background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);*/
  background: #075e54;

  color: #fff;

  width: 30px;

  height: 30px;

  padding: 6px 0px;

}

.publish {

  color: #323232;

  font: normal 500 20px/normal "DMSans-Medium";

}

.blog-heading::before {

  content: "";

  width: 30px;

  height: 30px;

  background: url('../../assets_new/images/netsuite_modules/Union.svg');

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  font-weight: 400;

  margin-right: 10px;

  display: inline-block;

  vertical-align: middle;

}

.config-heading {

  font: normal 500 18px/normal "DMSans-Medium";

  font-weight: bold;

}

.pre-consultation {

  padding-left: 3rem !important;
}

#contact_modal .form-group {
  /* margin-bottom: -7px; */
  margin-top: 3px;
}

#contact_modal .form-control {
  /* border: 1px solid black; */
  height: 39px;
  width: 100% !important;
}

#contact_modal textarea.form-control {
  /*border: 1px solid #000 !important;*/
  height: unset;
  width: 100% !important;
}

#contact_modal .modal-dialog {

  @media(min-width: 992px) {
    /* max-width: 700px; */
    vertical-align: baseline;
  }
}

#contact_modal .close {
  position: absolute;
  right: -15px;
  top: -25px;
  cursor: pointer !important;
  width: 70px;
  height: 70px;
  line-height: 23px !important;
  vertical-align: middle;
  font-size: 35px !important;
  color: #808080;
  text-align: center;
  /*border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.5);*/
  padding: 0px 7px;
}

#contact_modal .modalform-bg {
  background-color: #fff;
  padding: 10px 15px 0 15px;
  color: #fff;
  border: 0 !important;
}
#contact_modal .modal-title {
  color: #808080;
}
#contact_modal .modal-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  border: none !important;
  z-index: 1045;
}

.form-para {
  color: #474747;
  font-size: 14px;
  margin-bottom: 1.5rem;
  text-align: left;
  margin-top: 30px;
}

.form-btn {
  padding: 7px 25px;
  font-size: 15px;
  border: 1px solid transparent;
}


.bg-cta h5 {
  font-weight: 400;
  color: #fff;
  /* font-family: 'Merriweather', sans-serif !important; */
  margin-top: -0.5rem;
  margin-bottom: 13px;
  font-size: 17px;
  line-height: 23px;
}

.bg-cta h3 {
  color: #fff;
  /* font-family: 'Merriweather', sans-serif !important; */
  margin-bottom: 5px;
  font-size: 27px;
  line-height: 35px;
}

.bg-cta {
  background-image: linear-gradient(to right, #29011e, #640005);
  margin: 30px 0;
  border-radius: 20px;
  padding: 20px 25px;
  text-align: center;
}

.bg-cta .btn-opt-download {
  background-color: #fff;
  color: #000;
  margin: 10px 0;
  padding: 10px 0px;
  font-size: 16px;
}

.btn-opt-download {
  background: #2d4a8a;
  color: #fff;
  border-radius: 25px;
  margin-bottom: 20px;
  width: 200px;
}

.bg-cta .btn-opt-download:active {
  background-color: #fff;
  color: #000;
}

.blog-bg-gradient-cta {
  border-radius: 50px;
  background: #4286ee;
  background: linear-gradient(90deg, #4286ee 0, #a36ae1 45%, #2f8cf0 100%);
}

#services.form-control {
  height: 50px;
}

/* blog details styles start */
h2.blogdetail-heading {
  font-size: 24px;
  line-height: 45px;
  text-transform: capitalize;
  /* color: #223F80; */
  margin-bottom: 20px;

  @media(min-width: 992px) {
    font-size: 26px;
  }
}

h3.blogdetail-heading {
  font-size: 22px;
  text-transform: capitalize;
  /* color: #223F80; */
  margin-bottom: 0.2rem;

  @media(min-width: 992px) {
    font-size: 20px;
  }
}

.table-contents h2 {
  position: relative;
  background: #223F80;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  /* font-family: 'Merriweather', sans-serif !important; */
}

/* .table-contents h2:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 0;
  border-top-width: 4.16rem;
  border-left: 25px solid #223F80;
} */

.blog-side-heading a {
  position: relative;
}

.blog-side-heading a h3,
.sub-list a h3::before {
  font-size: 14px;
  font-weight: bold;
  /*color: #000;*/
  line-height: normal;
  padding-left: 12px;
  /* font-family: 'Merriweather', sans-serif !important; */
}

.blog-side-heading a.hypen::before,
.sub-list a.hypen::before {
  content: '_';
  color: #000;
  transform: translate(-50%, 50%);
  position: absolute;
  left: 0;
  bottom: 100%;
}

.blog-details p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  /* font-family: 'Merriweather', sans-serif !important; */
}

.blog-details h2 {
  /* color: #223F80; */
  font-weight: 600;
  font-size: 28px;
}

.sub-list {
  padding-left: 12px;
}

#blog {
  margin-top: 90px;

  @media(min-width: 992px) {
    margin-top: 120px;
  }
}

/* .left-sidebar {
  max-width: 300px;
  height: 120vh;
  z-index: 0;
  overflow-y: scroll;
  scrollbar-width: none;
  min-width: 280px;
  max-width: 280px;
  background-color: #fafafa;
  padding: 15px;
  position: relative;
  min-height: calc(100% - 200vh);
} */

.content-wrapper {
  flex-grow: 1;
  padding-left: 50px;
  max-width: 70%;
  float: right;
  height: calc(100% - 100vh);
}

.clearfix {
  clear: both;
}

.sub-list a:last-child {
  margin-bottom: 50px;
}

#content p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  /* font-family: 'Merriweather', sans-serif !important; */
}

.blog-side-heading a {
  color: #000;
}

.blog-side-heading a.w--current {
  color: #091E4D;
}

section.blog-details {
  padding-bottom: 20px !important;
}

.blog-details p img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 25px;
}

.added-class {
  margin-top: 100px;
}

.blog-name {
  font-size: 28px;
  line-height: 46px;
}

.netsuite-industrys {
  background-color: #FFF;
  border-radius: 1rem;
  overflow-y: scroll;
  transition: all .5s ease-out !important;
  box-shadow: 0px 2rem 4rem -1rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 15px);
  max-width: 340px;
  min-width: 340px;
  padding: 0;
  scrollbar-width: none;
}

.callaction-bg {
  background: url(../images/call_action.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 25px;
  @media(min-width: 992px) {
    height: 150px;
    padding: 0;
  }
}

.callaction-heading h5 {
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  max-width: 300px;
}

.callaction-heading {
  left: 5%;
  z-index: 10;
  padding-top: 10px;
}
.consult-btn {
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 10px 10px !important;
  font-size: 14px;
  color: #31074f;
  font-weight: 600;
  transition: all 0.5s linear;
  background-color: #fff;
  margin: auto;
  display: block;
  max-width: 200px;
}
.logo {
  text-align: right;
}

/* blog details styles end */