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

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

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

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

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

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

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

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

}

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

}

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

    .slider_sec a.mobileapp-btn {
        width: 120px;
        padding: 10px;
    }

    .slider_sec a.mobileapp-btn img {
        height: auto;
        width: 100%;
    }

    .slider_sec h1 {
        font-size: 30px;
        line-height: 36px;
        margin-top: 15px;
    }

    .slider_sec p {
        font-size: 14px;
        line-height: 24px;
    }
    
}


/*===================================================================*/

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

    div#navbarSupportedContent {
        position: absolute;
        top: 100%;
        right: 0px;
        background: #fff;
        width: 200px;
    }
    
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.55);
        border: 0px;
        box-shadow: none;
        padding: 0px;
    }

    .navbar-toggler-icon {
        width: 50px;
        height: 50px;
    }

    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .heading p {
        width: 100%;
    }

    h4 {
        font-size: 21px;
        line-height: 24px;
    }

    p {
        line-height: 24px;
    }

    .video_cont h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .video_cont .ic svg {
        width: 80px;
        height: auto;
    }

    .teams_sec p {
        width: 80%;
    }

    .features_page_sec .feature-img img {
        width: 90%;
      }
}


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

/*==========================================================================================================*/

@media only screen and (max-width: 767px) {
    .container-fluid {
        padding: 0px 20px;
    }


    .slider_sec{
        height: auto;
    }

    .featur_left .featur_col .icon {
        width: 50px;
        float: left;
        margin-left: 0px;
        margin-right: 15px;
    }

    .featur_col .text_cont {
        text-align: left;
    }

    .discover_sec img{
        margin-bottom: 30px;
    }

    .teams_col img {
        height: 300px;
    }

}

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

   

}

/* only iphone4 landscape & Potriat 300 by 480*/

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

    .heading p {
        width: 100%;
    }

    .video_cont h3 {
        width: 90%;
    }

   .appscreenshots .owl-carousel{
    width: 80%;
    margin: 0px 10%;
    display: inline-block;
   }

   .appscreenshots .owl-dot {
    width: 15px;
    margin: 0px 5px;
}

.teams_col img {
    height: auto;
}

.features_page_sec .feature-img img {
    width: 40%;
  }

}


/*==========================================================================================================*/

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

    .slider_sec a.mobileapp-btn {
        width: 100px;
        padding: 7px;
        border: 1px solid #FFFFFF;
    }

    .appscreenshots .owl-dot {
        width: 10px;
        margin: 0px 5px;
    }


}


/*==========================================================================================================*/

@media only screen and (max-width: 425px) {
    .teams_sec p {
        width: 90%;
    }

    .features_page_sec .feature-img img {
        width: 60%;
      }
}


/*==========================================================================================================*/


/* only iphone4 landscape & Potriat 380*/

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


/*==========================================================================================================*/


/* only iphone4 Potriat 3008 */

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