/******************************
responsive area
********************************/
/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {

    .mobilePading {
        padding: 15px !important;
    }

    .page_title {
        font-size: 25px;
    }

    .page_banner .pager_bannerimg {
        height: 200px;
    }

    .bg-breadcrumb .banner_text {
        top: 15px;
    }

    .header-carousel .header-carousel-item h1 {
        font-size: 25px;
    }

    .header-carousel .banner_text2 {
        font-size: 15px;
        line-height: 30px;
    }

    .tag_linecss span {
        font-size: 20px;
        padding-top: 5px;
    }

    .mobmargin {
        margin-left: 0rem !important;

    }

    .Postdetails span {
        font-size: 14px !important;
    }

    .NewsDiv1 .Newstexttitle11 h1 {
        font-size: 18px !important;
    }

    .mobiwidthbtn {
        width: 100% !important;
    }

}