*,
h1,
h2,
h3,
p {
    margin: 0;
}
h1,
h2,
h3,
h4 {
    color: #000 !important;
}
:root {
    --primary-color: #000000;
    --light-color: #fff;
    --secondary-color: #fbfbfb;
    --dark-color: #e2e0e0;
    --success-color: #28a745;
    --info-color: #17a2b8;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-poppins: "Poppins";
    --heading-1: 2.5rem;
    --heading-2: 2rem;
    --heading-3: 1.5rem;
    --heading-4: 1.25rem;
    --paragraph: 18px;
    --paragraph-color: #3a3a3a;
}
* {
    padding: 0;
}
body {
    font-size: var(--paragraph);
    color: var(--primary-color);
    background-color: var(--light-color);
    font-family: var(--font-family-poppins) !important;
}
.d-flex,
.features {
    display: flex;
}
.d-flex-imp {
    display: flex !important;
}
.features h3,
h3 {
    line-height: 36px;
}
.sponsered {
    text-decoration: none;
    color: unset;
}
.nav_header_link {
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-bar {
    padding: 12px 0px;
}
.nav_header_link a {
    font-size: 15px;
}
.nav_header_link a:hover {
    color: #202020;
}
.footer-link a p:hover {
    color: #5a5555;
}
.dropdown {
    position: relative;
    width: fit-content;
}
.icons_lang a img:hover {
    transform: scale(1.1);
}
.dropbtn {
    cursor: pointer;
    display: flex;
    font-family: var(--font-family-poppins);
    column-gap: 7px;
    align-items: center;
    line-height: 22px;
    background: var(--secondary-color);
    padding: 8px 0px;
    color: #000;
    font-size: 16px;
    border: none;
    justify-content: space-between;
    min-width: 120px;
    font-weight: 500;
}
.dropdown-content {
    position: absolute;
    max-width: 100%;
    min-width: 120px;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    z-index: 1;
    background-color: #fff;
    margin-top: -5px;
    border-radius: 7px;
    max-height: 140px;
    font-size: 14px;
    bottom: 38px;
}
.dropdown-content a {
    padding: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    font-weight: 500;
    color: #717273;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.dropdown-content a:hover {
    background-color: #f6f6f6;
    color: #000;
}
.dropdown-content a img {
    width: 12px;
    height: 12px;
    border-radius: 20px;
}
p,
small,
td,
th {
    color: var(--paragraph-color);
}
*,
.flex-item {
    box-sizing: border-box;
}
.btn-link,
.footer-link a,
.lang-changer ul li a {
    text-decoration: none;
}
.icons_lang {
    align-items: center;
}
.lang-changer select,
body {
    font-family: var(--font-family-poppins);
}

.form-input,
label {
}
h1 {
    font-size: var(--heading-1);
    font-weight: 900;
}
h2 {
    font-size: var(--heading-2);
    font-style: normal;
    font-weight: 600;
}
h3 {
    font-size: var(--heading-3);
    font-style: normal;
    font-weight: 500;
}
.heading3{
    text-align: center;
}
.h4,
h4 {
    font-size: var(--heading-4);
    font-weight: 500;
    font-style: normal;
}
.h4 {
    color: #000;
}
p {
    font-size:  var(--paragraph);
    font-style: normal;
}
small {
    font-size: 14px;
}
img {
    max-width: 100%;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-space-between {
    justify-content: space-between;
}
.justify-space-around{
    justify-content: space-around;
}
.justify-space-evenly{
    justify-content: space-evenly;
}
.flex-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.text-center {
    text-align: center;
}
.text-dark {
    color: var(--primary-color);
}
.text-justify {
    text-align: justify;
}
.flex-1 {
    flex: 1;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex-basis-50 {
    flex-basis: 49%;
}
.flex-basis-auto {
    flex-basis: auto;
}
.features {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 20px;
}
.features .feature {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.features h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0px;
}
.features p {
    font-size: var(--paragraph);
    line-height: 27px;
    font-weight: 500;
}
.featue-three {
    font-weight: 500;
    color: var(--paragraph-color);
}
.gap-10 {
    gap: 10px;
}
.gap-4 {
    gap: 4px;
}
.gap-8 {
    gap: 8px;
}
.gap-16 {
    gap: 16px;
}
.gap-20 {
    gap: 20px;
}
.gap-30 {
    gap: 30px;
}
.gap-50 {
    gap: 50px;
}
.w-100 {
    width: 100%;
}
.w-50 {
    width: 50%;
}
.max-w-50 {
    max-width: 700px;
}
.max-w-60 {
    max-width: 600px;
}
.max-w-25 {
    min-width: 25%;
}
.mt-50 {
    margin-top: 50px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.my-50 {
    margin: 50px 0;
}
.my-10 {
    margin: 10px 0;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-44 {
    margin-bottom: 44px;
}
.mb-38 {
    margin-bottom: 38px;
}
.mt-12 {
    margin-top: 12px;
}
.py-20 {
    padding: 20px 0;
}
.py-17 {
    padding: 17px 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-30 {
    padding-bottom: 30px;
}
.mb-40 {
    margin-bottom: 20px;
}
.tool-input {
    padding: 10px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    resize: none;
    width: 100%;
}
.cursor-pointer {
    cursor: pointer;
}
.line-top {
    width: 100%;
    height: 1px;
    background-color: var(--dark-color);
}
.d-none {
    display: none !important;
}
.btn-primary {
    background-color: var(--primary-color);
    color: var(--light-color);
    font-size: 16px;
    border-radius: 6px;
    padding: 8px 15px;
    line-height: 24px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-family-poppins);
}
.btn-primary:hover {
    background-color: #2a2a2a;
    color: white !important;
}
.btn-primary.disabled {
    opacity: 50%;
    cursor: not-allowed;
}
.imges_width {
    min-width: 20px;
}
.d-block {
    display: block !important;
}
.d-block-flex {
    display: flex !important;
}
.mobile-dropdown,
.nav_mobile_btn {
    display: none;
}
.nav-link p,
label {
    color: var(--primary-color);
}
.tool-input {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    background-color: #f7f8fd;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
    grid-gap: 15px;
}
.title-div h3 {
    line-height: 42px !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
}
.data-div p {
    font-size: 16px;
    line-height: 22px;
    color: #717273;
}
.resources_link h3,
.quick_links h3 {
    margin-bottom: 0px !important;
}
.grid-container-blog {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    grid-gap: 40px;
}

.my-20 {
    margin: 20px 0;
}
.my-10 {
    margin: 10px 0;
}
.nav-link p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.card-img img {
    max-height: 220px;
    border-radius: 16px;
}
.single_blogImg {
    border-radius: 36px;
    margin-bottom: 20px;
}
.date-post {
    border-bottom: 1px solid #e2e0e0;
    padding: 0px 20px 20px 20px;
    color: #717273;
    font-size: 14px;
    font-weight: 400;
}
.tool-div {
    background-color: var(--secondary-color);
    border-radius: 12px;
    border: 1px solid var(--dark-color);
    padding: 15px 12px;
    height: 100%;
    width: 100%;
}
.tool-textarea {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 10px 20px;
    font-family: var(--font-family-poppins);
    font-size: 16px;
    font-weight: 500;

    width: 100%;
    background-color: #f7f8fd;
    height: 160px;
    resize: none;
}
.resources_link {
    padding-left: 30px;
}
.bg-secondary,
.footer,
.table-div {
    background-color: var(--secondary-color);
}
.textarea-div {
    position: relative;
}

.clear-icon,
.icon-div {
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.img-feature {
    width: 42px;
    height: 42px;
}
.table-div {
    border: 1px solid var(--dark-color);
    padding: 30px;
    border-radius: 20px;
    overflow-y: scroll;
    height: 600px;
}
.table-div::-webkit-scrollbar {
    width: 10px;
}
.table-div::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 20px;
}

.dropdown-content::-webkit-scrollbar {
    width: 4px;
}
.dropdown-content::-webkit-scrollbar-thumb {
    background: #717273;
    border-radius: 20px;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 6px;
}
::-webkit-scrollbar-track {
    background: #e0d8d8;
}
/* .paragraph-detail p,
h3 {
    margin-bottom: 10px;
} */
.paragraph_detail_list li {
    margin-bottom: 10px;
    margin-left: 25px;
}
.des-th {
    padding: 0 100px;
}
.bg-secondary {
    border-radius: 10px;
    border: 1px solid var(--dark-color);
    padding: 10px;
}
td,
th {
    border: 1px solid var(--dark-color);
    padding: 10px;
}
table {
    border-collapse: separate;
    border-spacing: 2px 2px;
}
.a__d__s_div {
    margin: 10px auto;
    text-align: center;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 728px;
    width: 100%;
}
.sidebar_section_height {
    width: 160px;
    height: 600px;
    border: 1px solid #f5f5f5;
}
.sidebara__d__s_div {
    position: sticky;
    top: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.website_container {
    flex: 1;
    min-width: 0;
    flex-shrink: 0;
}
.main_container {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}
/* .main_tool_container h3 {
    margin-bottom: 20px !important;
} */
.sidebaradd_section {
    margin: 0 auto;
    flex: 0 0 10%;
    flex-shrink: 0;
    margin: 0 15px;
}
.a__d_text {
    font-size: 12px;
    color: #bdbdbd;
    line-height: 20px;
}
.top_section_height {
    max-width: 728px;
    width: 100%;
    min-height: 90px;
    border: 1px solid #f5f5f5;
}
.blog-content {
    padding: 0 20px;
}
.main-container {
    max-width: 900px;
    margin: 0px auto;
    padding: 0 15px;
    display: flex;
    gap: 50px;
}
.grid-container-3,
.grid-container-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 30px;
}
.grid-container-4 {
    gap: 20px !important;
}
.sidebar_div {
    position: sticky;
    top: 0;
    margin-top: 22px;
}
/* .faq-question {
    min-height: 80px;
    padding: 0 15px;
}
.faq-answer {
    min-height: 130px;
} */

.faq-container {
    margin: 0 auto;
    padding: 0px 0px 50px 0px;
    gap: 25px;
    flex-direction: row;
}
.faq-heading {
    display: flex;
    width: 50%;
    gap: 20px;
    flex-direction: column;
}
.faq-item {
    border-radius: 15px;
    background-color: #fbfbfb;
    border: 1px solid #e2e0e0;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
    padding: 20px 20px 10px 20px;
    cursor: pointer;
}
.faq-answer {
    display: none;
    max-height: 100%;
    transition: max-height 0.5s ease-in-out;
    font-size: var(--paragraph);
    font-weight: 500;
    line-height: 30px;
    padding: 10px 20px 20px 20px;
    border-top: 1px solid #e2e0e0;
    color: #3a3a3a;
}

.faq-heading img {
    max-width: unset;
}

.popups {
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 99;
    justify-content: center;
    align-items: center;
}
.popup-container {
    background-color: #fff;
    border-radius: 16px;
    width: 320px;
    height: auto;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 20px 0;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
    transition: opacity 0.3s ease;
}
.popup-container {
    opacity: 1;
    animation: fadeIn 0.5s forwards;
}
.popup-title {
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
    font-weight: 600;
    color: #1e2a4b;
}
.popup-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 30px;
    color: #3a3a3a;
    text-align: center;
}
.tool_button {
    flex-direction: column;
}
.popup-img img {
    border-radius: 16px 16px 0 0;
}
.popup-cross {
    position: absolute;
    top: 11px;
    right: 18px;
    cursor: pointer;
}
#close-btn {
    width: 90%;
}
.method_button {
    min-width: 170px;
    font-size: 16px;
    min-height: 48px;
    line-height: 24px;
}
.Other_lang_btn {
    min-width: 222px;
}
.hand-down {
    font-size: 20px;
}
@media screen and (max-width: 425px) {
    .tool_new_button button{
        width: 100%;
    }
    .tool_new_button{
        margin: 10px 0px;
    }
    .tool-heading{
        gap: 10px;
    }
}
/* .tool_new_button button{
    min-width: 153px;
}
#copyButtonmedium{
    min-width: 172px !important;
} */
@media (max-width: 1100px) {
    .nav_header_link {
        background-color: #fff;
        padding: 10px;
        box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
        border-radius: 10px;
        position: absolute;
        width: 93%;
        top: 60px;
        transition: transform 0.3s;
        z-index: 2;
        gap: 10px;
        flex-direction: column;

        justify-content: start;
    }
    .nav_header_link {
        display: none;
    }
    .nav_header_link a {
        text-decoration: none;
        box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
        border-radius: 10px;
        width: 100%;
        background-color: var(--primary-color);
        padding: 10px;
        color: white;
        border-radius: 10px;
        list-style: none;
    }
    .nav_mobile_btn {
        display: block;
    }
}
@media (max-width: 992px) {
    .features {
        justify-content: start !important;
    }
    .feature {
        width: 43% !important;
    }
    .resources_link {
        padding-left: 0px;
    }
}
@media (min-width: 768px) {
    .grid-container-3 {
        grid-template-columns: repeat(auto-fill, minmax(31.333%, 1fr));
    }
    .grid-container-4 {
        grid-template-columns: repeat(auto-fill, minmax(48.5%, 1fr));
    }
}
@media (min-width: 992px) {
    .grid-container-3 {
        grid-template-columns: repeat(auto-fill, minmax(31.333%, 1fr));
    }
    .grid-container-4 {
        grid-template-columns: repeat(auto-fill, minmax(23.5%, 1fr));
    }
}
@media screen and (max-width: 960px) {
    .nav_header_link {
        justify-content: center;
    }
    .website_container {
        max-width: 75%;
    }
}
@media screen and (max-width: 880px) {
    .faq-heading {
        width: 100%;
    }
    .faq-container {
        flex-direction: column;
        padding: 20px 0px;
    }
}
@media screen and (max-width: 768px) {
    .website_container {
        max-width: 100%;
    }
    .a__d__s_div,
    .top_section_height {
        min-height: unset;
    }
    .input_button {
        width: 30% !important;
    }

    .flex-row {
        flex-direction: column;
    }
    .features {
        gap: 40px !important;
    }
    .feature {
        width: 100% !important;
    }
    .d-link {
        display: none;
    }
    .captcha {
        bottom: 25px;
    }
    .nav-bar {
        text-align: center;
        align-items: center;
    }
    .result_box {
        height: auto !important;
    }
    .announcement {
        margin-bottom: 30px !important;
    }
    .sm-m20 {
        margin: 0 20px;
    }
}
.tool-div {
    gap: 10px !important;
}
.footer {
    border-top: 1px solid var(--dark-color);
}
.line-vertical,
.td-code-copy:hover {
    background-color: var(--dark-color);
}
.line-vertical {
    width: 1px;
    height: 100%;
}
.rotate-img {
    transform: rotate(135deg);
}
.a-tag-style,
.code-copy,
.text-decoration-none {
    text-decoration: none;
    color: var(--primary-color);
}
.input_number_div {
    width: 70%;
    display: flex;
    min-height: 48px;
    gap: 10px;
    align-items: center;
}
.genrate_empty{
    border-radius: 8px;
    border: 1px solid var(--primary-color);
}
#generate-btn {
    float: right;
    font-family: var(--font-family-poppins);
}
.alert-error,
.alert-success {
    color: var(--light-color);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.td-code-copy:hover {
    color: var(--light-dark);
    cursor: pointer;
}
.input_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 35%;
}
.input_button_mob{
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 35%;
    display: none;
}
.test-action p{
   font-weight: 500;
   font-size: var(--paragraph);
   line-height: 27px; 
   color: #3A3A3A;
}
.test-div{
    min-height: 331px;
}
@media screen and (max-width: 600px) {
    .input_number_div{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .input_number_div{
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .generate_number{
        order:1;
        width: auto !important;
    }
    .input_number_div{
        order: 2;
    }
}
@media screen and (max-width: 768px) {
    
    .input-tool{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .btn-copy{
        min-width: 160px;
    }
    .input_button > .generate_number{
        display: none;
    }
    .tool-input{
       width: 100%; 
    }
}
.generate_number{
    width: 30%;
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 8px;
    border: #000 solid 1px;
    height: 48px;
    justify-content: center;
}
.input_button_mob > .generate_number_mob{
    display: none;
}
.minus_number, .add_number {
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    width: 48px;
}

.number {
    background: #f8f9ff;
    color: #3A3A3A;
    font-size: 18px;
    text-align: center;
    width: 55px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 27px;
    font-weight: 500;
    border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}
.btn-copy {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 16px;
    cursor: pointer;
    min-height: 48px;
    width: 160px;
}
.tooltip {
    position: relative;
    display: inline-block;
    width: 100%;
}
.tooltip .tooltiptext {
    display: none;
    visibility: hidden;
    width: max-content;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 115%;
    left: 200%;
    margin-left: -60px;
    font-size: 14px;
}
.tooltip.code-copy .tooltiptext {
    left: 70% !important;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    display: block;
}
.contact-form {
    background-color: var(--secondary-color);
    border-radius: 20px;
    border: 1px solid var(--dark-color);
    padding: 50px;
    margin-top: 30px;
}
.alert-error,
.alert-success,
.form-input {
    padding: 10px 20px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}
.submit_success {
    display: none;
}
.alert-span {
    color: #ff5757;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: -28px;
}
.success_msg {
    color: #53a81a;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
label {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.form-input {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    background-color: #f7f8fd;
    /* margin-bottom: 40px; */
    resize: none;
}
.contact-form-input input,
.contact-form-input textarea {
    margin-top: 8px;
}
.contact-form-input {
    margin-bottom: 25px;
}
.alert-success {
    background-color: var(--success-color);
    border: 1px solid var(--success-color);
    border-radius: 5px;
}
.alert-error {
    background-color: var(--danger-color);
    border: 1px solid var(--danger-color);
    border-radius: 5px;
}
.text-danger {
    color: var(--danger-color);
}
.text-success {
    color: var(--success-color);
}
.btn-link {
    border-radius: 8px;
    padding: 8px 20px;
    border: 1px solid #000;
}
.btn-link p {
    color: #000 !important;
    font-size: 16px;
    line-height: 24px;
}
.card {
    border-radius: 20px;
    border: 1px solid var(--dark-color);
    padding: 10px;
    margin-top: 30px;
    background-color: #fff;
}

li::marker {
    font-size: 1.5rem;
}
.ml-15 {
    margin-left: 15px;
}
.lang-changer .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    min-width: 165px;
    z-index: 1;
    right: 85px;
    border-radius: 5px;
}
.lang-changer .lang-dropdown {
    padding: 10px;
    cursor: pointer;
    border: none;
    background: #f6f6f6;
    border-radius: 5px;
    margin-left: 20px;
}
.lang-changer .lang-dropdown img,
.lang-changer ul li a img {
    height: 12px;
    margin-right: 3px;
}
.lang-changer .dropdown-icon::before {
    content: "\25BC";
    font-size: 12px;
    margin-left: 5px;
}
.lang-changer ul p {
    color: #717273;
    font-size: 14px;
    padding: 10px 15px;
}
.lang-changer ul li {
    list-style: none;
    padding: 10px 15px;
}
.lang-changer ul li a {
    color: #000;
    width: 100%;
}
.lang-changer ul li:hover {
    background: #f6f6f6;
}
.lang-changer {
    margin-top: -3px;
    margin-right: 20px;
}
.lang-changer select {
    width: 130px;
    height: 30px;
    border: 1px solid #8080802e;
    border-radius: 5px;
    font-size: 18px;
}
@media screen and (max-width: 450px) {
    h1 {
        font-size: 1.5rem !important;
    }
    .input-tool{
        flex-direction: column;
    }
    .tool-section {
        padding: 0px;
    }
    .popup-container {
        width: 300px;
    }
    /* .input_number_div {
        width: unset !important;
    } */

    .input_button {
        width: unset !important;
    }
    .options {
        flex-direction: column-reverse;
        gap: 10px;
        align-items: start !important;
    }
    .checkboxes {
        justify-content: end;
        width: 100%;
    }
    .select-options {
        flex-direction: column;
    }
    .flex-responsive {
        align-items: start !important;
    }
    p {
        font-size: 16px !important;
    }
    .download_div {
        gap: 10px;
    }
    .counter_result {
        gap: 4px;
    }
    .announcement_text p {
        font-size: 12px !important;
    }
}

.heading-font-boldness {
    font-weight: 600;
}