@media only screen and (max-width: 1400px) {
  
}
@media only screen and (max-width: 1200px) {
   
}
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
  .main-wapper { padding: 75px 0 0; }
  .section-title h2 { font-size: 22px; }
  .page-title h1 { font-size: 1.5rem; }

  body { font-size: 14px; }  
  header .navbar-light .navbar-toggler { padding: 0; margin: 0 0 0 15px; }
  header .menu-list { border: 0; }
  header .navbar-nav { align-items: start; }
  header .navbar-nav li { padding: 0; width: 100%; }
  header .navbar-nav li a, 
  header .navbar-nav li.dropdown a{ padding: 10px 15px; width: 100%; display: inline-block; }
  header .navbar-nav li a .icon { display: inline-block; }

  header .navbar-collapse{ position: fixed; z-index: 9999; background: #fff; top: 75px; left: 0px; bottom: 0; width: 280px; height: 100vh !important; transition: .3s; padding-top: 0px; box-shadow: 0px 2px 1px 0px #e2e2e2; }
  header .navbar-collapse.collapse:not(.in) { display: block; left: -280px; transition: .3s; }
  header .navbar-collapse.collapse.in{ left: 0px; transition: .3s; display: block; }  
 
  header .navbar-nav .dropdown { width: 100%; padding: 0; }  
  header .navbar-nav li.dropdown ul.dropdown-menu { position: relative; box-shadow: none; background: none; padding: 0 0 0 45px; }
 
  header .navbar-nav .dropdown { width: 100%; padding: 0; }
  header .navbar-nav .dropdown .dropdown-toggle { display: none; }  
  header .navbar-nav .dropdown .dropdown-menu { background: none; display: block; visibility: visible;  opacity: 1; transform: translate(0px, 0px); box-shadow: none; width: 100%; }
    
  .search-filter .cat-btn { display: block; font-size: 20px; }
  .side-category .sidenav .closebtn { display: block; }
  .side-category .sidenav {  height: 100%;  width: 0;  position: fixed; z-index: 999; top: 0; left: 0; background-color: #fff; overflow-x: hidden;  transition: 0.5s; }
  .side-category .sidebar-navigation { padding: 0 10px; } 

  section.card-detail-section .card-box-detail { position: unset; }

  

}
@media only screen and (max-width: 768px) {
    section { padding: 15px 0; }
    header { border-radius: 0; }
    header .navbar { padding: 16px 0; }
    header .navbar-brand .mobile-hide { max-width: 80px; }
    header .search-view.collapse.collapse:not(.show) { display: none; }
    header .search-view .btn { left: 25px; top: 18px; } 
    header .menu-icon .account span{ display: none;} 
    header .menu-icon ul li.search-icon { display: block; font-size: 20px; } 
    header .search-view { position: absolute; top: 100%; background: #fff; left: 0px; right: 0px; padding: 10px; border-top: 1px solid #ffffff; border-radius: 30px 30px 30px 30px;}

    /*Home Page*/
    section.home-banner .home-banner-slider { padding: 0; }
    section.bank-part .bank-main { padding: 10px 15px 20px; }
    section.bank-part .bank-main .bank-list-slider{ padding: 0; }
    section.bank-part .bank-main .item h4 { font-size: 0.8rem; }
    section.bank-part .bank-main .box .img { width: 60px; height: 60px; }
    section.bank-part .bank-main .box .img img { height: 40px; }

    footer .footer-bottom .copyright-footer { display: block; }

    .lounge-detail-section .detail { padding: 15px; }
    .lounge-detail-section .lounge-detail-img { position: unset; }
    .lounge-detail-section .lounges-images-slider .img { padding: 0 5px; }

} 
@media only screen and (max-width: 767px) {
    section.my-cards .card-limit { padding: 10px 15px; margin: 20px 0 0; font-size: 12px; }
    section.my-cards .card-limit div{ padding: 0 5px; }
    section.my-cards .top-btn .btn { padding: 8px 20px; }

    .floating-button { bottom: 30px;    right: 0px; }
    .floating-button a{ width: 80px; height: 80px; }
}
@media only screen and (max-width: 667px) {
   footer.footer { border-radius: 15px 15px 0 0; }
   section.bank-part .bank-main,
   section.utilities .utilities-main,
   section.helpus-choose .box,
   section.link-section .box{ border-radius: 15px; }
}

@media only screen and (max-width: 568px) {
    .compare-card-box table, .compare-upload table{ width: 560px;  }
    .offer-detail-section .detail  { padding: 15px; }
    .offer-detail-section h5 { font-size: 18px; }
    section.utilities .utilities-main { padding: 10px 15px 20px; }
    section.utilities .utility-box .img { height: 50px; }
    section.utilities .utility-box { padding: 0; margin: 5px 0; }
    section.utilities .utility-box .img img { max-width: 30px; }
    section.utilities .utility-box h5 { margin: 0px 0 0;  font-size: 14px; }

    section.helpus-choose .box .img { max-width: 250px; }
    section.helpus-choose .box .content h3 { font-size: 1.5rem; }
    section.helpus-choose .box .content h5 { font-size: 1.1rem; }
    section.helpus-choose .box .content ul { margin: 15px 0 0 0; }
    section.helpus-choose .box .content .app-pramot { justify-content: center; }
    section.link-section .box .img img { max-width: 130px; }
    footer.footer .about-info .footer-logo img { margin: 0px 0; max-width: 80px; }

}
@media only screen and (max-width: 480px) {
  .success-btn { padding: 7px 20px; font-size: 12px;}
  .compare-upload .card-img img { border-radius: 10px; }
  .compare-card-box { padding: 30px 15px; }
  .comparison-section .img img { border-radius: 10px; width: 140px; }
  .comparison-section table td { padding: 0 5px; }
  section.comparison-section h6{ font-size: 15px; }
  section.auth-page .auth-form { padding: 20px 15px; }

  .card-box { padding: 15px; }
  .card-box .detail h4 { font-size: 18px; }
  .card-box-detail .detail .top { display: block; }
  .card-box-detail .detail .top .img { max-width: 100%; }
  .card-box-detail .detail .top .text { padding: 10px 0 0 0px; }
  .card-box-detail .detail .top .text h5 { font-size: 16px; }
  .card-box-detail .bottom-data .box .text { padding: 0 0 0 10px; }
  .card-box-detail .bottom-data .rate-now { padding: 0 10px; }
  .card-box-detail .bottom-data { font-size: 12px; }
  .compare-upload p.upload-vs { width: 30px;  height: 30px; }
  
  .my-card-list .detail .top .img { max-width: 120px; }
  .my-card-list .detail .top .text { padding: 0 0 0 10px; }
  .my-card-list .detail .top .text h5 { font-size: 16px; }
  .my-card-list .card-limit { padding: 5px 0 0; }



  section.bank-part .bank-main .box { padding: 0 5px; }
/*   section.bank-part .bank-main .box .img { width: auto; height: auto; } */
  section.bank-part .bank-main .box .img img { height: 30px; }
  section.helpus-choose .box { padding: 30px 15px; } 
  section.helpus-choose .box .content .app-pramot img { max-width: 130px; margin: 0 5px; width: 100%; }

  section.link-section .box { padding: 20px; }

  section.card-detail-section .bottom-btn-list { display: block; }
  section.card-detail-section .bottom-btn-list a{ margin: 5px 0;display: inline-block; width: 100%; text-align: center; }
  section.question-detail .ans-comment .head { font-size: 12px; }
  section.question-detail .ans-comment .head .text-black{ font-size: 16px; line-height: normal; }
  section.question-detail .ans-comment .comment-post { padding: 15px 0 0 20px; }

  .custom-tab-main ul.custom-nav-tabs { flex-wrap: nowrap; overflow-x: auto; }
  .custom-tab-main ul.custom-nav-tabs li{ white-space: nowrap; }

  .lounge-detail-section .amenities-detail div { margin-right: 10px; margin-bottom: 10px; }

  .otp-modal .otp-box .otp-input .form-control { margin: 0 3px; }
  section.user-profile .pro .top-part .person { width: 50px; height: 50px; }
  section.user-profile .pro .top-part .text h5 { font-size: 16px; }

}
@media only screen and (max-width: 400px) {
  .offer-list-section .offer-list .offer-list-box { display: block; }
  .offer-list-section .offer-list .offer-list-box .offer-list-left img { width: 100%; border-radius: 10px; }
  .offer-list-section .offer-list .offer-list-box .offer-list-left { width: 100%; padding: 0 0 10px; }
  .offer-list-section .offer-list .offer-list-box .offer-list-right { width: 100%; }
 
}