.orange-background {
  background-color: #CC442E;
  height: 110px;
}

h1.align-center{
  text-align: center;
  font-size: 60px;
  font-family: 'Montserrat';
  color: #FFF;
  padding-bottom: 20px;
  padding-top: 20px;
}

.left-menu {
  position: fixed;
  border-right: 2px solid #CC442E;
  height: 900px;
}

.plan-an-event-menu {
  margin-top: 40px;
  list-style: none;
}

.plan-an-event-menu li{
  /* border: 1px solid #000; */
  margin: 10px;
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
}

.right-menu{
  margin-left: 260px;
}

.mt-50 {
  margin-top: 50px; 
}

.mb-90 {
  margin-bottom: 90px; 
}

div.pdf-container {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.btn.btn-download {
  background-color: #F8631A;
  min-width: 250px;
  color: #fff;
  font-size: 20px;
  align-items: center;
  border-radius: 10px;
  font-weight: 700;
}

.btn-download-div {
  width: 100%;
  height: 300px;
  text-align: center;
  padding: 70px;
  padding-top: 120px;
  background-image:
    radial-gradient(#f2c0a3, rgba(242, 192, 163, .4) 50%, transparent, #f2f2f2);
}

.get-started,
.get-paid,
.products,
.services,
.sign-in{
  border-radius: 10px;
  background-color: #F8631A;
}

#sign-in {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.fs-23 {
  font-size: 23px;
}

#sign-in {
  height: 750px;
}

.plan-an-event-menu li:hover {
  color: #FFF;
  background-color: #F3A726;
}

.fs-40 {
  font-size: 40px;
}

input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: white;
  color: #F37126;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 3px;
  border: 2px solid #F37126;
  cursor: pointer;
}

.checkbox input[type=checkbox] {
  margin-left: 15px;
}

div.checkbox label {
  font-family: Montserrat;
  font-size: 16px;
  color: rgba(90, 88, 88, 1);
}

th a.btn {
  top: 0 !important;
  padding: 10px;
  margin: 20px;
}

th a.btn.paypal-btn {
  padding: 1px 11px;
}

th a.btn.worldline-btn {
  /* padding: 10px 1px; */
  padding-left: 2px;
}

td {
  vertical-align: baseline;
}

h1 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 400;
}

.text-red {
  color: red;
}

.panel-default {
  padding-bottom: 40px;
  margin-top: 40px;
}

#create-account-button .create-account {
  text-decoration: none;
  color: #FFF;
}

.card-header a{
  background-color: #F8631A;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}

.mt-300 {
  margin-top: 300px;
}

.all-card-hearders{
  /* padding: 0 25px; */
}

.pricing-info-desktop,
#sign-in {
  padding: 0 10px;
}

#services,
#getPaid,
#getStarted {
  margin: 0 -35px;
}

.logo-btn {
  pointer-events: none;
}

button.btn {
  padding: 0 !important;
}

@media (max-width: 767px) {

  button.btn {
    padding: 0 !important;
  }

  .hidden-sm {
    display: none !important;
  }

  th a.btn {
    margin: 0px;
    padding: 6px 1px;
  }

  .orange-background {
    height: 80px;
  }

  h1.align-center {
    font-size: 31px;
  }

  #sign-in {
    width: 100%;
  }

}