/* micro small screens responsive code */
@media only screen and (min-width: 320px) and (max-width: 479px){
    .majorfy{
        padding: 10px 20px;
    }
    .img-box{
        display: none;
    }
    .left-image{
        margin-top: 0px;
        height: 50px;
        display: flex;
        justify-content: center;
    }
    .register-btn{
        margin-top: 15px;
        margin-left: 0px;
    }
    .img-parent{
        display: flex;
        justify-content: center;
    }
    .menu-closure{
        justify-content: center;
        padding-left: 0px;
        display: block;
    }
    
    .main-footer-topic{
        margin-left: 20px;
        margin-top: 20px;
    }
    .footer-txt{
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .middle-txt{
        margin-left: 0px;
    }
}

@media only screen and (min-width: 479px) and (max-width: 768px){
    .majorfy{
        padding: 10px 50px;
    }
    .img-box{
        display: none;
    }
    .left-image{
        margin-top: 0px;
        height: 50px;
        display: flex;
        justify-content: center;
    }
    .register-btn{
        margin-top: 0px;
        margin-left: 0px;
    }
    .img-parent{
        padding-left: 0px;
    }
    .menu-closure{
        padding-left: 0px;
    }
    .main-footer-topic{
        margin-left: 20px;
        margin-top: 20px;
    }
    .footer-txt{
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .middle-txt{
        margin-left: 0px;
    }
}
/* laptop responsive screen responsive code*/
@media only screen and (min-width: 768px) and (max-width: 991px){
    .left-image{
        margin-top: 0px;
        margin-left: 0px;
    }
    .img-parent{
        padding-left: 0px;
        margin-top: -20px;
    }
    .register-btn{
        margin-top: 10px;
        margin-left: 0px;
    }
    .navbar-parent{
        padding: 10px 10px;
    }
    .menu-closure{
        padding-left: 0px;
    }
    .social-group{
        display: none;
    }
    .middle-txt{
        margin-left: 0px;
    }
}
/* large laptop screen responsive code */
@media only screen and (min-width: 991px) and (max-width: 1200px){
    .package-name{
        min-height: 90px;
    }
    .packages{
        height: 550px;
        padding: 15px;
    }
    .package-price{
        font-size: 25px;
    }
}