/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Jan, 2017, 9:32:25 AM
    Author     : Syslint Technologies
*/
/* Large Devices, Wide Screens */

 @media only screen and (min-width : 1601px) and (max-width:1800px) {
     
     
     
 }




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


/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        
    .tittle-wrp h1 {
    font-size: 3em;
    letter-spacing: 7px;
}
.feature-caption {
    font-size: 20px;
}
/*--============= price page start=============--*/
.get-free h2 {
 font-size: 28px;
}
.get-free p {
    font-size: 18px;
}
.get-free .fa {
    font-size: 68px;
}
.price-content p {
    font-size: 22px;
}
/*--============= price page end=============--*/
        
       

     
    }
    
     /* Medium Devices, Desktops */
     @media only screen and (max-width : 992px) {
         
    .fa-hand-o-down{
            display: block;
    }
         
    .fa-hand-o-right{
            display: none;
    }
         
        
         
     }
     
     
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
        

        
    
    
    
    
    
     /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    
    .tittle-wrp h1 {
    padding-top: 32px;
    padding-bottom: 32px;
        }
   .price-content p {
    margin-top: 8px;
   }
        

        
    }
    
      /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
     .feature-caption {
    font-size: 18px;
    line-height: 32px;
}  
.tittle-wrp h1 {
    font-size: 2em;
    letter-spacing: 7px;
}
.features-banner h1 {
    font-size: 40px; 
}
          
   
       
    }
    
    
    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) 
    {
        
}

  
    

