@media screen and (min-width: 320px) and (max-width: 567px) {
    
    .sm-hide{
        display: none !important;
    }

    .sm-show{
        display: block !important;
    }

    .center-feed{
        max-height: unset;
        margin-top: 4rem;
    }

    .timeline-top img{
        width: 30px;
    }

    .timeline-top button{
        padding: 9px 8px;
        font-size: 12px;
        margin-left: 0px;
    }

    .timeline-bottom a{
        padding: 5px;
        font-size: 12px;
    }

    .feed-container-top a img{
        width: 30px;
    }

    .feed-container-top a span{
        font-size: 12px;
    }

    .feed-container-top a span.time {
        bottom: -0.5rem;
        left: -3.2rem;
    }

    .feed-container-top button{
        font-size: 22px;
    }

    .feed-container-footer p{
        font-size: 18px;
    }

    .feed-container-footer p span{
        font-size: 12px;
    }

    .like-counts p{
        margin-left: 10px;
    }

    .feed-menu button{
        font-size: 12px;
        padding: 5px 10px;
    }

    .comment-input input{
        padding: 10px;
        width: 60%;
        font-size: 12px;
    }

    .comment-input button{
        font-size: 12px;
        padding: 10px 15px;
    }

    header.lg-hide {
        padding: 10px;
    }

    .navbar-brand img {
        width: 50px;
    }

    button#mobile-search{
        background: transparent;
        border: none;
        font-size: 20px;
        padding: 5px 10px;
        border-radius: 8px;
        color: #fff;
    }

    button#mobile-search:focus{
        background-color: rgba(255, 255, 255, 0.429);
    }

    .profile-dropdown{
        right: 3rem;
        top: 4rem;
        position: fixed;
        z-index: 1444;
    }

    .profile-dropdown ul li a{
        font-size: 15px;
    }

    /* LOGIN-PAGE */

    .topsection{
		margin-top: 10px
	}

	.header-social-section{
		justify-content: center;
	}

	.logobox{
		text-align: center;
	}

	.header-details{
		margin-left: 0;
	}

	.navbar-brand-logo img{
		width: 150px !important;
	}

	.logobox{
		width: 100%;
	}

	.header-details{
		margin-top: 10px;
        font-size: 16px;
	}

	.footer-section-logo {
    	text-align: center;
	}

	.footer-section-div-1 p {
    	text-align: center;
	}

	
	.footer-section-div{
		text-align: center;
	}

	.footer-section-div ul{
		list-style: none;
    	padding-left: unset;
	}

	.topsection {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .footer-section {
        padding-top: 0rem;
        padding-bottom: 1rem;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .login{
        width: 100%;
    }

    .footer-section-div-1 {
        margin-bottom: 2rem;
    }

    .footer-section-div {
        margin-bottom: 2rem;
    }

    /* MOBILE-NAV */

    .rounded-pill {
        border-radius: 1rem!important;
        width: 24px;
    }

    .mobile-nav a{
        background: transparent;
        border: none;
        font-size: 21px;
        padding: 5px 10px;
        border-radius: 8px;
        color: #fff;
    }

    .mobile-nav a:hover,
    .mobile-nav a:focus{
        background-color: #ffffff47;
    }

    nav.mobile-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    button#mobile-menu{
        background: transparent;
        border: none;
        font-size: 21px;
        padding: 5px 10px;
        border-radius: 8px;
        color: #fff;
    }

    button#mobile-menu:focus{
        background-color: rgba(255, 255, 255, 0.429);
    }

    .mobile-dropdown-menu{
        background-color: #fff;
        padding: 20px 10px 10px 10px;
        display: none;
        border-radius: 5px;
    }

    .mobile-dropdown-menu a{
        background: transparent;
        border: none;
        font-size: 23px;
        padding: 5px 10px;
        border-radius: 8px;
        color: #000;
        margin-left: 5px;
        margin-top: 10px;
        transition: 0.3s;
    }

    .mobile-dropdown-menu a i{
        color: rgb(111, 107, 107);
    }

    .mobile-dropdown-menu a:hover,
    .mobile-dropdown-menu a:focus{
        color: #000;
        background-color: rgba(6, 6, 6, 0.12);
    }

    .mobile-dropdown-menu-container{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding: 10px;
    }

    .mobile-search{
        background-color: #fff;
        padding: 5px;
        border-radius: 5px;
        display: none;
        margin-bottom: 5px;
    }

    .mobile-search span{
        margin-right: 5px;
        margin-left: 5px;
    }

    .mobile-search input{
        border: transparent;
        padding: 5px;
        width: 88%;
    }

    .mobile-search input:focus,
    .mobile-search input:focus-visible{
        outline: none;
        border: transparent;
    }

    button#mobile-notifications{
        background: transparent;
        border: none;
        font-size: 21px;
        padding: 5px 10px;
        border-radius: 8px;
        color: #fff;
    }

    button#mobile-notifications:focus{
        background-color: rgba(255, 255, 255, 0.429);
    }

    .mobile-notifications{
        background-color: #fff;
        border-radius: 5px;
        padding: 5px;
        position: fixed;
        top: 4rem;
        left: 5px;
        box-shadow: 2px 0px 9px 6px #00000063;
        right: 5px;
        z-index: 10;
        display: none;
    }

    .mobile-notifications-header{
        padding: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-notifications-header button{
        margin-right: 1rem;
        color: #000;
        background-color: transparent;
        padding: 6px 13px;
        border-radius: 50rem;
        border: none;
        font-size: 22px;
        transition: 0.3s;
    }

    .mobile-notifications-header button:hover,
    .mobile-notifications-header button:focus{
        background-color: rgba(151, 146, 146, 0.403);
    }

    .mobile-notifications-list ul{
        list-style: none;
        padding-left: 1rem;
        max-height: 50vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .mobile-notifications-list ul li{
        margin-bottom: 0.5rem;
    }

    .mobile-notifications-list ul li img{
        width: 40px;
        border-radius: 50rem;
    }

    .mobile-notifications-list ul li p{
        color: #000;
        font-weight: 400;
        margin-top: unset !important;
        margin-bottom: unset !important;
        width: 37ch;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .market-category p{
        font-size: 12px;
    }

    .product-container img{
        width: 50%;
    }

    .mt-2-2{
        margin-top: 0.5rem !important;
    }

    .product-container p{
        width: 25ch;
    }

    button.like{
        position: relative;
        bottom: 6px;
    }

    /* PRODUCT_DETAIL_PAGE */

    .carousel-item img{
        height: auto;
    }

    .detail-content h3{
        font-size: 1.1em;
    }

    .detail-content h5{
        font-size: 1em;
        margin-bottom: 0.5rem;
    }

    .detail-content{
        text-align: center;
    }

    .detail-content p{
        max-width: 100%;
    }

    button.details-regular-like{
        padding: 10px 15px;
        font-size: 1em;
    }

    button.details-solid-like{
        padding: 10px 15px;
        font-size: 1em;
    }

    .detail-information-block p{
        font-size: 13px;
    }

    .detail-information{
        flex-wrap: wrap;
    }

    .detail-information-block{
        width: 100%;
    }

    button.comments{
        padding: 10px 15px;
        font-size: 15px;
    }

    .detail-comments{
        padding: 0;
    }

    .detail-comments h5{
        font-size: 14px;
    }

    .comment-rating p{
        font-size: 12px;
    }

    .detail-my-comment-content{
        width: 90%;
    }

    label.my-comment-label{
        font-size: 1em;
    }
}


@media screen and (min-width: 767px) and (max-width: 990px){

    .md-hide{
        display: none !important;
    }

    /* LOGIN-PAGE */

    .logobox{
		width: 100%;
	}

	.login{
		width: 100%;
	}

	.header-details{
		margin-bottom: unset;
    	margin-top: unset;
    	margin-left: unset;
	}

	.navbar-brand-logo img{
		width: 200px;
	}

	.footer-section-logo img{
		width: 150px
	}

	a.header-social-links.footer-social-links img {
    	width: 20px !important;
    	height: 30px !important;
	}

    .footer-section-div ul li{
        font-size: 12px;
    }

    .footer-section-div h4{
        font-size: 16px;
    }

    .footer-section-div-1 p{
        font-size: 12px;
    }

    a.header-social-links.footer-social-links{
        font-size: 14px;
        width: 30px;
        height: 30px;
    }

    .footer-credit-container {
        font-size: 12px;
    }

    /* TAB-NAV */

    button#mobile-search {
        color: #fff;
        background: #00000000;
        border: transparent;
        font-size: 21px;
        padding: 5px 10px;
        border-radius: 5px;
    }

    button#mobile-search:hover,
    button#mobile-search:focus{
        background-color: #dfdbdb69;
    }

    /* TABLET-NAV */

    .md-show{
        display: block !important;
    }

    .tablet-nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }

    button#tabet-search{
        color: #fff;
        padding: 5px;
        font-size: 21px;
        background-color: transparent;
        border: transparent;
    }

    .tablet-nav-center a{
        color: #fff;
        padding: 5px;
        font-size: 21px;
        background-color: transparent;
        border: transparent;
        margin-left: 10px;
        display: inline-block;
    }

    button#tablet-menu{
        color: #fff;
        padding: 5px;
        font-size: 21px;
        background-color: transparent;
        border: transparent;
        margin-left: 10px;
        display: inline-block;
    }

    .tablet-nav-right a{
        color: #fff;
        padding: 5px;
        font-size: 21px;
        background-color: transparent;
        border: transparent;
        margin-left: 10px;
        display: inline-block;
    }

    button#tablet-notifications{
        color: #fff;
        padding: 5px;
        font-size: 21px;
        background-color: transparent;
        border: transparent;
        margin-left: 10px;
        display: inline-block;
    }

    button#tablet-profile{
        color: #fff;
        padding: 5px;
        font-size: 21px;
        background-color: transparent;
        border: transparent;
        margin-left: 10px;
        display: inline-block;
    }

    button#tablet-profile img{
        width: 25px;
        border-radius: 50rem;
    }

    .timeline-top button{
        width: 83%;
    }

    .navbar-brand img{
        width: 44px;
    }

    .center-feed{
        max-height: 86vh;
    }

    .market-category p{
        font-size: 12px;
    }

    .product-container p{
        width: 33ch;
    }

    .profile-dropdown{
        top: 3rem;
    }

    .profile-dropdown ul li a{
        font-size: 15px;
    }

    .detail-information-block p{
        font-size: 15px;
    }

    .page-content-wrapper {
        padding: 10px;
        padding-top: 0;
      }

      button.details-regular-like{
        font-size: 1em;
      }

      button.details-solid-like{
        font-size: 1em;
      }
}

@media screen and (min-width: 990) and (max-width: 1024){

    a.nav-link.rn {
        font-size: 12px;
    }
}

   @media screen and (min-width: 320px) and (max-width: 567px) {
          
          .uploaded-files {
   
    box-shadow: 0px 0px 5px #c5c5c5;
}

  .uploaded-files img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.product-settings-container .file-settings-content img{
    padding:25px;
}
}
   .mobilecontactblock{
          display:none;
      }
    
      @media screen and (min-width: 320px) and (max-width: 567px) {
          
          .books-list {
   
    box-shadow: 0px 0px 5px #c5c5c5;
}
.books-list img{
     width: 100%;
    height: 100px;
    object-fit: contain;
}
  .books-list video {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.mobilecontactblock{
          display:block;
      }
      
      .mobilecontactblock {
    border-bottom: 1px solid rgb(164, 161, 161);
    background: #fff;
    padding: 10px;
}
.mobilecontactblock h3 {
    color: #7c7777;
    font-size: 23px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.mobilecontactblock ul {
    list-style: none;
    padding-left: unset;
    padding-right: 0.5rem;
    margin-top: unset;
    margin-bottom: 0.5rem;
    max-height: 200px;
    overflow-y: auto;
}
.mobilecontactblock ul a li {
    text-decoration: none;
    color: #4a4949;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}
.mobilecontactblock ul a li span {
    font-size: 18px;
    margin-right: 5px;
}
.carousel-item img{
    width: 100%;
    object-fit: cover;
}
}
 @media screen and (min-width: 1370px) and (max-width: 2000px) {
.carousel-item img{
    width: 100%;
    object-fit: cover;
}
.books-list img{
    width: 100%;
    height: 300px;
}
.left-menu {
    height: 100%;
}
.right-sidebar {
    height: 100%;
    overflow-y: auto;
}
.left-menu ul a li span{
   font-size: 12px;
    margin-right: 10px;
    float: left;
    margin-top:3px;
}
.right-sidebar ul a li p{
        width: 40ch;
    
}
}

@media screen and (min-width: 568px) and (max-width: 990px) {
       .frameprovider-1kxudut {
    font-size: 14px !important;
    font-weight: 400 !important;
    width: 100% !important;
}

    }