.form-control {
    padding: 1.3125rem 1rem !important;

}
/* pricing table css starts  */
.pricing-table-8 {
    text-align: center;
    transition: 0.3s ease-in;
    position: relative;
    z-index: 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 7px 0 rgba(77, 109, 230, 0.35);
    margin-bottom: 30px;
}

.pricing-table-8 .price-header .title {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
    margin-bottom: 30px;
    background-color: #202a4d;
}

.pricing-table-8 .price-header .price {
    font-size: 50px;
    line-height: 60px;
    color: #3B8FBE;
    font-weight: 700;
    transition: 0.3s ease-in;
    text-align: center;
    position: relative;
    z-index: 0;
    border-bottom: 2px solid #c5d4db;
    padding-bottom: 25px;
    margin: 0 20px;
}

.pricing-table-8 .price-header .price .dollar {
    font-size: 33px;
    line-height: 33px;
    position: relative;
    top: -12px;
}

.pricing-table-8 .price-header .price .month {
    font-size: 16px;
    line-height: 20px;
}

.pricing-table-8 .price-footer {
    margin-top: 40px;
}

.pricing-table-8 .price-footer .order-btn {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    transition: 0.5s ease-in;
    font-weight: 600;
    background-color: #3B8FBE;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.pricing-table-8 .price-footer .order-btn:hover {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
    background-color: #333;
    color: #fff;
}

.pricing-table-8.active .price-header {
    position: relative;
}

.pricing-table-8.active .price-header .popular {
    position: absolute;
    top: 15px;
    right: -55px;
    display: inline-block;
    background-color: #202a4d;
    padding: 10px 30px;
    width: 180px;
    transform: rotate(40deg);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.pricing-table-8.active .price-header .title {
    background-color: #3B8FBE;
}

.pricing-table-8 .price-body ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.pricing-table-8 .price-body ul li {
    list-style: none;
    display: block;
    color: #282828;
    margin: 27px 0;
    transition: 0.3s ease-in;
}

.pricing-table-8 .price-body ul li:first-child {
    margin-top: 0;
}

.pricing-table-8 .price-body ul li:last-child {
    margin-bottom: 0;
}
/* pricing table css ends */

.form-control{
    /* background-color: #000; */
    border: #202a4d 2px solid;
    color: #3B8FBE !important;
    font-weight: 700;
    font-size: large;
}
input::placeholder{
    color: #202a4d !important;
}