@media (max-width: 1200px) {
  .offer-section .card p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .navbar-nav {
    flex-direction: row;
  }
  .navbar-nav li {
    width: 300px;
  }
  .heading {
    font-size: 45px;
  }
  .offer-bottom {
    margin-bottom: 30px;
  }
  .main-reviewimage img {
    width: auto !important;
    height: 550px;
  }
  .payment-logo {
    margin-top: 40px;
  }
  .payment-logo img {
    height: auto;
  }
  footer .social-links li:not(:last-child) {
    margin-right: 10px;
  }
  footer .social-links li img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .deals-section {
    background-position: calc(100% - -80px) center;
    background-size: cover;
  }
  .available-box {
    display: flex;
    grid-gap: unset;
    flex-wrap: wrap;
  }
  .available-img {
    width: 50%;
    padding: 5px;
  }
  
}
@media (max-width: 767px) {
  .deals-section .heading-tab {
    padding-top: 0px;
  }
  .heading {
    font-size: 30px;
  }
  .top-footer-logo::before {
    display: none;
  }
  .top-footer-logo {
    text-align: start;
    margin-top: 30px;
  }
  footer .social-links {
    text-align: start;
  }
  .banner-section {
    min-height: 90vh;
  }
  .test_img {
    margin: 0 0px;
  }
  .big-logo img {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .banner-section {
    min-height: 65vh;
  }
}
@media (max-width: 575px) {
  .navbar.f-r-navbar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 12px 0 10px;
    background: #1e1e1e;
    z-index: 1;
    margin-left: -1px;
  }
  .nav-item.f-r-link {
    margin: 0 5px !important;
  }
  .copyright {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .banner-section {
    min-height: 50vh;
  }
  .whatsapp-img {
    padding-top: 70px;
  }
  .whatsapp-img img {
    width: 60px;
  }
  .celebs-btns ul {
    flex-direction: column;
  }
  .celebs-btns ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .deals-section {
    padding: 50px 0px 20px;
  }
  .heading {
    font-size: 25px;
  }
  .banner-section {
    min-height: 40vh;
  }
  .whatsapp-img img {
    width: 50px;
  }
}




/* Jishu khan 13-03-2023 */
.mobile {
	display: none;
}
.desktop {
  display: block;
}
footer .footer-link h4 {
	font-family: var(--font-br);
}
@media (max-width: 767px) {
  #slide-testimonal .main-reviewimage video {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 350px;
  }
  .big-logo img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
  .top-footer-logo {
    text-align: center !important;
  }
  .top-footer .payment-box {
    justify-content: center !important;
  }
  footer .social-links {
    text-align: center !important;
  }
  .footer-link {
    text-align: center;
  }
  .my-float {
    width: 100% !important;
  }
  .float {
    bottom: auto !important;
    right: 20px !important;
    top: 150px;
  }
  .deals-section {
    background-image: url("../images/mobile-bg.png");
    background-position: top center;
    background-size: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 220px;
  }
  .deals-section .col-8 {
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .deals-section .heading-tab {
    margin-top: -220px;
    text-align: center;
  }
  .deals-section .beauty-box {
    text-align: center;
  }
  .deals-section .beauty-box img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  footer .col-lg-6:last-child {
    order: 2;
  }
  footer .col-lg-4:nth-child(2) {
    order: 3;
  }
  footer .social-links li img {
    width: 40px;
    height: 40px;
  }
  footer .social-links li:not(:last-child) {
    margin-right: 20px;
  }
  .copyright p {
    font-size: 14px;
  }
  footer .footer-link h4 {
    font-size: 18px;
  }
  .big-logo img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .udpates-section img {
    max-width: 300px;
    margin: 0 auto;
  }
  .float {
    top: 120px;
  }
}
@media (max-width: 480px) {
  .udpates-section img {
    max-width: 250px;
  }
  .float {
    top: 80px;
    width: 45px !important;
    height: 45px !important;
  }
  .deals-section {
    margin-top: 180px;
  }
}


/* Jishu khan 15-03-2023 */
@media (max-width: 1399px) {
  footer .footer-link a, footer .footer-link h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  footer .footer-link a, footer .footer-link h4 {
    font-size: 16px;
  }
  .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .top-footer-logo {
    text-align: center !important;
  }
  .top-footer .payment-box {
    justify-content: center !important;
  }
  footer .social-links {
    text-align: center !important;
  }
  .footer-link {
    text-align: center;
  }
  footer .col-lg-6:last-child {
    order: 2;
  }
  footer .col-lg-4:nth-child(2) {
    order: 3;
  }
  footer .social-links li img {
    width: 40px;
    height: 40px;
  }
  footer .social-links li:not(:last-child) {
    margin-right: 20px;
  }
  footer .footer-link h4 {
    font-size: 18px;
  }
  footer .col-lg-2, footer .col-lg-4, footer .col-lg-6, footer .col-md-4 {
    width: 100%;
  }
  .big-logo img {
    max-width: 200px;
  }
  .top-footer-logo {
    text-align: start;
    margin-top: 30px;
  }
  footer .col-md-4.mt-3 {
    margin-top: 1rem !important;
  }
}