@media (max-width:660px) {

    /* smartphones, iPhone, portrait 480x320 phones */
    .h1-responsive {
        font-size: 16px;
    }

    .responsive-row {
        flex-direction: row;
    }

    .word-chewllanbr {
        display: none !important;
    }

    .form-group.location-responsive {
        max-width: 60px !important;
    }

    .options-responsiv {
        max-width: 60px !important;
        font-size: 12px;
    }

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

    .top-responsive {
        position: absolute;
        top: -3%;
        font-size: 24px;
        right: 6%;

    }

    .top-responsive1 {
        position: absolute;
        top: -3%;
        font-size: 24px;
        right: 6%;

        background: transparent;
    }

    .mt-3 {
        margin-top: 0% !important;
    }

    a.btn.btn-back.btn-ronded.h2 {
        font-size: 12px;
        text-align: center;
        white-space: inherit;

    }

    .show-images {

        left: -255%;
        right: -61%;
        width: 295%;
        z-index: 1;
    }

    .nos-arrow-btn>i {
        font-size: 100%;
        font-weight: 800;
    }

    .left-responsiv {
        text-align: left !important;
    }
    .terminology_model {
        z-index: 10000 !important;
        position: absolute !important;
        top: -743% !important;
        /* right: -321% !important; */
        left: 15% !important;
        width: fit-content;
        font-size: larger !important;
        color: black !important;
        border: 5px dashed yellow !important;
    }
}

@media (min-width:481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    
}

@media (min-width:641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:961px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */
}