@media (min-width: 991px) {
    .pricing .card:hover {
        margin-top: -0.25rem;
        margin-bottom: 0.25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }

    .check-confirm {
        position: absolute;
        z-index: 99;
        left: -20px;
        top: 15px;
    }

    .apply-o-3 {
        order: 3;
    }

    .pt-50-lg {
        padding-top: 50px;
    }

    .width-form-lg {
        width: 360px !important;
    }

    .glass {
        width: 150px;
        height: 150px;
        position: absolute;
        border-radius: 50%;
        cursor: none;

        /* Multiple box shadows to achieve the glass effect */
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

        /* hide the glass by default */
        display: none;
    }

    .vh-60{
        height: 60vh;
    }

    .clip-img{
       clip-path: circle(70.7% at 72% 39%);
    }

    .border-top-sm-0{
        border-top: 0px !important;
    }

    .border-bottom-sm-0{
        border-bottom: 0px !important;
    }

    .owl-carousel .owl-stage-outer{
        padding: 20px;
    }

    .main-nav-list-links li{
        margin-right: 15px;
    }

    .vh-80{
        height: 80vh;
    }
}


@media screen and (max-width: 768px) {
    .split-mobile-py-0{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .main-logo-size {
        height: 33px;
    }

    .blog-title-content {
        font-size: 2rem;
    }

    .form-inline-no-flex {
        display: block !important;
    }

    .search-split-container .split-grid {
        display: block;
    }

    .cat-sect .sub-cover-image {
        position: relative;
        overflow: hidden;
        height: 100px;
        transition: all 0.3s ease-in;
    }

    .cat-sect .cover-image {
        position: relative;
        overflow: hidden;
        height: 120px;
        transition: all 0.3s ease-in;
    }

    .cat-sect .col-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .ft-4 {
        font-size: 2rem;
    }

    .ft-3 {
        font-size: 1.8rem;
    }

    .loader-sect-w {
        height: 100%;
        padding: 50px 0;
    }

    .remove-card .remove-text {
        display: none;
    }

    .check-confirm {
        position: absolute;
        z-index: 99;
        left: 7px;
        top: 15px;
    }

    .checkmark {
        left: 30px;
    }

    .radio-container {
        padding-left: 60px;
    }

    .category-view-grid {
        display: block;
    }

    .country-dropdown-menu{
        position: absolute !important;
    }

    .card-view-d .pricing {
        font-size: 0.8rem;
    }

    .home-intro-sect {
        height: 100%;
    }

    .phone-view-1 {
        width: 230px;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }
    /* .check-confirm {
        position: absolute;
        z-index: 99;
        left: -5px;
        top: 15px;
    } */
    .main-logo {
        height: 30px;
    }
    .btn-block-sm {
        width: 100%;
    }
    .text-center-sm {
        text-align: center;
    }

    .quest-text {
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-size: 9px;
    }

    .subject-card h4 {
        font-size: 1rem;
    }

    .d-footer-links {
        display: block;
        column-count: 2;
    }

    .info-tab-links .nav-item {
        margin: 0 0px;
    }

    .info-tab-links .nav-item {
        padding-bottom: 15px;
    }

    .make-block-sm {
        display: block;
    }

    .sub-sect,
    .info-grid {
        height: auto;
    }

    .split-grid {
        display: block;
    }

    .my-sm {
        margin: 5rem 0;
    }

    .py-sm {
        padding: 5rem 0;
    }

    .split-side {
        padding: 15px;
    }

    .split-info {
        padding: 15px;
    }

    .main-logo {
        flex-grow: 1;
    }

    .dropdown-menu {
        border: none;
    }

    .auth-split-grid {
        display: block;
    }

    .bt-sticky {
        position: sticky;
        bottom: 0px;
        background: white;
        box-shadow: 3px 3px 7px #ccc;
        margin: 0px;
        padding: 10px 0;
        z-index: 99;
    }

    .inner-card-atm-text{
        font-size: 1rem;
    }

    .inner-card-atm-title{
        font-size: 50%;
    }

    .shorten-text-sm {
        white-space: nowrap;
        width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* .home-intro-text h1 {
        font-size: 40px;
    } */

    .card-atm-height {
        height: 200px;
    }

    .order-1-sm{
        order: 1
    }

    .order-2-sm{
        order: 2
    }

    .make-bigger{
        font-size: 40px;
    }

    .testify-image {
        height: 250px;
        width: 250px;
        margin: 0 auto;
    }

    .indicator--bottom{
        bottom: -70px;
    }

    .testify-text {
        font-size: 17px;
    }

    .cookies-sect{
        left: 0;
        right: 0;
        bottom: 0;
    }

    .close-policy{
        right: 8px;
    }

    .sub-btn{
        min-height: 35px;
    }

    .quest-link a.sub-btn {
        font-size: 10px;
    }

    .main-footer {
        position: relative;
    }

    .auth-form {
        height: 100%;
    }

    .auth-split-grid-1{
        display: block;
        height: 100%;
    }

    .add-space-mobile{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .banner-bg {
        height: 250px;
    }

    .about-intro-text h1{
        font-size: 1.5rem;
    }

    .py-1-5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .p-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .steps-area .step__item-content {
        margin-left: 25px;
        max-width: 100%;
    }

    .banner-sect h1 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .ft-2 {
        font-size: 1.5rem;
    }

    .ft-6 {
        font-size: 4rem;
    }

    .pricing-header-text h3{
        font-size: 16px;
    }

    .pricing-header-text p{
        font-size: 12px;
    }

    .home-intro-text h1{
        font-size: 3rem;
    }

    .mobile-padding li{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .pt-hero{
        padding-top: 100px !important;
    }

    .text-big {
        font-size: 3rem;
        color: #24186c;
        line-height: 3rem;
    }

    .error-text{
        font-size: 4rem !important;
        color: #2cb761 !important;
    }
}

@media screen and (max-width: 320px){
    .main-logo{
        height: 20px;
    }

    .main-logo-size {
        height: 33px;
    }
}
