/* Global CSS Start */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
} */

:root {
    --primary-color: #4a4b7c;
    --secondary-color: #efeff7;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Lato", sans-serif;
    padding: 0;
    margin: 0;
    word-break: break-word;
}

.page-id-1948 .container {
    max-width: 1280px;
}

.page-id-1948 div#ask-form {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    margin: 0;
}


p {
    line-height: 1.3;
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    line-height: 1.2;
    margin-bottom: 3px;
}

a {
    display: inline-block;
    text-decoration: none;

}

button,
input[type=text],
input[type=submit],
input[type=password],
textarea,
input[type=email] {
    font-family: 'Lato', sans-serif;
}

input {
    font-family: "Lato", sans-serif;
}

img {
    max-width: 100%;
    /* object-fit: cover; */
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.iqsay {
    padding: 60px 20px;
    position: relative;
}

.mobile_version {
    display: none;
}

.iqsay:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    bottom: 0;
    width: 470px;
    height: 815px;
    background-image: url("https://iqsay.com/wp-content/uploads/2025/08/bigcircle.png");
    background-repeat: no-repeat;
    z-index: -1;
}

.iqsay .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alpha_one {
    width: 45%;
}

.alpha_one h1 {
    font-size: 64px;
    font-weight: 900;
    color: #4C4C4C;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 100%;
}

.alpha_one h1 span {
    color: #8CBF68;
    font-family: "Lato", sans-serif;
    font-size: 64px;
}

.alpha_one p {
    font-size: 24px;
    line-height: 34px;
    max-width: 556PX;
    color: #4C4C4C;
    font-family: "Lato", sans-serif;
    margin-bottom: 24px;
}

.buttons {
    margin-top: 40px;
}

.btn {
    display: inline-block;
    padding: 14px 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.buttons {
    margin-top: 40px;
    display: flex;
    gap: 12px;
    align-items: start;
}

.free {
    background-color: #8CBF68;
    color: white;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0;
    text-transform: uppercase;
}

.free:hover {
    background-color: #4C4C4C;
    color: #fff;
}

.team {
    background-color: #4C4C4C;
    color: white;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0;
    text-transform: uppercase;
}

.team:hover {
    background-color: #8CBF68;
    color: #fff;
}

.alpha_two {
    width: 55%;
    text-align: center;
}

.alpha_two img {
    max-width: 100%;
    height: auto;
}

/* standard styling start */
.standards {
    padding: 60px 20px 124px;
    text-align: center;
    position: relative;
}

.standards:before {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 90px;
    width: 86px;
    height: 174px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://iqsay.com/wp-content/uploads/2025/08/Polygon.png");
}

.standards h2 {
    font-size: 55px;
    font-weight: 900;
    color: #4C4C4C;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.standards h2 span {
    color: #8CBF68;
}

p.subheader {
    margin-bottom: 32px !important;
    font-weight: 700 !important;
}

.standards p {
    font-size: 24px;
    color: #4C4C4C;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    max-width: 1100px;
    margin: 0 auto;
}

.compliance-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 124px; */
    gap: 0;
    margin: 64px auto;
    max-width: 1100px;
}

.compliance-logos img {
    height: 127px;
    object-fit: contain;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.subheader {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
}

.benefits {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    margin-bottom: 40px;
}

.benefit {
    flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit img {
    width: 172px;
    margin-bottom: 10px;
}

.benefit p {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: #4C4C4C;
    max-width: 350px;
}

.icon_pra {
    font-family: "Lato", sans-serif;
    font-size: 32px !important;
    color: #4C4C4C;
    font-weight: 900 !important;
    text-transform: uppercase;
    line-height: 100%;
    margin: 0 auto;
    max-width: 900px !important;
}


/* standard styling end */

/* conversion section start */

.conversion-section {
    background: url("https://iqsay.com/wp-content/uploads/2025/08/conversionimg-scaled.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 124px 20px;
}

.conversion-overlay h2 {
    font-size: 55px;
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.conversion-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 85px;
    gap: 90px;
}

.conversion-grid .conversion-column:nth-child(3) {
    gap: 50px;
}

.conversion-column.center-column {
    margin: unset !important;
}

.conversion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 63px;
}

.conversion-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    align-items: flex-start;
}

.conversion-box {
    max-width: 320px;
    text-align: center;
}

.conversion-box img {
    width: 112px;
    border-radius: 50%;
    margin-bottom: 15px;
    background: #ffffff17;
    padding: 12px;
}

.conversion-box p {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-weight: 500;
}

.conversion-center {
    width: 681px;
    text-align: center;
    position: relative;
}

.conversion-center img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.conversion-center-caption {
    position: absolute;
    bottom: -175px;
    left: 25%;
    transform: translateX(-50%);
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 90%;
    max-width: 320px;
    flex-direction: column;
}

.conversion-center-caption img {
    width: 112px;
    border-radius: 50%;
    background: #ffffff17;
    padding: 12px;
}

.conversion-center-caption p {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-weight: 500;
}


/* conversion section end */

.beta_two {
    display: flex;
    justify-content: space-between;
}

section.EqualWeb {
    padding: 124px 20px;
    position: relative;
}

section.EqualWeb:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    height: 392px;
    width: 350px;
    background-image: url("https://iqsay.com/wp-content/uploads/2025/08/circle.png");
    background-repeat: no-repeat;
}

.partner_slidr .partners {
    max-width: 1200px;
    margin: 0 auto;
}

div.partners h2 {
    text-align: left;
}

section.EqualWeb.no-bg:before {
    content: "";
    position: absolute;
    left: 18%;
    top: 30%;
    height: 392px;
    width: 350px;
    background-image: url("https://iqsay.com/wp-content/uploads/2025/08/dots.png");
    background-repeat: no-repeat;
}

.beta_one {
    text-align: center;
}

.beta_one h2 {
    font-size: 55px;
    font-family: "Lato", sans-serif;
    line-height: 100%;
    font-weight: 900;
    text-transform: uppercase;
    color: #4C4C4C;
    margin-bottom: 32px;
}

.beta_one p {
    color: #4C4C4C;
    font-size: 24px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 150%;
    max-width: 1100px;
    margin: 0 auto;
}

.beta_one img {
    width: 895.11px;
    height: 530px;
    max-width: 1100px;
    margin: 64px 0;
}


.beta_one span {
    color: #8CBF68;
}

.why_work_beta p {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    color: #4C4C4C;
    margin-bottom: 32px;
}

.icon_beta img {
    width: 172px;
}

.icon_beta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
}

.icon_beta p {
    font-size: 24px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 150%;
    color: #4C4C4C;
    text-align: center;
}

section.Higher-Level {
    background: #6C984D;
    padding: 124px 20px;
    position: relative;
}

.Higher-Level:before {
    content: "";
    position: absolute;
    left: 50px;
    top: -20px;
    width: 190px;
    height: 100%;
    background-image: url("https://iqsay.com/wp-content/uploads/2025/08/dots-1-1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.Higher-Level h2 {
    font-size: 55px;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
}

.Higher-Level p {
    font-size: 24px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 150%;
    color: #fff;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.Higher-Level .btn {
    border-radius: 0;
}

.audit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.audit-item {
    .EqualWeb .buttons {
        text-align: center;
    }

    display: flex;
    flex-direction: column;
    align-items: center;
}

.audit-item img {
    width: 136px;
    border-radius: 50%;
    margin-bottom: 15px;
    /* soft outer glow */
}

.advance_one h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 150%;
    margin: 64px 0 32px 0;
}

.Higher-Level .buttons {
    justify-content: center;
    text-align: center;
}

.EqualWeb .buttons {
    justify-content: center;
    text-align: center;
    margin-top: 0;
}

.EqualWeb.web_avail {
    background-image: url('https://iqsay.com/wp-content/uploads/2025/08/web_avail1.png');
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-position: top left;
    position: relative;
}

.EqualWeb.web_avail:after {
    content: "";
    position: absolute;
    right: 10%;
    top: 60%;
    height: 180px;
    width: 180px;
    background-image: url("https://iqsay.com/wp-content/uploads/2025/08/Ellipse10.png");
    background-repeat: no-repeat;
}

/* footer.footer.desktop_version {
    background-image: url('../images/footerimg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 1419px;
} */

.ban_arrow {
    position: absolute;
    bottom: -30px;
    z-index: 99;
}

/* header {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px;
    width: calc(100% - 26px);
    max-width: 1200px;
    margin: 0 auto;
} */

.web_avail:after {
    content: "";
    position: absolute;
    right: 180px;
    top: 70%;
    width: 115px;
    height: 115px;
    z-index: -9;
    background-image: url("https://iqsay.com/wp-content/uploads/2025/08/web_avail.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

/* Animation for fade-in and slide-up */
.animated-section .alpha_one,
.animated-section .alpha_two {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlideUp 1s ease forwards;
}

.animated-section .alpha_one {
    animation-delay: 0.2s;
    margin-top: 80px;
}

.animated-section .alpha_two {
    animation-delay: 0.6s;
}

@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animate buttons with a slight delay */
.animated-section .buttons a {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease forwards;
}

.animated-section .buttons a.free {
    animation-delay: 1s;
}

.animated-section .buttons a.team {
    animation-delay: 1.2s;
}

header.site-header.header_new_outer {
    position: relative;
    z-index: 99;
}

.header_help_inr a span {
    font-weight: 400;
    font-size: 30px;
    line-height: 51.5px;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.header_help_inr a {
    display: flex;
    max-width: max-content;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
}

.header_help_inr a .with_hvr {
    top: 7px;
    width: auto;
}

.standards.desktop_version h2 br {
    display: none;
}

.conversion-overlay h2 br {
    display: none;
}

.standards h2 br {
    display: none;
}

.footer_above:after,
.partner_slidr:after {
    display: none;
}
.footer_above:before {
    left: 0;
}
.footer-section.footer_new.mobile_version {
    background-color: #4c4c4c;
}

.footer-leftt {
    display: flex;
    align-items: center;
}

.footer_one,
.footer_two,
.footer_three {
    flex: 1;
    text-align: center;
}

.footer_heading h2.custom-widget-title {
    text-align: left;
}

.EqualWeb .btn {
    border-radius: 0;
}

.alpha_one .btn {
    border-radius: 0;
}
.partner_slid_main div.owl-carousel .logo-container {
    text-align: left;
}
.partner_slid_main div.owl-carousel .logo-container img {
    width: 65%;
}
/*responsive start */

@media screen and (max-width:1799px) {
    .iqsay:after {
        right: -80px;
    }

    .Higher-Level:before {
        transform: translateX(-50%);
    }
}

@media screen and (max-width:1599px) {
    .iqsay:after {
        right: -230px;
    }

}

@media screen and (max-width:1399px) {
    .standards h2 {
        font-size: 50px;
    }

    .Higher-Level:before {
        transform: translateX(-80%);
    }

    .EqualWeb.web_avail:after {
        right: 70px;
        height: 100px;
        width: 100px;
    }

    .iqsay:after {
        right: -290px;
    }
    section.EqualWeb:after {
        height: 400px;
        width: 260px;

    }
}


@media screen and (max-width: 1200px) {
    .alpha_one h1 {
        font-size: 40px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .alpha_one h1 span {
        font-size: 40px;
    }

    .alpha_one p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .Higher-Level h2 {
        font-size: 38px;
    }

    .free,
    .team {
        font-size: 14px;
    }

    .standards p {
        font-size: 18px;
    }

    .standards h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .icon_pra {
        font-size: 22px !important;
    }

    .compliance-logos {
        gap: 0px;
    }

    .beta_one h2 {
        font-size: 38px;
    }

    section.EqualWeb {
        padding: 60px 20px;
    }

    .beta_one p {
        font-size: 18px;
    }

    .icon_beta p {
        font-size: 18px;
    }

    .Higher-Level p {
        font-size: 18px;
    }

    .conversion-section {
        padding: 60px 20px;
    }

    .conversion-overlay h2 {
        font-size: 38px;
    }

    .conversion-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: 85px;
        gap: 50px;
    }

    .conversion-grid .conversion-column:nth-child(3) {
        gap: 30px;
    }

    .iqsay:after {
        right: -35px;
    }

    .iqsay:after {
        width: 180px;
    }

    section.Higher-Level .container {
        max-width: 900px;
        margin: 0 auto;
    }

    .Higher-Level:before {
        left: 80px;
        width: 90px;
    }
}

@media screen and (max-width:1024px) {
    section.Higher-Level .container {
        max-width: 780px;
    }
}

@media screen and (max-width:991px) {
    footer.footer.mobile_version {
        background: #4C4C4C;
        color: #b7b7b7;
        padding: 32px 0;
    }

    section.EqualWeb:before {
        display: none !important;
    }

    .footer-top {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .footer-top span {
        font-size: 14px;
        color: #b7b7b7;
    }

    .footer-bottom p {
        font-size: 14px;
        margin: 0;
        color: #b7b7b7;
        text-align: center;
    }

    .divider {
        width: 1px;
        height: 14px;
        background-color: #b7b7b7;
    }

    .conversion-column {
        margin-top: 0;
    }

    .conversion-box p {
        font-size: 16px;
        color: #4C4C4C;
        font-weight: 500;
        padding-right: 20px;
    }

    .conversion-box img {
        width: 98px;
        margin-bottom: 0;
        background: unset;
        padding: 0;
    }

    .conversion-center-caption {
        position: unset;
    }

    .EqualWeb .buttons {
        align-items: center;
    }

    .conversion-overlay h2 {
        font-size: 32px;
    }

    .conversion-grid {
        grid-template-columns: auto;
        justify-items: center;
        margin-top: 24px;
    }

    .conversion-box {
        max-width: 600px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 20px;
        background: #fff;
        border-radius: 100px;
    }


    .conversion-column {
        gap: 12px;
    }

    .conversion-section {
        background: #4C4C4C;
    }

    .web_avail {
        background-image: unset;
    }

    section.EqualWeb:after {
        display: none;
    }

    .Higher-Level h2 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .audit-item img {
        width: 98px;
        box-shadow: unset;
    }

    .advance_one h3 {
        font-size: 16px;
        margin: 24px 0;
    }

    .Higher-Level p {
        font-size: 16px;
    }

    .benefit img {
        width: 98px;
    }

    .beta_one p {
        font-size: 16px;
    }

    .icon_beta img {
        width: 98px;
    }

    .icon_beta p {
        font-size: 16px;
    }

    .icon_beta {
        gap: 12px;
    }

    .why_work_beta p {
        font-size: 24px;
    }

    section.EqualWeb:after {
        display: none;
    }

    .beta_one img {
        max-width: 538px;
        margin: 24px 0;
    }

    .beta_one span {
        color: #4C4C4C;
    }

    .Higher-Level:before {
        display: none !important;
    }

    section.Higher-Level {
        padding: 60px 20px;
    }

    .beta_one h2 {
        font-size: 32px;
        color: #4C4C4C;
        margin-bottom: 12px;
    }

    .Higher-Level .buttons {
        display: none;
    }

    .icon_pra {
        font-size: 16px !important;
    }

    .standards p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .alpha_one,
    .alpha_two {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .desktop_version {
        display: none;
    }

    .mobile_version {
        display: block;
    }

    section.iqsay.animated-section.mobile_version .container {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .iqsay:after {
        display: none;
    }

    .alpha_one img {
        max-width: 523px;
        margin-bottom: 14px;
    }

    .alpha_two p {
        font-size: 16px;
        margin-bottom: 20px;
        color: #4C4C4C;
    }

    .alpha_one h1 {
        margin-bottom: 14px;
    }

    .standards {
        padding: 0px 20px 52px;
    }

    .compliance-logos {
        margin: 0px 0 52px;
    }

    .standards h2 span {
        color: #4c4c4c;
    }

    .standards h2 {
        font-size: 32px;
    }

    .beta_one {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 24px;
    }

    /* .beta_one img {
        order: -1;
    } */

    .home_ban_arrow {
        position: relative;
        bottom: inherit;
        width: 100%;
        text-align: center;
    }

    .iqsay.animated-section.mobile_version .alpha_one h1 br {
        display: none;
    }

    div.footer_one {
        max-width: 100% !important;
        width: 33.33% !important;
    }

    .footer-leftt p,
    .footer-leftt p a {
        text-align: center;
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    .footer_two {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .audit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .beta_one img {
        width: 895.11px;
        height: 320px;
    }
}

@media screen and (max-width:767px) {

    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a {
        font-family: "Rubik", sans-serif;
    }

    .alpha_two p b {
        font-weight: 500;
    }

    .footer_new .footer-copyright {
        padding: 15px 0 55px 0 !important;
    }
    .EqualWeb.web_avail {
        background: none;
    }
    .standards {
        padding: 0px 10px 52px;
    }
    .EqualWeb.web_avail .beta_one img {
        order: -1;
    }
    .btn {
        text-transform: capitalize;
    }
}

@media screen and (max-width:575px) {

    .benefit {
        flex: unset;
    }

    .benefit img,
    .icon_beta img,
    .audit-item img {
        width: 78px;
    }

    /*
    .compliance-logos {
        grid-template-columns: 1fr;
        gap: 20px !important;
    }*/

    .beta_two {
        gap: 15px;
    }

    .iqsay {
        padding: 40px 20px 20px;
    }

    .btn {
        padding: 14px 12px;
        padding: .375rem .5rem;
        font-size:0.875rem
    }


    .alpha_one h1 span {
        font-size: 40px;
    }


    .alpha_one h1 {
        font-size: 40px;
        max-width: 470px;
        margin: 0 auto 20px auto;
    }

    .standards h2 {
        font-size: 28px;
        line-height: normal;
    }

    .standards p {

        line-height: 1.5;
    }

    .conversion-box img {
        width: 86px;

    }

    .conversion-overlay h2,
    .beta_one h2,
    .Higher-Level h2,
    .why_work_beta p,
    .beta_one h2 {
        line-height: normal;
    }

    .conversion-box p {
        font-size: 14px;
        color: #4C4C4C;
margin: 0;
        padding: 15px 20px 15px 0;
        line-height: normal;
    }

    .benefits {
        gap: 10px;
        margin-bottom: 0;
    }

    .compliance-logos img {
        height: 98px;
    }

    .conversion-overlay h2 {
        font-size: 28px;
    }

    .beta_one h2 {
        font-size: 28px;
    }

    .animated-section .alpha_one {
        margin-top: 20px;
    }

    .alpha_two {
        max-width: 340px;
        margin: 0 auto;
    }

    .conversion-overlay h2 br {
        display: block;
    }

    .audit-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    section.EqualWeb {
        padding: 60px 0px;
    }

    .animated-section .alpha_one {
        margin-top: 30px;
    }

    .beta_one img {
        object-fit: contain;
    }
    
    .beta_one img {
        width: 325.11px;
        height: 220px;
        padding: 0px;
    }
    .btn {
        font-size: 0.875rem !important;
    }
}

@media screen and (max-width:480px) {

    .alpha_one h1,
    .alpha_one h1 span {
        font-size: 32px;
    }

    .conversion-box img {
        width: 100px;
    }

    .footer-leftt p,
    .footer-leftt p a {
        font-size: 13px !important;
    }

    .icon_beta p {
        font-size: 13px;
    }

    .conversion-box p {
        padding: 10px 10px 10px 0;
    }
    .conversion-box p {
        font-size: 13px;
    }
    .Higher-Level h2 {
        font-size: 25px;
    }
    .btn {
        font-size: 0.875rem !important;
    }
    .alpha_one h1, .alpha_one h1 span {
        font-size: 24px;
    }
    .EqualWeb .buttons {
        flex-direction: column;
    }
}


@media screen and (max-width:400px) {

    .alpha_one h1,
    .alpha_one h1 span {
        font-size: 28px;
    }

    .standards h2 {
        font-size: 23px;
    }

    .conversion-overlay h2 br {
        display: none;
    }

    .beta_one h2 {
        font-size: 25px;
    }
    .conversion-overlay h2 {
        font-size: 22px;
    }
    .beta_one h2 {
        font-size: 22px;
    }
    .Higher-Level h2 {
        font-size: 22px;
    }

}