.downloadApp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(94.97deg, #ffffff 33.14%, #ECFEFC 101.08%);
    > div{
        p{
            margin-top: 20px;
            font-size: 17px;
            font-weight: 400;
            line-height: 30px;
            color: #505056;
        }
    }
    .mobileFrame{
        width: 500px;
        height: 700px;
        position: relative;
        margin-top: -50px;
    }
    .mobileFrameApp{
        z-index: 99;
        width: 250px;
        position: absolute;
        margin-top: 110px;
        margin-left: 85px;
    }
}
.OurService{
    margin-top: 100px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    > div{
        width: 50%;
    }
    > div > p{
        font-size: 16px;
        line-height: 27px;
        color: #505056;
    }
    .OurServicePhoto{
        display: flex;
        margin-top: 30px;
        > div {
            .serviceMobileFrame{
                position: absolute;
                height: 530px;
            }
            .serviceMobile{
                position: relative;
                height: 500px;
                margin-top: 10px;
                margin-left: 20px;
            }
        }
        > img{
            height: 450px;
            margin-top: 40px;
            margin-left: 30px;
        }
    }
    > div > ul > li{
        list-style: none;
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.02em;
        color: #505056;
    }
     > div > ul > li > i{
        color: #fff;
        background: #007465;
        padding: 5px;
        font-size: 10px;
        margin-right: 5px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
    }
}



.comment{
    margin: 100px 0 100px 0;
    textarea{
        width: 100%;
        height:  370px;
        border: none;
        padding: 10px;
        color: #505056;
        border-radius: 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}



/* ======== responsive section start ========= */
@media (max-width: 1030px){
    .downloadApp{
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .OurService{
        margin-top: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        > div{
            width: 90%;
            align-items: center;
            justify-content: center;
        }
    }
    .Features{
        margin-top: 50px;
    }
}
@media (max-width: 780px){
    .top-content{
        text-align: center;
    }
    .OurServicePhoto{
        display: flex;
        margin-top: 30px;
        > div {
            .serviceMobileFrame{
                position: absolute;
                height: 330px !important;
            }
            .serviceMobile{
                position: relative;
                height: 305px !important;
                margin-top: 10px !important;
                margin-left: 10px !important;
            }
        }
        > img{
            height: 300px !important;
            margin-top: 25px !important;
        }
    }
    .OurService{
        > div > ul {
            padding: 0%;
        }
        > div > ul > li{
            width: 100%;
            font-size: 14px;
        }
    }
}
@media (max-width: 420px){
    .downloadApp{
        > div{
            p{
                font-size: 15px;
            }
        }
        .PlayStore{
            height: 40px;
            width: 100px;
        }
        .AppStore {
            height: 40px;
            width: 120px;
        }
        .mobileFrame{
            width: 320px;
            height: 450px;
            margin-top: -50px;
        }
        .mobileFrameApp{
            width: 150px;
            margin-top: 55px;
            margin-left: 55px;
        }
    }
}
/* ======== responsive section end ========= */