html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}




/*------------------------ Pricing Comparison table -------------------------*/


.pricing-comparison-table {
    padding: 40px 20px;
    font-family: "Urbanist", sans-serif;
}

    .pricing-comparison-table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .pricing-comparison-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }


    .pricing-comparison-table .container {
        max-width: 1100px;
        margin: 0 auto;
        overflow-x: auto;
    }

    .pricing-comparison-table table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        border-radius: 12px;
        overflow: hidden;
    }

    .pricing-comparison-table thead {
        background: #ffffff;
    }

        .pricing-comparison-table thead th {
            background-color: #f9f9f9;
            padding: 35px 50px 35px 50px;
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
        }

    .pricing-comparison-table tbody td {
        padding: 35px 50px 35px 50px;
        font-size: 15px;
        color: #444;
    }

        .pricing-comparison-table tbody td:first-child {
            text-align: left;
            font-weight: 700;
            color: #222;
        }

        .pricing-comparison-table tbody td strong {
            color: #000;
        }

    .pricing-comparison-table tbody td {
        min-width: 120px;
    }