/* For Mobile devices */


@media only screen and (max-width:992px) {
    .interBox {
        display: block;
        margin: 20px auto 0px;
        width: 100%;
        min-height: auto;
    }
    .otpsucess {
        left: 90% !important;
    }

    .otpsucesswaba {
        left: 90% !important;
    }

    #g_floginform .modal-dialog {
        margin: 10px auto;
    }
}

@media only screen and (max-width:667px) {
    .payment_modeactive {
        width: 100%;
    }
    #Plans > div[class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    body {
        overflow-x: hidden;
    }

    #subscription_paln {
        padding: 30px 10px;
    }

    h1.heading {
        font-size: 20px;
    }

    p.tag {
        font-size: 16px;
    }

    .box {
        height: auto;
        margin-bottom: 20px;
        padding: 10px 15px 30px;
    }

    .colr3 {
        height: auto !important;
    }

    p.disclaimer {
        margin-top: 0px;
    }

    p.tag::before {
        top: 35px;
    }

    h1.heading::before {
        top: 35px;
    }

    .box h2 {
        font-size: 22px;
    }

    span.price {
        font-size: 18px;
    }

    p.offer {
        font-size: 20px;
    }




    #benifits, #about_deccan {
        padding: 30px 10px;
        overflow-x: hidden;
    }

    #faq {
        overflow-x: hidden;
    }


    .newwidth {
        width: 100%;
    }

    .interBox {
        display: block;
        margin: 20px auto 0px;
        width: 100%;
        min-height: auto;
    }


    .sub-panel .panel-heading {
        margin: 0px 20px 0px;
    }

    .sub-panel {
        padding: 0px;
    }

        .sub-panel .panel-body {
            padding: 15px 20px 0px !important;
        }

    p.singleindent {
        padding-left: 0px;
    }

    p.indent {
        text-indent: -35px;
        padding-left: 35px;
    }

    p.textindent {
        text-indent: 0px;
        padding-left: 0px;
    }

    .sub-panel h4 {
        font-size: 18px;
    }

    .panel-title {
        font-size: 20px;
    }

    .panel-body p {
        font-size: 16px;
    }

    .panel {
        margin-bottom: 20px !important;
    }

    .mt-15 {
        margin-top: 0px !important;
    }

    #form1, #form2, #form2 {
        display: block;
        margin-top: 15px;
    }


    #formcmn {
        display: none;
    }


    .position-relative {
        margin-bottom: 10px !important;
        margin-top: 0px;
    }

    p.otp {
        position:relative;
        top: -5px;
    }

    .otp-num {
        margin-top: 0px;
    }

    a.submit {
        width: 100%;
    }

    .error {
        text-align: left;
        width: 70%;
    }
    .row_promo {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {

    #g_floginform .modal-dialog {
        max-height: 480px;
        overflow-y: scroll;
        width: 95% !important;
    }
}
    /* iPad */
    @media only screen and (min-width:768px) and (max-width:1024px) {

        .box {
            padding: 10px 10px 30px;
            text-align: center;
        }

        .m-1 {
            margin-bottom: 30px;
        }

        img.lab {
            position: absolute;
            top: -3px;
            left: -4px;
            width: 60px;
        }


        img.lab1 {
            position: absolute;
            top: -7px;
            left: -6px;
            width: 60px;
        }

        .newwidth {
            width: 100%;
        }

            .newwidth .interBox {
                display: block;
                margin: 20px auto 0px;
            }

        p.feature {
            text-align: left;
        }


        .sub-panel .panel-heading {
            margin: 0px 20px 0px;
        }

        .sub-panel {
            padding: 0px;
        }

            .sub-panel .panel-body {
                padding: 15px 20px 0px !important;
            }

        p.singleindent {
            padding-left: 0px;
        }

        p.indent {
            text-indent: -35px;
            padding-left: 35px;
        }

        p.textindent {
            text-indent: 0px;
            padding-left: 0px;
        }

        .mt-15 {
            margin-top: 0px;
        }


        .position-relative {
            margin-bottom: 0px !important;
            margin-top: 15px;
        }

        p.otp {
        }

        .position-relative > #email {
            margin-bottom: 0px !important;
        }
    }

    /* iPad  Landscape*/
    @media only screen and (min-width:768px) and (max-width:1024px) and (orientation : landscape) {

        img.lab {
            position: absolute;
            top: -7px;
            left: -7px;
        }

        img.lab1 {
            position: absolute;
            top: -10px;
            left: -9px;
            width: 75px !important;
            height: 75px !important;
        }

        .newwidth {
            width: 100%;
        }

        .subscribeform {
            margin-top: 0px !important;
        }

        .row_promo {
            margin-top: 15px;
            margin-bottom: 15px;
        }
    }

/* iPad  portrait*/
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation : portrait) {
    .row_promo {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

    /* iPad Pro */
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation : portrait) {

        .newwidth {
            width: 100%;
        }

        .subscribeform {
            margin-top: 0px !important;
        }
    }
