/* RESPONSIVE FOR IPAD FAIZAL*/

@media (min-width: 1281px) {
  
  
    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    
    .middle-ipad{
        min-height: calc(100vh - 250px) !important;
    }
    
    .container-ipad{
        padding:0px 50px !important; 
    }
    
    #contact .col-md-4{
        margin-bottom:60px;
    }
    
    .mt-450{
        margin-top:479px !important;
    }
    
    #our-team .desc-team{
        padding:0px !important;  
    }
    
    .no-margin-ipad{
        margin:0px !important;   
        margin-top:0px!important;
    }
    
    .bg-team {
        background-image:none;
        height: auto;
        width: auto;
    }
    
    .bg-team img{
        margin-top:0 !important;
    }
}

/*RESPONSIVE FOR IPHONE 7S / DEVICE SMARTPHONE*/

@media only screen and (min-device-width : 375px) and (max-device-width : 736px){
    
    .bg-remove-phone{
        background-image:none !important;
    }
    
    .no-margin-ipad{
        margin:0px !important;   
        margin-top:0px!important;
    }
    
    #engage h2{
        margin:0px 0px 15px 0px !important;
        display:block !important;
    }
    
    .container-ipad{
        padding:0px 15pxpx !important; 
    }

    .mt-450{
        margin-top:883px !important;
    }
    
    .bg-team {
        background-image:none;
        height: auto;
        width: auto;
    }
    
    .bg-team img {
        margin-bottom:15px;
    }

}