/*OWL Carousel arrow*/
@media (max-width:1200px) {
    html.active {
        overflow: hidden;
    }

    .nav-toggle {
        display: block;
    }

    .nav-menu .nav-toggle {
        display: flex;
        margin-bottom: 30px;
        justify-content: end;
    }

    .nav-menu {
        position: fixed;
        right: 0;
        width: 100%;
        height: 100dvh;
        top: 0;
        z-index: 10;
        transition: all 0.5s ease;
        background-color: #00000075;
        visibility: hidden;
        opacity: 0;
    }

    .nav-menu.active {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu .menu-items {
        max-width: 100%;
        width: 300px;
        height: 100%;
        background-color: var(--secondery);
        right: 0;
        position: absolute;
        padding: 20px;
        z-index: 11;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transform: translateX(300px);
        transition: all 0.5s ease;
    }

    .nav-menu.active .menu-items {
        transform: translateX(0);
    }

    header .header-wrap .menu {
        backdrop-filter: blur(0);
        background: transparent;
        border-radius: 0;
        align-items: start;
        flex-direction: column;
        background-color: transparent;
        padding: 0;
        gap: 25px;
    }

    .footer-contact-wrapper {
        max-width: 100%;
    }

    .footer-main-img {
        min-height: 400px;
    }

    .footer-main-img img {
        max-width: 225px;
    }

    .footer-content h2 {
        font-size: 70px;
    }

    h5.post-title {
        width: 100%;
    }


    .widget-wrapper .addtoany_list a {
        width: 40px;
        height: 30px;
    }

    .blog-post-main ul.post-meta {
        top: -40px;
    }

}

@media (max-width:1024px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .blog_section {
        padding: 60px 0;
    }

    div#google_translate_element {
        width: 32%;
    }

    .innerbanner {
        padding: 20px;
    }

    .popular-post-content .popular-post {
        padding-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .popular-post-thumb {
        width: 60px;
        height: 60px;
        float: none;
        border-radius: 4px;
        min-width: 60px;
    }

    .popular-post-details {
        margin-left: 0;
    }

    .popular-post-content .popular-post {
        padding-bottom: 13px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .popular-post-details h6 {
        font-size: 14px;
    }

    .post_data_Wrapper {
        max-width: 65%;
    }

    .post_list_Wrapper {
        max-width: 35%;
        flex: 0 0 35%;
    }

    .singlepost-main.post_list_Wrapper {
        max-width: 65%;
    }

    .widget {
        margin-bottom: 0;
        padding: 20px 0 0;
        border-radius: 8px;
    }

    .widget-wrapper {
        gap: 30px;
    }

    .widget-wrapper .widget:not(:last-child)::after {
        bottom: -25px;
    }

    .widget .title {
        margin-bottom: 10px;
    }

    .blog-pagination {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .widget .title h2,
    .widget .title b {
        font-size: 22px;
    }

    .singlepost-main ul.post-meta li:last-child,
    .blog-post-main ul.post-meta li:last-child {
        font-size: 12px;
    }

    .post-title {
        margin: 10px 0;
        font-size: 18px;
    }

    .post-details .excerpt {
        font-size: 14px;
    }

    h5.post-title {
        font-size: 18px;
    }

    .blog-social li a {
        width: 32px;
        height: 32px;
    }

    .widget-search form {
        border-radius: 6px;
        height: 40px;
    }


    .maincontent {
        font-size: 14px;
    }

    .maincontent h2 {
        font-size: 20px;
        margin-top: 28px;
    }

    .maincontent h3 {
        font-size: 18px;
    }

    .maincontent p {
        font-size: 14px;
    }

    .maincontent .data-table tbody td,
    .maincontent .data-table thead th {
        padding: 10px 15px;
        font-size: 14px;
    }

    .blog_section .post-single-header h1 {
        font-size: 36px;
    }

    .blog_section .breadcrumb ul {
        gap: 10px 18px;
        justify-content: center;
    }

    .blog_section .breadcrumb ul li {
        font-size: 12px;
    }

    .blog_section .breadcrumb ul li:not(:first-child)::before {
        left: -12px;
    }

    .blog_section .breadcrumb {
        padding: 0 20px;
    }

    .maincontent ul li {
        padding-left: 25px;
    }

    .maincontent ul li::before {
        width: 16px;
        height: 15px;
        top: 12px;
        transform: 0;
        left: 0;
        background-size: 16px auto;
    }
}

@media (max-width:991px) {
    .footer-main-img {
        max-width: 400px;
        margin: 0 auto;
    }

    .footer-content h2 {
        text-align: center;
    }

    .footer-content {
        padding-inline: 40px;
    }

    .inner-banner-sec {
        padding: 160px 0px 80px;
    }

    .post_data_Wrapper .post-grid {
        margin-bottom: 30px;
    }

    .popular-post-details p {
        font-size: 9px;
    }
}


/*Mobile view*/
@media (max-width:767px) {
    body.single-format-standard {
        padding-top: 130px;
    }

    p {
        font-size: 13px;
    }

    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .inner-banner h2 {
        font-size: 30px;
        margin: 0px 0 15px;
    }

    .post-single-header {
        text-align: center;
    }

    .post-single-meta ul.post-meta {
        margin-bottom: 15px;
    }

    .post-single-meta .addtoany_shortcode .a2a_kit {
        justify-content: center;
    }


    .maincontent {
        max-width: 100%;
    }

    .post-single-content {
        gap: 20px;
    }

    .post-single-content p {
        margin-bottom: 12px;
    }

    .post-single-content :is(ul, ol) li::marker {
        font-size: 16px;
    }

    .maincontent iframe {
        max-width: 100%;
    }

    .blog-head-sticky .post-single-header.sticky_wrap {
        display: none !important;
    }

    .post-single-content p a {
        word-break: break-all;
    }

    .sticky_col {
        position: relative;
        top: 0;
        margin-top: 10px;
        padding: 0 20px;
    }

    .maincontent h1 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .maincontent h2 {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .maincontent h3 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .maincontent h4 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .maincontent h5 {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .maincontent h6 {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
    }


    .content-wpr {
        padding: 0;
        position: relative;
        gap: 10px;
    }

    .blog_section {
        padding: 40px 0 40px;
        border-radius: 0;
    }

    .post-thumb a::before {
        width: 35px;
        height: 35px;
        background-size: 15px;
    }

    html .inline-menu ul li {
        width: 100%;
    }

    html .container {
        padding: 0 20px;
    }

    .logo a {
        width: 120px;
    }

    .sticky .logo a {
        width: 100px;
    }

    .innerbanner {
        padding: 100px 20px 20px;
    }

    .innerbanner h1 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .innerbanner p {
        font-size: 16px;
    }

    .row.blog-post-main {
        margin: 0;
    }

    h5.post-title {
        font-size: 18px;
    }

    .post-details {
        padding: 16px 0 0;
    }

    .post-details p {
        font-size: 14px;
    }

    .blog_section>.container>.row>* {
        padding: 0;
    }

    .blog_section>.container>.row {
        margin: 0;
        flex-direction: column;
    }

    .singlepost-main.post_data_Wrapper,
    .post_data_Wrapper,
    .post_list_Wrapper {
        max-width: 100%;
    }

    .post_list_Wrapper {
        position: unset;
    }

    .footer-main-img {
        max-width: 300px;
        margin: 0 auto;
        min-height: 300px;
    }

    .footer-main-img img {
        max-width: 180px;
    }

    .footer-content h2 {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .footer-socicon-wrapper ul li a {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }

    .footer-socicon-wrapper ul {
        margin-bottom: 30px;
    }

    .footer-content {
        padding: 30px;
    }

    .footer-contact-wrapper a p {
        font-size: 18px;
    }

    .blog_section .post-single-header h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .maincontent h2 {
        font-size: 18px;
        margin-bottom: 4px;
        margin-top: 24px;
    }

    .maincontent h3 {
        font-size: 17px;
    }

    .blog_section.blog_details {
        padding: 0;
    }

    .widget-wrapper .addtoany_list a {
        width: 40px;
        height: 40px;
    }

    .search.search-no-results .post_data_Wrapper h4 {
        font-size: 32px;
        margin: 130px auto 30px;
    }

    .search.search-no-results .post_data_Wrapper h4:before {
        width: 130px;
        height: 130px;
        background-size: 130px auto;
    }


}

@media (max-width:575px) {

    .inner-banner-sec {
        padding: 120px 0px 60px;
    }

    header {
        padding-block: 20px;
    }

    header .site-branding {
        width: 49%;
    }

    header .site-branding img {
        width: 90%;
    }

    .nav-contact .btn {
        padding: 10px;
        font-size: 11px;
    }

    .blog-post-main .col-sm-6 {
        padding: 0;
    }

    .content-wpr {
        gap: 15px;
    }

    .post-single-content {
        margin-bottom: 30px;
    }

    .post-single-meta {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .footer-contact-wrapper a p {
        font-size: 14px;
    }
}