.download_page_mainsec {
    width: 100%;
    max-width: 2000px;
}

.download_page_innersec {
    background-color: #fff;
}

.download-bar {
    background-color: #43444A;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 0px;
    padding-left: 16.44px;
}

.download-bar p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 4px;
}

.download-section-in {
    background: radial-gradient(rgb(28, 72, 72), rgb(0, 0, 0));
    display: flex;
    justify-content: center;
}

.site-logo {
    text-align: center;
}

.download-lft {
    width: 40%;
    text-align: center;
    padding-left: 2vw;
    display: flex;
    align-items: end;
}
.download-lft img {
    width: 100%;
}

.download-rgt {
    /* width: 60%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.down-txt h3 {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin: 20px 0;
}

.android-dwn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.android-dwn ul li {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    flex-grow: 0;
    text-align: left;
    box-sizing: border-box;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 46.15%, #1B1B1B 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border: 1.15593px solid #6D6D6D;
    border-radius: 8px;
}

.android-dwn ul li a {
    display: flex;
    flex-wrap: wrap;
    padding: 17.04px 33.3px 16.84px 26.61px;
}

.android-dwn .lft-sec {
    margin-right: 12.6px;
}

.rgt-sec h4 {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0;
}

.rgt-sec p {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #FFFFFF;
    margin: 0;
}
.funstopContainer {
    width: 100%;
    height: auto;
    background: #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 10px;
    gap: 15px;
}

@media (max-width:1182px) {
    .download-lft {
        width: 56%;
    }
    .download-rgt {
        padding: 30px 10px 30px 0;
    }
    .android-dwn .lft-sec {
        max-width: 30px;
        display: flex;
    }
    .android-dwn .lft-sec img {
        width: 100%;
    }
    .down-txt h3 {
        font-size: 1.8vw;
    }
    .rgt-sec h4 {
        font-size: 16px;
    }
    .rgt-sec p {
        font-size: 20px;
        line-height: 18px;
    }
    .android-dwn ul li a {
        padding: 9.04px 1vw 12px 1vw;
    }
}

@media (max-width:992px) {
    .download-lft {
        padding-left: 0;
    }
    .down-txt h3 {
        line-height: 26px;
        margin: 10px 0;
    }
    .android-dwn ul {
        margin-bottom: 0;
        flex-direction: column;
    }
    .site-logo svg {
        width: 60px !important;
    }
}

@media (max-width:880px) {
    .download-lft {
        width: 90%;
    }
    .rgt-sec h4 {
        font-size: 14px;
    }
    .rgt-sec p {
        font-size: 18px;
        margin-top: 0;
    }
    .down-txt h3 {
        line-height: 26px;
        margin: 8px 0;
    }
    .funstopContainer {
        flex-direction: column;
    }
}

@media (max-width:814px) {
    .rgt-sec h4 {
        font-size: 14px;
    }
    .rgt-sec p {
        font-size: 18px;
        margin-top: 0;
    }

}

@media (max-width:767px) {
    .download-section-in {
        flex-direction: column;
        align-items: center;
    }
    .download-lft {
        order: 2;
        padding-left: 0;
    }
    .download-rgt {
        padding: 30px 0 30px 0;
    }
    .android-dwn .lft-sec {
        max-width: 24px;
    }
    .rgt-sec h4 {
        font-size: 12px;
        line-height: 16px;
    }
    .rgt-sec p {
        font-size: 14px;
        line-height: 18px;
    }
    .android-dwn ul li a {
        padding: 9px 3vw 9px 3vw;
    }
    .down-txt h3 {
        line-height: 18px;
        font-size: 12px;
    }
    .funstop {
        min-width: 245px;
        margin: auto;
    }
    .funstop img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 745px) {
    .down-txt h3 {
        margin: 10px 0;
    }
    .down-txt h3 {
        line-height: 15px;
        font-size: 12px;
    }
}
@media(max-width:600px) {
    .download-section-in {
        flex-direction: row;
        align-items: flex-end;
    }
    .download-lft {
        order: 1;
    }
    .download-rgt {
        order: 2;
        padding: 12px 0 12px 0;
        padding-right: 8px;
    }
    .logo_main2.header_logo_main {
        height: 48px !important;
        width: 48px !important;
    }
}
@media only screen and (max-width: 600px) and (min-width: 480px) {
    .down-txt h3 {
        line-height: 16px;
        font-size: 14px;
    }
    .android-dwn ul li a {
        padding: 9px 4vw 9px 4vw;
    }
}

@media (max-width:479px) {
    .down-txt h3 {
        line-height: 14px;
    }
    .rgt-sec h4 {
        font-size: 11px;
        line-height: 12px;
    }
    .rgt-sec p {
        line-height: 16px;
    }
    .android-dwn ul li a {
        padding: 8px 2vw 8px 2vw;
    }
    .down-txt h3 {
        line-height: 14px;
        font-size: 11px;
    }
}

@media (max-width:380px) {
    .down-txt h3 {
        font-size: 12px
    }
}

@media (max-width:350px) {
    .download-section-in {
        flex-direction: column;
        align-items: center;
    }
    .download-lft {
        order: 2;
    }
    .download-rgt {
        order: 1;
        padding-right: 0;
    }
    .android-dwn ul {
        flex-direction: row;
    }
}

