@font-face {
    font-family: 'Gilroy-Regular';
url('../fonts/Gilroy-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

body
{
    /*font-family: 'Gilroy-Regular';*/
    /*height: 100%;*/
    margin: 0;
    /*text-align: center;*/
    overflow-x: hidden;
}

.main-image img
{
    width: 100%;
}

.main-page
{
    /*background-image: url("../images/head-back.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    text-align: center;
    height: 100vh;
    max-height: 100vh;
    max-width: 100%;
    padding-bottom: 44px;
}

/*.accounts*/
/*{*/
/*margin-top: 450px;*/
/*}*/

.accounts h5
{
    /*font-family: 'Gilroy-Regular';*/
    font-size: 60px;
    color: #000;
    text-align: center;
    font-weight: 200;
}

.stores p
{
    /*font-family: 'Gilroy-Regular';*/
    font-size: 35px;
    color: #000;
    text-align: center;
    font-weight: 200;

}

/*.main-page*/
/*{*/
/*position: relative;*/
/*}*/

.content
{
    position: fixed;
    width: 50%;
    right: 0;
    bottom: 80px;
}

.stores
{
    margin-top: 120px;
}

.stores img
{
    width: 90%;
    max-width: 150px;
}

.stores .app
{
    float: right;
}

.stores .google
{
    float: left;
}

/*@media (max-width: 1680px) {*/
/*.content*/
/*{*/
/*top: 305px;*/
/*}*/
/*}*/

/*@media (max-width: 1440px) {*/
/*.content*/
/*{*/
/*top: 205px;*/
/*}*/
/*}*/

.left-hand
{
    position: absolute;
    top: 380px;
}

.left-hand img
{
    width: 100%;
}

.main-page .col-sm-12,
.main-page .col-md-6
{
    padding: 0;
}

.copyright
{
    /*background: #e7b2c7;*/
    color: #000;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.copyright p
{
    font-weight: 600;
    margin: 10px 0;
}

.main-phone-image {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60vh;
}

.terms-head
{
    text-align: center;
    margin: 50px 0;
}

.app-stores
{
    margin: 50px 0;
    text-align: center;
}

.terms-links
{
    float: right;
}

.login-back a
{
    margin: 20px 0 0;
    color: #000;
    display: inline-block;
}

.fixed-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px;
}

.copyright-txt
{
    padding-left: 175px;
}

.accounts img
{
    padding: 0 12px 0 0;
}

.stores-icon img
{
    width: 20%;
}


@media (max-width: 600px) {
    .fixed-footer {
        font-size: 10px !important;
    }

    .main-phone-image
    {
        bottom: 65px;
    }

    .content
    {
        bottom: 90px !important;
    }

    .main-page
    {
        height: 70vh;
    }

    .fixed-footer
    {
        padding: 10px !important;
    }
}

@media (max-width: 1400px) {
    .fixed-footer {
        padding: 2px;
        font-size: 14px;
    }
}

@media (max-width: 1680px) {
    .accounts h5
    {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {

    .accounts h5 {
        font-size: 22px;
    }

    .accounts img {
        width: 100px;
    }

    .stores p {
        font-size: 22px;
    }

    .stores {
        margin-top: 30px;
    }

    .main-phone-image {
        /*bottom: 44px;*/
    }

}


@media (max-width: 991px) {

    .stores .google {
        float: unset;
    }

    .stores .app {
        float: unset;
    }

    .stores img {
        width: 90%;
        max-width: 170px;
        margin-bottom: 10px;
    }

    .main-phone-image {
        height: 32vh;
    }

    .accounts h5 {
        font-size: 16px;
    }


    .accounts img {
        width: 65px;
    }

    .stores p {
        font-size: 16px;
    }

    .footer
    {
        text-align: center;
    }

    .terms-links
    {
        float: none;
    }

    .stores-icon img
    {
        width: 50%;
        margin-bottom: 20px;
    }


}


@media (max-width: 991px) {

    .content {
        width: 100%;
        bottom: 65px;
    }

    .stores {
        width: 40%;
        float: right;
        position: relative;
        bottom: -30px;
    }


    .stores img {
        max-width: 110px;
        margin-bottom: 10px;
    }

    .stores p {
        font-size: 12px;
        text-align: left;
        padding: 0 10px;
    }

    .copyright p {
        font-size: 8px;
    }

    .main-page {
        padding-bottom: 32px;
    }


    .main-phone-image {
        width: 60%;
        height: 28vh;
        /*bottom: 32px;*/
    }

    .accounts h5 {
        position: relative;
        bottom: 40px;
    }

    .copyright-txt
    {
        padding-left: 0;
    }


}
