@media only screen and (max-width: 568px)
{
    .m-w-100
    {
       width: 100% !important;
    }
    .search-bar form
    {
      flex-direction: column;
    }
    .search-bar form .sr-inner
    {
        width: calc(100%/1);
    }
    .search-bar
    {
        width: 85%;
        top: 70%;
    }
    #main-banner
    {
        height: 65vh;
    }
    #main-banner .banner-content
    {
        top: 35%;
    }
    #four-box
    {
        flex-direction: column;
    }
    #four-box .boxes
    {
        width: calc(100%/1);
        margin: 0px 0px;
        padding: 10px;
    }
    .mflex-d-c
    {
        flex-direction: column;
    }
    .mflex-d-c-r
    {
        flex-direction: column-reverse !important;
    }
    #attra-sec .attra-img, #attra-sec .attra-content 
    {
       height: auto; 
    }
    #attra-sec .attra-content
    {
        padding: 18px;
        text-align: justify;
    }
    .about-page .row
    {
      padding: 15px 15px !important;
    }
    .about-page {
    background-position: 100% 100%;
    background-attachment: fixed;
    background-size: 100%;
    }
    #bc
    {
        height: 200px;
        background-position: 50% 120%;
        background-repeat: no-repeat;
        background-size: auto;
    }
    #bc .bc-content h1
    {
        font-size: 7vw;
        width: 100%;
        text-align: center;
    }
    footer .copyright
    {
        text-align: center;
    }
}

@media only screen and (max-width: 768px)
{
    .review-page
    {
       padding: 0px 15px !important;  
    }
    .attra-odd, .attra-even
    {
        height: auto !important;
        margin-bottom: 35px;
        --bs-gutter-x: 0rem !important;
        --bs-gutter-y: 0rem !important;
    }
    .attra-even
    {
      flex-direction: column-reverse;
    }
    .attra-content h2
    {
        margin-top: 35px;
    }
    .attra-odd .attra-image, .attra-even .attra-image
    {
        box-shadow: 0px 0px 0px #10cbd875 !important;
    }
    .mflex-d-c-r
    {
        flex-direction: column-reverse !important;
    }
    .mob-d-none
    {
       display: none !important;
    }
}


@media only screen and (max-width: 992px)
{
    .navbar-light .navbar-toggler
    {
        background-color: #fff !important;
    }
    .navbar-collapse
    {
        background: var(--themeclr);
        padding: 10px;
        text-align: center;
        outline: 1px solid #fff;
        outline-offset: -10px;
    }
    .dropdown-item
    {
        text-align: center !important;
    }
    .mflex-d-c-r
    {
        flex-direction: column-reverse !important;
    }
    .review-page
    {
       padding: 0px 15px !important;  
    }
    .attra-odd, .attra-even
    {
        height: auto !important;
        margin-bottom: 35px;
        --bs-gutter-x: 0rem !important;
        --bs-gutter-y: 0rem !important;
    }
    .attra-even
    {
      flex-direction: column-reverse;
    }
    .attra-content h2
    {
        margin-top: 35px;
    }
    .attra-odd .attra-image, .attra-even .attra-image
    {
        box-shadow: 0px 0px 0px #10cbd875 !important;
    }
}