/* Regular Laptop Screen 1024px */

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .widecontainer,
    .slidercontainer {
        width: 950px;
    }
    .single-column span {
        font-size: 158px
    }
}
/* End Query*/
/* All Mobile Device */

  @media only screen and (min-width: 768px) and (max-width: 991px)  {
    .widecontainer,
    .slidercontainer {
        width: 90%;
    }
    .menu-area .logo {
        float: left;
        margin: 0 auto;
    }
    .phone {
        width: 45%;
        bottom: -30px
    }
    .single-column span {
        font-size: 150px
    }
    .slider-text h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .phone img {
        width: 250px;
        height: auto;
    }
    .slider-area {
        height: 60%
    }
    .single-images img {
        width: 120px;
    }
    .single-content .text h2 {
        margin-bottom: 20px;
    }
}
/* End Query*/
/* Mobile Medium 375px*/

    @media only screen and (max-width: 767px)  {
    .container,
    .slidercontainer,
    .widecontainer {
        width: 90%;
    }
    .slider-area {
        height: auto;
    }
    .menu-area .logo {
        float: left;
    }
    .slider-content {
        color: #fff;
        position: relative;
        height: 100%;
    }
    .slider-content .slider-text {
        width: 100%;
        float: none;
    }
    .phone {
        width: 100%;
        position: static;
        text-align: center;
        padding-bottom: 20px;
    }
    .phone img {
        width: 90%
    }
    .slider-content .slider-text {
        width: 100%;
        text-align: center;
    }
    .slider-text h1 {
        font-size: 50px;
        line-height: 60px;
        padding: 30px 0
    }
    .single-images img {
        width: 100px;
    }
    .single-column {
        width: 80%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .three-column-area {
        margin-left: 0;
    }
    .single-content .icon {
        float: none;
        margin: 0 auto;
    }
    .single-content .text {
        width: 100%;
        float: none;
        text-align: center;
        margin: 20px 0;
    }
    .single-stay-content {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .single-images {
        padding: 0 10px
    }
    .stay-in-touch-content .single-stay-content:last-child ul {
        border-right: 2px solid #fff;
        margin: 0 20px;
        color: #fff
    }
    .stay-in-touch-content {
        margin-top: 0;
    }
    .request-demo-area .request-demo-content .text {
        width: 80%;
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .request-demo-area .request-demo-content .form {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .footer-area .column {
        width: 70%;
        float: none;
        margin: 0 auto;
        text-align: center;
        border-top: 2px solid #fff;
        padding-bottom: 20px;
    }
    .footer-area .logo {
        float: none;
    }
    /* Responsive Menu */
    
    .topnav a {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 20px;
        color: #fff;
    }
    .topnav {
        margin: 0
    }
    .topnav.responsive a:hover {
        text-decoration: none;
        background: #74ebd5;
        opacity: .70;
        padding: 10px 20px;
        border-radius: 5px;
    }
}


/* End Query*/

  @media only screen and (min-width: 480px) and (max-width: 767px){
	  
	  
  }