@media (max-width:480px) {

    .section-header-text h5 {
        padding-bottom: 10px;
        text-align: center;
        color: #212121;
        font-size: 17px;
    }

    .section-header-text p {
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        color: #767676;
        letter-spacing: 3px;
        text-align: center;
        text-transform: capitalize;
        padding-bottom: 10px;
    }

    .padding-tb {
        padding: 44px 0px !important;
    }

    .slidenewsection {
        margin-bottom: 44px !important;
    }

    .checkbox:checked+label,
    .checkbox:not(:checked)+label {
        margin: 0 auto;
        margin-right: 8px;
        margin-left: 0px;
        width: 30px;
        height: 30px;
    }

    .checkbox:checked+label {
        border: 2px solid #0091FF;
    }

    .full-height {
        min-height: 75vh;
    }

    .tt-scrolling-text.scr-text-stroke .tt-scrolling-text-inner {
        /* font-weight: bold; */
        font-weight: 400;
        color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #0091FF;
        -webkit-text-fill-color: transparent;
        margin-bottom: 10px;
        font-size: 40px;
    }

    .tt-scrolling-text2.scr-text-stroke .tt-scrolling-text-inner2 {
        /* font-weight: bold; */
        font-weight: 400;
        color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #0091FF;
        -webkit-text-fill-color: transparent;
        font-size: 40px;
    }

    #filter {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        /* border: 1px solid; */
    }

    #filter li a {
        position: relative !important;
        display: inline-block !important;
        letter-spacing: 3px !important;
        /* font-family: 'Courgette', cursive !important; */
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        font-size: 14px !important;
        margin-bottom: 5px !important;
        text-align: center !important;
        outline: none !important;
        color: #666666 !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-decoration: none !important;
        -webkit-transition: all 300ms linear !important;
        -moz-transition: all 300ms linear !important;
        -o-transition: all 300ms linear !important;
        -ms-transition: all 300ms linear !important;
        transition: all 300ms linear !important;
    }

    #motionText{
        width: 130%;
    }

    .mainrow{
        margin-bottom: 10px !important;
        /* border: 2px solid red; */
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .mainrowdiv {
        width: 106px !important;
        height: auto;
    }
    .featuredmain {
        /* border: 2px solid red; */
        height: 27vh;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background-color: black; */
    }
    .tooltip-content {
        position: absolute;
        background: #212121;
        z-index: 9999;
        width: 178px;
        bottom: 50%;
        margin-bottom: -1em;
        padding: 18px 25px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 2px;
        font-style: italic;
        border-radius: 20px;
        text-align: center;
        color: #fff;
        opacity: 0;
        cursor: default;
        pointer-events: none;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }

    .modal-content {
        position: relative;
        /* background-color: #fefefe; */
        margin: auto;
        padding: 0;
        width: 95%;
        /* max-width: 1200px; */
        /* border: 2px solid green; */
      }
}