body
{
    background-image: url('../images/bg-ty-page.jpg');
    font-family: 'Lato', sans-serif;
        background-position: 1px -340px;
}
.container-fluid{
        top: 0px;
    position: inherit;
    width: 100%;
}


@media screen and (max-width: 768px) {
.container-fluid{
        top: 410px;
    position: relative;
    width: 50%;
}
}


@media screen and (max-width: 550px) {
.container-fluid{
        top: 410px;
    position: relative;
    width: 100%;
}
}

.container-fluid
{
    max-width: 1000px;
}
.header
{
    margin-bottom: 10px;
}
.header-left
{
    text-align: left;
    padding-top: 20px;
}
.header-right
{
    text-align: right;
    padding-top: 10px;
}
.banner-content
{

}
.banner-left
{
    margin-top: -55px;
}
.banner-right
{

}
.banner-img
{
    margin-left: -55%;
}
.banner-right-head
{

}
.banner-get
{
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.banner-price
{
    font-weight: 900;
    font-size: 200px;
    line-height: 200px;
    color: #78c2ea;
    text-transform: uppercase;
}
.form-hero
{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
}
.form-zero
{
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    color: #ffffff;
}
.form-area
{
    background-color: #18365b;
    /*min-height: 100px;*/
    border: 1px solid #18365b;
    border-radius: 8px;
    padding: 20px;
}
.form-control
{

}
.form-area .form-control.input-lg
{
    font-weight: 400;
    font-size: 18px;
    color: #929292;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 60px;
}
.form-button
{
    margin-top: 15px;
}
.form-button button.btn-block
{
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    color: #010101;
    text-transform: uppercase;
    background-image: url('../images/form-btn.png');
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.2s linear;
}
.form-button button.btn-block:hover
{
    opacity: 0.8;
}
.section-content
{
    margin-top: 15px;
    padding-bottom: 35px;
    border-bottom: 1px solid #1d1d1d;
}
.section-hero
{
    font-weight: 900;
    font-size: 29px; 
    letter-spacing: -1px;
    color: #ffffff;
    line-height: 29px;
    text-transform: uppercase;
}
.section-zero
{
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
}
.section-content1
{
    float: left;
    width: 30%;
}
.section-content2
{
    width: 35%;
}
.article-img
{
    width: 20%;
    float: left;
}
.article-content
{
    width: 80%;
    float: left;
}
.less-lpading
{
    padding-left: 0;
}
.less-rpadding
{
    padding-right: 0;
}
.footer
{
    padding-top: 20px;
    padding-bottom: 25px;
}
.footer-right
{
    /*max-width: 390px;*/
    /*float: right;*/
    width: 100%;
    text-align: right;
    /*padding-top: 10px;*/
}
.footer-right img{
    max-width: 100%;
}
.footer-bottom
{
    margin-top: 35px;
}
.footer-bottom-hero
{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #888888;
}
.footer-list
{
    font-weight: 400;
    font-size: 12px;
    color: #888888;
}
.footer-list li
{
    color: #888888;
    display: inline;
    margin-right: 5px;
}
.footer-list li:last-of-type
{
    margin-right: 0;
}
.footer-list li a
{
    color: #888888;
}
.mobile-footer
{
    display: none;
}
.thankyou
{
 margin-top: 200px; 
 text-align: center;
}
.thank-head .form-zero
{
    font-weight: 400;
    font-size: 14px;
}
@media screen and (max-width:1050px)
{
    .footer.row
    {
        margin-left: 0;
        margin-right: 0;
    }
    .banner-price
    {
        font-size: 180px;
        line-height: 180px;
    }
    .form-hero
    {
        font-size: 30px;
        line-height: 30px;
    }
    .form-zero
    {
        font-size: 17px;
        line-height: 17px;
    }
    .banner-get
    {
        font-size: 50px;
        line-height: 50px;
    }
    .section-content
    {
        padding-left: 15px;
    }
    .footer.row 
    {
        margin-right: 15px;
    }
}
@media screen and (max-width:1000px)
{
    .section-hero
    {
        font-size: 24px;
        line-height: 24px;
    }
    .section-zero
    {
        font-size: 17px;
    }
}
@media screen and (max-width:950px)
{
    .form-button button.btn-block
    {
        font-size: 25px;
        line-height: 25px;
    }
}
@media screen and (max-width:900px)
{
    .banner-get{
        font-size: 40px;
        line-height: 40px;
    }
    .banner-price
    {
        font-size: 150px;
        line-height: 150px;
    }
    .form-hero
    {
        font-size: 25px;
        line-height: 25px;
    }
    .form-zero
    {
        font-size: 15px;
        line-height: 15px;
    }
    .bullet img
    {
        max-width: 100%;
    }
    .bullet1
    {
        padding-right: 15px;
    }
}
@media screen and (max-width:850px)
{
    .banner-get{
        font-size: 30px;
        line-height: 30px;
    }
    .banner-price
    {
        font-size: 120px;
        line-height: 120px;
    }
    .form-hero
    {
        font-size: 20px;
        line-height: 20px;
    }
    .form-zero
    {
        font-size: 13px;
        line-height: 13px;
    }
    .bullet img
    {
        max-width: 100%;
    }
    .bullet1
    {
        padding-right: 15px;
    }
    .footer-img img
    {
        max-width: 100%;
    }
    .form-button button.btn-block
    {
        font-size: 20px;
        line-height: 20px;
    }
    .section-hero
    {
        font-size: 20px;
        line-height: 20px;
    }
    .section-zero
    {
        font-size: 15px;
        line-height: 15px;
    }
    .banner-img
    {
        margin-left: -30%;
        width: 130%;
    }
    .banner-img img
    {
        max-width: 150%;
    }
}
@media screen and (max-width:767px)
{
    .banner-left
    {
    }
    .banner-img
    {
        margin-left: 0;
        width: 100%;
    }
    .banner-img img
    {
        max-width: 100%;
    }
    .banner-right-head
    {
        max-width: 280px;
        margin: 0 auto;
    }
    .form-hero
    {
        text-align: center;
    }
    .form-zero
    {
        text-align: center;
        margin-bottom: 20px;
    }
    .form-area
    {
        margin-bottom: 60px;
    }
    .section-content
    {
        max-width: 270px;
        margin: 0 auto;
        border-bottom: 0px;
    }
    body
    {
        background-color: #000000;
        background-image: none;
    }
    .section-content1
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .section-content2
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .section-content3
    {
        width: 100%;
    }
    .section-content-left
    {
        width: 20%;
        margin-right: 5%;
    }
    .bullet img
    {
        max-width: 100%;
    }
    .section-content-right
    {
        width: 75%;
        padding-top: 10px;
        padding-left: 0;
    }
    .bullet1
    {
        padding-right: 0;
    }
    .footer-content-left
    {
        width: 100%;
        display: none;
    }
    .footer-content-right
    {
        width: 100%;
        display: none;
    }
    .mobile-footer
    {
        display: block;
        padding-left: 0;
        border-top: 1px solid #1d1d1d;
        padding-top: 20px;
    }
    .footer-bottom
    {
        text-align: left;
        margin-top: 0;
    }
    .footer-list
    {
        text-align: left;
        padding-left: 0;
    }
    .banner-img img
    {
        width: 100%;
        margin-top: -75px;
    }
    .header
    {
        position: relative;
        z-index: 1;
        bottom: -75px;
        margin-top: -75px;
    }
    .banner-left
    {
        padding-left: 0;
        padding-right: 0;
    }
    .banner-right
    {
        margin-top: -265px;
    }
    .footer.row
    {
        margin-right: 0;
    }
    .section-content
    {
        padding-left: 0;
    }
    .thankyou
    {
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width:640px)
{
    .header-right img
    {
        max-width: 90%;
    }
    .header-left img
    {
        max-width: 100%;
    }
    .header
    {
    }
    .header-left
    {
        padding-left: 0;
    }
    .header-right
    {
        padding-right: 0;
        text-align: right;
    }
}
@media screen and (max-width:550px)
{
    .footer-bottom
    {
        width: 100%;
        text-align: center;
    }
    .footer-list 
    {
        text-align: center;
        margin-bottom: 10px;
    }
    .social-icons
    {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:500px)
{
    .banner-right
    {
        margin-top: -200px;
    }
}
@media screen and (max-width:450px)
{
    .banner-right
    {
        margin-top: -200px;
    }
    .banner-get{
        font-size: 20px;
        line-height: 20px;
    }
    .banner-price
    {
        font-size: 80px;
        line-height: 80px;
    }
    .banner-right-head
    {
        max-width: 200px;
    }
    .form-area .form-control.input-lg
    {
        font-size: 14px;
    }
    .form-button button.btn-block
    {
        font-size: 16px;
    }
    .form-hero
    {
        font-size: 16px;
        line-height: 16px;
    }
    .form-zero
    {
        font-size: 13px;
        line-height: 13px;
    }
}
@media screen and (max-width:400px)
{
    .header-left
    {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .header-right
    {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .header
    {
        position: static;
        margin-top: 0;
    }
    .banner-right
    {
        margin-top: -200px;
    }
    .banner-left
    {
        /*padding-top: 20px;*/
    }
    .all-logos img
    {
        max-width: 70%;
        margin-bottom: 10px;
    }
    .section-content
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .form-area
    {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:360px)
{
    .form-button button.btn-block
    {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .form-hero
    {
        margin-bottom: 5px;
    }

}