body {
    font: 400 1em/1.5 "Lato";
    background: #f5f5f5;
    color: rgba(86, 88,90, 0);
    text-align: center;
    margin: 0;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.mybut {
    text-decoration: none !important;
}
.logopos img {
    width: 250px !important
}
.btn-icon {
    width: 20px;
    height: 20px;
    margin-bottom:3px;
}

.logo-img{
    width:250px;
}
.title-text {
    color: #202020;
    font-weight: 400;
    margin-bottom: 20px;
}
#Btn_Proceed {
    color: #fff;
    background-color: #ff2b7a;
    border: none;
    padding: 8px 20px;
   
    border-radius: 6px;
    font-size: 14px;
}

p {
    text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
    /*border: 4px solid #56585A;*/
    padding: 15px;
    /*position: absolute;
  top: 18%;
  left: 50%;*/
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
}

    p span {
        font: 600 32px "Lato", sans-serif;
        letter-spacing: 0;
        margin: 0px;
        margin: 0 auto;
        /*font-family:'Tw Cen MT'*/
        /* Clip Background Image */
        background: url('../images/animated_text_fill_new.png') repeat-y;
        -webkit-background-clip: text;
        /* Animate Background Image */
        -webkit-text-fill-color: transparent;
        -webkit-animation: aitf 90s linear infinite;
        /* Activate hardware acceleration for smoother animations */
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        text-transform: capitalize;
    }

.content {
    border-right: none;
    border-left: none;
    width: 50%;
    text-align: center
}


/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 980px) {
    

    .logopos img {
        width: 180px !important;
    }

    .w3-red {
        font-size: 12px !important
    }
}

@media screen and (max-width:480px) {
    .content {
        width: 90%
    }
}

@media screen and (max-width:600px) {
    .content {
        width: 90%
    }
    .title-text {
        color: #202020;
        font-weight: 400;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .logopos img {
        width: 160px !important;
    }
    .copyrighttext {
        text-align: center;
        margin: 0 auto;
        padding: 14px;
        color: #076756;
        font-weight: 600;
        font-size: 12px;
    }
}
@media screen and (max-width:1024px) {
    .btm-btns a {
        text-align: center;
        font-size: 10px !important;
        color: #4B4D4D;
        padding: 0px 8px !important;
        margin-top: 10px;
    }
}
    /*@media screen and (max-width: 480px) 
{
    .logopos img{ width:150px !important  }
     span { font: 700 15px "Tw Cen MT", sans-serif !important; }
     .w3-red { font-size:11px !important }
}

@media screen and (max-width:600px) 
{
    .logopos img{ width:180px !important  }
     span { font: 700 15px "Tw Cen MT", sans-serif !important;}
     .w3-red { font-size:12px !important }
}*/


    .logopos {
        text-align: center
    }

    /*=========== button css ============== */

    .next-btn {
        border: none;
        font-family: Source Sans Pro;
        background: #E21F26;
        color: #fff;
        cursor: pointer;
        padding: 12px 16px;
        display: inline-block;
        margin: 10px 0px 5px 0;
        border-radius: 3px;
        font-size: 16px;
        font-weight: bold;
        outline: none;
        -webkit-transition: all 0.9s;
        -o-transition: all 0.9s;
        -ms-transition: all 0.9s;
        -moz-transition: all 0.9s;
        transition: all 0.9s;
        border-color: #367fa9;
        width: 10%;
        text-align: center;
        text-decoration: none
    }

        .next-btn:hover {
            color: #fff;
            background: #E60810;
            -webkit-transition: all 0.9s;
            -o-transition: all 0.9s;
            -ms-transition: all 0.9s;
            -moz-transition: all 0.9s;
            transition: all 0.9s;
        }

    .w3-red {
        font-size: 12px !important
    }
