.result-page-content{
    color : black;
    letter-spacing: 0.10em;
    user-select: none;
}

.color-grey {
    color: #00000040;
}
.ns{
    letter-spacing: 0px;
}
.border-grey{
    border:  1px solid #8080804a;
}
.result-header{
    background-image: url(/images/backgrounds/shop.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    font-size: 22px !important;
    padding: 30px 0px;
    text-align: center;
}

.start-text{
    padding: 40px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 1.5em;
}

.start-box{
    height: 80px;
    margin: 0 auto;
    max-width: 600px;
    border-radius: 0.5em;
    display: flex;
    justify-content: left;
    padding: 13px;
}

.round-icon{
    width: 6vh;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #51beb4;
}

.round-icon img{
    height: 30px;
}
.start-box-txt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 8px;
}

.cat-parent{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 30px;
}
.activity-grid {
    display: grid;
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    max-width: 600px;
    margin: auto;
    justify-items: center;
    margin-top: 40px;
}
    
.ag1 { grid-area: 1 / 1 / 2 / 2; }
.ag3 { grid-area: 2 / 1 / 3 / 2; }


.cat-percentage{
    border-bottom-left-radius: 12px;
    background: #cdcdcd;
    border-bottom-right-radius: 12px;
}

.per-bar{
    height: 7px;
    width: 66%;
    background-color: #3180ff;
    border-bottom-left-radius: 24px;
}

.options img{
    width:200px;
    border-radius: 50%;
}
.ag-icon{
    width: 6vh;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #51beb4;
}
.ag-box-txt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}
.ag-items{
    height: 80px;
    width: 100%;
    display: flex;
    padding: 12px;    
    border: 0.5px solid;
    align-items: center;
    border-color: #e7e7e7;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
    margin-top: 25px;
}

.ag-icon img{
    height: 20px;
}

.divider{
    display: flex;
    width: 60vw;
    align-items: center;
    justify-content: center;
    background: #cdcdcd;
    border-radius: 0.3em;
    margin: auto;
}

.divider-content{
    margin: 2em;
    padding: 25px;
    max-width: 600px;
    display: flex;
    background: white;
    flex-direction: row;
    align-items: center;
    border-radius: 0.3em;
}

.divider-content img{
    height: 80px;
    width: 80px;
    margin-right: 45px;
    margin-left: 25px;
}
.divider-txt{
    display: flex;
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
}

.btn-style{
    color: white;
    background-color: #0086D6;
    width: fit-content;
    width: -moz-fit-content;
    outline: none;
    padding: 0.5em;
    margin-top: 1em;
    border-radius: 0.2em;
    border: 1px solid transparent;
}

.product-section{
    max-width: 600px;
    margin: auto;
    margin-top: 40px;
}
.product-title{
    display: flex;
    align-items: center;
    padding-bottom: 1em;
    margin-top: 3em;
    color: rgb(87, 85, 85);
}
.product-title img{
    height: 32px;
    margin-right: 15px;
}
.product-grid-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
}

.pg1 { grid-area: 1 / 1 / 2 / 2; }
.pg2 { grid-area: 1 / 2 / 2 / 3; }
.pg3 { grid-area: 1 / 3 / 2 / 4; }

.pg-image{
    width: 200px;
    height: 150px;
}
.pg-image img{
    height: 100%;
    width: 200px;
    object-fit: cover;
}

.pg2-logo{
    display: flex;
    flex-direction: column;
    position: relative;
}
.number-logo-sm, .vg-logo-sm{
    display: none;
}
.number-logo{    
    height: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.product-logo{
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}.product-logo img{
    width: 145px;
    margin: 20px;
}
.pg-btn{
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
}
.vertical-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }
    
.vg1 { grid-area: 1 / 1 / 2 / 2; }
.vg2 { grid-area: 2 / 1 / 3 / 2; }

.vg-item, .lens-num{
    position: relative;
}
.vg-logo{
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.vg-product{
    width: 200px;
    margin-top: 50px;
    padding: 0px 27px;
}

.vg-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.vg-title{
    min-height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.lens-thickness {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5em;
}

.lens-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lens-logo img {
    margin: 40px;
    width: 310px;
    height: 20px;
}

.lens-txt {
    color: rgb(54, 53, 53);
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.lens-num img{
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
}

.mail-container{
    display: flex;
    padding: 36px 55px;
    margin-bottom: 4em;
    position: relative;
}

.mail-btn{
    color: white;
    background-color: #0087ee;
    width: fit-content;
    width: -moz-fit-content;
    outline: none;
    padding: 0.5em;
    border-radius: 0.1em;
    border: 1px solid transparent;
}

.result-screen input[type="text"] {
    padding: 8px 10px;
}
.mail-text{
    margin-left: 2em;
    color: rgb(87, 85, 85);
}

.info-icon{
    width: 13px;
    cursor: pointer;
}

.checkbox{
    margin-right: 6px;
    margin-top: 6px;
}
.input-text{
    display: flex;
    flex-direction: row;
    margin-top: 15px;
}

.result-mail{
    position: relative;
}
.result-mail button{
    position: absolute;
    right: 16px;
    top: 105px;
    text-transform: capitalize;
    padding: 10px 25px;
}


@media only screen and (max-width: 576px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

    .result-header{
        padding: 20px 0px;
    }

    .start-text{
        padding: 20px 0px;
        margin-bottom: 1em;
    }
    .start-box{
        height: 0%;
    }

    .round-icon, .ag-icon{
        width: 8vh;
        height: 8vh;
    }
    .options img{
        width: 145px;
    }

    .activity-grid{
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .ag-items {
        width: 275px;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    
    .ag-box-txt{
        margin-left: 8px;
        padding: 0px;
    }
    .divider-content {
        margin: 20px 5px;
        padding: 15px 18px;
    }
    .divider-content img{
        margin: 0px;
    }
    .divider-txt{
        margin-left: 20px;
    }
    .product-grid-1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        }
        
    .pg1 { grid-area: 1 / 1 / 3 / 2; }
    .pg2 { grid-area: 1 / 2 / 2 / 3; }
    .pg3 { grid-area: 2 / 2 / 3 / 3; }
    
    .pg-image{
        width: 145px;
        height: 100%;
    }

    .pg-image img{
        width: 178px;
        height: 100%;
        object-fit: cover;
    }
    
    .pg2-logo{
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .number-logo-sm, .vg-logo-sm{
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        
    }
    .number-logo, .vg-logo{
        display: none;
    }
    .product-logo img{
        width: 120px;
        margin: 8px 25px;
        margin: 0px;
    }
    .product-title{
        flex-direction: column;
    }
    .pg-btn{
        justify-content: center;
        display: flex;
        flex-direction: column;
        margin: 5px;
    }

    .main-grid{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        margin-bottom: 20px;
    }
    .vertical-grid-2 {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-template-rows: 1fr; 
        margin-bottom: 10px;
    }

    .vg1 { grid-area: 1 / 1 / 2 / 2; }
    .vg2 { grid-area: 1 / 2 / 2 / 3; }

    .vg-product {
        width: 140px;
        margin: 10px;
        padding: 0px;
    }
    .vg-item{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .vg-title{
        margin-top: 32px;
    }
    .btn-style{
     margin: 5px;
    }
    .lens-logo img{
        width: 180px;
        margin: 40px 9px;
    }
    .product-title img{
        margin-bottom: 5px;
    }

    .mail-container {
        padding: 22px;
        margin-bottom: 2em;
        position: relative;
        align-items: center;
        display: flex;
        flex-direction: column;
        border: none;
        border-top: 1px solid #8080804a
    }

    .mail-text{
        color: rgb(87, 85, 85);
        display: flex;
        flex-direction: column;
        max-width: 300px;
        margin: auto;
        margin-top: 20px;
        width: 100%;
    }

    .mail-btn{
        font-size: 2em;
    }

    .result-mail button{
        position: static;
        margin-top: 20px;
    }

}
    @media only screen and (max-width: 768px){
         .col-md-12{
             width: 100%;
         }
    }


