﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);

body {
    background-color: #000;
}

.logo {
    position: absolute;
    right: 15;
    top: 15;
}

    .logo img {
        width: 95px;
    }

.subscribe-sec {
    padding: 0 0 18px;
}

.subscribe-txt {
    font-size: 18px;
    text-align: center;
    /*text-shadow: 2px 2px 5px #000000;*/
    padding: 0;
    line-height: 18px;
}

.subscribe-input {
    padding: 10px 0;
    text-align: center;
}

    .subscribe-input input {
        border: 1px solid #ccc;
        border-radius: 45px;
        font-size: 17px;
        padding: 5px;
        width: 80%;
        text-align: center;
    }
/*
.subscribe-btn {
    position: absolute;
    left: 0;
    right: 0
}
    */
.subscribe-btn {
    width: 80%;
    margin: 0 auto;
}

    .subscribe-btn .sign-in {
        padding: 5px 10px;
    }

.subscribe-btn-in {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

#subscribe .sign-in {
    border: none;
}

.dynamic-content.mobile-number h3 {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.terms-txt {
    padding: 0 15px;
    margin-top: 45px;
}

    .terms-txt h3 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        margin-top: 30px;
    }

    .terms-txt ul {
        margin: 0;
        padding: 0 0 0 20px;
        color: #fff;
    }

        .terms-txt ul li {
            margin-bottom: 3px;
            font-size: 12px;
            color: #ccc;
        }

            .terms-txt ul li span {
                font-weight: bold;
            }

.subscribe-txt h1 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    color:#fff;
}

    .subscribe-txt h1 span {
        color: #005dd1;
        font-weight: bold;
        font-size: 33px;
    }

.subscribe-txt h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color:#fff;
}
.subscribe-txt h5 {
    color:#fff;
}

.subscribe-txt h4 {
    margin: 0;
    font-size: 11px;
}

.subscribe-btn-in input {
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    padding: 10px 50px;
}

.price_zain {
    font-size: 13px;
    position: absolute;
    top: 41px;
    width: 100%;
    color: #fff;
}



    .sign-in:hover a {
        color: #fff;
    }

    .sign-in a {
        display: block;
        text-decoration: none;
        text-align: center;
        padding: 3px 0;
        color: #005dd1;
    }

.section {
    border: 1px dashed #ccc;
    color: #fff;
    padding: 10px;
}

    .section h2 {
        font-size: 14px;
        margin: 0;
    }

.yupp-logo {
    margin-bottom: 20px;
}
