@media only screen and (max-width: 600px) {}

@media only screen and (max-height: 700px) {
    .nav_container {
        padding-bottom: 100px;
        max-height: 100%;
        overflow-y: scroll;
    }
}


@media only screen and (min-width: 400px) {}

@media only screen and (min-width: 500px) {

    /*VIDEO SECTION*/
    .video_section .rect {
        margin-top: -70%;
    }

    .template_img_title {
        width: 70%;
    }

}

@media only screen and (min-width: 600px) {
    /*HEADER*/

    .dropdown-menu>ul>li>a {
        font-size: 1.2em;
    }

    /*HERO SECTION*/
    .home_hero_heading {
        width: 60%;
        font-size: 2.4em;
    }

    .home_hero .transparent_heading {
        font-size: 6em;
    }

    /*VIDEO SECTION*/
    .video_section .rect {
        margin-top: -68%;
    }

}


@media only screen and (min-width: 700px) {
    .video_section .rect {
        margin-top: -62%;
    }

    .descriprion_section:after {
        right: -50%
    }
}

@media only screen and (min-width: 768px) {

    /*VIDEO SECTION*/
    .template_img_title {
        font-size: 2.5em;
    }

    /* .template_img_container .play_btn{
        left: 45%;
    } */

    /*VIDEO SECTION*/
    .video_section .rect {
        margin-top: -63%;
    }

    /*PROCEDURES SECTION */
    .proc_section .inner_section {
        width: 90%;
    }

    .procedure {
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
    }

    .procedure:nth-of-type(odd) {
        flex-direction: row-reverse;
    }

    .procedure_img_container,
    .procedure_description_container {
        width: 49%;
    }

    /*WHERE TO FIND SECTION*/
    .where_section .transparent_heading {
        font-size: 7em;
        text-align: center;
        width: 100%;
        top: -80px;
        left: auto;
        right: auto;
    }

    .where_section .inner_section {
        width: 65%;
    }

    .wave_bal_faqs {
        height: 50%;
        left: -35%;
    }
}


@media only screen and (min-width: 850px) {
    .video_section .rect {
        margin-top: -60%;
    }

    /*HERO SECTION*/
    .home_hero {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .home_hero_slider .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .home_hero_slider .hero_slider_text_container,
    .hero_slider_img,
    .hero_ball {
        width: 48%;
    }

    .home_hero_heading {
        font-size: 2em;
    }

    .hero_ball {
        right: 0;
    }
}

@media only screen and (min-width: 992px) {
    header {
        padding-top: 30px;
        padding-bottom: 30px;
        height: 140px;
    }

    footer .inner_section {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
    }

    footer .footer_col:first-of-type {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
        margin-right: 20px;
    }

    footer .footer_col:last-of-type {
        display: flex;
        flex-wrap: wrap;
        width: 48%;
    }

    .location {
        width: 50%;
    }


}

@media only screen and (min-width: 1000px) {

    /*REUSABLE*/
    .inner_section{
        width: 80%;
    }

    .video_section .inner_section {
        width: 62%;
    }

    .hero_section .inner_section {
        width: 70%;
    }

    /*HERO SECTION*/
    .home_hero .transparent_heading {
        font-size: 9em;
    }

    .home_hero .transparent_heading:first-of-type {
        top: 2%;
        left: 10%;
    }

    .home_hero .transparent_heading:last-of-type {
        top: 60%;
        left: auto;
        right: 0;
    }

    .home_hero .swiper-slide img {
        margin-top: 0;
    }

    /*ABOUT SECTION*/
    .about .inner_section {
        display: flex;
    }

    .about .section_heading_container {
        width: 40%;
        text-align: left;
    }

    .about p {
        width: 58%;
        padding:0 20px;
    }

    /***************************************************************PROCEDURES SECTION*/
    .proc_section {
        padding: 95px 0;
    }

    .proc_section .inner_section {
        width: 80%;
    }

    .procedure_img_container .img_container {
        margin-left: 35px;
    }

    .descriprion_section:after {
        right: -30%
    }

}

@media only screen and (min-width: 1200px) {
    object, embed {
        min-width: 550px;
        min-height: 550px;
    }

    /*HEADER*/
    .logo_img {
        max-width: 120px;
    }

    /*HERO SECTION*/
    .home_hero_slider .hero_slider_text_container {
        width: 80%;
    }

    .hero_slider_img {
        width: 18%;
    }

    .home_hero_slider .swiper-wrapper {
        display: flex;
        align-items: center;
    }

    .home_hero .swiper-horizontal>.swiper-pagination-bullets,
    .home_hero .swiper-pagination-bullets.swiper-pagination-horizontal,
    .home_hero .swiper-pagination-custom, .swiper-pagination-fraction {
        width: 10%;
    }

    .subscribe_hero {
        position: absolute;
        top: 35%;
        left: 25px;
        display: block;
        text-align: center;
    }

    .subscribe_hero .inner_section {
        display: flex;
        flex-direction: column;
    }

    .subscribe_hero a i {
        color: white;
        margin: 20px 0;
    }

    .container_video_slider {
        width: 50%;
        height: auto;
        display: flex;
        align-items: center !important;
    }

    .container_video_slider .hero_slider_text_container {
        width: 50%;
    }

    .container_video_slider .video_container {
        display: flex;
        align-items: center;
        height: 100%;
        /* width: 50%; */
    }






    /***************************************************************PROCEDURES SECTION*/
    .procedure {
        align-items: center;
    }

    .proc_section .inner_section {
        width: 70%;
    }

    .procedure_img_container .img_container,
    .procedure_img_container .rect {
        width: 400px;
        height: 400px;
    }

    /***************************************************************DESCRIPTION SECTION*/
    .description_swiper .swiper-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .description_swiper .swiper-slide {
        max-width: 330px;
    }

    /*.descriprion_section .swiper_controll_container {
        display: none;
    }*/

    footer {
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (min-width: 1300px) {

    /*HEADER*/
    header .inner_section {
        width: 96%;
    }

    .header_container {
        width: 77%;
    }

    .logo_img {
        max-width: 100%;
    }

    .open_nav_btn {
        display: none;
    }

    .nav_container {
        display: block;
        position: relative;
        height: auto;
        top: 0;
        opacity: 1;
        z-index: 9999999999999999999999999999;
        background: transparent;
        padding-bottom: 0;
        overflow: hidden;
    }

    .dropdown-menu {
        display: flex;
        justify-content: space-between;
        padding-top: 30px !important;
        width: 100%;
        padding: 0;
    }


    .dropdown-menu ul:first-of-type,
    .dropdown-menu ul:nth-of-type(2) {
        border-bottom: 0;
    }

    .dropdown-menu ul:nth-of-type(2) {
        padding-top: 0;
    }

    .dropdown-menu ul:first-of-type {
        display: flex;
    }

    .dropdown-menu ul:first-of-type li {
        padding-top: 5px;
    }

    .dropdown-menu>ul>li>a {
        font-size: 15px;
    }

    .dropdown-menu ul:nth-of-type(2) li {
        margin-bottom: 10px;
    }

    .dropdown-menu ul:nth-of-type(2) a {
        font-size: 16px;
        font-family: "FuturaPT Book";
        text-transform: none;
    }

    .dropdown-menu li {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .dropdown_social_container {
        display: none;
    }

    .description_swiper .card_img{
        width: 250px !important;
        height: 250px !important;
    }

    .video_section:after, .faqs::after{
        background-size: 40%;
    }
}

@media only screen and (min-width: 1500px) {
    .video_section .rect {
        margin-top: -54%;
    }

    .descriprion_section:after {
        right: -25%;
        width: 250%;
        height: 120%;
    }
}

@media only screen and (min-width: 1600px) {
    .video_section .rect {
        margin-top: -57%;
    }

    .template_img_container .video_container img {
        width: 100%;
    }
}

@media only screen and (min-width: 1700px) {
    .dropdown-menu>ul>li>a {
        font-size: 1em;
        transition: all .8s;
    }

    .dropdown-menu>ul>li>a:hover {
        border-bottom: 1px solid white;
    }

    .dropdown-menu li {
        margin-bottom: 0;
        margin-right: 45px;
    }
}

@media only screen and (min-width: 1800px) {

    /*REUSABLE*/
    .section_heading {
        font-size: 2.5em;
    }

    .nav_container {
        overflow: visible;
    }


    /*HERO SECTION*/
    .home_hero .transparent_heading {
        font-size: 180px;
    }

    .home_hero .transparent_heading:first-of-type {
        top: -8%;
        left: 10%;
        line-height: 1 !important;
    }

    .home_hero .transparent_heading:last-of-type {
        bottom: 10px;
        right: 6%;
    }

    .home_hero .inner_section {
        width: 62%;
    }

    .home_hero_heading {
        font-size: 3.06em;
    }

    .home_hero_slider .swiper-slide {
        align-items: unset !important;
    }

    .home_hero_slider .hero_slider_text_container {
        width: 50% !important;
        margin-top: 155px;
    }

    .container_video_slider .hero_slider_text_container {
        margin-top: 0 !important;
    }

    .home_hero_text {
        font-size: 1em;
        width: 80%;
    }

    .hero_slider_img {
        margin-top: 100px !important;
        width: 44.5% !important;
    }

    .hero_ball {
        max-width: 26%;
        right: 20%;
    }

    .subscribe_hero {
        left: 40px;
    }

    .home_hero .swiper-button-prev,
    .home_hero .swiper-rtl .swiper-button-next {
        padding-bottom: 40px;
        left: 40px;
    }

    .home_hero .swiper-button-next,
    .home_hero .swiper-rtl .swiper-button-prev {
        left: 70px;
        padding-bottom: 40px;
    }

    .home_hero .swiper-horizontal>.swiper-pagination-bullets,
    .home_hero .swiper-pagination-bullets.swiper-pagination-horizontal,
    .home_hero .swiper-pagination-custom, .swiper-pagination-fraction {
        padding-bottom: 20px;
    }

    /*ABOUT SECTION*/
    .about {
        padding: 90px 0;
    }

    .about .section_heading_container {
        width: 25.2%;
    }

    .about .section_heading {
        margin-bottom: 50px;
    }

    .about .inner_section {
        width: 80%;
        margin-left: 18.5%;
        margin-right: auto;
    }

    .about p {
        width: 55%;
    }

    /***************************************************************VIDEO SECTION*/
    .video_section {
        padding: 90px 0 140px 0;
    }

    .video_section .inner_section {
        width: 51%;
    }

    .video_container {
        max-height: 505px;
    }

    /* .template_img_container .play_btn{
        width: auto;
        height: auto;
    } */


    .video_section .rect {
        margin: -53.5% 10% 0 10%;
        width: 80%;
    }

    .video_section:after,
    .faqs::after {
        background-image: url(../images/wave1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom left;
    }


    /***************************************************************PROCEDURES SECTION*/
    .proc_section .inner_section {
        width: 51%;
    }

    .procedure_title {
        font-size: 30px;
    }

    .procedure_img_container .img_container {
        margin-top: 50px;
        margin-left: 50px;
    }

    .procedure:nth-of-type(odd) {
        margin-left: 50px;
    }

    .procedure:nth-of-type(odd) .procedure_img_container .rect {
        left: 50px;
    }

    .procedure_description {
        width: 79%;
    }

    /***************************************************************DESCRIPTION SECTION*/
    .descriprion_section {
        padding-top: 99px;
        padding-bottom: 150px;
    }

    .descriprion_section .inner_section {
        width: 71.9%;
    }



    /* .description_swiper .card_img {
        width: 90px !important;
        height: 90px !important;
    } */

    .description_swiper .card {

        min-height: 380px;
    }

    .description_card_title {
        font-size: 1.15em;
    }

    /***********************************************Tabs*****************************************************/
    .faqs {
        padding: 80px 0;
    }

    .faqs .section_heading {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .faqs .inner_section {
        width: 47%;
        margin-left: auto;
        margin-right: auto;
    }

    .wave_bal_faqs {
        left: -1%;
        bottom: -340px;
        height: 90%;
        position: absolute;
        max-width: 664px;
        max-height: 664px;
    }

    .template_img_container .play_btn img {
        max-height: 90px
    }

    .template_img_container .video_container img {
        width: 100%;
    }

    .tab_heading_container p {
        font-size: 1.39em !important;
    }

    /*WHERE TO FIND SECTION*/
    .where_section {
        padding: 80px 0 55px 0;
    }

    .where_section .inner_section {
        width: 57%;
    }

    .where_section .section_heading {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        text-transform: none;
        font-weight: lighter;
    }

    .find_swiper .card_img {
        width: 100%;
    }

    .find_swiper .card_img img {
        object-position: top left;
        object-fit: contain;
    }

    .descriprion_section .swiper_controll_container,
    .find_swiper .swiper_controll_container {
        width: 100px;
    }

    .where_section .transparent_heading {
        font-size: 275px;
        top: -200.5px;
    }

    .find_swiper .swiper_controll_container {
        margin-top: 40px;
    }

    /*FOOTER*/



    footer .inner_section {
        width: 63.5%;
    }

    .back_top {
        top: -35px;
        right: 15%;
        width: 70px;
        height: 70px;
    }

    .back_top i {
        font-size: 25px;
        font-weight: lighter;
    }

    .footer_col:first-of-type {
        justify-content: space-between;
    }

    .location {
        padding-right: 12%;
    }

    .subscribe_footer_container p {
        width: auto;
        margin-right: 30px;
    }

    .reserved {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reserved p {
        padding-right: 5px;
        border-right: 1px solid white;
    }

    .reserved a {
        padding-left: 5px;
    }

    footer object {
        width: 51%;
        object-position: 0% 220%;
    }

    /* 
    footer:after{
        height: 65%;
        background-position: 0% 20%;
        background-size: cover;
    } */

    /*BEFORE AFTER SECTION*/
    .before_after_section {
        padding: 85px 0;
    }

    .before_after_section .inner_section {
        width: 51.3%;
    }

    .before_after_section .section_heading_container p {
        font-size: 20px;
    }

    .template_ba_swiper .swiper-slide {
        min-height: 340px !important;
        min-width: 300px !important;
    }

    .template_ba_swiper .swiper-slide>p,
    .template_ba_swiper .swiper-button-prev *,
    .template_ba_swiper .swiper-button-next * {
        font-size: 18px;
    }

    .template_ba_swiper .swiper-button-prev {
        margin-bottom: 20px;
    }

    .twentytwenty-handle {
        border: none;
        box-shadow: none;
    }

    .twentytwenty-horizontal .twentytwenty-handle::before {
        bottom: 0 !important;
    }

    .twentytwenty-horizontal .twentytwenty-handle::after {
        top: 0;
    }

}