@media (max-width: 1440px) and (min-width: 1199px){
}

@media (max-width: 1200px) and (min-width: 991px){
    .section, section {
        position: relative;
         padding: 0px 0px; 
        z-index: 1;
    }
    strong {
        font-size: 35px;
    }
    .col-lg-2.col-md-3.col-sm-4.d-flex.sponsors {
        width: 33%;
    }
    .pr-desc {
        position: relative;
        padding-left: 90px;
        padding-top: 50px;
    }
    .product-pic-zoom {
        position: relative;
        overflow: hidden;
        transition: background-position 0.5s ease;
        width: 500px;
        margin-top: -4%;
    }
   
    .col-lg-9.col-md-9.box {
        width: 50%;
    }
    .col-lg-3.col-md-3.imgvrc {
        width: 50%;
    }
    .col-lg-6.col-md-6.desc {
        width: 100%;
    }

}




@media (max-width: 992px) and (min-width: 766px){
    strong {
        font-size: 35px;
    }
    .product-pic-zoom img {
        transition: transform 0.5s ease;
        border: 3px solid #fff;
        position: relative;
        bottom: 4%;
    }
    .product-pic-zoom {
        width: 480px;
    }
    .col-lg-6.col-md-6.desc {
        width: 100%;
    }
    .col-lg-9.col-md-9.box {
        width:50%;
    }
    .col-lg-3.col-md-3.imgvrc {
        width: 50%;
    }

}
@media (max-width: 765px) and (min-width: 576px){
    strong {
        font-size: 28px;
    }
}



@media (max-width: 575px) and (min-width: 100px){
    h2#swal2-title {
        font-size: 19px;
    }
    .swal2-popup.swal2-modal.swal2-show {
        width: 289px;
        height: 136px;
    }
   
    .swal2-popup {
        display: none;
        position: relative;
        width: 27em;
        max-width: 90%;
    }
    .swal2-popup {
        width: 250px;
        height: 147px;
    }
    .swal2-popup .swal2-styled {
        border: 0;
        border-radius: -1.75em;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
        margin: 5px -3.6875em;
        padding: -0.375em 2em;
    }
    .swal2-popup .swal2-actions {
        margin-top: -0.75em;
    }
    .swal2-popup .swal2-title {
        color: #595959;
        font-size: 23px;
    }
    .colortext1 p{
        font-size: 13px;
    }
    .colortext p{
        font-size: 13px;
    }
    
    .tp-slider-wrap {
        position: relative;
        top: 25%;
    }
    .tp-slider-btn-2-next {
        display: none;
    }
    .tp-slider-btn-2-prev, .tp-slider-btn-3-prev {
        display: none;
    }
    strong {
        font-size: 28px;
    }
    .pr-desc {
        position: relative;
        padding-left: 30px;
    }
    .product-imgsec {
         width: 0px; 
    }
    .product-thumbs .pt {
        width: 69px;
        height: 88px;
    }
    .product-pic-zoom {
        width: 300px;
      }
      img.product-big-img {
        height: 200px;
        /* width: 300px; */
    }



}