/*****************************

Responsive stye for home and landing pages

****************************/

@media only screen and (max-width: 1200px) {
  .home #header-space,
  .home #header-outer{
      display: none !important;
  }
  
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .home .vc_row-fluid .vc_col-sm-8{
        width: 68%;
        margin-left: 0;
    }
    .home .nectar-button.accent-color {
        margin-left: 50px;
        text-align: left;
    }
    .home .img-with-aniamtion-wrap .img-with-animation{
        max-width: 480px;
    }
    .home .nectar-button.see-through-2{
        margin-right: -50px !important;
    }
}
 /* Medium Devices, Desktops  */

@media only screen and (max-width: 1000px) {
    .home .vc_row-fluid .vc_col-sm-8{
        width: 100%;
        margin-left: 0;
    }
    .home .nectar-button.accent-color {
        margin-left: 0;
    }
    .home .img-with-aniamtion-wrap .img-with-animation{
        max-width: 460px;
    }
    .home .nectar-button.see-through-2{
        margin-right: -50px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {

}
 /* Small Devices, Tablets  */

@media only screen and (max-width: 767px) {
    .home .instance-2 .wpb_wrapper,
    .home .instance-3 .wpb_wrapper{
        display: flex;
        justify-content: center;
    }
    
}
@media only screen and (max-width: 690px) {
    .home .nectar-button.see-through-2{
        margin-right: 0 !important;
    }
    .home .instance-2 .wpb_wrapper,
    .home .instance-3 .wpb_wrapper{
        display: flex;
        justify-content: center;
    }
    .home .nectar-button.see-through-2{
        margin-right: 0 !important;
    }
    .home  .nectar-button{
        font-size: 14px;
        width: 60%;
        padding: 13px 30px !important;
    }
    .home .nectar-button.accent-color{
        margin-top: 30px !important;
    }
    
}
 /* Extra Small Devices, Phones  */

@media only screen and (max-width: 480px) {
    .home  .nectar-button{
        font-size: 12px;
        width: 60%;
        padding: 10px 10px !important;
    }
}
 /* Custom, iPhone Retina  */

@media only screen and (max-width: 320px) {
}
