@media screen and (min-width:1200px){}
@media screen and (min-width:1200px) and (max-width: 1280px) {

}

@media screen and (min-width:992px) and (max-width: 1199px) {


}

@media screen and (min-width:768px) and (max-width: 991px) {
h1.top-h1 {
    font-size: 36px;
}
.sound-tetx {
    font-size: 30px;
}
.box-con.box-right p {
    font-size: 18px;
}
  

}

@media screen and (max-width:767px){
  
  h1.top-h1 {
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: center;
}
.mob-text-center{
    text-align: center;
}

.chart-img.my-5{
    margin: 15px 0px !important;
}
.fre-tv,.sound-tetx {
    font-size: 28px;
    text-align: center;
}
div.my-5{
    margin: 20px 0px !important;
}
.box-con {
    width:100%;
}
.box-con.box-right {
    padding: 20px;
}
.get-free h3 {
    font-size: 18px;
}
.nova-box {
        padding: 15px;
        padding-left: 15px;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 60px;
        padding-top: 40px;
    }

.nova-box span.no-text {
    top: -30px;
    transform: translate(-50%, 0%);
    left: 50%;
}
.box-con.box-right p {
    font-size: 16px;
}
.nova-box p {
    font-size: 18px;
}
.comparechart {
    max-width: 100%;
    margin: 20px auto 10px;
    display: table;
}
h2.mt-5{
    margin-top: 30px !important;
}
.nova-btn {
    padding: 15px 15px;
    font-size: 20px;
}
.faq-in {
    width: 100%;
}
.review-jpg {
    max-width: 250px;
}
.tsml-head {
    flex-wrap: wrap;
}
.pro-top {
    padding: 20px;
    padding-bottom: 0px;
}
.pwr-text {
    width: 100%;
}
.pwr-img {
    width: 100%;
    margin-top: 20px;
}
.pro-btm{
    padding: 20px;
}
.pbi {
    width: calc(50% - 15px);
    text-align: center;
}
.pbi p br{
    display: none;
}
.fixed-btn .nova-btn {
    font-size: 20px;
}
.tmnl-con{
  width: 100%;
}

}

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


}

@media screen and (min-width:481px) and (max-width: 575px) {

 }
 

@media screen and (min-width:320px) and (max-width: 480px) {
  


 }

