
.autocert-container {
  
  
}

.hero-bg {
  background: #0a2540;
  background: linear-gradient(135deg, #0a2540 0%, #1a4a7a 100%);
  color: white;
  padding: 80px 0;
  margin-bottom: 0;
}

.label-heading {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #00d68f;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.btn-autocert {
  background-color: #eb5a28;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 0 35px;
  min-height: 50px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 10px;
  display: inline-flex;
  line-height: 50px;
}
.btn-autocert:hover {
  background-color: #406ab3;
  color: #fff;
}

.btn-how-it-work {
  background-color: #fff;
  color: #333;
  font-weight: 700;
  border: none;
  padding: 0 35px;
  min-height: 50px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  line-height: 50px;
  margin-left: 15px;
}
.btn-how-it-work:hover{
  background-color: #e5efff;
  color: #333;
}

.ad-section {
  background: #fff;
  padding: 60px 0;
  border-bottom: 1px solid #eee;
  margin-top: -20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.validity-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 220px;
}

.step-box {
  border-left: 3px solid #00d68f;
  padding-left: 15px;
  margin-bottom: 30px;
  min-height: 100px;
}

.crisis-table {
  background: #fff;
}

.crisis-table thead {
  background: #0a2540;
  color: #fff;
}

.bg-dark-custom {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 0;
}

.bg-light-custom {
  background: #f9f9f9;
  padding: 60px 0;
}

.brand-pill {
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 5px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.helper-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

/*--------------------------*/

.timeline-text{
  
}
.timeline-text p{
  font-size: 17px;
}
.timeline-text h3{
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin: 15px 0 0 0;
}
.timeline-text-border{
  border-left: solid 1px #dee2e6;
  border-right: solid 1px #dee2e6;
}
.timeline-text-red{
  color:#dc3545 !important;
}
.timeline-text-green{
  color: #198754 !important;
  font-size: 20px !important;
}

.what-is-autocert{}
.what-is-autocert .smallText{
    font-size: 18px;
    font-weight: 700;
    color:#eb5a28;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.what-is-autocert .heading{
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #000;
}
.what-is-autocert p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.key-features{}
.key-features .title{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
.key-features .title i {
  font-size: 24px;
  font-weight: 700;
  color: #eb5a28;
}

.key-features ul{
  margin: 0;
  padding: 0;
}
.key-features ul li{
  margin-bottom: 24px;
}
.key-features ul li p{
  font-size: 14px;
  line-height: 20px;
}
.key-features ul li h2 {
  font-size: 18px;
  color: #000;
  margin: 0 0 7px 0;
}


.ssl-validity{
  background-color: #f8f9fa;
  padding: 50px 0;
}

.ssl-validity .smallText {
  font-size: 18px;
  font-weight: 700;
  color: #eb5a28;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.ssl-validity .heading {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 50px 0;
  color: #000;
  line-height: 40px;
}

.validity-card1{
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
  padding: 30px;
  min-height: 260px;
}
.validity-card1 .title{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.validity-card1 .title span{
    font-size: 40px;
    font-weight: 700;
    display: block;
    color: #0d6efd;
    margin-bottom: 26px;
}
.validity-card1 p{
  font-size: 15px;
}

.validity-card2 {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
  border-top: solid 3px #dc3545;
  padding: 30px;
  min-height: 260px;
}
.validity-card2 .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.validity-card2 .title span {
  font-size: 40px;
  font-weight: 700;
  display: block;
  color: #dc3545;
  margin-bottom: 26px;
}
.validity-card2 p {
  font-size: 15px;
}

.validity-card3 {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
  background-color: #1a397e;
  padding: 30px;
  min-height: 260px;
}
.validity-card3 .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.validity-card3 .title span {
  font-size: 40px;
  font-weight: 700;
  display: block;
  color: #4cc305;
  margin-bottom: 26px;
}
.validity-card3 p {
  font-size: 15px;
  color: #d6d6d6;
}

.crisis-table{
  width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    border: solid 1px #c9dcef;
    margin-bottom: 30px;
    display: inline-table;
    width: 100%;
}

.crisis-table th {
  background: #d9e8f6;
  color: #000000;
  padding: 12px 16px;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}
.crisis-table td {
  padding: 11px 16px;
  font-size: 16px;
  color: #475569;
  border-bottom: 1px solid #f1f5f9;
}


.autocert-works{
  padding: 40px 0;
}
.autocert-works .smallText{
  font-size: 18px;
  font-weight: 700;
  color: #eb5a28;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.autocert-works .heading{
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 60px 0;
  color: #000;
  line-height: 40px;
}
.autocert-works p {
  font-size: 16px;
  margin-bottom: 50px;
}

.step-box-autocert {
  border-left: 3px solid #eb5a28;
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
}
.step-box-autocert h4{
  font-size: 20px;
}

.step-box-autocert .step-num {
  font-weight: 900;
  color: #eb5a28;
  font-size: 24px;
  margin-right: 10px;
}

.choose-autocert{
  background: #172d4c;
      padding: 40px 0;
}
.choose-autocert .smallText {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.choose-autocert .heading {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 60px 0;
  color: #fff;
  line-height: 40px;
}
.choose-autocert h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-bottom: solid 1px #fff;
  display: inline-block;
}
.choose-autocert p{
  font-size: 16px;
  color: #b8b8b8;
  margin-bottom: 20px;
  line-height: 26px;
}

.autocert-free{
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
  padding: 30px;
  min-height: 260px;
  margin: 80px 0;
  background: #f8f9fa;
  border: solid 1px #f3f3f3;
}
.autocert-free .smallText{
  font-size: 18px;
  font-weight: 700;
  color: #eb5a28;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.autocert-free .heading{
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #000;
  line-height: 40px;
}
.autocert-free p{
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 24px;
}

.listing-box{
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
  padding: 30px;
  background: #fff;
}
.listing-box .heading{
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #000;
}
.listing-box ul{
  padding: 0;
  margin: 0 0 40px 0;
}
.listing-box ul li{
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.listing-box ul li img{
  position: absolute;
  left: 0;
  top: 6px;
  height: 11px;
}

.support-brand{

}
.support-brand .smallText {
  font-size: 18px;
  font-weight: 700;
  color: #eb5a28;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.support-brand .heading {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #000;
  line-height: 40px;
}
.support-brand p {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 10%;
}
.important-autocert{
  background-color: #cff4fc;
  padding: 20px;
  font-size: 14px;
  color: #055160;
  line-height: 22px;
  margin: 30px 0 50px 0;
}
.important-autocert span{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
}

.assistance{}
.assistance .smallText {
  font-size: 18px;
  font-weight: 700;
  color: #eb5a28;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.assistance .heading {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #000;
  line-height: 40px;
}
.assistance p {
  font-size: 16px;
  margin-bottom: 20px;
}
.assistance-info{
  background: #f8f9fa;
  border-radius:10px;
  padding:20px;  
}
.assistance-info p{
  font-size: 14px;
  margin-bottom: 20px;
  color: #141414;
}
.assistance-info p a{
  color: #0d6efd;
}

.just-sell{
  background-color: #f8f9fa;
  padding: 50px 0;
  text-align: center;
}
.just-sell h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #7d7d7d;
  line-height: 40px;
}
.just-sell h4 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #333;
  line-height: 40px;
}

.support-hr{
  background: #fff;
    display: inline;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
}
.support-hr span {
  color: #eb5a28;
  font-weight: 600;
}