﻿
@media only screen and (max-width: 320px){
    .subscribe-form .form-control {
        width: 40%;
        padding: 10px;
    }
}


@media only screen and (max-width: 767px){
   
    .section-hero-inner {
    padding-top: 0;
}
  
 #about.section-padd {
    padding: 60px 0 80px 0;
}
   .newsletter-block{
    width: auto;
    padding: 20px;
    left: 0;
    top: -160px;
}

 #about-app .text-content h2 {
    font-size: 26px;
}
.subscribe-form .btn-subscribe{
    padding: 0 10px;
}
.icon-block {
    margin-bottom: 25px;
}
 .navbar-default {
    padding: 0;
}
.navbar-toggle{
    margin-right: 0;
}
 .navbar-header {
    padding: 10px 15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    background-color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a {
    background-color: transparent;
    color: #222!important;
}
.navbar-default .navbar-right > li:first-child{
    margin-left: 20px!important;
}
.left-block .feature-block {
    text-align: left;
}
.feature-img {
    top: 0px;

}
   .blog-card{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1023px){
 
 .affix .navbar-right > li > a:hover, .affix .navbar-right > li > a:focus, .navbar-collapse .navbar-right > li > a:active {
    color: #40d4a1!important;
}
     .slider-image img, .device-bloc img,    .slider-image{
     max-width: 100%;
    height: auto;
    width: 100%; 
    }
  .device-bloc {
    display: none;
  }
  .slider-image{
    left: 0;
    top:0;
    position: relative;
  }
    .image-circle
    {
       display:none;
   }
   .subscribe-form .form-control{
     width: 85%;
}
.subscribe-form .btn-subscribe{
    padding: 0 10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){

.hero-text {
    padding: 0 0 50px 0;
}
.text-content {
    padding: 0 0 80px 0;
}
.section-hero-content .hero-text h1 {
    font-size: 30px;
   line-height: 38px;
}
       .info-blog h3 a{
        font-size: 16px;
        line-height: 20px;
    }
    .info-blog p{
        font-size: 13px;
        line-height: 22px;
    }
    .section-hero{
        overflow: hidden;
    }
    .navbar-brand>img {
        width: 140px;
    }
    .hero-img {
        position: relative;
        top: 50px;
    }
    .navbar-brand{
        padding: 0;
    }
    .navbar-default .navbar-right > li + li {
        margin-left: 10px;
    }
    .navbar-default .navbar-nav>li>a{
        font-size: 13px;
    }
    .list-social a{
     height: 40px;
      width: 40px;
    line-height: 40px;
    }
    .list-social a i {
    line-height: 40px;
}
.copyright p {
    line-height: 20px;
    }
}
@media only screen and (min-width: 1024px) and (max-width:1200px){
    .section-hero{
       height: 100%;
   }
    #about.section-padd {
    padding: 180px 0 80px 0;
}
.copyright p {
    line-height: 20px;
    }
.slider-image{
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
}
.device-bloc{
    display: none;
}
}

@media only screen and (min-width: 1600px){
    .section-hero {
        padding-top: 180px;
    }
}


/* Landscape*/

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 767px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 1) {
 
 
.subscribe-form .form-control {
    width: 90%;
}

}