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

@media screen and (max-width: 991px) {

    .main-wrapper {
        padding-top: 86px;
    }

    #header {
        position: fixed;
        top: 0;
        height: auto;
        padding: 10px 0;
    }

    #header .container {
        justify-content: center;
    }

    .opt-mobail {
        display: block;
    }

    .dt-header {
        display: none;
    }

    .logo-site img {
        max-width: 120px;
    }

    .menu-mobile>ul li {
        padding: 2px 15px;
    }

    .dt-header {
        display: none;
    }

    .top-header {
        display: block;
        background: rgb(0 0 0 / 21%);
        padding: 20px 0;
    }

    .top-header ul {
        display: block;
        margin-left: inherit;
    }

    .top-header ul:before {
        display: none;
    }

    .top-header ul li {
        border: 0;
        font-size: 14px;
    }


    .section_home .item {
        min-height: 400px;
    }

    .ticker-wrap {
        padding-top: 50px
    }

    .head-latest {
        width: 100%;
        justify-content: center;
    }

    .head-latest h5 {
        text-transform: uppercase;
    }

    .section_about:before {
        height: 300px;
    }

    .cont-about {
        text-align: center;
        margin-top: 30px;
    }

    .cont-about span {
        font-size: 20px;
    }

    .cont-about small {
        font-size: 18px;
    }

    .cont-about .btn-site {
        margin: 20px auto 0;
    }

    .item-services {
        margin-bottom: 0;
    }

    #articles-slider {
        width: 100%;
    }

    .section_articles {
        background-size: cover !important;
    }

    #articles-slider .owl-dots {
        left: 50%;
    }

    .section_watch .row {
        flex-direction: column-reverse;
    }

    .section_watch {
        padding: 60px 0;
    }

    .section_watch:before {
        background-size: 100%;
        width: 400px;
        height: 306px;
    }

    .section_watch iframe {
        width: 100%;
        height: 220px;
    }

    .txt-watch {
        text-align: center;
        padding-top: 30px;
    }

    .logo-ft {
        text-align: center;
    }

    .cont-ft ul,
    .list-contact li a {
        justify-content: center;
    }

    .menu-ft {
        text-align: center;
        margin-top: 30px;
    }

    .forecast-web,
    .nav-agriculture {
        display: none;
    }

    .forecast-mobile,
    .select-agr {
        display: block;
    }

    .item-palm {
        flex-direction: column;
    }

    .item-palm figure {
        width: 100%;
        height: auto;
    }

    .txt-palm {
        width: 100%;
        padding: 20px 0 0
    }

    .txt-board {
        margin-bottom: 30px
    }

    .item-board {
        flex-direction: column;
    }

    .item-board figure {
        width: 100%;
        height: auto;
    }

    .item-board .txt-board {
        width: 100%;
        padding: 30px 0 0;
    }

    .touch-contact {
        margin-bottom: 30px;
    }

    .aside-contact {
        padding: 40px;
    }

    .found-page {
        padding: 30px 0;
    }

    .txt-not-found {
        margin-bottom: 40px;
        text-align: center
    }

    .txt-not-found .btn-site {
        margin: auto;
    }

    .ls-prayer {
        flex-wrap: wrap;
    }

    .item-prayer {
        flex: 1 33.3334%;
    }

    .cont-condition,
    .item-tides {
        flex-direction: column;
    }

    .col-aside {
        width: 100%;
        margin-bottom: 20px;
    }

    .sea-condition {
        padding: 40px;
    }

    .sea-condition h3 {
        font-size: 27px;
        line-height: 1.5;
    }

    .cont-tides {
        padding: 0;
        width: 100%;
    }

    .item-tides .box-mf {
        width: 100%;
    }

    .data-tides {
        width: 100%;
        display: block;
    }

    .cont-bt-cal {
        flex-direction: column;
    }

    .cont-happ {
        width: 100%;
        margin: 0 0 20px;
    }

    .cont-holiday {
        width: 100%
    }

    .head-date .d-flex {
        display: block !important
    }

    .head-date p {
        display: inline-block;
        font-size: 13px;
    }

    .choose-date input {
        padding-left: 35px;
        width: 140px;
    }

    .choose-date input::placeholder {
        font-size: 13px;
    }

    .nav-tabs .nav-item {
        flex: 1 100%;
    }

    .cont-article-details .thumb-img {
        margin: 0 0 20px;
    }

    .dta-sun {
        margin: 10px -10px;
    }


    .cart-info-left,
    .cart-info-right {
        width: 100%;
    }

    .cart-card .wg-quantity {
        padding: 4px;
        gap: 4px;
        margin: 0;
    }

    .cart-card .btn-quantity {
        width: 25px;
        height: 25px;
    }

    .cart-info-right {
        margin-top: 0px;
        justify-content: flex-end !important;
        flex-direction: column-reverse;
        align-items: flex-end !important;
        width: 100px;
        flex-shrink: 0;
        gap: 5px !important;
    }

    .cart-card .quantity-product {
        width: 30px;
    }

    .cart-item {
        gap: 10px;
    }

    .cart-title {
        font-size: 16px;
        font-weight: 600;
    }

    .cart-section {
        padding: 50px 0;
    }

    .login-page {
        padding: 60px 0;
    }

    .view-cart-details {
        bottom: 20px;
        width: 100%;
        padding: 0 10px;
    }

    .our-product {
        padding: 60px 0;
    }

    .product-row {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
        .aside-contact {
        padding: 20px;
    }
}

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