body {
  color: #666;
}

.cc-dismiss {
  border-radius: 12px;
}

.secondary-btn {
  border-radius: 12px;
  padding: 7px 40px;
}

.bigtext {
  font-weight: 500;
  font-size: 40px;
  color: black;
  line-height: 1.3;
}

.redcolor {
  font-weight: 600;
  color: #ed1c24;
}

.section-heading h2 span {
  font-weight: 600;
  color: #ed1c24;
}

.lead {
  font-size: 16px;
  margin: 20px 0;
  color:#555;
}

.icon-box {
  height: 37px;
  width: 37px;
}

.icon-box span {
  font-size: 25px;
  line-height: 37px;
}

.icon-box i {
  font-size: 19px;
  margin: auto;
  margin-left: -9px;
  margin-top: 9px;
  position: absolute;
}

.background-img:before {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.threedotsthree {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.primary-btn {
  border-radius: 12px;
  border: 1px solid #767676;
}

.mb-1 {
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productborder {
  border: 1px solid #dee2e5;
  height: 450px;
  max-height: 450px;
}

.div-special {
  position: absolute;
  width: 58%;
  right: 0;
}

.shape-special {
  bottom: calc(0px + 267px);
  left: 0;
}

.section-special {
  padding-bottom: 0px;
}

.head-special {
  text-align: center;
  padding: 50px 0;
  padding-top: 70px;
  height: 330px;
}

.dotlist {
  list-style: circle;
  padding-left: 26px;
}

.aborder a div {
  border-bottom: 1px solid #dddddd;
}

.aborder a:first-child div {
  border-top: 1px solid #dddddd;
}

@media (min-width: 768px) and (max-width: 991px) {
  .div-special {
    display: none;
  }
}

.reda:link, .reda:visited, .reda:hover, .reda:active {
  color: red;
}

.navbar-nav .nav-link {
  padding-right: 0px !important;
}

.main-menu ul li {
  padding: 5px 0 !important;
}

.main-menu ul > li .submenu {
  top: 37px !important;
}

.certdevmanufacturer {
  font-size: 16px;
}

.certdevborard {
  font-size: 32px;
  color: black;
  line-height: 1.1;
  margin-bottom: 10px;
}

.certdevdescription {
  line-height: 1.2;
  margin-bottom: 10px;
}

.certdevlisttitle {
  color: black;
  font-weight: bold;
}

.certdevbtn {
  min-width: 187px;
  margin: 8px 0;
}

.certdevlist {
  border-top: 1px solid #efefef;
  margin: 0px;
  padding-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .certdevlist {
    text-align: left;
  }
  .certlistcenter {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
  .certdevlist div:first-child {
    padding: 0px;
  }
}

input[type=checkbox] {
  /* IE */
  /* FF */
  -webkit-transform: scale(1.3);
  /* Safari and Chrome */
  /* Opera */
  transform: scale(1.3);
}

.form-message {
  color: red;
}

.core-feature-list li{
  display: inline-block;
  width: 87px;
  margin: 10px 10px 10px 0;
  font-size: 11px;
}


.custom-nav ul li a{
  color: #202020;
  opacity: 0.8;
}


.btn
{
  min-width: 160px;
}

.line {
  background-image: url(/assets/images/line.png);
  background-repeat: no-repeat;
  height: 2px;
  background-position: center;
  background-size: cover;
  margin:auto;
}
/*# sourceMappingURL=custom.css.map */

.ptb-40
{

  padding:40px 0px;
}

.popular-class
{
  padding-bottom:80px
}

.tech-feature-single
{
  min-height: 185px;
}
