@media screen and (min-width: 1400px) {
    .menu-text {
        font-size: 19px;
    }

}
@media screen and (min-width: 1000px) {
    footer{
        /* background: #192587; */
padding-top:80px ;
        background-size:100% 100%;
    
    }
    .franchise-sec {

        background-size: 100% 100%;
    }
    .franch-benefit{
        background-size: 100% 100%;
        
    }
}

@media screen and (min-width: 600px) {
.schl-pencil{
    max-width: 230px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}
.planet-right{
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
}
.star-left{
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
}
.plane-sec-3{
    position: absolute;
    left: -60px;
    width: 200px;
    top: 300px;
}
.benifite-inner-content {
    max-width: 200px;
    margin: auto;
  }
  .main-img{
    width: 200px;
    padding: 1px;
  }
}