@media(max-width:1200px) and (min-width:992px){
.main_content h3 {
    font-size: 40px;
}

.Categories_box .img_cared:before {
    left: -5px;
    width: 170px;
    height: 170px;
}

.Categories_box .img_cared {
    width: 160px;
    height: 160px;
}
}

@media(max-width:991px) and (min-width:768px){
.Categories_content{
    margin-bottom: 40px;
}

.main_content h3 {
    font-size: 30px;
}

.main_content h4 {
    font-size: 17px;
}

.offer_box{
    margin-top: 20px;
}
}


@media(max-width:991px){
    .menu_icon {
    display: flex;
    flex-flow: column;
    gap: 7px;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_icon span {
    width: 30px;
    height: 2px;
    background: #fff;
    display: flex;
    gap: 12px;
}

.menu_all {
    position: fixed;
    background: #141414;
    width: 250px;
    padding: 0px;
    left: -250px;
    top: 0;
    display: block;
    height: 100%;
    transition: 0.5s;
}

.menu_all.active {
    left: 0;
}

.menu_all .menu {
    flex-flow: column;
    gap: 40px;
}

.menu_all ul {
    flex-flow: column;
    gap: 0px;
}

.menu_all ul li {
    padding: 10px 20px !important; 
    border-bottom: 1px solid #80808042;
}

.menu_all .menu .main_btn {
    margin: 0px 20px;
}
.mobile_logo img {
    width: 100%;
    max-width: 120px;
    margin: auto;
    display: block;
    margin-top: 15px;
}
}

@media(max-width:767px){
    .offer_box h3 {
    font-size: 18px;
}

.social_media {
    justify-content: center;
}

.main_heading h3 {
    font-size: 25px;
}

.style_content h3 {
    font-size: 25px;
}

.subscribe_content h3 {
    font-size: 25px;
}

.quick_link {
    margin-top: 20px;
}

.offer_box img {
    width: 100%;
    max-width: 147px;
}

.offer_box h5 {
    font-size: 14px;
}

.offer_box div {
    padding: 15px 0px 15px 50px;
}

.offer_box{
    margin-top: 20px;
}

.main_content h3 {
    font-size: 25px;
}

.main_content h4 {
    font-size: 16px;
}

.about_img img {
    height: 250px;
}

.about_section:before{
    content: none;
}

.about_section_2 .row {
    flex-direction: column-reverse;
}

.about_section_2 h5 {
    margin-left: inherit;
}

.subscribe_section {
    background-position: 65% 40%;
}

.Categories_content{
    margin-bottom: 40px;
}

.Categories_box {
    margin-top: 25px;
}
}