.btn__md {
    padding: 10px 16px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 5px;
}

.btn_white {
    background-color: #fff;
    color: #213360;
}

.btn_white:hover {
    background-color: #FFFFFF;
    color: #213360;
}

.btn_sm_topbar {
    padding: 8px 16px;
    font-size: 10px;
    line-height: 1;
    border-radius: 5px;
}

.abc {
    background: #0c8ec3;
}

.header-topbar-2 {
    background-color: #00AFEF;
}

.bg-img-2 {
    background-size: contain !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
}

.page-title-2 {
    height: 600px;
}

@media (max-width: 768px) {
    .header-topbar-2 {
        display: none;
    }

    .statics {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .marquee-card {
        display: none;
    }

    .button-card {
        padding: 10px;
    }

    .statics {
        display: none;
    }
}

@media (max-width: 1440px) {
    .page-title-2 {
        height: 450px !important;
    }
}

@media (max-width: 1080px) {
    .page-title-2 {
        height: 310px !important;
    }
}

@media (max-width: 980px) {
    .page-title-2 {
        height: 336px !important;
    }
}

@media (max-width: 790px) {
    .page-title-2 {
        height: 236px !important;
    }
}

@media (max-width: 600px) {
    .page-title-2 {
        height: 180px !important;
    }
}

@media (max-width: 450px) {
    .page-title-2 {
        height: 136px !important;
    }
}
