@media screen and (max-width: 506px) {
    .testimonialimg {
        width: 100%;
        margin: auto;
    }

    #bgwhite .carousel-inner .carousel-item img {
        width: 100%;
        height: 100%;
    }

    .smtext {
        font-size: 9.5px;
    }

    .fontsm i {
        font-size: 8px;
    }
    .headplay{
        font-size: 1.35rem;
        
    }
    p{
        font-size: 1.02rem;
        color: #676e7c;
        
    }
    .w-20{
        width: 25%;
    }

    .borderright:before {
        content: "|";
        position: absolute;
        left: 109%;
        color: rgba(0, 0, 0, .2);
        font-size: 1.4rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .installbtn{
        font-size: 18px;
        font-weight: bold;
    }

    .installbtn2 {
        width: 100%;
    }
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        top: 30%;
    }
    .borderRight{
        border-bottom: 1px solid #999;
        border-right: 0;
    }
}


@media screen and (max-width: 767px) {
    .width25 {
        width: 37% !important;
    }

    .width23 {
        width: 40% !important;
    }

    .font25 {
        font-size: 0.75rem;
    }
    .imgheighthere{
        height: 15rem;
    }
}

@media screen and (max-width: 390px) {
    .padsm {
        padding-top: 2px;
    }
    .installbtn{
        font-size: 15px;
        font-weight: bold;
    }
}

@media screen and (max-width: 320px) {
    .padsm {
        padding-top: 0;
    }
}


@media (min-width: 576px){
 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    top: 30%;
}

}