@media (min-width: 800px) and (max-width: 1310px) {
    .pure-menu-item {
        margin: 0px 15px;
    }
}

@media all and (max-width: 800px) {
    .mobile-hidden.pure-menu-item {
        display: none !important;
    }
    .mobile{display:flex !important;}
    .desktop{display:none !important;}
    section {
        min-width: 100%;
        height: auto !important;
        position: relative;
    }

    .contact_info {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 4rem;
    }

    nav.btns button {
        line-height: 32px;
    }

    .empty_col {
        display: none;
    }

    .cont_inn .text_box h3 {
        margin-top: 1rem;
        line-height: 30px;
        font-size: 20px;
    }

    .cta-btn {
        position: fixed;
        left: 8px;
        bottom: 0;
        transform-origin: 0 0;
        transform: translateY(100%) rotate(270deg);

    }

    /* !important is needed sometimes */
    ::-webkit-scrollbar {
        width: 12px !important;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        /*					-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;*/
        /*					-webkit-border-radius: 10px !important;*/
        /*					border-radius: 10px !important;*/
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px !important;
        border-radius: 10px !important;
        background: #000000 !important;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #000000 !important;
    }

    #ava-form-1 iframe {
        height: auto !important;
        outline: 0px;
        border: 0px;
        min-height: 650px;
        position: relative;
        top: 0px;
        margin-bottom: 40px;
        padding: 0px 20px 0px 20px;
    }

    .content-wrapper {
        /* touch-action: none; */
        transform: none !important;
        overflow: auto;
        overflow-x: auto;
        overflow-y: auto;
        flex-direction: column;

        height: auto !important
    }

    .menu-toggle {
        opacity: 1;
    }

    .section-contact h2.title {
        transform: none;
        font-size: 25px;
        line-height: 20px;
        margin: 40px;
    }

    .section-contact {
        margin-top: 0;
    }

    .vertical_middle {
        top: auto;
        transform: none;
    }

    .home-menu .pure-menu-heading {
        padding: 5px 10px;
    }


    .section-about,
    .section-contact {
        /* min-height: 100vh !important; */
        height: auto !important;

    }


    .section-contact h2.title:before {
        display: none;
    }

    .section-contact .flex-box {
        display: block;
    }

    .section-contact .flex-box [class*=pure-u] {
        height: auto;
    }

    .logo_site {
        height: 47px;
    }

    .image_overlay img.logo_icon {
        height: auto;
        width: 100%;
        padding-right: 0;
        float: left;
        margin-right: 0px;
    }

    .vid_title {
        font-size: 35px;
        line-height: 36px;
        text-align: center;
        padding: 0px;
        margin: 0px;
        width: 30%;
    }

    .image_overlay {
        text-align: center;
    }

    .pure_sc {
        width: 80%;
        flex-wrap: nowrap;
        align-items: center;
    }

    .audio_overlay {
        top: 7%;
        /* overflow: hidden; */
        height: 100%;
        left: 0;
        flex: 0 0 50%;
        width: 55%;
    }

    .sound-wave {
        margin: 0;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow: hidden;
        height: 60px;
    }

    .sound-wave-bar {
        margin-left: 2px;
        min-width: 1px;
    }

    .image_overlay {
        text-align: center;
        flex: auto;
        position: relative;
    }

    .freq {
        width: 100%;
        overflow: hidden;
        margin-left: 20px;
        margin-right: 10px;
    }

    .audio_overlay:after {
        left: 5px;
        width: 15px;
        height: 1.5px;
    }

    .audio_overlay:before {
        left: -2px;
        top: 50%;
        width: 8px;
        border-radius: 50%;
        height: 8px;
        z-index: 9;
    }


    .cont_video:before {
        opacity: .3;
    }

    .scroll_btn {
        display: none;
    }

    .pure-menu.pure-menu-fixed {
        text-align: left;
    }

    .home-menu ul {
        position: absolute;
        text-align: right;
        width: 100%;
        left: 0;
        top: 70px;
        background: #000;
        padding: 25px 0px;
        overflow: hidden;
        width: 0px;
        transition: all .5s ease;
    }

    #whatsapp {
        height: 36pt;
        width: 36pt;
        left: auto;
        right: 5pt;
    }
    a#instaapp {
        height: 35pt;
        width: 35pt;
        left: auto;
        right: 5pt;
    }

    .home-menu ul.open {
        width: 100%;
    }

    .pure-menu-item {
        margin: 0px 30px;
        display: block !important;
        text-align: center;
    }

    .pure-u-1-5,
    .pure-g [class*=pure-u] {
        width: 100%;
    }

    .snoopy_overlay {
        display: none;
    }

    .home-menu li a.about_us_link.open,
    .home-menu li:hover a.about_us_link {
        color: #fff;
    }

    .expandable_box {
        flex-direction: column;
    }

    .expandable_box .box_ex {
        min-height: 200px;
        flex: 1;
    }

    .expandable_box .box_ex.box_3 {
        background-position: center 0px;
    }

    .main-page .expandable_box .box_ex.box_3 {
        background-position: center -350px;
    }

    .cont_inn {
        width: 100%;
        height: 0
    }



    .expandable_box .box_ex .inner_con {
        width: 100%;
        left: auto;
        transform: none;
        height: auto;
        padding-left: 20px;
    }

    .section-services1 .expandable_box .box_ex .inner_con {
        top: 12%;
    }

    .section-services2 .expandable_box .box_ex .inner_con {
        top: 12%;
    }
	.section-services3 .expandable_box .box_ex .inner_con {
        top: 12%;
    }

    .expandable_box .box_ex .inner_con h3 {
        font-size: 21px;
        line-height: 30px;
        line-height: 20px;
    }

    .expandable_box .box_ex .inner_con a {
        top: 0;
        opacity: 1;
    }

    .expandable_box .box_ex:hover .inner_con a {
        top: 0;
        opacity: 1
    }

    .expandable_box .box_ex.open {
        min-height: 1100px;
    }

    .expandable_box .box_ex .cont_inn {
        position: fixed;
        z-index: 999;

    }

    .expandable_box .box_ex.open .cont_inn {
        width: 100%;
        overflow-y: scroll;
        /* padding-top: 35px; */
        /* margin-top: 20px; */
        overflow: auto;

        height: 100%;
    }

    /* .banner_video {
        opacity: 0;
    } */

    .video_box {
        background-image: url(../../assets/imgs/thumbnail-mobile.png);
        background-size: cover;
        background-position: center;
        display: flex
    }


    .section-contact .contact_info p {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 23px;
        padding-left: 23px;
    }

    .play-button.playing {
        display: none;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -43px;
        margin-top: -43px;
        display: block
    }

    .close_button {
        top: 0%;
    }

    .cont_inn .text_box {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .cont_inn {
        background: #2f2f2f;
    }


    .section-services {
        margin-top: 70px;
        padding-top: 0px;
    }

    .section-services1 {/*
        padding-top: 75px;*/
        min-height: auto !important;
    }
    .section-services2, .section-services3  {
        min-height: auto !important;
    }

    .section-about h2.title {
        transform: none;
        font-size: 26px;
    }

    .section-circle {
        min-height: 0 !important;
    }

    .section-circle h2.title {
        display: none;
    }

    nav.btns button {
        /* display: none; */
    }

    nav.btns {
        position: absolute;
        top: 47.5%;
    }

    nav.btns button.show-prev {
        left: 5%;
    }

    nav.btns button.show-next {
        right: 5%;
    }

    nav.btns button {

        width: 30px;
        height: 30px;
    }

    nav.btns button:hover:before {
        opacity: 1;
        width: 60px;
        height: 60px;
        top: -7px;
        left: -7px;
    }

    nav.btns button:hover {
        width: 50px;
        height: 50px;
    }

    .link-list {
        text-align: center;
    }

    .link-list ul {
        padding: 0px;
    }

    .link-list ul li {
        display: inline-block;
        float: none;
    }

    .pure-menu-fixed {
        background: #000;
    }

    #section-circle {
        display: none;
    }

    /* our bars */

    .flip_boxes {
        transform: none;
        top: auto;
        height: auto;
        display: block;
        left: 0px;
        top: 36px;
        height: auto;
        overflow: hidden;
        width: 100%;
        padding-top: 50px;
    }

    .card-flip {
        width: 90%;
        margin: 0rem auto;
    }

    .card-flip-front img {
        max-width: 75%;
        max-height: 180px;
        width: auto;
    }

    .card-flip-front h4 {
        font-size: 18px;
    }

    .card-flip {
        margin-bottom: 25px;
    }

    .box_ex .summary {
        background: transparent;
        line-height: 1.1rem;
        max-width: 350px;
        width: 100%;
        position: absolute;
        bottom: 0rem;
        left: 5%;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 0 10px #00000063;
        color: #ffffffbd;
        font-size: 0.9rem;
        opacity: 0;
        transition: all ease 0.3s;
    }

    .right-arrow {
        height: 50px;
        display: none;
    }



    /* about section */

    .abt_pic2,
    .abt_pic1,
    .abt_pic3 {
        margin: 0 0.1rem 0;
        margin-bottom: 30px;
        width: 30%;
    }

    .images_about {
        align-items: flex-start;
    }

    .images_about h5 {
        font-size: 0.6rem;
        margin: 0.1rem;
    }

    .images_about p {
        font-size: 0.5rem;
    }



    .abt_content {
        max-height: 100vh !important;
        overflow: hidden !important;
        transition: max-height ease 0.4s;

        margin-top: 0px;
        margin-bottom: 0px;
        height: auto;
    }

    .abt_content>img {
        width: 30px;
        top: 50%;
        left: 12px;
        position: absolute;
    }

    /* width: 50px;
    top: 145px;
    left: 330px;
    position: fixed;
    transform: none; */

    .text_about {
        padding: 70px 15px 70px 60px;
        font-size: 0.4rem;
    }

    #section-about {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
        min-height: 0 !important;
    }

    .text_about .sc_text {
        font-size: 0.45rem;
    }

    .abt_content {
        position: relative;
        overflow: auto;
        align-items: flex-start;
        margin-right: 0;
    }

    .gallery a {
        flex: 0 0 100%;
    }

    .gallery_box {
        min-height: 500px;
    }

    /* frequency */

    @keyframes soundwave {
        from {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            opacity: .90;
        }

        50% {
            -webkit-transform: scaleY(1.8);
            transform: scaleY(0.2);
            opacity: 1;
        }

        to {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            opacity: .90;
        }
    }
}