/*----------------------------------------------
  ------------------------------------------------
  Media Query for Small Screens Responsiveness
  ------------------------------------------------
  ----------------------------------------------*/
@media (max-width: 1024px) and (min-width: 769px) {
  .homeHide {
    display: none;
  }
  .circleHide {
    display: none;
  }
  .toBeHide {
    display: none;
  }
  .toBeShown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    position: absolute;
    right: 100px;
    top: 20px;
  }
  .right-hero {
    padding: 5px 15px;
    margin-right: 10px;
    max-width: -webkit-fill-available;
  }
  .right-hero > hr {
    margin: 15px 5px;
  }
  .boldest {
    font-size: 1.2rem;
  }
  .timerDiv {
    margin: 0;
  }
  .grey {
    font-size: .7rem;
    margin-bottom: 4px;
  }
  .timer {
    font-size: .8rem;
  }
  .people-nearby-hero {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .nearby-user {
    width: 100%;
    margin: 0;
  }
  .mTB {
    margin: 5px 0;
  }
  .JS {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .imgContWidth {
    width: auto;
    padding: 0;
    margin: 0;
  }
  img.profile-photo-lg {
    width: 35px;
    height: 35px;
    padding: 5px;
  }
  .HeroRightStamps {
    width: auto;
  }
  .HeroRightStamps > h6 {
    font-size: .8rem;
  }
  .HeroRightStamps > p {
    font-size: .6rem;
  }
  .view-btn, .join-btn {
    font-size: .8rem;
    padding: 5px 20px;
  }
  .card-main {
    width: 20rem;
    height: auto;
  }
  .card-main > .card-body {
    height: 8rem;
  }
  .card-main > .card-body > img {
    width: 50px;
  }
  .card-main > .card-footer {
    font-size: 1rem;
    padding: 10px 0;
  }
  .cards {
    height: 129px;
  }
  .secondCard {
    display: none;
  }
  .hrBellowCards {
    bottom: -70px;
  }
  .ongoing-comtainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .footerH6 {
    margin-left: 5px;
  }
  .exp-all {
    font-size: 1rem;
  }
  .searchBG {
    padding-right: 0 !important;
  }
  .pTB {
    padding-left: 0 !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .input-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .dropdown {
    display: none;
  }
  .BgYellow {
    display: block;
  }
  .BgYellow > i {
    padding: 0;
    position: relative;
    top: 45%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .table-ppl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column {
    width: -webkit-fill-available;
  }
  .cont-all {
    padding: 0 10px;
  }
  .nearby-user > .row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .col-md-3, .col-md-7, .col-md-2 {
    padding: 0 7px;
  }
  .imgTbl {
    width: 210px;
  }
  .col-md-7 > h6, .col-md-7 > .tagGrey {
    font-size: 1.2rem;
  }
  .col-md-2 > a {
    font-size: 1.5rem;
  }
  .toBeColumned {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cpyrit {
    margin-left: 0;
  }
  .Fmiddle {
    margin: 15px 0;
  }
}

/*----------------------------------------------
  ------------------------------------------------
  Media Query for Tablets Responsiveness
  ------------------------------------------------
  ----------------------------------------------*/
@media (max-width: 768px) and (min-width: 481px) {
  .nav-container {
    margin: 0 5px;
  }
  .NavLogoPc {
    display: none;
  }
  .NavLogoMobile {
    display: block;
    width: 5rem;
  }
  .homeHide {
    display: none;
  }
  .circleHide {
    display: none;
  }
  .toBeHide {
    display: none;
  }
  .toBeShown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    position: absolute;
    right: 80px;
    top: 20px;
  }
  .fa-search, .fa-comment-alt, .fa-bell {
    padding: 0 8px;
  }
  .navbar-toggler[type=button] {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .right-hero {
    padding: 20px;
    margin: 0 20px;
    max-width: -webkit-fill-available;
  }
  .boldest {
    font-size: 1.5rem;
  }
  .hero-img {
    width: 100%;
  }
  .bg-gradient {
    width: 100%;
  }
  .grey {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .timer {
    font-size: 1rem;
  }
  .people-nearby-hero {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .nearby-user {
    width: 100%;
    margin: 5px 0;
  }
  .mTB {
    margin: 20px 0;
  }
  .JS {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .imgContWidth {
    width: auto;
    padding: 0;
    margin: 0;
  }
  img.profile-photo-lg {
    width: 35px;
    height: 35px;
    padding: 5px;
  }
  .HeroRightStamps {
    width: auto;
  }
  .HeroRightStamps > h6 {
    font-size: 1rem;
  }
  .HeroRightStamps > p {
    font-size: .8rem;
  }
  .view-btn, .join-btn {
    font-size: 1rem;
    padding: 8px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .secondCard, .thirdCard, .fourthCard {
    display: none;
  }
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    grid-gap: 10px;
  }
  .card-main {
    width: 20rem;
    height: auto;
  }
  .card-main > .card-body {
    height: 8rem;
  }
  .card-main > .card-body > img {
    width: 30px;
  }
  .card-main > .card-footer {
    font-size: 1rem;
  }
  .cards {
    height: 129px;
  }
  .last-card-body, .last-card-body > img {
    height: 126px;
  }
  .hrBellowCards {
    bottom: -65px;
  }
  .ongoing-comtainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    padding: 20px 10px;
  }
  .O-cards > .card-body {
    padding: 6px 16px;
  }
  .card-title {
    font-size: 1.2rem;
  }
  .symbolsWidthMobile {
    width: auto;
    margin: 0;
    padding: 0 !important;
  }
  img.profile-photo-sm {
    width: 35px;
    height: 35px;
  }
  .card-img-top {
    padding: 5px;
  }
  .mt-1 {
    margin: 0 !important;
    line-height: .1;
  }
  .mt-1 > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  div.noWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Vmiddle {
    width: auto;
    padding: 0;
  }
  .Vmiddle > h6 {
    font-size: .7rem;
  }
  h6.fontSize {
    margin: 0;
  }
  .allT-head {
    font-size: 1.5rem;
  }
  .table-ppl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont-all {
    padding: 0 10px;
  }
  .JspaceB > div > img {
    width: 30px;
    height: 30px;
  }
  .JspaceB > div > h6 {
    font-size: 1rem;
  }
  .JspaceB > div {
    vertical-align: middle;
  }
  .float-right > img {
    width: 25px !important;
    height: 25px !important;
  }
  .allT-head {
    font-size: 1.5rem;
  }
  .Br2Hide {
    display: none;
  }
  .exp-all {
    font-size: .9rem;
  }
  .searchBG {
    padding-right: 0 !important;
  }
  .pTB {
    padding-left: 0 !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .input-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .dropdown {
    display: none;
  }
  .BgYellow {
    display: block;
  }
  .BgYellow > i {
    padding: 0;
    position: relative;
    top: 45%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .table-ppl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column {
    width: -webkit-fill-available;
  }
  .cont-all {
    padding: 0 10px;
  }
  .nearby-user > .row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .col-md-3, .col-md-7, .col-md-2 {
    width: auto;
    padding: 0 7px;
  }
  .imgTbl {
    width: 130px;
  }
  .col-md-7 > h6, .col-md-7 > .tagGrey {
    font-size: 1rem;
  }
  .m-4 {
    margin: 5px !important;
  }
  .col-md-2 > a {
    font-size: 1.1rem;
  }
  .toBeColumned {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Flogo {
    width: 150px;
    padding: 0;
    margin-bottom: 20px;
  }
  .cpyrit {
    font-size: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .Fmiddle {
    margin: 15px 0;
  }
  .Fsocial {
    margin-top: 10px;
  }
  .socialMedia {
    font-size: 1rem;
  }
  .tAndc {
    font-size: .8rem;
  }
  .socialFont {
    padding: 0;
  }
  .SIcon-B {
    padding: 5px 8px;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .BrHide {
    display: block;
  }
}

/*----------------------------------------------
  ------------------------------------------------
  Media Query for Mobile Responsiveness
  ------------------------------------------------
  ----------------------------------------------*/
@media only screen and (max-width: 480px) {
  .nav-container {
    margin: 0 5px;
  }
  .NavLogoPc {
    display: none;
  }
  .NavLogoMobile {
    display: block;
    width: 5rem;
  }
  .homeHide {
    display: none;
  }
  .circleHide {
    display: none;
  }
  .toBeHide {
    display: none;
  }
  .toBeShown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    position: absolute;
    right: 80px;
    top: 20px;
  }
  .fa-search, .fa-comment-alt, .fa-bell {
    padding: 0 8px;
  }
  .navbar-toggler[type=button] {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .right-hero {
    padding: 20px;
    margin: 0 20px;
    max-width: -webkit-fill-available;
  }
  .boldest {
    font-size: 1.5rem;
  }
  .hero-img {
    width: 100%;
  }
  .bg-gradient {
    width: 100%;
  }
  .grey {
    font-size: .8rem;
    margin-bottom: 4px;
  }
  .timer {
    font-size: .8rem;
  }
  .people-nearby-hero {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .nearby-user {
    width: 100%;
    margin: 5px 0;
  }
  .mTB {
    margin: 20px 0;
  }
  .imgContWidth {
    width: auto;
    padding: 0;
    margin: 0;
  }
  img.profile-photo-lg {
    width: 25px;
    height: 25px;
    padding: 2px;
  }
  .HeroRightStamps {
    width: auto;
  }
  .HeroRightStamps > h6 {
    font-size: .5rem;
  }
  .HeroRightStamps > p {
    font-size: .6rem;
  }
  .view-btn, .join-btn {
    font-size: 0.8rem;
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .secondCard, .thirdCard, .fourthCard {
    display: none;
  }
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    grid-gap: 10px;
  }
  .card-main {
    width: 20rem;
    height: auto;
  }
  .card-main > .card-body {
    height: 8rem;
  }
  .card-main > .card-body > img {
    width: 30px;
  }
  .card-main > .card-footer {
    font-size: .5rem;
  }
  .cards {
    height: 129px;
  }
  .hrBellowCards {
    bottom: -56px;
  }
  .ongoing-comtainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    padding: 20px 5px;
  }
  .O-cards > .card-body {
    padding: 6px 16px;
  }
  .card-title {
    font-size: .7rem;
  }
  .symbolsWidthMobile {
    width: auto;
    margin: 0;
    padding: 0 !important;
  }
  img.profile-photo-sm {
    width: 32px;
    height: 32px;
  }
  .card-img-top {
    padding: 5px;
  }
  .mt-1 {
    margin: 0 !important;
    line-height: .1;
  }
  .mt-1 > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  div.noWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Vmiddle {
    width: auto;
    padding: 0;
  }
  .Vmiddle > h6 {
    font-size: .6rem;
  }
  h6.fontSize {
    margin: 0;
  }
  .allT-head {
    font-size: 1.5rem;
  }
  .table-ppl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont-all {
    padding: 0 10px;
  }
  .JspaceB > div > img {
    width: 20px;
    height: 20px;
  }
  .JspaceB > div > h6 {
    font-size: .6rem;
  }
  .JspaceB > div {
    vertical-align: middle;
  }
  .float-right > img {
    width: 15px !important;
    height: 15px !important;
  }
  .allT-head {
    font-size: 1.5rem;
  }
  .Br2Hide {
    display: block;
  }
  .searchBG {
    padding-right: 0 !important;
  }
  .pTB {
    padding-left: 0 !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .input-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .dropdown {
    display: none;
  }
  .BgYellow {
    display: block;
  }
  .BgYellow > i {
    padding: 0;
    position: relative;
    top: 45%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .table-ppl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont-all {
    padding: 0 10px;
  }
  .col-md-3, .col-md-7, .col-md-2 {
    width: auto;
    padding: 0 7px;
  }
  .imgTbl {
    width: 100px;
  }
  .col-md-7 > h6, .col-md-7 > .tagGrey {
    font-size: .6rem;
  }
  .m-4 {
    margin: 5px !important;
  }
  .col-md-2 > a {
    font-size: .9rem;
  }
  .Flogo {
    width: 100px;
    padding: 0;
    margin-bottom: 10px;
  }
  .cpyrit {
    font-size: .7rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px;
  }
  .socialMedia {
    font-size: .7rem;
  }
  .tAndc {
    font-size: .5rem;
  }
  .socialFont {
    padding: 0;
  }
  .SIcon-B {
    padding: 5px 8px;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .BrHide {
    display: block;
  }
}

/*----------------------------------------------
  ------------------------------------------------
  Media Query for all large screen Responsiveness
  ------------------------------------------------
  ----------------------------------------------*/
@media (min-width: 1025px) {
  .pTB {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .mTB {
    margin: 30px;
  }
}
/*# sourceMappingURL=MediaQuriesNew.css.map */