@media screen and (max-width: 1700px) and (min-width: 1500px) {

    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl{ max-width: 1500px; }

}   

@media screen and (max-width: 990px) and (min-width: 768px) {
 

}
 

@media screen and (max-width: 990px){ 
    .GameMain .GameInner ul {   
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        }
        .OffersMain ul {
            width: 100%;
            margin: 0 auto;
        }
        header .UperHeader {
            padding: 15px 0px 15px 200px;
        }
        .TestimonialMain .owl-carousel .owl-nav button.owl-prev, .TestimonialMain .owl-carousel .owl-nav button.owl-next {
            display: none;
        }
} 


@media screen and (max-width: 767px){ 
    .container {
        max-width: 100%;
    }
    header{}
    header .navbar .navbar-nav .nav-item{ margin: 0; }
    header .navbar .navbar-toggler{    padding: 10px 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
    border-color: rgba(0, 0, 0, 0.1);}
    header .navbar .navbar-toggler span{ background-image: none; background-color:rgba(0, 0, 0, 0.5); width: 25px; height: 2px; position: relative;}
    header .navbar .navbar-toggler span:before{content: '';position: absolute;width: 25px;height: 2px;top: -7px;left: 0;background: rgba(0, 0, 0, 0.5);}
    header .navbar .navbar-toggler span:after{content: '';position: absolute;width: 25px;height: 2px;bottom: -7px;left: 0;background: rgba(0, 0, 0, 0.5);}
    
    header .UperHeader {
        padding-left: 0;
        padding: 10px;
    }
    header .UperHeader ul {
        display: block;
    }
    header .UperHeader ul li {
        padding-left: 20px;
        margin-bottom: 9px;
    }
    .GameMain .GameInner ul {   
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }
    .OffersMain ul {
        width: 100%;
        margin: 0 auto;
    }
    .TestimonialMain .owl-carousel .owl-nav button.owl-prev, .TestimonialMain .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
    .LeftAboutMain figure {
        width: 100%;
        margin: 0;
    }
    .BannerBox .TextMain h3 {
        font-size: 35px;
        line-height: 50px;
    }
    .GameMain .GameInner ul li {
     
        margin-bottom: 10px;
    }
    .AdvanceMain h2 {
        font-size: 28px;
        line-height: 42px;
    }
    .ClientMain .ClientInner .ClinetBox {
        min-height: 130px;
        margin-bottom: 20px;
    }
    .ClientMain .ClientInner .ClinetBox figure {
        width: 95px;
    }
    .ClientMain span.Line {
        display: none;
    }
    h2.HeadingMain {
        line-height: 52px;
    }
    .TestimonialInner{
        margin-bottom: 20px;
    }
    .Footer {
        padding: 10px;
    }
    .FooterBox .FooterLeft {
        padding-right: 0;
    }
    .FooterRight {
        padding-left: 0;
        margin-bottom: 25px;
    }
    .CommonForm.OpenModal {
        width: 92%;
        margin-top: 60px;
        right: 4%;
    }
} 
@media screen and (max-width: 768px) and (min-width: 700px) {
    .ClientMain .ClientInner .ClinetBox figure {
        width: 45px;
    }
    .ClientMain .ClientInner .ClinetBox {
        min-height: 80px;
        margin-bottom: 20px;
        padding: 11px;
    }

}



/**** Corporate New Party Page css ****/

@media screen and (max-width: 676px) and (min-width: 320px) {
	.GameMain.newctcl .GameInner ul li {
    margin: auto 6px;
}

.GameMain.newctcl .GameInner ul li span {
    font-size: 1.5vh;
}

header .UperHeader .container {
    padding: 0;
}

header .UperHeader ul li {
    display: inline-block;
    margin: 0 7px;
}

header .UperHeader ul li img {
    width: 22px;
}

header .UperHeader ul li a {
    font-size: 13px;
}

header .UperHeader {
    padding: 6px;
}

header .navbar {
    padding: 10px 0px;
}

header .UperHeader ul li {
    padding-left: 0;
}

.BannerBox.npbx {
    background-position: top;
}

.BannerBox .TextMain {
    padding: 100px 0 0 0;
}

.BannerBox .TextMain p {
    font-size: 18px;
}

.BannerBox .TextMain p br {
    display: none;
}

.ClientMain .ClientInner {
    padding: 0 22px;
}

.DiscountsMain {
    padding: 17px 0;
}

.DiscountsMain p {
    font-size: 16px;
}

.nppage-layout  .DiscountsMain .container {
    padding: 0;
}

.RightAboutMain h3 {
    font-size: 26px;
}


.RightAboutMain {
    padding-top: 35px;
}

h2.HeadingMain {
    font-size: 30px;
}

.TestimonialMain.nptestivdo .TestimonialCustomer figure a {
    width: 32px;
}

.TestimonialMain.nptestivdo {
    padding-top: 0;
}

}


.nphghts .InnerExperiences .page_speed_2123172286 {
    height: auto;
}

@media screen and (max-width: 1920px) and (min-width: 1700px) {
	
	.MainSlider.nprvms .ReviewMain {
    min-height: 300px;
}

.GameMain.newctcl .GameInner ul li span{
	font-size: 2.2vh;
}
}