/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
   
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
   
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    
}

/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
   
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
   
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .mb-view{display: none;}
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .mb-view{display: none;}
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
    
   .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
   .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
     .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
  
  .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
   .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
   
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
   .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
   .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%!important;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none!important;
}
    .image_cont img{display: none!important;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
 
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
   .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
    
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
    
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
    
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
    
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
   
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3) {
    .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
    
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
  .cont-button img {
    margin: 0;
    position: fixed;
    top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    width: 55%;
}
    .image_cont02 img {
    position: absolute;
    top: 52px;
    transform: rotate(-7deg);
    left: 13px;
        display: none;
}
    .image_cont img{display: none;}
    .text-proess {
    box-shadow: 0px 0px 4px 0px #dcdcdc;
    border-radius: 10px 72px 10px 10px;
    padding: 15px;
    background: white;
    margin-bottom: 10px;
}
}
