/* iPhone 6 only */ 
@media only screen
and (min-device-width: 375px) 
and (max-device-height: 667px) { 
    .iconbox:nth-child(2n) {border-right: 1px solid #FFFFFF;}
    .svg-center {margin:auto;width:100%;margin-top: -20px;}
    .icon-bg-mobile{background-color:#FFFFFF !important;}
}

/* iPhone 6 Plus only */
@media only screen 
and (min-device-width: 414px) 
and (max-device-height: 736px) {
    .testimonial-iphone-6plus {border-image-width: 105.3%;}
    .icon-move {padding-left: 10px;}
    .svg-center {margin:auto;width:100%;margin-top: -20px;}
    .icon-bg-mobile{background-color:#FFFFFF !important;}
}

/*IPHONE 5*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
    main {width: 95%;}
    .section-wpr {width: auto;}
    .footer-dark, .footer-white {width: auto;}
    .testimonial-iphone-6plus {width: 105.3% !important;}
    .icon-move {padding-left: 10px;}
    .iconbox:nth-child(2n) {border-right: 1px solid #FFFFFF;}
    .svg-center {margin:auto;width:100%;margin-top: -20px;}
    .icon-bg-mobile{background-color:#FFFFFF !important;}
}

/*iPad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px)  {
    .ipad-logo {width: 242px;}
    .col-sm-3-ipad {width:43%; padding-bottom:20px;}
    .iconbox-ipad:nth-child(2n) {
        border-left: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;}
    .row-ipad {
        margin-left: 0px;
        margin-right: -27px;}
    .container-ipad {margin-left: 50px;}

}

/*iPad Pro*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px){
      .right-icon{border-right: 1px solid #FFFFFF !important;}
    
}