/*media query for responsive design */



@media (min-width:381px) and (max-width:767px){
    
}

@media (min-width:450px) and (max-width:767px){
    
}

@media (max-width:767px)
{  

.app-idea .header-download-app .row img {
    max-width: 160px;

}
/* Start HEader */
    header {
        background-color: #012c5f;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        padding: 5px 0 !important;
    }
    
    /* Start logo */
    header .logo{margin-top: 5px ;}

    header .logo img {
        width: 110px
    }

    /*Start Navbar */
    header .header-nav {
        position: fixed;
        width: 260px;
        top: 0;
        bottom: 0;
        right: -290px;
        background: #2f85bc;
        text-align: right;
        z-index: 99999;
        height: 100%;
        transition: all .2s;
    }

    header .header-nav.show-menu{
        right: 0
    }

    header .header-nav ul li {
        display: block;
    }

    header .header-nav {
        line-height: 50px;
        padding: 20px;
    }
    
    #header.cloned.sticky{display: none}

    /* Start header text */

    .header-app-idea{height: auto;}

    .app-idea {
        padding-top: 110px;
        text-align: center;
        margin-top: 0;
        padding-bottom: 110px;
    }



    .about-company {
        text-align: center;
    }

    .main-btn,
    .about-company{    z-index: 99;}

    .about-company:after{
        width: 395px;
        height: 570px;
        opacity: .2;
        z-index: -1;
    }

    /* Start about company section */

   .about .about-title {
        font-size: 25px;
    } 
    .section-features{padding-bottom: 0;margin-top: 80px;}

    .section-features ul{
        position: relative;
        right: 6px;    
    }
    .section-features .features-text ul li{
        padding-right: 18px;
        font-size: 18px;
    }
    .section-features .img-section-feat{
        z-index: 998;
        top: -477px;
    }
    .section-features .img-section-feat img {width: 75%}

    .section-features .features-text {
        position: relative;
        top: -37px;
        z-index: 999;
    }   
    .section-features:after{height: 870px;}

    .section-features:after{
        z-index: 99;
    }
    .video {
        width: 85%;
        height: 300px;
        bottom: 5px;
        z-index: 99;
        position: relative;
        margin-top: 0;
    }
    .video .overlay .play-btn img{
        width: 90px;
        height: 90px;
    }

    .video .padding-right {
        padding-right:40px
    }

    /* Start Slider */
    .about-app {
        margin-top: 60px;
    }
    .about-app .slider {
        margin-top: 160px;
    }
    .about-app .slider .item-slider{
        width: 53%;
        margin: auto;
    }
    footer{
        padding-top: 150px;
        background-size: cover;
    }


    footer .col-md-7 .contact{margin-bottom: 30px;}

    footer .col-md-7 .contact > span {display: block;margin-bottom: 10px;}
    
    footer .copyright {
        margin-top: 34px;
        text-align: center;
    }   
    
    /* Start download app */

    .header-app-idea .download-app{
        right: -130px
    }

    .header-app-idea .download-app li {
        margin-bottom: 10px;
      }

      .header-app-idea .download-app li:first-child span{font-size:16px}

    .header-app-idea .download-app li:not(:first-child) img{
        width:20px;
        height:20px
      }

      
      /* End download app */
      .section-features h2{font-size: 28px;text-align: center;max-width: 400px;margin: 0 auto 40px;color: #fff;}

      .about-app .slider .item-slider{
        width: 270px;
        margin: auto;
      }
       /*Start slider */
       .about-app h2 {
           font-size: 25px;
       }

       .owl-carousel .owl-nav .owl-next {
        left:10px
      }
      
      .owl-carousel .owl-nav .owl-prev {
        right:10px
      }
}

/* small screen */

@media (min-width:768px)
{   
     
}

@media (min-width:768px) and (max-width:991px)
{   
    .about-company:after {
        width: 407px;
    height: 592px;
    }

    .section-features .img-section-feat{
        top: -322px
    }

    .section-features .img-section-feat img{
        width: 75%;
    }
    /* Start Header */
    #header.cloned.sticky .header-nav{
        line-height: 40px;
        margin-top: 23px;
    }

    #header.cloned.sticky{height:117px}

    /* Start app-idea in header */
    .app-idea{margin-top:0}
}



@media (min-width:991px) and (max-width:1040px){

}
    
@media (min-width:1200px) and (max-width:1240px){
    
}

@media (max-width:1200px)
{
        .about-company {
        margin-top: -110px;
    }
    .app-idea h1 {
        font-size: 28px !important;
        max-width: 400px;
        margin: auto;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px !important;
    }
    .app-idea .header-download-app {
        text-align: center;
    }
    .app-idea .header-download-app .row {
    justify-content: center;
    }
    /* Image back ground header */
    .app-idea .idea-text {
        font-size: 16px;
        max-width: 400px;
        margin: auto;
    }
    .app-idea .mobile-image img{
        
position: static;
        
margin: 85px 0 40px;
    }
    
}

/* larg screen */
@media (min-width:1200px)
{   /* features section */
    
    .section-features:after{
        height: 1150px;
    }
    .section-features .features-text{top: 400px;}

    /* video */
    .video {margin-top: 398px}
}

@media (min-width:350px) and (max-width:430px){
    .section-features .img-section-feat {
        top: -415px;
    width: 350px;
    }
}


@media (min-width:431px) and (max-width:767px){
    .section-features .img-section-feat {
        top: -501px;
    width: 430px;
    }
}

@media (max-width:450px)
{
    .about-company:after{
        width:300px
    }

    .app-idea h1 {
        font-size: 25px !important;
    }
    
    
}

@media (max-width:450px)
{
    .section-features .img-section-feat{
        top:-350px
    }
    
    
}

@media (max-width:483px){
    .header-app-idea{
        height:1361px
    }

    .about-company {
        margin-top: -540px;
    }
}

@media (min-width:355px) and (max-width:482px){
    .andriod-apple {
        margin-top:50px !important
    }
}