@media only screen and (max-width: 375px) and (min-width: 346px) {
}

@media only screen and (max-width: 544px) and (min-width: 375px) {
}

@media only screen and (max-width: 555px) and (min-width: 376px) {
}

@media only screen and (max-width: 768px) and (min-width: 544px) {
}

@media only screen and (max-width: 1222px) and (min-width: 999px) {
}

@media only screen and (max-width: 1358px) and (min-width: 1202px) {
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
}

@media only screen and (max-width: 991px) and (min-width: 300px) {

    .theme_button_button {
        margin-top: 0px;
        height: 32px;
        width: 105px;
        font-weight: 700;
        border: none;
        color: #040404;
        position: relative;
        overflow: hidden;
        font-size: 12px;
        display: block;
        argin: 0 auto;
    }



    .heading {
        margin-top: 0;
        font-family: "bebasneue";
        font-size: 42px;
        margin-bottom: 20px;
    }

    .nav_inner ul {
        position: fixed;
        left: 0;
        top: 0;
        background: var(--theme_red);
        width: 100%;
        height: 20px;
        bottom: 0;
        opacity: 0;
        /*display: none;*/
    }

    .nav_inner ul.active {
        position: fixed;
        left: 0;
        top: 0;
        background: var(--theme_red);
        width: 100%;
        height: 100%;
        bottom: 0;
        opacity: 1;
        padding-top: 32px;
        /*display: block;*/
    }

    .nav_inner li {
        font-size: 32px;
        font-weight: 500;
        font-family: "bebasneue";
        display: block;
        text-align: left;
        padding: 0px 29px;
        margin-top: 10px;
    }

    .nav_inner .menu.opened {
        float: left;
        position: absolute;
        z-index: 3;
        right: 0;
    }

	/*loader start*/
	.loader_outercont img {
	    width: 149px;
	}
	/*loader end*/
    /*nav row start*/
     .nav_row {
        width: 90%;
        /* background: red; */
        margin: 0 auto;
        position: absolute;
        z-index: 2;
        min-width: unset;
        left: 8%;
        top: -5px;
    }

    .logo_cont {
        width: 92px;
    }

    button.menu svg {
        width: 43px;
    }

    /*.nav_row end*/
    /*banner start*/
    .banner_prod.ban_image , .banner_prod.show {
        display: none!important;
    }

    .banner_slider_inner h2 {
        line-height: 1;
        font-family: "bebasneue";
        font-weight: 500;
        color: white;
        margin-top: 0;
        font-size: 32px;
        margin-bottom: 5px;
    }

    .slick-dots, .slick-next, .slick-prev {
        display: none!important;
    }

    .banner_slider {
        margin-top: -5%;
        left: 3%;
    }

    .banner_slider.banner_slider_show {
        margin-top: 8%;
        left: 3%;
    }

    .banner_slider_inner .subheading_banner {
        font-size: 12px;
        display: none;
    }

    .front_banner_inner {
        margin: 8% auto 0px;
    }
    
    /*banner end*/
    /*aout start*/
    .about_image {
        display: none;
    }

    .sbout_text_cont_inner h1.heading {
        text-transform: uppercase;
        font-size: 42px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .sbout_text_cont_inner .theme_button_button.btn_black {
        background: black;
        color: white;
        margin: 0 auto;
    }

    .about_start::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url(../img/about_back.jpg);
        background-size: cover ;
    }

    .sbout_text_cont_inner {
        width: 100%;
        margin: 0 auto;
        min-height: 400px;
        /* background: green; */
        padding: 0;
        padding-bottom: 64px;
        padding-top: 47px;
    }

    /*about end*/
    /*three step*/
    .threestep_cont {
        background-size: cover;
        padding-top: 24px;
    }

    .ts_innner h3 {
        font-size: 30px;
        margin-top: 40px;
    }

    .step_count {
        left: calc(50% - 65px);
        position: absolute;
        bottom: -24px;
        z-index: 1;
        width: 128px;
        /* background: var(--theme_red); */
        display: flex;
        height: 48px;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        font-family: "bebasneue";
        font-weight: 500;
        line-height: 0;
        color: white;
        padding-top: 6px;
    }
    .brandbenifit_text, .brandbenifit_prod {
        z-index: 1;
    }
    .ts_innner p {
        margin-bottom: 36px;
    }

    /* three step end */
    /*wtay start*/
    .wtay_mob_cont img {
        width: 47%;
        display: block;
    }

    .wtay_cont {
        background-size: cover;
    }

    /*wtay end*/
    /*bb  start*/
    .inner_bb .heading {
        line-height: 1;
    }

    .inner_bb ul li {
        font-size: 17px;
    }

    .bb_outer_banner_outer_for_bg {
        background: var(--theme_red);
    }
    .bb_right_back_image{
        display: none;
    }
    .brandbenifit_prod img {

        margin: 0 auto;
        margin-right: auto;
        filter: drop-shadow(2px 11px 20px #ffffff75);
    }
    .upper_bb_cont {
        display: none;
    }
    .bottom_bb_cont {
        opacity: .5;
    }

    .bb_outer {
        margin-bottom: 39px;
        padding-bottom: 9%;
    }

    /*gallery start*/
    .galley_inner {
        padding: 0;
    }

    .gallery_outer .theme_button_button {
        margin: 7px auto;
        display: block;
    }

    /*gallery end*/
    /*footer start*/
    .footer {
        margin-top: 29px;
        padding-top: 60px;
        padding-bottom: 36px;
    }

    .footer_logo {
        width: 133px;
        margin: 0 auto 16px;
    }

    .footer i {
    }

    .footer i img {
    }

    .footer ul {
        padding-left: 0;
    }

    .footer ul li {
        margin: 7px 7px 0px;
        font-size: 12px;
    }
    .footer p {
        font-size: 12px;
        margin-top: 30px;
    }
    /*footer end*/
    .theme_button_button.btn_black::before {
        right: -34px;
    }
    p.inner_equipment_p {
        margin-bottom: 20px;
    }
    .inner_equipment {
        width: 100px;
        height: 100px;
    }
    p.inner_equipment_p {
        font-size: 14px;
    }
    .inner_equipment img {
        width: 40px;
    }
    .about_start p.bottom_banner{
        text-align: justify;
        font-size: 14px;
        width: 100%;
    }

    .seconderypage.about_start {
        margin-bottom: -28px;
    }
    .banner_outer_cont.banner_for_secondery {
        min-height: 250px;
        background-attachment: unset;
    }
    .banner_for_secondery .front_banner_inner {
        margin: 89px auto 0px;
    }

    .outer_contact_form_cont {
        padding-top: 2px;
        margin-top: 50px;
    }
    .contact_start .heading {
        margin-bottom: 8px;
        margin-top: 24px;
    }
    .outer_contact_form_cont textarea {
        margin-bottom: 15px;
        min-height: 100px;
    }
}

@media only screen and (max-width: 400px) and (min-width: 300px) {
    .banner_girls , .banner_triangle, .banner_parrty  {
        display: none;
    }
    .banner_outer_cont {
        position: relative;
        width: 100%;
        min-height: 300px;
        background: url(../img/partybanner1.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
    }
    .slick-vertical .slick-slide {
        text-align: center;
    }
    .banner_slider_inner .theme_button_button {
        margin: 0 auto;
    }
    .banner_slider.banner_slider_show {
        margin-top: 8%;
        left: 0%;
    }
    .banner_slider_inner h2 {
        font-size: 60px;
        margin-top: 38px;
    }
}
@media only screen and (max-width: 826px) and (min-width: 572px) {
    .banner_slider_inner h2 {
        font-size: 63px;
    }
    .banner_slider.banner_slider_show {
        margin-top: 5%;
    }
    .wtay_mob_cont img {
        width: 84%;
    }
}
@media only screen and (max-width: 999px) and (min-width: 826px) {
    .banner_slider_inner h2 {
        font-size: 73px;
    }
    .banner_slider.banner_slider_show {
        margin-top:7%;
    }
    .wtay_mob_cont img {
        width: 84%;
    }
}
@media only screen and (max-width: 11200px) and (min-width: 1600px) {
    .banner_prod {
        width: 565px;
    }
    .bb_right_back_image {
        background-size: 112%;
        height: calc(100% + 11px);
        background-position: top;
    }
    .bb_outer {
        background: url(--theme_red);
        overflow: hidden;
    }
}
@media only screen and (max-width: 1422px) and (min-width: 1300px) {

    .bb_right_back_image {
        width: 60%;
    }
}
@media only screen and (max-width: 1524px) and (min-width: 1422px) {

    .bb_right_back_image {
        width: 56%;
    }
}
@media only screen and (max-width: 1657) and (min-width: 1524px) {

    .bb_right_back_image {
        width: 47%;
    }
}
@media only screen and (max-width: 11200px) and (min-width: 1400px) {
	.upper_bb_cont img {
	    width: 120%;
	    /* height: 809px; */
	}
	.bb_outer_banner_outer_for_bg {
	    overflow: hidden;
	}
	.bb_outer {
	    padding-bottom: 100px;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 700px) {
.galley_inner {
    padding: 20px;
    margin-bottom: 0px;
}
}
