/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body 

        .algona-page * {
            box-sizing: border-box;
        }

        .algona-page .right-side {
            background: #fff;
            padding: 0
        }

        .algona-page .right-side .right-side-bottom {
            padding-top: 10px;
            gap: 10px;
        }

        .algona-page .right-side .right-side-bottom .wm-info {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            overflow: hidden;
        }

        .algona-page .right-side .right-side-bottom .wm-info:last-child .header-box p {
            color: #B7E314;
        }

        .algona-page .right-side .right-side-top {
            gap: 10px;
            padding: 6px;
            border: 6px solid #FEC802;
            justify-content: center;
        }

        .algona-page .right-side .right-side-top svg {
            width: 40px;
            height: 40px;
        }

        .algona-page .right-side .right-side-top h2 {
            font-size: 22px;
            text-transform: uppercase;
        }
        .algona-page .left-side { 
            padding: 0;
        }

        .algona-page .left-side > a {
            padding: 10px;
            position: relative;
            display: block;
        }
        .algona-page .banner-body .left-side h3 {
            font-size: 20px;
        }

        .algona-page .left-side .download-app-area .heading-area {
            display: flex;
            flex-flow: row;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

        .algona-page .left-side .download-link-sec {
            display: flex;
            flex-flow: row;
            gap: 10px;
            padding-top: 15px;
        }

        .algona-page .left-side .download-link-sec img {
            width: 110px;
        }

        .algona-page .left-side .download-link-sec p {
            font-size: 19px;
            line-height: 1.4;
            color: #fff
        }
        a {
            cursor: pointer;
        }