@media screen and (max-width: 520px) {
    .appy-bt-image{
        height: 35px;
    }
    .appy-bt-image a{
        position: absolute;
        top: 3px;
        right: 34px;
        display: inline-block;
        width: 84px;
    }
    nav {

        width: 100%;
    } 
    .logo {
   
        height: 40px;
        width: auto;
        margin-top: 20px;
        margin-left: 20px;
          
    }
    .head {
        font-family: 'Fjalla One', sans-serif;
        font-size: 22px;
        text-align: center;
        font-weight: 500;
        margin-left: 10px;
        margin-right: 10px;
    }
    .gif {

        height: 100%;
        width: 75%;
        margin: 0;
        padding: 0;
        display: inline-block;

    }
    .container-desktop {
        display: none;
    }
     .container-mobile {

    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
   }   
    .side-heading-right,
    .side-heading-left {
       margin: auto;
       padding: auto;
       padding-top: 20px;
       padding-bottom: 20px;
       text-align: center;
       padding-left: 0px;
       padding-right: 0px;
    }
    .side-img-left, .side-img-right {
        text-align: center;
    }
    .plch-img {
        width: 100%;
        height: auto;
    }
    .side-heading {
        font-family: "Avenir Next";
        font-size: 25px;
        font-weight: 400;
        /* font-style: italic; */
    }
    .btn-div {
        margin: auto;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .md-btn {
        width: 50%;
        height: auto;
    }

    .center-image-div {
        text-align: center;
        margin: 0px 10px;
    }
    
    .center-image {
    
        width: 100%;
        height: auto;
    
    }
} 
@media (max-width: 991px){
    .testim .cont div p{
        width: 90% !important;
    }
    .testim .arrow{
        top: 16% !important;
    }
    nav ul{
        width: 100%;
        margin-right: 0;
    }
    ul {
        margin-right: 0px;
        width: 100%;
        transform: scale(1,0);
        transform-origin: top;
        transition: transform 400ms ease-in-out;
    }
    #check:checked ~  ul {
        margin-right: 0px;
        width: 100%;
        transform: scale(1,1); 
    }
    #check:checked ~  label #btn {

        display: none;
    }
    #check:checked ~  label #cancel {
        font-size: 30px;
        color: white;
        line-height: 80px;
        margin-right: 20px;
        cursor: pointer;
        display: inline-block;
    }
    nav ul li {
        background-color: black;
        width: 100%;
        margin: 0 0px;
        line-height: 42px;
        display: block;
    } 
    nav ul li a {
        display: block;
            padding: 14px 22px !important;
    } 
    nav ul li a:hover {

        background-color: black;
    }
    #btn {
        font-size: 30px;
        color: white;
        line-height: 80px;
        margin-right: 20px;
        cursor: pointer;
        display: inline-block;
    }
}
@media (min-width: 571px) and (max-width: 767px){
    .head, .side-heading{
        font-size: 24px;
    }
}
@media (min-width: 767px) and (max-width: 991px){
    .head{
        font-size: 46px;
    }
    .side-heading{
        font-size: 21px;
        text-align: left;
    }
    .appy-bt-image a{
        position: absolute;
        top: 19px;
        right: 80px;
        display: inline-block;
        width: 141px;
    }
    .appy-bt-image{
        height: 65px;
    }
}
@media (max-width: 767px){
    .mobile-0rder-2{
        order: 2;
    }
}