@media only screen and (max-width:800px) {
    #File .icon {
        text-align: center !important;
        margin: 10px 0 !important;
    }
    #File .SocialBox {
        display: flex;
        justify-content: center !important;
    }
    #File {
        background-image: url(./img/backgorund1.svg);
        width: 100%;
        background-repeat: no-repeat;
        height: 65vh !important;
        background-position: bottom;
        background-size: cover;
    }
    #File .formBox {
        width: 100% !important;
        margin: 1rem auto !important;
        padding: 0px 0 !important;
        border-radius: 30px;
        box-shadow: none !important;
        height: auto;
        background-repeat: no-repeat;
        background-image: none !important;
        background-position: top;
        background-size: contain;
    }
    #File .formCard {
        background-color: #fff;
        width: 100% !important;
        height: auto;
        margin: auto;
        padding: 5px;
        box-shadow: 0px 4px 15px 0px #0000001a;
        border-radius: 20px;
    }
    #File .icon .logoM {
        display: block !important;
        width: 80%;
    }
    #File .icon .logoD {
        display: none !important;
    }
    #File .icon {
        display: flex;
        justify-content: center;
    }
    .mRev {
        display: flex;
        flex-direction: column-reverse;
    }
    #File .icon a {
        margin: 0 10px;
        color: #fff !important;
        font-size: 14px !important;
        text-decoration: none;
    }
    #File .icon select {
        background-color: transparent !important;
        color: #fff !important;
    }
    #File .iconN a {
        margin-right: 90px !important;
    }
    .leftDivTotal span {
        margin-right: 10px;
        color: #FF0000;
        font-weight: 500;
        font-size: 14px;
    }
    .icon a {
        margin: 0 10px;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        display: flex;
        align-items: center;
    }
    .cardBox {
        margin-bottom: 5rem !important;
        position: relative;
    }
    .second {
        margin-bottom: 5rem !important;
        position: relative;
        margin-top: 2rem;
    }
    label {
        width: 100%;
        color: #313131;
        font-weight: 500;
        margin: 5px 0 !important;
    }
}

@media screen and (max-width: 540px){
    .div3 s {
            padding: 2px 7px;
            margin-right: 0px;
            background-color: #f00;
            position: absolute;
            top: -12px;
            right: -12px;
            font-size: 0.9rem;
        }
    
        .plans .plan .plan-content {
            align-items: center;
        }
}