/* start media query  For xxl screen: */
@media (min-width: 1900px) {
  .hero-info p {
    width: 72%;
  }
}
/* strat media query for ipad pro */
@media (min-width: 1023px) and (max-width: 1024px) {
}

/* start media query For ipad mini and ipad air: */
@media (min-width: 765px) and (max-width: 820px) {
}
/* start media for fold screen */
@media (max-width: 1000px) {
    .btn-more{
    min-width: 110px;
    }
  .flex-dir {
    flex-direction: column-reverse;
  }
  .hero-info {
    height: 350px;
    align-items: start;
    background-size: contain;
  }
  .hero {
    padding: 10px 0;
  }
  .navbar-expand-lg {
    display: none;
  }
  .mobile-navbar {
    padding: 15px;
    display: block;
    background-color: #7630fc !important;
    z-index: 2;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .mobile-navbar ul li a img {
    width: 70px;
  }
  .mobile-navbar ul li a {
    font-weight: bold;
    font-size: 14px;
    color: #8992a3;
  }
  .mobile-navbar ul li a:hover {
    color: #ffff;
  }
  .hero-info p {
    width: 100%;
  }
  /* .mobile-navbar ul li a svg{
  color: #7630fc;

} */
  .btn-outline-1 {
    border-color: #7630fc;
    background-color: #7630fc;
    color: #fafafa;
  }
  .login-btn-2 {
    padding: 7px 20px !important;
  }
  .avtar-sm {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50%;
    margin-top: -6px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .foot p,
  .down-info p {
    width: 100%;
  }
  .down-info h3 {
    font-size: 28px;
  }
  .coupon,
  .category,
  .download {
    padding: 10px 0;
  }
  .btn-more {
    color: #8992a3;
    padding: 5px 20px !important;
  }
  .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
  .input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .mobile-navbar ul li a{
    color:#fff;
}
.cat img {
    height: 30px;
}
.sub-foot {

    margin-bottom: 60px;
}
}
/*start media query  For  mobile: */
@media (max-width: 600px) {

    .sub-nav {
        /* margin-top: 56px; */

    }
  .down-info {
    margin-top: 0px;
  }
  .sub-contact li {
    margin-left: 15px;
  }
  .sub-socilal {
    justify-content: flex-start !important;
    margin-top: 10px;
  }
  .sub-socilal li {
    margin-right: 0px;
    margin-left: 30px;
  }

  .sub-contact li a {
    font-size: 12px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0rem;
  }
  .cop-user .btn {
    padding: 5px 25px;
  }
  .code-num,
  .btn-copy {
    padding: 5px 25px !important;
  }
  /*.modal-content-2 {*/
  /*  height: 420px;*/
  /*  padding: 30px 0px;*/
  /*}*/
  .login-btn-2 {
    padding: 7px 10px !important;
  }
  .mobile-navbar {
    padding: 15px 5px;
  }
  .mobile-navbar ul li a {
    font-size: 12px;
  }
  .heading h3::after {
    display: none;
  }
  .info-text{
      margin-top:20px;
  }
  .cat{
       text-align: center;
           display: grid;
  }

.login-btn {
    padding: 0px 0px !important;
    margin-top:3px;
}
.info-text .login-btn {
    padding: 7px 40px !important;
    margin-top:10px;
}
.mobile-navbar ul li a{
    color:#fff;
}
.head-small h3{
    font-size:20px;
}
.btn-close{
    margin-right:25px;
}
/*.cop-box {*/
/*        margin-top:-25px;*/

/*}*/
.cop-work{
    margin-top: 0.75rem!important;
}
.foot-cup{
    padding:20px;
}
/*new*/

.cat{
    text-align: right;
    display: flex;
     /* border-radius: 35px; */
}
/*  .cat img {*/
/*width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 50%;*/

/*    margin-left: 20px;*/

/*}*/

.cop-card {
    display: flex;
    border-radius: 35px;
    padding: 10px 10px 0 10px;
}

.cop-header img {
width: 50px;
    height: 50px;
    border-radius: 50%;

    margin-left: 20px;
}
.hide-sm{
    display:none !important;
}
.cop-info {
    height: unset;
}

.cop-footer {
    padding: 0px;
}
.cop-footer{
    width:100%;
}
.fav-sm{
        float: left;
    color: gray;
    margin-top: 5px;
        display: block;
            margin-left: 10px;
}
.cat-link {
    margin-bottom: 10px;
}
.slick-prev {
    left: 0 !important;
}
.slick-next {
    right: 0 !important;
}
.heading {
margin-bottom: 1rem!important;
}
.cop-footer p {

    margin-bottom: 0rem;
}
.cop-card {

    padding: 10px;
}
    .cat img {
    height: 30px !important;
}
.cat-link{
    font-size:12px !important;
    padding: 15px 5px;
}

.table__cell {
     width: 300px;
  }
  .table__cell span {
    width: 150px !important;
    margin-right: -50px;
  }

  .btn-copy{
    width: 150px !important;
    }
    .foot-cup {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
    .cop-box h4{
        font-size:16px;
    }
    /*.cop-box{*/
    /*    margin-top:20px;*/
    /*}*/
    .cop-box img {
    width: 40px;
    height:30px;
}
.cop-user .btn {
    padding:5px 25px;
    border-radius: 25px;
    width: unset;
}
.modal-body {
    flex: unset;
    padding: 0.5rem;
}
.modal-content-2 {
    height: 410px;

    /*padding: 0px;*/
}
.share {
    padding-left:20px;
}
}
@media (max-width: 280px) {
    .cat img {
    height: 30px !important;
}
.cat-link{
    font-size:14px !important;
}
.sub-socilal li {
    margin-left: 20px

}
.sub-contact {
    display: initial !important;

}
.mobile-navbar ul li a img {
    width: 50px;
}
.mt--1 .dropdown-toggle {
    padding:6px 0;
}
.down-info p {
    font-size: 12px;

}
.down-bg {
    padding: 20px 20px 0 20px;

}
.down-list img {
    width: 99px;
}
.cop-footer h5 {
    font-size: 14px;
        margin-bottom: 0.1rem;

}
.cop-header img {
    width: 40px;
    height: 40px;
}
.cop-user .btn {
    padding: 5px 10px;

    font-size: 12px;
}
.modal-content-2 {
height: 350px;

background: transparent;
    background-color: #fff;
    padding: 0px;
}
.foot-cup {

    margin-top: 0px;
}
.cop-box{
    margin-top:20px;
}
}
