﻿
@media only screen and (width: 428px) {

    .moblieview {
        display: none !important;
    }
    .container {
        padding-top:20px !important;
    }
}



@media only screen and (width: 390px) {

    .moblieview {
        display: none !important;
    }
    .container {
        padding-top: 20px !important;
    }
}

@media only screen and (width: 360px) {


    .moblieview {
        display: none !important;
    }
    .container {
        padding-top: 20px !important;
    }

 
 
}

@media only screen and (width: 375px) {


    .moblieview {
        display: none !important;
    }
    .container {
        padding-top: 20px !important;
    }

   
}

@media only screen and (width: 320px) {


    .moblieview {
        display: none !important;
    }
    .container {
        padding-top: 20px !important;
    }


}

@media only screen and (width: 414px) {
  
    .moblieview {
        display: none !important;
    }
    .container {
        padding-top: 20px !important;
    }
   

}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
   
}

@media only screen and (min-width: 820px) and (max-width: 1180px) {
  
}

@media only screen and (min-width: 800px) and (max-width: 1280px) {
   

}
