body {
    font-family: 'Poppins';
}

.bg-image {
    background-image: url('/assets/imgs/avk_header_banner.png');
    height: 30vh;
    background-position: center;
    background-size: cover;
}

.main_header {
    position: relative;
}


.header_txt {
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
}

.subscription_text {
    position: absolute;
    top: 15% !important;
    left: 60%;
    transform: translate(-50%, -50%);
}

.sub_header_text {
    position: relative;
    top: 15% !important;
    left: 46%;
    transform: translate(-50%, -50%);

}

.bg-image-register {
    background-image: url('/assets/imgs/register.png');
    height: 30vh;
    background-position: center;
    background-size: cover;
}

.btn-color {
    background-color: #30475E !important;
    width: 160px;
    color: white;
    margin-top: 2px;
}

/*.textarea-form{
border:  none !important;
}*/
.form-avk::-webkit-input-placeholder {
    font-size: 12px !important;
}

.bg-color-card {
    background-color: #f7f7f7;
}

.cards {
    width: 22%;
    margin: 0px;
    height: 300px;
}

.font-size-content {
    font-size: 14px;
}

.card-height {
    height: 300px;
}

.about-us-cards {
    width: 30%;
}

.navbar > .container-fluid {
    justify-content: space-around !important;
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-6 {
    margin-top: 4rem !important
}

.mt-4 {
    margin-top: 1.8rem !important
}

.login-fields {
    border-radius: 8px;
    border: 2px solid black;
}

.card {
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 50%;
    border-radius: 20px;
    padding-bottom: 30px;
}

.login-avk {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: center;
}

.register {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
}

.remember {
    font-family: Poppins;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
}

.lg-width {
    width: 70%;
}

.rm-u {
    color: #666666;
    text-decoration: none !important;
}

.link-light {
    font-weight: 400 !important;
}

.btn-color:hover {
    color: white !important;
}

.subs_box {
    border-radius: 20px !important;
    background-color: white !important;
    margin-bottom: 40px !important;
}

.subs_box:hover {
    border-color: #30475E !important;
}

.main-container {
    position: relative;
    margin-bottom: 10px !important;
}

.subs_parent_box {
    position: absolute;
    top: -350px !important;
}

.title-content {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.5em;
}

.line-height {
    line-height: 1.7em;
}

.diamond-font-size {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 400;
}

.video-content {
    width: 100%;
}

.card-fonts {
    font-size: 14px;
    line-height: 1.5em;
}

.card-font-title {
    font-size: 16px;
    font-weight: 600;
}


.bg-image-subs {
    background-image: url('/assets/imgs/subscription_banner.png');
    height: 50vh;
    background-position: center;
    background-size: cover;
}

.diamond_subs {
    height: 200px !important;
}

@media only screen and (max-width: 560px) {
    .bg-image-about {
        margin-top: 140px !important;
    }
}

.customer-solution {
    font-size: 20px;
    font-weight: 500;
}
