/* Extra small devices (portrait phones, less than 576px) XS */


@media(min-width: 320px) and (max-width: 575px) {
    .hero-txt-wrap h6 {
        font-size: 16px;
    }

    .hero-txt-wrap h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-section br {
        display: none;
    }

    .hero-txt-wrap p {
        font-size: 16px;
        line-height: 21px;
    }

    .white-paper-txt h3,
    .about-txt h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .faq-txt .media h6,
    .about-txt h6 {
        font-size: 18px;
        line-height: 29px;
    }

    .about-txt {
        margin-left: 0 !important;
    }

    .pa-y4 {
        padding: 2rem 0;
    }

    .white-paper-txt .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .white-paper-txt h3 {
        margin-bottom: 1rem;
    }

    .faq-txt .media {
        flex-direction: column;
    }

    .form-submit,
    .contact-txt form .form-group {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .contact-txt form .form-group label {
        margin-bottom: 1rem;
    }

    .contact-txt form .form-submit .btn-submit {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }

    .header-menu {
        text-align: center;
    }

    .header-logo {
        margin: 1rem 0;
    }

    .header-menu-2 {
        justify-content: center;
    }

    .modal-content {
        padding: 1rem;
    }

    .mobile-social ul li {
        display: inline-block;
    }

    .mobile-social ul li a img {
        width: 36px;
    }

    .menu-icon {
        text-align: right;
    }

    .menu-icon a img {
        width: 50px;
    }

    .header-custom-bg-2 {
        background: rgba(0, 0, 0, 0.35);
        border: 2.19481px solid #0F62FF;
        border-radius: 30px 0px 30px 0px;
        margin-top: 1rem;
        padding: 1.2rem 30px;
    }

    .mobile-menus ul {
        text-align: center;
    }
    .mobile-menus ul li a {
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px; 
        color: #FFFFFF;
        display: block;
        margin-top: 2rem;
    }
}

/* Small devices (landscape phones, 576px and up) SM */
@media (min-width: 576px) and (max-width: 767px) {
    .hero-txt-wrap h6 {
        font-size: 16px;
    }

    .hero-txt-wrap h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .hero-section br {
        display: none;
    }

    .hero-txt-wrap p {
        font-size: 16px;
        line-height: 21px;
    }

    .white-paper-txt h3,
    .about-txt h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .faq-txt .media h6,
    .about-txt h6 {
        font-size: 18px;
        line-height: 29px;
    }

    .about-txt {
        margin-left: 0 !important;
    }

    .pa-y4 {
        padding: 2rem 0;
    }

    .white-paper-txt .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .white-paper-txt h3 {
        margin-bottom: 1rem;
    }

    .faq-txt .media {
        flex-direction: column;
    }

    .form-submit,
    .contact-txt form .form-group {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .contact-txt form .form-group label {
        margin-bottom: 1rem;
    }

    .contact-txt form .form-submit .btn-submit {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }

    .header-menu {
        text-align: center;
    }

    .header-logo {
        margin: 1rem 0;
    }

    .header-menu-2 {
        justify-content: center;
    }

    .modal-content {
        padding: 1rem;
    }

    .mobile-social ul li {
        display: inline-block;
    }

    .mobile-social ul li a img {
        width: 36px;
    }

    .menu-icon {
        text-align: right;
    }

    .menu-icon a img {
        width: 50px;
    }

    .header-custom-bg-2 {
        background: rgba(0, 0, 0, 0.35);
        border: 2.19481px solid #0F62FF;
        border-radius: 30px 0px 30px 0px;
        margin-top: 1rem;
        padding: 1.2rem 30px;
    }

    .mobile-menus ul {
        text-align: center;
    }
    .mobile-menus ul li a {
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px; 
        color: #FFFFFF;
        display: block;
        margin-top: 2rem;
    }
}

/* Medium devices (tablets, 768px and up) MD */
@media (min-width: 768px) and (max-width: 991px) {}

/* Large devices (desktops, 992px and up) LG */
@media (min-width: 992px) and (max-width: 1199px) {}

/* Extra large devices (large desktops, 1200px and up) XL */
@media (min-width: 1200px) and (max-width: 1399px) {}

/* Extra extra large devices (extra large desktops, 1400px and up) XXL */
@media (min-width: 1400px) {}