/*media*/
@media only screen and (min-width: 0px) {
    .hero-text1{
        font-size: 1.2rem;

    }
    .hero-text2{
        font-size: 1rem;
    }
    .custom-btn{
        font-size: 14px;
    }
    .hero-content{
        top: 45%;
    }
    .product-list-text {
        font-size: 1rem;
    }
    .custom-box {
        width: 100%;
    }

    .top-banner-img {
      max-height: 150px;
    }
    .product-card{
        width: 250px;
    }
    .calculator-text3{
        font-size: 19px;
    }
    .calculator-text4{
        font-size: 15px;
    }
    .custom-text3, .custom-text4{
        font-size: 11px;
    }
    .preview-thumbnail.nav-tabs li {
        width: 60px;
        height: 60px;
    }
    .custom-select{
        width: 100%;
    }
    .stylized-blockquote {
        font-size: 16px;
    }
    .padding-body{
        padding-bottom: 240px;
    }
    .page-link {
        margin: 0.5rem 4px;
    }
    .filter-btn {
        width: 100%;
    }

    .w-30{
        width:30%!important;
    }
    .ctrl{
        margin-top: 10px;
    }
    .pt-desktop-67{
        padding-top: 10px;
    }
    .margin-top-75{
        margin-top: 25px;
    }
}
@media only screen and (min-width: 400px) {
    .custom-text3, .custom-text4{
        font-size: 13px;
    }
    .preview-thumbnail.nav-tabs li {
        width: 80px;
        height: 80px;
    }

}
@media only screen and (min-width: 600px) {
    .preview-thumbnail.nav-tabs li {
        width: 170px;
        height: 140px;
    }
}

@media only screen and (min-width: 768px) {
    .hero-text1{
        font-size: 2rem;

    }
    .hero-text2{
        font-size: 1rem;

    }
    .hero-content{
        top: 38%;
    }
    .custom-btn{
        font-size: 18px;
    }
    .product-list-text {
        font-size: 1.5rem;
    }
    .custom-box {
        width: 55%;
    }
    .slider-image {
        height: 384px;
    }
    .top-banner-img {
        height: 180px;
        max-height: 180px;
    }
    .calculator-text3{
        font-size: 1.5rem;
    }
    .calculator-text4{
        font-size: 1rem;
    }
    .preview-thumbnail.nav-tabs li {
        width: 150px;
        height: 150px;
    }
    .custom-select{
        width: 50%;
    }
    .stylized-blockquote {
        font-size: 16px;
    }
    .page-link {
        margin: 0.5rem 18px;
    }
    .filter-btn {
        width: 50%;
        margin: auto;
    }
    .w-30{
        width:20%!important;
    }
}

@media only screen and (min-width: 992px) {
    .custom-box {
        width: 40%;
    }
    .product-card{
        width: 300px;
    }
    .preview-thumbnail.nav-tabs li {
        width: 66px;
        height: 66px;
    }
    .padding-body{
        padding-bottom: 0;
    }
    .ctrl{
        margin-top: 60px;
    }
    .pt-desktop-67{
        padding-top: 67px;
    }
}

@media only screen and (min-width: 996px) {
    .margin-top-75{
        margin-top: 75px;
    }
}
@media only screen and (min-width: 1024px) {
    @media only screen and (max-width: 996px) {
        .preview {
            margin-bottom: 20px;
        }
}
@media only screen and (min-width: 1200px) {
    .hero-text1{
        font-size: 2.5rem;

    }
    .hero-text2{
        font-size: 1.5rem;

    }
    .hero-content{
        top: 38%;
    }
    .preview-thumbnail.nav-tabs li {
        width: 80px;
        height: 80px;
    }
    .margin-top-75{
        margin-top: 75px;
    }
}
@media only screen and (min-width: 1300px) {
}

@media only screen and (min-width: 1500px) {

}
@media only screen and (min-width: 1900px) {
    .preview-thumbnail.nav-tabs li {
        width: 80px;
        height: 80px;
    }
}
}



/*/media*/


