
#body {
  margin: 27px;
}


/*html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}


.article-wrap .article p {
  font-weight: 500;
}

.article-wrap h1 {
  color: #fff;
}

.accordion h2,
.accordion h3,
.accordion h4,
.accordion h5,
.accordion h6 {
  margin-bottom: 1rem;
}

h1>a.content-wrap__anchor,
h2>a.content-wrap__anchor,
h3>a.content-wrap__anchor,
h4>a.content-wrap__anchor,
h5>a.content-wrap__anchor {
  color: #1b2329 !important;
}


.overflow-hidden {
  overflow: hidden;

}

.overflow-auto {
  overflow: auto;
}

.max-height {
  max-height: calc(100vh - 50px);
}

@media (min-width:576px) {
  .content-wrap {
    max-width: 540px;
  }

}

@media (min-width:768px) {
  .content-wrap {
    max-width: 720px
  }


}


@media (min-width:992px) {
  .content-wrap {
    max-width: 960px;
  }

}

@media (min-width:1200px) {
  .content-wrap {
    max-width: 1140px;
  }

  .col-xl-one-fifth {
    flex: 0 0 20%;
    max-width: 20%;
  }


  .hero-wrap {
    max-width: 1140px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

}

ol,
ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}



t {
  border-collapse: collapse;
  border-spacing: 0
}


*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (min-width: 992px) {

  .fixed-top {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

}

@media only screen and (min-width : 320px) and (max-width : 991px) {

  .nav-login-btn {
    background: #e2e6ea;
    text-align: center;
    padding: .35rem .7rem;
    display: block;
    border: 1px solid #dae0e5;
  }

  .nav-login-btn-ml {
    margin: 0px 10px;
  }


}

/* ----------------------------------------------------------------
		Featured Boxes
	-----------------------------------------------------------------*/

.grey_bg {
  background-color: #f3f4f4;
}

.breadcrumb {
  background-color: transparent;
  font-size: 11px;
}

.breadcrumb .breadcrumb-item {
  font-size: 11px;
}

.hero-bg {
  background-image: url(/images/index-bg-cloud.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;

}


/******** Content Section End***********/
/******** Pricing ********/
.panel {
  width: 100% !important;
}

.cd-panel {
  position: relative;
  top: -64px;
  z-index: 1;
}


.cd-panel-content {
  position: relative;
  top: 0px;
  overflow: inherit !important;
}

.enterprise_box_height {
  height: 586px;
}


.main_text {
  font-size: 0.9375rem;
}

.addon_section ul li div {
  font-size: 0.8125rem;
  color: #000;
}

ul.tab-nav:not(.tab-nav-lg) li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  float: left;
  height: 45px;
  text-align: center;
  width: 20%;
  border-radius: 0px;
}


ul.tab-nav:not(.tab-nav-lg) li a {
  display: block;
  padding: 15px;
}





@media (min-width: 280px) {

  ul.tab-nav.tab-nav2 li a {
    background-color: #efefef;
    border-radius: 0px;
    height: 45px;
    line-height: 14px;
    font-size: 9px;
    font-weight: 500;
    border-radius: 0px;
    color: #888;
    padding: 6px 4px;
  }

  ul.tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #fafafa !important;
    color: #000;
    font-size: 9px;
    font-weight: 700;
    height: 45px;
    line-height: 14px;
    top: 0;
    border-radius: 0px;
    border-bottom: 3px solid #089949;
  }
}

@media (min-width: 576px) {
  ul.tab-nav.tab-nav2 li a {
    font-size: 11px;
  }

  ul.tab-nav.tab-nav2 li.ui-state-active a {
    font-size: 11px;
    ;
  }


}







