a {
    color: #343a40;
    font-size: 0.9rem;
}

a:hover {
    text-decoration: none;
    color: rgb( 0, 174, 239);
}

form {
    width: 100%;
}

label {
    display: block !important;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    text-align: start;
    font-size: 14px;
}

.tooltip-inner {
    text-align: left;
}


/* select {
    text-align: center;
    text-align-last: center;
} */


/* .form-bg {
    height:200px;
    margin: 0 auto;
        } */

.trial-heading {
    color: #343a40;
    /* font-family: sans-serif; */
    font-size: 1.3rem;
    /* font-weight: 500; */
    margin-bottom: 2rem;
    text-transform: capitalize;
    margin: 0 0 40px 0;
    /* Mustufa Qadri Work Starts Here */
    font-family: muli, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    /* Mustufa Qadri Work Ends Here */
}

.decimal {
    font-size: 1.7rem;
    font-weight: 700;
}

.form-horizontal {
    background-color: #fff;
    /* font-family: 'Source Sans Pro', sans-serif; */
    text-align: center;
    /* padding: 1px 30px 50px; */
    padding-bottom: 20px;
    border-radius: 0.5rem;
    /* box-shadow: 12px 12px 0 0 rgba(0, 0, 0, 0.3); */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    /* Mustufa Qadri Work Starts Here */
    font-family: muli, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    /* Mustufa Qadri Work Ends Here */
}

.form-horizontal .heading {
    color: #343a40;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 40px 0;
    /* font-family: sans-serif; */
    /* Mustufa Qadri Work Starts Here */
    font-family: muli, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    /* Mustufa Qadri Work Ends Here */
}

.form-horizontal .form-group {
    margin: 0 auto 30px;
    position: relative;
}

.form-horizontal .form-group:nth-last-child(2) {
    margin-bottom: 20px;
}

.form-horizontal .form-group:last-child {
    margin: 0;
}

.form-horizontal .form-group>i {
    color: #343a4023;
    transform: translateY(-50%);
    position: absolute;
    left: 5px;
    top: 50%;
}

.form-horizontal .form-control {
    color: #343a40;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    height: 40px;
    /* padding: 5px 10px 2px 25px; */
    box-shadow: 0 0 0 0 transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: inline-block;
    text-align: start;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    text-align: start;
}

.form-horizontal .form-control:focus {
    border-bottom: 1px solid #343a40;
    box-shadow: none;
}

.form-horizontal .btn-main {
    /* color: #343a40; rgb( 0, 174, 239); */
    color: rgb( 0, 174, 239);
    background-color: rgba(240, 240, 240, 0.863);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    /* width: 75%;
    height: 45px; */
    padding: 7px 30px;
    margin: 0 auto 25px;
    border: none;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.form-horizontal .btn:focus,
.form-horizontal .btn:hover {
    color: #ffffff;
    /* background-color: #343a40; */
    background-color: rgb( 0, 174, 239);
}

.form-horizontal .btn:before,
.form-horizontal .btn:after {
    content: '';
    color: #ffffff;
    /* background-color: #343a40; */
    background-color: rgb( 0, 174, 239);
    height: 50%;
    width: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
}

.form-horizontal .btn:after {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
}

.form-horizontal .btn:hover:before,
.form-horizontal .btn:hover:after {
    height: 100%;
    width: 50%;
    opacity: 0;
}

.form-horizontal .create_account {
    color: #343a40;
    display: inline-block;
}

.form-horizontal .create_account:hover {
    color: rgb( 0, 174, 239);
    text-decoration: none;
}

select:required:invalid {
    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
}

option[value=""][disabled] {
    display: none;
}


/* Mustufa Qadri Work Starts Here */

.btn {
    font-family: muli, sans-serif !important;
    font-weight: 400;
    font-style: normal;
}


/* Mustufa Qadri Work Ends Here */

@media (max-width: 500px) {
    .form-horizontal {
        margin-top: 100px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .form-horizontal {
        margin-top: 200px;
        margin-bottom: 203px;
    }
}

.card-header.header-1{
    height: 5vh;
    border: 1px solid transparent;
    width: 50%;
    margin: auto;
    border-radius: 0 0 12px 12px !important;
}

.plan-card>p{
    font-size: 0.8rem;
    color: #343a40;
}

.card-header.header-1{
    background-color: #00aeef !important;
    min-height:3rem;
}
/* .card-header.header-1.premium-header{
    background-color: #00aeef !important;
    opacity: 60%;
} */
/* .card-header.header-1.basic-header{
    background-color: #00aeef50 !important;
}
.card-header.header-1.trial-header{
    background-color: #00aeef20 !important;
} */
.card.plan-card-main {
    box-shadow: 8px 10px 16px #e9e9e9;
     font-family: Monsterrat, sans-serif !important;
}

.card.plan-card-main:hover{
    animation: translateY(50px) 2s;
}

.plan-name{
    color: rgb(41, 41, 41) !important;
    text-align: center;
    color: white !important;
    font-weight: bold;
}

.btn-membership{
    background-color: #00aeef !important;
    color: white !important;
    font-size: 0.8rem;
    border: 1px solid transparent !important;
    box-shadow: none !important;
}
.price-tag{
    color: #00aeef;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
}
.span{
    font-size: 1rem !important;
}
.trial-tag{
    font-size: 1rem;
    text-align: center;
    color: #00aeef;
}
.save-price-tag{
    color: #343a40 !important;
    font-size: 0.9rem !important;
    text-align: center;
}