@media only screen and (max-width:768px){
    .findmore{
    margin-bottom: 5%;
    }
    #footer a {
        font-size: 14px;
    }
    .footer_article {
        margin-bottom: 10px;
    }
    .bottom-tab .pull-left, .bottom-tab .pull-right{
        text-align: center;
        float: none !important;
    }
    
    .title {
        font-size: 26px;
    }
    .page-desc {
         font-size: 18px;
        }
    .page-desc2 {
        font-size: 16px;
    }
        .inner-yoga {
            padding: 8px;
            border: 3px solid #F5C582;
        }
        .yoga-part {
            padding: 20px 15px;
        }
        .yoga-part a {
            width: 60%;
        }

    .detail-title,.detail-title-2, .detail-title-3 {

        font-size: 17px;
    }
        .detail-title {
            margin-top: 50px;
        }
        #detail-4 p {
            font-size: 17px;
        }
    .sub-title {

        font-size: 15px;
    } 
        body{
            font-size: 14px;
        }
      .img2 {
        width: 160px;
        }
        #hiddenPanel {
        position: fixed;
        top: 160px;
        right: -72%;
        width: 72%;
        background-color: #F3F1F1;
        height: 388px;
        border: 2px solid #78BDD8;
    }
        .form-control {

        height: 30px;

        font-size: 12px;

    }
    .form-group {
        margin-bottom: 9px;
    }
        .footer-txt {

        width: 100%;
        float:none;
        margin-top: 0 auto;
        display: block;
    }
    #footer {
        width: 100%;
    }
    .govt-app {
        color: #ffffff;
        font-size: 14px;
    }
    .logo {
        left: 22% !important;
    }
}



@media (min-width:768px) and (max-width:1024px){
  .footer-txt {
    width: 100% !important;
  }
    
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {
    .footer-txt {
        width: 46% !important;
    }
}
@media only screen and (max-width:767px){
   #visiblepanel {
    position: relative;
    }
    #detail-4 {
        min-height: 250px;
    }
    .yoga-part {
        padding: 0px 5px 0px;
        margin: 20px 0px 0px;
    }
    
    
}


@media  screen and (max-width: 1440px) {
    .logo {
        position: absolute;
        left: 40%;
        top: 55px;
    }
    #intro {
        padding-top: 250px;
    }
}

/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
    .logo {
        position: absolute;
        left: 40%;
        top: 35px;
    }
    #intro {
        padding-top: 220px;
    }
}