/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.offer-img {
        height: auto;
    }
.offer-img-small {
    height: auto !important;
}
.video-height {
    height: auto;
}
.video-border {
    padding: 4px !important;
    background: #fff;
    margin-left: 0px;
    margin-top: 5px;
}
.offer-header {
    font-size: 30px;
    text-align: center;
    padding: 10px 0px;
}
.category-title {
    font-size: 26px !important;
}
.product-image img {
    height: auto;
}
.thumbnail>img {
    height: auto;
}
.animated-icon>img {
    height: auto;
}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
.offer-img {
        height: auto;
    }
.offer-img-small {
    height: auto !important;
}
.video-height {
    height: auto;
}
.video-border {
    padding: 4px !important;
    background: #fff;
    margin-left: 0px;
    margin-top: 5px;
}
.offer-header {
    font-size: 30px;
    text-align: center;
    padding: 10px 0px;
}
.category-title {
    font-size: 26px !important;
}
.product-image img {
    height: auto;
}
.thumbnail>img {
    height: auto;
}
.animated-icon>img {
    height: auto;
}
.about-title {

        font-size: 16px;
            line-height: 24px;
}
.location-address {
    margin: 0;
    margin-bottom: 0px;
    line-height: 22px;
    font-size: 15px;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .logo-title h1 {
            font-size: 23px;
    }
    .gshop-navmenu ul li a {
        padding: 5px 6px;
        font-size: 13px;
    }
    .category-title {
        font-size: 25px !important;
    }
        .fs-5 {
            font-size: 1rem !important;
        }
                .about-title {
        
                    font-size: 15px;
                    line-height: 21px;
                }
                                .location-address {
                                    margin: 0;
                                    margin-bottom: 0px;
                                    line-height: 22px;
                                    font-size: 15px;
                                }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
.logo-title h1 {

        font-size: 26px;
}
.gshop-navmenu ul li a {
    padding: 5px 7px;
}
.category-title {
    font-size: 30px !important;
}
.offer-header {
    font-size: 33px;
}
.about-title {

    font-size: 15px;
    line-height: 24px;
}
.location-address {
    margin: 0;
    margin-bottom: 0px;
    line-height: 22px;
    font-size: 15px;
}
}

