
@media (max-width:768px){
    html{
    overflow-x: hidden !important;
}
.menu-bar {
    color: #fff;
    font-size: 17px;
    border: 1px solid #fff;
    padding: 5px 8px;
    display: flex;
    text-decoration: none;
    border-radius: 4px;
}
.menu-wpp img {
    width: 22px;
    filter: invert(1);
}
   .dask-view{
    display: none !important;
}
.mob-view{
    display: block !important;
} 
/* .banner-item .mob-view {
    height: 100vh;
    object-fit: cover;
} */
.mobile-bar{
    display: flex;
}
.header-sec .container {
    max-width: 95%;
}
.mobile-bar .theme-btn {
    padding: 10px 10px;
    font-size: 10px;
}
.banner0content h1 {
    font-size: 40px;
}
.banner0content p {
    width: 100%;
    font-size: 14px;
}
.banner-form ul {
    flex-direction: column;
    padding: 10px;
}
.banner-form ul li {
    width: 100%;
}
.banner-form ul li input {
    border-bottom: 1px solid #fff !important;
}
.banner-form ul li:last-child{
    margin-top: 15px;
}
.banner-form ul li::after{
    display: none;
}
.banner-area .owl-dots {
    bottom: 5%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
.section-padding {
    padding: 50px 0;
}
.complete0heading h1 {
    font-size: 30px;
    line-height: 35px !important;
}
.complete0heading p {
    width: 100%;
    height: 67px;
    overflow: hidden;
}
.read-p {
    display: block;
}
.complete-listing ul {
    margin-top: 30px;
}
.container {
    max-width: 90%;
}
.pt-location-map {
    position: relative;
    z-index: 1;
    width: 100%;
}
.map0heading h1 {
    font-size: 30px;
    line-height: 35px;
}
.map-btn .theme-btn {
    font-size: 14px;
    gap: 15px !important;
    text-align: center;
    justify-content: center;
}
.full0sliderhheading h1 {
    font-size: 30px;
    line-height: 35px;
}
.full0sliderhheading p {
    width: 100%;
}
.viewplace-item {
    flex-direction: column-reverse;
}
.viewplace-item {
    gap: 30px;
}
.viewplace0content h1 {
    font-size: 30px;
    line-height: 35px;
}
.viewplace0content {
    width: auto;
    text-align: center;
}
.viewplace0content .line-drow {
    width: 80px;
    margin: 0 auto;
}
.swiper-button-next {
    top: auto;
    bottom: 0;
}
.swiper-button-prev {
    top: auto;
    bottom: 0;
}
.viewplace0content p {
    padding-bottom: 70px;
}
.specification-sec h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}
.spe-heading span{
    margin: 0 auto;
}
.specification-sec{
    background-image: url(../images/specification-mob.jpg);
}
.contact-sec{
    background-image: url(../images/schedule-mob.jpg);
}
.speciation-slider .owl-dots {
    width: 100%;
}
.spe-item {
    padding: 18px;
    gap: 15px;
    min-height: 170px;
}
#plans {
    padding-bottom: 50px !important;
}
.specification-sec{
    padding-bottom: 100px;
}
.apper-sec .row{
    flex-direction: column-reverse;
}
.fllore-imgs{
    margin-bottom: 30px;
}
.contactus-area h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}
.contactus-area span {
    margin: 0 auto;
}
.contact-form .theme-btn {
    width: 100%;
    gap: 20px !important;
    font-size: 14px;
}
.footer-btnarea {
    flex-direction: column;
    align-items: center;
}
.footer-heading {
    margin-top: 40px;
}
.lorem-p {
    width: 100%;
    text-align: center;
}
.location {
    text-align: center;
    flex-direction: column;
}
.call-us {
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.social-links {
    justify-content: center;
    margin-left: 0;
}
.copyright {
    text-align: center;
    padding-bottom: 0;
}
.last-copyright {
    margin-bottom: 100px;
}
.banner-form-fixed.banner-form ul li:last-child {
    margin-top: 0;
}
.footer-btnarea .theme-btn {
    width: 100%;
    justify-content: center;
}
.bnenquery-popup {
    width: 300px;
}
.footer-heading h4 {
    text-align: center;
}
.footer-logo img {
    margin: 0 auto;
    display: table;
}
.banner-form-fixed.banner-form ul {
    display: none;
}
.side-fixed-btn{
    display: none;
}
#for-dsk{
    display: none;
}
#for-mb {
    display: block;
    margin-top: 30px;
}
.banner0form0area {
    display: none;
}
.modal-overlay {
    padding: 10px;
}
.modal-iframe {
    margin: 80px auto 0;
    padding: 30px;
    width: 100%;
}
.footer-heading h4 {
    padding-top: 40px;
    border-top: 1px solid #ffffff7a;
}
.is-sticky .logo img {
    width: 50%;
}
}

@media (max-width: 768px){
.nav-bar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: var(--pdcolor);
    z-index: 9;
    flex-direction: column;
    align-items: start;
    padding: 50px 30px 30px;
    transition: all 400ms cubic-bezier(.25, .46, .45, .94);
    opacity: 0;
    overflow-y: auto;
    padding-bottom: 80px;
}
.nav-bar-open {
    opacity: 1;
    right: 0;
    transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}
.nav-bar li::after{
    display: none;
}
.nav-bar li a {
    font-size: 20px;
}
.menu-close{
    display: block;
}
.menu-enqur a {
    width: 203px;
}
.whatsapp a{
    width: 203px;
}
.callus a{
    width: 203px;
}
.whatsapp{
    display: block;
}
.callus{
    display: block;
}
.mobile-select {
    display: block;
    width: 100%;
    padding: 7px;
    border: 1px solid var(--pdcolor);
    border-radius: 0px;
    margin-top: 20px;
    outline: none !important;
}
.pt-location-button {
    padding: 0px;
    background: transparent;
    box-shadow: none;
    margin-right: 0px;
    border-radius: 10px;
    text-align: center;
}
.map0heading span {
    margin: 0 auto;
}
.locbtn{
    display: none;
}
.pt-location-button .map-btn {
    display: none;
}
.ft-full-slider .owl-nav{
    display: none;
}
.footer-btn-area{
    display: flex !important;
}
.is-sticky {
    padding: 5px 0;
}
.mobile_social{
    display: flex !important;
}
.footer-divied {
    flex-flow: wrap;
    gap: 25px;
}
.menu-enqur {
    display: none;
}
#fist-ft-box {
    margin-top: 20px;
}
footer {
    padding-top: 0px;
    padding-bottom: 0;
}
#back-button {
    bottom: 9%;
}
div#samplechatbubble {
    bottom: 9%;
}
.right-p {
    text-align: center;
}
p.refar {
    text-align: center;
}
}