/* To fix the eye in the input filed */
.bg-parimry-theme-color {
    background-color: #6C1212 !important;
    color: white;
}

/* Theme Font Color */
.theme-font-color{
    color: #6C1212 !important;
}

/* payment Plans start  */
.button-coming-soon:hover {
    background-color: #6c121297;
    color: white; 
}

.basic_head,
.basicText {
    background-color: #2983a6 !important;
    border: 4px solid #2983a6 !important;
    color: white;
}

.standard_head,
.standardText {
    background-color: #a62963 !important;
    color: white;
}

.premium_head,
.premiumText {
    background-color: #f2911b !important;
    color: white;
}

.basic ul:hover {
    color: #2983a6;
}

.standard ul:hover {
    color: #a62963;
}

.premium ul:hover {
    color: #f2911b;
}

.basic:hover {
    border-bottom: 6px solid #2983a6;
}

.standard:hover {
    border-bottom: 6px solid #a62963;
}

.premium:hover {
    border-bottom: 6px solid #f2911b;
}

/* shadow-color  */
.basic,
.standard,
.premium {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

