/*** RESPONSIVE NESS ********/
@media screen and (max-width: 1660px) {
  .card-body-2 {
    margin-top: 30px;
    width: 74%;
  }

  .bottom-bar {
    padding: 15px 0 65px;
    background-size: cover;
  }

  .table-responsive {
    /* width: 1660px; */
    overflow: auto;
  }
}

@media screen and (max-width: 1400px) {
  .nav-list ul li:not(:last-child) {
    margin-right: 10px;
  }
  .left-nav {
    width: 150px;
  }
}

@media screen and (max-width: 1250px) {
  .card-body-2 {
    margin-top: 30px;
    width: 74%;
  }

  .baba-icon {
    position: absolute;
    top: -60px;
    right: -92px;
    width: 101px;
    height: 125px;
  }

  .left-nav {
    width: 150px;
  }

  .nav-list ul li a img {
    width: 100px;
  }

  .nav-list ul li:not(:last-child) {
    margin-right: 10px;
  }

  .right-col {
    width: 250px;
  }

  .cat-bar {
    width: 250px;
  }

  .center-col {
    width: calc(100% - 526px);
  }

  .ad-img {
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1140px) {
  .card-body .add-list {
    gap: 2px 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .nav-list ul li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 1045px) {
  .menu-bar {
    display: none !important;
  }

  .mobile-nav {
    display: none !important;
  }

  .side-closebtn {
    display: none !important;
  }

  .mobile-cat {
    display: none !important;
  }

  .g-close {
    display: none !important;
  }

  .mobile-cat-bar {
    display: none !important;
  }
}

@media screen and (max-width: 1045px) {
  .card-body-2 {
    margin-top: 30px;
    width: 100%;
  }

  .welcome-content .cat-bar {
    display: none !important;
  }

  .top-list {
    display: none !important;
  }

  .nav-list {
    display: none;
  }

  .search-btn {
    margin-right: 13px;
  }

  #mySidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0px;
    background-color: #0e8444;
    overflow-x: hidden;
    transition: 0.5s ease-in-out;
  }

  .nav-list ul {
    display: block !important;
    padding: 0px 20px 30px;
  }

  .nav-list ul li:not(:last-child) {
    margin-right: 0px;
  }

  .nav-list ul li a {
    font-size: 16px;
    color: #fff;
    padding: 4px 0;
    display: block;
  }

  .side-closebtn {
    padding-top: 8px;
    color: #fff;
    padding-right: 20px;
    display: block;
    text-align: end;
    margin-left: auto;
  }

  .bottom-bar .container {
    padding: 0 !important;
  }

  .bottom-bar .munchies {
    position: unset;
  }

  .bottom-bar .munchies a.dropdown-toggle {
    border-radius: 0px 5px 5px 0px;
    color: #000;
    font-size: 13px;
    padding: 7px 19px 9px;
  }

  .bottom-bar .munchies a img {
    display: none;
  }

  .search-bar {
    width: auto;
  }

  .container {
    padding: 0 15px !important;
  }

  .center-col {
    width: calc(100% - 265px);
  }

  .cat-bar {
    width: 332px;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    padding: 7px 15px 15px;
    background: #fff;
    height: 100%;
    display: none;
  }

  a.g-close {
    display: block;
    text-align: end;
    margin-bottom: 30px;
  }

  .fade-color::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #000;
    opacity: 0.5;
  }

  .acount-right .form .w-20 {
    width: 48%;
  }

  .acount-right {
    width: 100%;
    margin-top: 20px;
  }

  /* .person-detail ul li {
        justify-content: center;
    } */
  .acount-left {
    width: 300px;
  }

  .add-winner .acount-right {
    margin-bottom: 20px;
  }

  .add-winner .right-col {
    width: 300px;
  }

  .winner-content .right-col {
    width: 300px;
    margin: auto;
    margin-top: 40px;
  }

  .footer-detail {
    width: 40%;
  }

  .footer-link {
    width: 140px;
  }

  .new-page .center-col {
    width: 100%;
  }

  .g-col .center-col {
    width: 100%;
  }

  .center-col-prize {
    width: 100%;
  }

  .detail-page .g-col .center-col {
    width: 100%;
  }

  .welcome-banner.w-75 {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .card-body-2 {
    margin-top: 30px;
    width: 100%;
  }

  /* .addSweep{
        margin-left: 12%;
    } */
  .card-body-2 {
    margin-top: 30px;
    width: 120%;
  }

  .acount-left {
    width: 300px;
  }

  .footer-data {
    padding-right: 0px;
  }

  .expiring-page .center-col {
    width: 100%;
  }

  .expiring-page .right-col {
    width: 300px;
  }
  .baba-icon {
    top: -10px;
    right: -82px;
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 769px) {
  .card-body-2 {
    margin-top: 30px;
    width: 135%;
  }

  .acount-left {
    width: 300px;
  }

  .addSweep {
    margin-left: 20%;
  }

  .bottom-mbl-search {
    display: none;
  }

  #show-less {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* .rating {
        margin-left: 70px;
    } */

  .card-body-2 {
    margin-top: 30px;
    width: 100%;
  }

  .pagination li {
    height: 35px;
    width: 35px;
  }

  .acount-left {
    width: 300px;
  }

  .addSweep {
    margin-left: 2%;
  }

  .search-btn {
    display: block;
  }

  #dots {
    display: inline;
  }

  #less {
    display: none;
  }

  h2 {
    font-size: 18px;
  }

  .center-col .globle-tab button.accordion-button {
    font-size: 16px;
  }

  .search-bar {
    display: none;
  }

  .center-col .seeall {
    right: 45px;
  }

  .bottom-bar {
    background: url(../public/assets/images/mobile-layer.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 0px 24px;
  }

  .left-nav {
    width: 100px;
  }

  .baba-icon {
    right: -57px;
    width: 68px;
    height: 86px;
  }

  .nav-bar {
    padding: 10px 0;
  }

  .center-col {
    width: 100%;
  }

  .right-col {
    width: 250px;
  }

  .welcome-content {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .card-head .detail-btns {
    padding: 7px 23px 8px;
    position: absolute;
    bottom: 20px;
    margin-left: -170px;
  }

  .card-head .detail-btn {
    padding: 7px 23px 8px;
    position: absolute;
    bottom: 20px;
    margin-left: -80px;
  }

  .card-head .detail-btn-home {
    padding: 7px 23px 8px;
    position: absolute;
    bottom: 20px;
    /* margin-left: -80px; */
  }

  .winner-card h3 {
    width: 100%;
  }

  .card-body {
    position: relative;
    padding-bottom: 70px;
  }

  .feat-card .card-body h3 {
    width: 100%;
  }

  .add-winner .acount-right .btn-list button {
    display: inline-block;
    padding: 10px 21px !important;
    font-size: 14px;
    width: 133px;
  }

  .footer-logo a {
    display: inline-block;
    width: 125px;
    height: 156px;
    position: relative;
    top: -50px;
  }

  .footer-top {
    background: url("../public/assets/images/foter-mb-bg.png") no-repeat;
    padding: 44px 0 20px;
    background-size: 100% 100%;
    background-position: center;
  }

  .social-links li a {
    display: inline-block;
    width: 30px;
    height: 30px;
  }

  .footer-detail {
    width: calc(100% - 125px);
  }

  .footer-data {
    justify-content: start;
  }

  .footer-link {
    width: 150px;
    margin-top: 30px;
  }

  .bottom-mbl-search {
    display: none;
  }

  .bottom-mbl-search .search-bar {
    display: block;
  }

  .bottom-mbl-search input {
    padding-bottom: 10px;
  }

  .bottom-mbl-search::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.96;
    z-index: 99;
    top: 0;
  }

  .bottom-mbl-search .search-content {
    max-width: 329px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 9;
  }

  .bottom-mbl-search .search-input {
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    height: 50px;
    border: 1px solid #dbe4e5;
    box-shadow: 0px 6px 8px #e2e2e1;
  }

  .bottom-mbl-search .search-bar p {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
  }

  .bottom-mbl-search .search-bar {
    width: 100%;
    position: absolute;
    top: 85px;
    height: 100%;
    z-index: 99999;
  }

  a.search-close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 999;
  }

  .prize-page .card-list ul li {
    flex: 0 0 31%;
  }

  .detail-page .winner-card .add-list li p {
    display: flex;
    gap: 0 50px;
  }

  .detail-page .winner-card .add-list li span {
    width: auto;
    width: calc(100% - 150px);
  }

  .left-won {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }

  .tabs-body .nav-tabs {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }

  .tabs-body .nav-tabs .nav-link {
    width: fit-content;
  }

  .winner-card .card-body {
    /* padding-bottom: 70px; */
  }

  .responsive-scroll {
    overflow-x: scroll;
  }

  .responsive-scroll .table-responsive {
    /* width: 790px; */
    overflow: auto;
  }

  .account-bottom-remove .account-baba {
    width: 160px;
  }

  .account-bottom-remove .account-baba img {
    width: 100px;
  }

  .account-bottom-remove h5 {
    width: calc(100% - 160px);
  }

  .account-bottom-remove h5 {
    font-size: 14px;
  }

  .account-box {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 575px) {
  .rating {
    margin-left: 50px;
  }

  .card-body-2 {
    margin-top: 30px;
    width: 100%;
  }

  .pagination li {
    height: 35px;
    width: 35px;
  }

  .form .w-30 {
    width: 100%;
  }

  .add-list li {
    width: 100%;
  }

  .footer-link {
    width: 48%;
    margin-top: -16px;
  }

  .footer-detail h2 {
    display: none;
  }

  .footer-detail p {
    display: none;
  }

  .social-links {
    justify-content: center;
  }

  .footer-link ul li:not(:last-child) {
    margin-bottom: 2px;
  }

  .prize-page .card-list ul li {
    flex: 0 0 100%;
  }

  .faqs-links li a {
    display: inline-block;
    width: max-content;
  }

  .won-card .btn-list button {
    width: 100%;
  }

  .won-card .btn-list .select-btn {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    background-position: 95% center;
  }

  .account-bottom-remove h5 {
    text-align: left;
  }

  .account-box {
    gap: 10px 0px;
  }

  .account-box .sweeps {
    width: 49%;
  }

  .account-bottom-remove {
    padding-bottom: 10px;
  }

  .right-col {
    width: 310px;
    padding-top: 10px;
  }

  .right-col .ad-img {
    height: 260px;
  }

  .ad-img img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .rating {
    margin-left: 80px;
  }

  .card-body-2 {
    margin-top: 30px;
    width: 100%;
  }

  .form .input-group .w-49 {
    width: 100% !important;
  }

  .card-body-2 {
    margin-top: 30px;
  }

  .form .input-group .w-49.mrgin-bottom {
    margin-bottom: 25px;
  }

  .btn-list {
    margin: 37px 0;
  }
}

@media screen and (max-width: 375px) {
  .footer-link {
    width: 46%;
  }

  .rating {
    margin-left: 20px;
  }
}
