.pricing .plan {
    background-color: white;
    padding: 1rem;
    box-shadow: 0 1px 2px 1px rgb(7 54 66 / 0.2);
    border-radius: 6px;
    margin-right: 1rem;
    text-align: center;
    margin-bottom: 2rem;
    max-width: 420px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 680px;
    display: flex;
    flex-direction: column;
}

.pricing .plan.recommended {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.11);
    background-image: linear-gradient(32deg, #044d60 9%, #0082a3 96%);
    color:  #fff;
}

.pricing .plan.recommended .btn.btn-light {
    color: #267587;
}

.pricing .plan-footer {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.pricing .plan h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0;
}

.pricing .btn-price {
    width: 100%;
    display: block;
}

.pricing .plan-description {
    min-height: 66px;
    margin-bottom: 16px;
}

.pricing .plan-price {
    font-size:  48px;
    font-weight: bold;
}

.pricing .feature {
    margin-bottom: 1rem;
    font-size: 16px;
    transition: all 0.2s;
}

.pricing .plan.recommended h2, .pricing .plan.recommended .plan-description, .pricing .plan.recommended .plan-description-footer {
    color: #fff;
}

.pricing table thead th, .pricing table td {
    text-align: center;
}

.pricing table .feature-section th {
    font-weight: bold;
    color: #0d0e0f;
    font-size: 14px;
    padding-top: 1.25rem;
}

.pricing table tr.strip th, .pricing table tr.strip td {
    background-color: #f2f2f2;
}

.pricing h2.faq-headline {
    font-size: 26px;
    font-weight: 800;
    color: #073642;
    margin-bottom: 1rem;
}

.pricing .faq {
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

.pricing .faq .faq-item {
    color: hsla(192, 81%, 26%, 0.8);
    font-size: 18px;
    box-shadow: 0 1px 2px 1px rgb(7 54 66 / 0.2);
    background-color: white;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    padding:  1rem;
    width:  100%;
}

.pricing .faq .faq-item h2 {
    font-size: 18px;
    font-weight: 800;
    color: #073642;
    text-align: left;
}

.pricing .quotes {
    display: grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

.pricing .quotes .blockquote {
    background-color: transparent;
    box-shadow: none;
}


.payment-options {
    font-size: 14px;
    color: hsla(192, 81%, 26%, 0.6);
    transition: all 0.1s;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    justify-content: center;
    user-select: none;
    -webkit-user-select:  none;
}

.yearly-payment-option.active, .currency-option.active {
    color: hsla(192, 81%, 26%, 1);
}

.pricing .plan-description-footer {
    font-weight: 400;
    color: hsla(192, 81%, 26%, 0.8);
    font-size: 16px;
    margin-bottom: 1rem;
}

.plan-features {
    font-weight: 400;
    color: hsla(192, 81%, 26%, 0.8);
    font-size: 13px;
}

.pricing .plan-parent {
    color: #0d0e0f;
    opacity: 0.65;
    font-weight: 500;
    font-size: 12px;
}

.pricing .plan.recommended .plan-parent {
    color:  white;
    opacity: 0.72;
}

.pricing table {
    color: hsla(192, 81%, 26%, 0.8);
    font-size: 12px;
    background-color: white;
    border-radius: 6px;
}

.pricing table td {
    text-align: center;
}

.pricing table thead tr {
    background-color: #1b4f5c;;
    color:  white;
    overflow: hidden;
    font-size: 16px;
}

.pricing table thead tr th:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pricing table thead tr th:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pricing table thead tr th {
    vertical-align: middle;
}

.pricing table tbody td, .pricing table tbody th {
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
}

.pricing .table-title {
    text-align: left;
}

.pricing .commercial-use {
    margin: 114px 22px 0 23px;
    padding: 8px 25px 13px 26px;
    border-radius: 7px;
    border: solid 1px currentColor;
}

.pricing .commercial-use .feature-name {
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.pricing .commercial-use .feature-description {
      font-size: 10px;
      font-weight: normal;
}


.newsletter-signup {
    border-radius: 10px;
    background-image: linear-gradient(78deg, #044d60 1%, #0082a3 100%);
    
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;

    margin-bottom: 100px;

    color:  white;
}

.newsletter-signup h1 {
    font-size: 26px;
    color:  white;
    font-weight: bold;
}

.newsletter-signup p {
    font-size: 16px;
}

.newsletter-signup .form-control, .newsletter-signup .form-control:-webkit-autofill {
    background-color: transparent;
    border: 0;
    color:  white;
}

.newsletter-signup form {
    border:  2px solid white;
    border-radius: 4px;
    width: 100%;
}

.newsletter-signup input::placeholder {
    opacity: 0.7;
    color:  #fff;
}

.newsletter-signup .btn.btn-light {
    color: #007b9b
}

.newsletter-signup input:-webkit-autofill,
.newsletter-signup input:-webkit-autofill:hover, 
.newsletter-signup input:-webkit-autofill:focus, 
.newsletter-signup input:-webkit-autofill:active
{
  transition: background-color 5000s ease-in-out 0s;
  color: white !important;
}

.newsletter-signup input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

.accordion {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.accordion h2 button {
    font-size:  16px;
    font-weight: 500;
    color: #0d0e0f;
    text-decoration: none !important;
}

.accordion .card {
    background-color: transparent;
    border:  0;
    transition: all 0.1s;
}

.accordion .card:hover {
    background-color: rgba(38, 117, 135, 0.4);
}
.accordion h2 button:hover {
    color: #0d0e0f;
}

.accordion .card .card-header {
    background-color: transparent;
}

@media screen and (min-width: 1170px) {
    .grid-lg-2 {
        grid-template-columns: auto auto;
    }
}

