@media (max-width: 1080px) {
    .input_counter_message .message{
        display: none;
    }
    .input_counter_message .short_message{
        display: block !important;
    }
}
@media (max-width: 1024px) {
    .tools__container {
        display: none !important;
    }
    .other__tools__container {
        display: block !important;
    }
    .ai_mode_description {
        max-width: 800px;
        left: 50%;
        top: 50px;
        transform: translateX(-50%);
    }
    .tool_options {
        flex-direction: column;
        text-align: center;
    }

    .tool_options > div {
        align-items: center;
        justify-content: center;
    }
    .summary-length{
        width: 100%;
    }

}

@media (max-width: 992px) {
    header{
        width: 95% !important;
        margin: auto;
    }
    .theme-padding, header {
        padding: 0 20px !important;
    }
    .top-header{
        padding: 5px 20px !important;
    }
    .top-header .flex-col:not(.flex-end){
        padding: 10px 0px !important;
    }
    .input .card {
        width: 70%;
        height: 114px;
        left: 13%;
    }
    h2{
        font-size: 25px;
    }
    .why_choose
    {
        padding: 50px 25px !important;
    }
    #after-text-load-controls {
        flex-direction: column !important;
    }
    .desktop_visible{
        display: none;
    }
    .mobile_visible{
        display: flex;
    }
    .output_options_main_desktop {
        display: none;
    }
    .opened .modal-dialog {
        left: 61%;
        top: -100%;
        width: 90%;
    }

    .show-bullets,
    .best-line,
    .summary_title {
        position: relative;
        background: none;
        font-size: 14px !important;
        padding: 10px 16px;
        font-weight: var(--font-weight-medium);
        color: #000;
        transition: background 0.4s;
        cursor: pointer;
    }

    .show-bullets b,
    .best-line b {
        padding-right: 10px;
    }

    .controls-heading {
        padding-top: 10px;
        text-align: center;
    }

    .summary-length span:first-child {
        width: 100%;
        display: flex;
        column-gap: 9px;
    }

    .flex-col,
    .container,
    .content-wrapper,
    .flex-row,
    .content-wrapper > p > img {
        width: 100%;
        height: unset;
    }

    .bottom-credit {
        font-size: 13px;
    }

    header:after {
        display: none;
    }

    .top-header {
        align-items: flex-start;
        flex-direction: row;
    }

    .tool-section .input {
        width: 100%;
        padding: 10px;
        height: auto;
        margin-top: 0px;
    }

    .tool-section .controls {
        width: 100%;
        margin: 0;
        border-radius: 10px;
        row-gap: 5px;
        padding-left: unset;
        padding: 10px;
    }

    .summorg-input-holder label img {
        height: 70px;
    }

    #clear-btn {
        height: 22px;
        width: 22px;
    }

    .mobile-menu-trigger > span {
        border: 2px solid #16197c;
        margin: 3px;
    }

    .grid-3, .grid-4{
        grid-template-columns: 1fr 1fr
    }
    .tool-section .tool__container{
        padding: 15px 40px;
    }
}

@media (max-width: 822px) {
    .desktop_visible{
        display: flex;
    }
    .response-buttons-height{
        max-height: 105px;
    }
    .mobile_visible{
        display: none;
    }
    /* HEADER */
    .tools__container {
        display: flex !important;
    }
    .other__tools__container {
        display: none !important;
    }
    /* END HEADER */
    .ai_mode_description {
        max-width: 400px !important;
        left: 50% !important;
    }
    .tool_options .modes__list span{
        font-size: var(--font-size-xsmall);
    }

    label.controls-heading{
        font-size: var(--font-size-xsmall);
    }
    .summary-length .range_desc{
        margin-bottom: 0px;
    }
    .left_right_ads {
        padding: 20px 0 0;
    }

    .left_right_ads span {
        transform: translate(-50%, 0px);
    }

    .nav_desktop {
        display: none;
    }

    .axn-btn button {
        margin: 10px auto;
    }

    .nav_no_desktop {
        display: contents;
    }

    .mode_for_tab_mobile {
        display: inline-grid;
    }

    .output_options_main_desktop {
        display: none;
    }

    .controls-heading-res,
    .output_options_main_desktop {
        display: none !important;
    }

    .input__output {
        flex-direction: column;
        gap: 10px;
    }

    .input__box {
        width: 100%;
        border-radius: 12px;
    }
    .output__container {
        display: none;
    }
    .output__box {
        width: 100%;
        border-radius: 12px;
        border-left: 1px solid #e5e5e5;
    }
    /* .output__box .output_content{
        flex-wrap: wrap;
    } */
    .controls-heading {
        padding: 0;
        margin: 0 auto;
    }

    div#ajaxloaderwrapper {
        width: 100%;
    }

    .alert_box {
        flex-direction: column;
        max-height: 600px;
        max-width: 300px;
        gap: 0;
    }

    .alert_box .bg {
        display: none;
    }

    .alert_box .content {
        padding-top: 0;
        gap: 10px;
    }

    .alert_box .content p {
        text-align: center;
    }

    .alert_box .content div {
        align-items: center;
    }

    .alert_box .btn {
        min-width: 200px;
    }
    .pricing__plans__container .pricing__plans {
        flex-direction: column;
    }
    .pricing__plans__container .pricing__plans .free__plan__container {
        order: 1;
    }
    /* FAQ */
    .faq__section .body > div {
        flex: auto;
        width: 100%;
    }
    .flex-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .summary .content > div img {
        margin: auto;
    }

    .summary .content .img {
        order: 1;
    }
    /* .tool_options .modes__list {
        border-radius: 5px;
        min-width: auto;
    }
    .tool_options .modes__list span {
        border-radius: 5px;
    }
    .tool_options .modes__list .mode.btn-outline-gradient {
        border-radius: 5px;
    } */
    footer .widget-section .flex-row {
        flex-direction: row !important;
    }

    footer .widget-section {
        width: 100%;
    }

    footer .widget-section > div {
        width: 100%;
        text-align: left;
    }

    .blog-section .latest .content {
        order: 1;
    }

    .langGlob {
        display: none;
    }

    .summerizer_lang {
        display: block;
        width: 105px;
        box-shadow: none;
    }

    .points_list {
        gap: 10px !important;
    }

    .social_icons {
        flex-direction: row;
        justify-content: center;
    }
    .tool-btn-sm-wrap {
        display: flex;
    }

    .top-header .flex-col:not(.flex-end) {
        width: 100% !important;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 30px;
    }

    .dropdown-content {
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile-menu-trigger {
        height: 30px;
        width: 30px;
        top: 17px;
        right: 15px;
        display: block;
        transform: rotate(90deg);
    }

    .output_options_main {
        padding: 10px 0;
    }

    .summary_range {
        flex-direction: column;
        min-height: 20px !important;
    }
    .input__output {
        flex-direction: column;
    }

    .input__box {
        width: 100%;
    }
    .output__container {
        display: none;
    }
    .output__box {
        width: 100%;
    }

    ._aboutimg {
        width: 90% !important;
    }

    .feature_lists {
        flex-direction: column;
    }

    .feature_lists div {
        margin-bottom: 1rem;
    }

    .tool_options {
        flex-direction: column;
    }
    .tool_options .modes__list{
        min-width: 240px;
    }

    .container.tool-section.flex-row {
        flex-direction: column;
        row-gap: 30px;
    }

    .center_btn {
        margin-left: 0px;
    }

    div#word-count {
        font-size: 12px;
    }

    .axn-btn button {
        margin: 20px auto;
    }

    #tool-submit-btn-again,
    #tool-submit-btn {
        padding: 10px 30px;
        width: unset;
        font-size: 14px;
    }

    .tool-submit-btn {
        margin: 10px auto;
        position: unset;
    }

    .dots-behind:before,
    .dots-behind:after {
        display: none;
    }

    .responsive-flex-col {
        flex-direction: column;
        gap: 10px !important;
    }

    footer .widget-section {
        flex-direction: column;
        row-gap: 40px;
    }

    .w-small {
        width: 100%;
    }

    .counter-section .flex-row {
        flex-direction: column;
        row-gap: 40px;
    }

    .features-section .feature-box {
        flex-direction: column;
        padding: 2em;
        border: 0;
        align-items: center;
        text-align: justify;
    }

    .feature-box h3 {
        padding-top: 1em;
        text-align: center;
    }

    .about-us-section {
        flex-direction: column-reverse;
    }

    .flex-row.nav-links {
        display: none;
        position: absolute;
        left: 50%;
        top: 70px;
        transform: translate(-50%, 0px);
        background: #fff;
        width: 100% !important;
        z-index: 33;
        padding: 0 20px 10px 20px;
        box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.05);
    }

    header .flex-row.nav-links a {
        color: #232878;
        padding: 5px;
    }

    .blog-section > div .item .featured-image {
        margin-bottom: 1px;
    }

    .blog-section .flex-row {
        flex-direction: column;
        row-gap: 20px;
    }

    .blog-section > div .item {
        max-width: 100% !important;
    }

    .blog-section > div .item h2 {
        font-size: 20px;
    }

    .blog-section > div .item p {
        line-height: 20px;
        font-size: 16px;
    }
    /* TOOL */
    .tool-section .textarea {
        height: 250px;
    }
    .result_option span{
        display: none;
    }
    /* END TOOL */
}
@media (max-width: 565px) {
    .grid-2,.grid-3,.grid-4{
        grid-template-columns: 1fr;
    }

    .comparison_text .grid-item:last-child{
        margin-top: 5rem;
    }

    .input-modes{
        left: -2% !important;
    }

    .input_setting_bar{
        justify-content: center;
        padding:10px 0;
    }
    .input_setting_bar>.footer_center{
        order:2;
    }
    .input_setting_bar>.footer_right{
        min-width: fit-content !important;
    }
}
@media (max-width: 425px) {
    .ai_mode_description {
        max-width: 300px !important;
        /* left: 10px !important; */
        left: 50% !important;
        margin-top: 10px;
    }
    .tool-section .controls {
        padding: 0px;
    }

    .tool-section .tool__container {
        padding: 10px;
    }

    .tool_options .modes__list span {
        padding: 5px !important;
    }

    .output_options {
        gap: 0px;
    }

    .output_options label {
        gap: 5px;
    }
    .range__slider {
        min-width: 200px;
    }
    .input_setting_bar {
        /* flex-direction: column; */
        gap: 10px;
        padding: 10px 0px;
    }

    .content .tool_info_container {
        padding: 20px;
    }

    .content .tool_info .feature .feature-icon {
        min-width: 100px;
        flex-direction: column;
        max-width: 100px;
    }
}

@media (max-width: 360px) {
    div#output-summary-content,
    .tool-section .input textarea {
        font-family: "Roboto", sans-serif;
        color: #333 !important;
        font-weight: var(--font-weight-normal);
    }

    .overlay {
        width: 125px;
        /* padding: 10px !important; */
    }

    .overlay:first-child {
        /* margin-right: 10px !important; */
    }

    .summorg-input-holder p {
        font-size: 16px !important;
    }
}

@media (max-width: 320px) {
    .summary_title {
        line-height: 35px;
    }
}
