@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) {
    .value_col h4 span {
        font-size: 13px;
    }

    .value_col span.ic {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-right: 10px;
    }

    .value_col span.ic svg {
        width: 30px;
        height: auto;
    }

    .value_col h4 {
        margin-top: 7px;
    }
}

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

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

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

    .navbar-light .navbar-nav .nav-item {
        border-bottom: #999 1px dashed;
    }

    .navbar-light .navbar-nav .nav-item:last-child {
        border-bottom: #999 0px dashed;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.55);
        border: 0px;
        box-shadow: none;
        padding: 0px;
        margin-top: 8px;
    }

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

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

    .slider_main,
    .slider_cont {
        height: 400px;
    }

    .slider-img img {
        height: 380px;
    }

    .slider_cont h1 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .slider_cont p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .app_btn a {
        width: 150px;
        margin-right: 10px;
        padding: 10px 0px;
    }

    .app_btn a img {
        width: auto;
        height: 25px;
    }

    .about_sec img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    h3 {
        font-size: 24px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }

    .features_sec p {
        width: 80%;
    }

    section.industry_sec p {
        width: 80%;
    }

    span.number {
        font-size: 40px;
        line-height: 40px;
    }

    a.featur_box .txt {
        width: calc(100% - 60px);
    }

    a.featur_box .txt p {
        display: none;
    }

    a.featur_box .txt h5 {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .features_cont {
        height: 400px;
    }

    .download_cont .col-md-5 img {
        height: 380px;
        margin-top: 20px;
    }
    .download_txt {
        height: 380px;
    }

    .download_txt h2 {
        font-size: 34px;
    }

    .download_txt p {
        font-size: 15px;
    }

    .download_cont .app_btn a {
        width: 120px;
        margin-right: 10px;
        padding: 10px 0px;
    }

    .download_cont {
        padding: 10px;
        height: 450px;
    }
    .features_img.cnt .targetDiv {
        margin-right: 14px;
        margin-top: 13px;
    }

    .info_box p {
        font-size: 16px;
    }

    .navbar-collapse.collapse:not(.show) {
    display: block;
  }

  .navbar-collapse {
    position: fixed;
    top: 70px;
    left: 0;
    background: #fff;
    width: 245px;
    height: 100%;
    z-index: 9999;
    padding: 15px;
    transform: translateX(-245px);
    transition: 0.5s ease-in-out;
    display: block;
  }

  .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.5s ease-in-out;
    display: block !important;
  }


}

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

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

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

    .slider_main,
    .slider_cont {
        height: auto;
    }

    .slider_main {
        padding: 40px 0px;
    }

    .download_cont {
        height: auto;
    }

    .download_txt {
        height: auto;
        padding: 20px 10px;
    }

    .download_txt h2 {
        font-size: 24px;
    }

    a.featur_box {
        width: 90%;
        margin: 20px 5%;
    }

    a.featur_box .txt p {
        display: inline-block;
    }

    a.featur_box .txt h5 {
        margin-top: 5px;
        width: 90%;
    }

    a.featur_box .txt {
        width: 100%;
    }

    a.featur_box.active {
        background: #fff;
    }

    a.featur_box.active .txt h5 {
        color: #11222c;
    }

    a.featur_box.active .txt p {
        color: #53b1b1;
    }

    a.featur_box.active span.number {
        color: #fff;
        text-shadow: #f69000 0px 0px 3px;
    }

    a.featur_box.active .txt span.ic {
        background: #f6c624;
    }

    a.featur_box.active .txt span.ic svg path {
        fill: #53b1b1;
    }

    .contat {
        width: 100%;
    }

    .contact_info p {
        width: 100%;
    }

  
    a.featur_box.active .txt ul li{
        color: #53b1b1;
    }

   a.featur_box.active .txt span.ic svg path{
    fill: #fff;
   }
}

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

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

@media only screen and (max-width: 576px) {
    .single-team .team-image img {
        height: auto;
    }

    .navbar-light .navbar-toggler {
        margin-top: -75px;
    }


    a.featur_box .txt h5 {
        margin-top: 10px;
        padding-right: 0px;
        width: 100%;
        display: inline-block;
        font-size: 15px;
        margin-bottom: 10px;
    }
}

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

@media only screen and (max-width: 480px) {
    .value_col {
        width: 100%;
        padding: 0px;
    }

    .features_sec p {
        width: 100%;
    }

    section.industry_sec p {
        width: 100%;
    }
}

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

@media only screen and (max-width: 425px) {
    .contat h3 {
        font-size: 28px;
    }

    .contat h3 span {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .service_page_sec .service-img img{
        height: auto;
    }

    .inner_banner h2 {
        font-size: 24px;
    }

    p {
        text-align: left;
    }

    .service_page_sec.about_sec .col-lg-12.pb-5 {
        height: auto;
    }
}

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

/* only iphone4 landscape & Potriat 380*/

@media only screen and (max-width: 380px) {
    .app_btn a {
        width: 130px;
    }

   

    
}

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

/* only iphone4 landscape & Potriat 360*/

@media only screen and (max-width: 360px) {
    .app_btn a {
        width: 100%;
        margin: 10px 0px;
    }

    .app_btn a img {
        width: auto;
        height: 35px;
    }

    .slider_cont h1 {
        font-size: 30px;
    }
    .download_cont .app_btn a {
        width: 110px;
        padding: 5px 0px;
    }
    .download_txt .app_btn a img {
        width: auto;
        height: 20px;
    }
}

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

/* only iphone4 Potriat 3008 */

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