.view-mobile{
        display:none;
    }
.view-desktop{
    display:block;
}

/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  .view-mobile{
        display:none;
    }
    
    
}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 
    .hero-area h1 {
        font-size: 36px;
        margin-top: 40px;
    }
    .hero-area h2 {
        font-size: 22px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    section.full-height {
        height: auto!important;
        padding: 20px 0px;;
    }
    .thank-you h1{
        padding-top:180px;
        color: #18191A;
        font-size: 36px;
    }
    .thank-you p{
        color: #18191A;
        font-size: 18px;
    }
    .view-mobile{
        display:none;
    }
    .view-desktop{
    display:block;
}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 .view-mobile{
        display:none;
    }
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    .hero-area h1 {
        font-size: 28px;
        margin-top: 30px!important;
        padding-top: 0px;;
    }
    .hero-area h2 {
        font-size: 22px;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    section.full-height {
        height: auto!important;
        padding: 20px 0px;;
    }
    .hero-area ul {
        margin-bottom: 40px;
    }
    .thank-you h1{
        padding-top:140px ;
        color: #18191A;
        font-size: 28px;
    }
    .thank-you p{
        color: #18191A;
        font-size: 18px;
    }
    .partner{
        margin-top:20px;
    }
    .view-mobile{
        display:block;
    }
.view-desktop{
    display:none;
}
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    .view-mobile{
        display:block;
    }

}