#pricing #pricing-section-1 {
  background: #F7F8FF;
  border-radius: 0 0 150% 150% / 0 0 250% 250%;
}

#pricing #pricing-section-1 h1 {
  font-family: var(--gothambold);
  text-transform: uppercase;
  color: #0061FF;
  font-size: 4rem;
}

#pricing #pricing-section-1 p {
  font-family: var(--gothambook);
  color: #2B2B2B;
  font-size: 1.6rem;
}

#pricing #plans-section-2 h2 {
  font-family: var(--gothambold);
}

#pricing #plans-section-2 p {
  font-family: var(--urbanist-font);
  font-weight: 500;
  color: #747681;
}

#pricing #plans-section-2 .card {
  background: #F5F5F5;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  border: none;
  height: 100%;
  transition: all 0.1s ease-in-out;
}

#pricing #plans-section-2 .card:hover {
  background: #0061FF
}

#pricing #plans-section-2 .card .title {
  min-height: 170px;
}

#pricing #plans-section-2 .card .title h4,
#pricing #plans-section-2 .card .title p {
  font-weight: 500;
  font-family: var(--urbanist-font);
  font-size: 1.4rem;
  transition: all 0.1s ease-in-out;
}

#pricing #plans-section-2 .card .title h4 span {
  font-size: 1.8rem;
  font-weight: 700;
}

#pricing #plans-section-2 .card .title p {
  font-size: .8rem;
  margin: 0;
}

#pricing #plans-section-2 .card hr {
  margin: 0px 20px;
}


#pricing #plans-section-2 .card:hover hr {
  background: #34CAA5;
  transition: all 0.1s ease-in-out;
}

#pricing #plans-section-2 .card a {
  background: #34CAA5;
  font-weight: 700;
  font-family: var(--urbanist-font);
  transition: all 0.1s ease-in-out;
}

#pricing #plans-section-2 .card .benefits-list {
  min-height: 250px;
}

#pricing #plans-section-2 .card .benefits-list li {
  margin: 10px 0;
}

#pricing #plans-section-2 .card .benefits-list li i {
  color: #34CAA5;
  transition: all 0.1s ease-in-out;
}

#pricing #plans-section-2 .card .benefits-list li span {
  font-weight: 400;
  font-family: var(--urbanist-font);
  font-size: .8rem;
  transition: all 0.1s ease-in-out;
}

#pricing #plans-section-2 .card:hover .title h4,
#pricing #plans-section-2 .card:hover .title p,
#pricing #plans-section-2 .card:hover .benefits-list li i,
#pricing #plans-section-2 .card:hover .benefits-list li span {
  color: #ffffff
}

#pricing #plans-section-2 .card:hover a {
  background: #ffffff;
  color: #34CAA5
}


#pricing #compare-section-3 h2 {
  font-family: var(--gothambold);
}

#pricing #compare-section-3 table tr th:first-child,
#pricing #compare-section-3 table tr td:first-child {
  text-align: start;
}

#pricing #compare-section-3 table thead tr th {
  font-family: var(--poppin-font);
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: .8rem;
}

#pricing #compare-section-3 table tbody tr td {
  font-family: var(--poppin-font);
  padding: 10px 30px;
  font-size: .8rem;
}

#pricing #compare-section-3 table tbody tr td:first-child {
  font-weight: 600;
  font-size: 1rem;
}

#pricing #compare-section-3 table tbody tr:nth-child(odd) {
  background-color: #F1F8FF;
}

#pricing #compare-section-3 table tbody tr td i {
  color: #83C089;
  font-size: 1rem;
}

#pricing #hire-section-4 .hire-card {
  background: #F9FCFF;
  box-shadow: 0px 44px 85px rgba(2, 0, 87, 0.2);
  border-radius: 25px;
}

#pricing #hire-section-4 h2 {
  font-family: var(--gothambold);
}

#pricing #hire-section-4 p {
  font-family: var(--gothambook);
  color: #303843;
}

#pricing #ready-section-5 h2 {
  font-family: var(--gothambold);
}

#pricing #ready-section-5 p {
  font-family: var(--gothambook);
  color: #303843;
  font-size: 1.8rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 50px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #34CAA5;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "Y";
  height: 40px;
  width: 40px;
  left: 4px;
  bottom: 4px;
  font-weight: 700;
  color: white;
  font-size: 1.7rem;
  background-color: #0A8062;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.active:before {
  content: "M";
}

input:checked+.slider:before {
  -webkit-transform: translateX(49px);
  -ms-transform: translateX(49px);
  transform: translateX(49px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width: 768px) {

  #pricing h2 {
    font-size: 2rem !important;
  }

  #pricing h3 {
    font-size: 1.8rem !important;
  }

  #pricing h4 {
    font-size: 1.5rem !important;
  }

  #pricing h5 {
    font-size: 1.3rem !important;
  }

  #pricing h6 {
    font-size: 1.2rem !important;
  }

  #pricing p,
  #pricing span {
    font-size: 1.1rem !important;
  }

  #pricing #pricing-section-1 h1 {
    font-size: 3rem !important;
  }

  #pricing #pricing-section-1 p {
    font-size: 1.4rem !important;
  }

  #pricing #plans-section-2 .card .title h4,
  #pricing #plans-section-2 .card .title p {
    font-size: 1.2rem !important;
  }

  #pricing #plans-section-2 .card .title h4 span {
    font-size: 1.4rem !important;
  }

  #pricing #plans-section-2 .card .title p {
    font-size: .7rem !important;
  }

  #pricing #compare-section-3 table thead tr th,
  #pricing #compare-section-3 table tbody tr td {
    padding: 10px 10px;
  }

}

@media (max-width: 576px) {
  #pricing #pricing-section-1 {
    border-radius: 0 0 200% 200% / 0 0 50% 50%;
  }

  #pricing #pricing-section-1 h1 {
    font-size: 2.5rem !important;
  }

  #pricing #pricing-section-1 p {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 480px) {
  #pricing h2 {
    font-size: 1.5rem !important;
  }

  #pricing h3 {
    font-size: 1.3rem !important;
  }

  #pricing h4 {
    font-size: 1.1rem !important;
  }

  #pricing h5 {
    font-size: 1rem !important;
  }

  #pricing h6 {
    font-size: 0.9rem !important;
  }

  #pricing p,
  #pricing span {
    font-size: 0.8rem !important;
  }

  #pricing #pricing-section-1 h1 {
    font-size: 1.8rem !important;
  }

  #pricing #pricing-section-1 p {
    font-size: 1rem !important;
  }

  #pricing #plans-section-2 .card .title h4,
  #pricing #plans-section-2 .card .title p {
    font-size: 1rem !important;
  }

  #pricing #plans-section-2 .card .title h4 span {
    font-size: 1.2rem !important;
  }

  #pricing #plans-section-2 .card .title p {
    font-size: .7rem !important;
  }

  #pricing #compare-section-3 table thead tr th,
  #pricing #compare-section-3 table tbody tr td {
    padding: 10px 0px 0px 10px;
    font-size: .8rem !important;
  }
}