﻿body {
    /* background-image: url('../../Content/Images/background.png');*/
    background-color: #fbfaff;
    align-items: center;
}

.container {
    max-width: 300px;
    background: rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 5px;
    color: white;
}


.btn {
    border-radius: 25px;
    border: 1px solid #C0C0C0;
    width: 130px;
    height: 30px;
    margin-top: 5px;
    text-align: center;
}

.content {
    margin-top: 0px;
}
/*style="text-align: center;vertical-align:central;background-image: url('/Image/pg_phones.png');width: 260px;height: 400px;padding:50px;"*/
.phone-bg {
    text-align: center;
    background-image: url('/Image/pg_phones.png');
    width: 260px;
    height: 400px;
    padding: 50px;
    margin-left: 30%;
    margin-right: 30%;
}



@media only screen and (max-width: 400) {

    .phone-bg {
        text-align: center;
        background-image: url('/Image/pg_phones.png');
        width: 260px;
        height: 400px;
        padding: 50px;
        margin-left: 30%;
        margin-right: 30%;
    }
}

@media only screen and (min-width: 400) {

    .phone-bg {
        text-align: center;
        background-image: url('/Image/pg_phones.png');
        width: 260px;
        height: 400px;
        padding: 50px;
        margin-left: 10%;
        margin-right: 10%;
    }
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    /*   border-top: 16px solid blue;*/
    border-bottom: 10px solid blue;
    width: .5vw;
    height: .5vw;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 10%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content-details {
    position: relative;
}

.container a, .container a:hover, .container a:active, .container a:visited {
    color: white;
}

.spinner {
    margin: 0px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.label {
    font-size: 1em;
}
@media only screen and (max-width: 700px) {


    .label {
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 600px) {


    .label {
        font-size: 0.6em;
    }
}
@media only screen and (max-width: 400px) {


    .label {
        font-size: 0.5em;
    }
}
/*@media only screen and (max-width: 400px) {
   

    .label {
        font-size: 35px;
        
        }

   
}


@media only screen and (max-width: 600px) {


    .label {
        font-size: 25px;
    }
}

@media only screen and (max-width: 800px) {


    .label {
        font-size:10px;
    }
}*/

.rcorners {
    border-radius: 25px;
    border: 1px solid #333;
    width: 100%;
    min-width: 100px;
    margin-top: 10px
}

@media only screen and (max-width: 600px) {


    .rcorners {
        border-radius: 25px;
        border: 1px solid #333;
        width: 100%;
        min-width: 110px;
        margin-top: 10px
    }
}

@media only screen and (max-width: 400px) {

    .rcorners {
        border-radius: 25px;
        border: 1px solid #333;
        width: 100%;
        min-width: 100px;
        margin-top: 10px
    }
}

@media only screen and (max-width: 700px) {


    .rcorners {
        border-radius: 25px;
        border: 1px solid #333;
        width: 100%;
        min-width: 110px;
        margin-top: 10px
    }
}

.imgs {
    width: 14px;
    height: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    /*margin: auto;*/
}

@media only screen and (max-width: 700px) {
    .imgs {
        width: 2vw;
        height: 2vw;
        margin-top:5px;
        margin-bottom:10px;
        /* margin: auto;
        */
    }
}



.imgs_ios {
    content: url('../Image/pstore.png');
}
.imgs_android {
     content: url('../Image/astore.png');
}
