#header {
    height: 60px;
    background: linear-gradient(135deg, rgb(123,3,13),rgb(27,22,98));
    user-select: none;
}

#main section .dsc-content .content
{
    height: 350px;
    overflow: hidden;
    transition: 1s;
    user-select: none;
}

#main section .dsc-content .ftax.active 
{
    height: auto;
}
#main section .dsc-content .fgst.active 
{
    height: auto;
}
#main section .dsc-content .ftds.active 
{
    height: auto;
}
#main section .dsc-content .facc.active 
{
    height: auto;
}
#main section .dsc-content .faud.active 
{
    height: auto;
}

#main section .dsc-content
{
    background: none;
}

#main .reg
{
    background: #f6f6f6;
}

#main .reg .sub-services {
    padding: 4px 15px;
}
#main .reg .sub-services .for-border{
    background: linear-gradient(135deg , rgb(123,3,13), rgb(27,22,98));
    padding: 3px;
    border-radius: 15px;
    transition: 1s;
}
#main .reg .sub-services .for-border .inner-msg{
    background: #f6f6f6;
    padding: 20px;
    border-radius: 12px;
    transition: 1s;
}
#main .reg .sub-services .for-border .inner-msg .sub-title {
    font-family: Cambria;
    font-size: 22px;
    color: rgb(123,3,13);
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    transition: 1s;
}

#main .reg .sub-services .for-border .inner-msg .sub_det {
    text-align: justify;
}

#main .reg .sub-services .for-border:hover{
    transform: translateY(-8px);
}
#main .reg .sub-services .for-border:hover .inner-msg{
    background: none;
    color: white;
}
#main .reg .sub-services .for-border:hover .inner-msg .sub-title {
    color: #fff;
}
#main .reg .sub-services .for-border:hover .inner-msg .det_icon i
{
    color: yellowgreen;
}

/*Payment Page Start*/
.ser_pay .pay-row
{
    margin: 15px;
}

.ser_pay .pay-row .proc
{
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.ser_pay .pay-row .proc .line
{
    position: absolute;
    width: 100%;
    height: 3px;
    background: silver;  
}
.ser_pay .pay-row .proc .line::before
{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: linear-gradient(135deg, rgb(123,3,13), rgb(27,22,98));
    transition: 2s;
}
.ser_pay .pay-row .proc .line.active1::before
{
    width: 48%;
}
.ser_pay .pay-row .proc .line.active2::before
{
    width: 98%;
}
.ser_pay .pay-row .proc .step
{
    background: #fff;
    z-index: 100;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px silver;
    transition: 2s;
    color: rgb(80,80,80);
}

#st1
{
    background: linear-gradient(135deg, rgb(123,3,13), rgb(27,22,98));
    color: #fff;
}
#st2
{
    background: #fff;
    color: rgb(80,80,80);
}
#st2.active
{
    background: linear-gradient(135deg, rgb(123,3,13), rgb(27,22,98));
    color: #fff;
}
#st3
{
    background: #fff;
    color: rgb(80,80,80);
}
#st3.active
{
    background: linear-gradient(135deg, rgb(123,3,13), rgb(27,22,98));
    color: #fff;
}

.info-div
{
    padding: 0 20px;
}
.info-div .top-div
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.info-div .top-div h2
{
    margin: 15px 0;
    font-size: 28px;
    font-weight: 600;
    color: rgb(27,22,98);
}
.info-div .top-div h2 font
{
    color: rgb(123,3,13);
}


.info-div .rules {
    padding-left:10px; 
    padding-right: 40px;
}

.info-div .rules .rule {
    display: flex;
    padding: 8px;
    margin: 15px 0;
    border-radius: 30px 10px 10px 30px;
    box-shadow: 0 0 5px silver;
}
.info-div .rules .rule .num {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(123,3,13), rgb(27,22,98));
    color: white;
}

.info-div .rules .rule .dis{
    font-size: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
    font-size: 15px;
    color: gray;
    font-weight: bold;
}
.info-div .rules .note {
    font-size: 14px;
    line-height: 25px;
    padding: 0 5px;
    color: #808080;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.info-div .rules .tr {
    padding: 8px;
    margin: 0;
    margin-bottom: 20px;
}



#outer-form {
    padding: 10px;
}
#reg-form{
    background: #fff;
    padding: 40px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px silver;
    margin: 0;
}

#reg-form h5 {
    color: rgb(123,3,13);
    font-weight: 600;
    padding-bottom: 20px;
    letter-spacing: 1px;
    font-size: 22px;
    text-align: center;
}

#reg-form .validate {
    color: rgb(123,3,13);
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#reg-form input , #reg-form select {
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #c0c0c0;
}

#reg-form input:hover, #reg-form input:focus, #reg-form select:hover, #reg-form select:focus{
    box-shadow: 0 0 5px rgb(123,3,13);
}

#reg-form .text-center {
    display: flex;
    justify-content: center;
}
button[type="submit"] {
    position: relative;
    display: flex;
    border: none;
    outline: none;
    padding: 2px;
    border-radius: 20px;
    transition: 1s;
    margin-top: 35px;
    letter-spacing: 1px;
    overflow: hidden;
    box-shadow: 3px 3px 8px silver;
}
button[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(135deg,rgb(123,3,13),rgb(27,22,98));
    transition: 1s;
}
button[type="submit"] span {
    background: white;
    padding: 10px 30px;
    border-radius: 18px;
    color: rgb(123,3,13);
    font-weight: 600;
    transition: 1s;
}
button[type="submit"]:hover::before{
    width: 100%;
}
button[type="submit"]:hover span{
    background: none;
    color: white;
    font-weight: 500;
    z-index: 1;
}
button[type="submit"] span #cramt{
    font-size: 15px;
    color: rgb(27,22,98);
    text-decoration: line-through;
    text-decoration-color: rgb(27,22,98);
    text-decoration-thickness : 1px; 
    transition: 1s;
}
button[type="submit"]:hover span #cramt{
    color: white;
    text-decoration-color: #fff;
}


#inp_ser , #inp_cost
{
    display: none;
}

.fhad
{
    margin-top: 20px;
}
#reg-form .haddings , #reg-form .money
{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: rgb(27,22,98);
    margin-bottom: 8px;
}
#reg-form .haddings font
{
    color: rgb(123,3,13);
}
#reg-form .money
{
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 22px;
    color: rgb(123,3,13);
    border-radius: 10px;
    box-shadow: 0 0 5px #c0c0c0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#reg-form .money #cross
{
    color: rgb(27,22,98);
    padding-left: 10px;
    font-size: 18px;
    text-decoration: line-through;
    text-decoration-color : rgb(27,22,98);
    text-decoration-thickness : 2px;  
}
#reg-form .form-group .qrimg
{
    box-shadow: 0 0 10px #c0c0c0;
    border-radius: 20px;
    margin: 20px 0;
    cursor: zoom-in;
}
#reg-form .form-group .qrimg.active
{
    transform: scale(1.14);
    cursor: zoom-out;
}
.warn
{
    text-align: Center;
    line-height: 28px;
    font-size: 14px;
    color: #808080;
}

.file-but
{
    padding: 20px;
}
.file
{
    position: relative;
    width: 100%;
    height: 50px;
    cursor: pointer;
}

.file::before
{
    content: '\ec47  Browse File';
    font-family: IcoFont;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, rgb(123,3,13), rgb(27,22,98));
    box-shadow: 0 0 5px #808080;
}
#outer-form .step2
{
    display: none;
}
#outer-form .step3
{
    display: none;
}

/*new Section*/
#app
{
    padding: 40px 0;
}
#app .tasb
{
    width: 100%;
    margin: 20px 0;
}
#app .tasb .tas
{
    width: 100%;
    margin: 0;
    padding: 0 15px;
}
#app .tasb .tas input
{
    background: white;
    width: 100%;
    height: 100%;
    padding: 12px 15px;
    border: none;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 0 5px #808080;
    font-weight: 500;
    color: #808080;
    letter-spacing: 1px;
}
#app .tasb .tab
{
    width: 100%;
    margin: 0;
    padding: 0;
}
#app .tasb .asbut
{
    margin: 0;
    margin-left: 20px;
}
#app thead
{
    color: rgb(123,3,13);
}

@media (max-width: 991px) {
    .ser_pay .pay-row .proc .step
    {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }
    #reg-form{
        padding: 40px 30px;
    }
    #reg-form h5 {
        font-size: 20px;
    }
    button[type="submit"] span {
        padding: 8px 30px;
    }
    .file::before
    {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    #reg-form .form-group .qrimg.active
    {
        transform: scale(1.3);
        cursor: zoom-out;
    }
    #app .tasb .tab
    {
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    .ser_pay .pay-row
    {
        padding: 0 20px;
    }
    .ser_pay .pay-row .proc .step
    {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 414px) {
    .ser_pay .pay-row .proc .step
    {
        width: 60px;
        height: 60px;
    }
    .info-div .top-div h2
    {
        font-size: 22px;
    }
    .info-div .rules {
        padding-right: 10px;
    }

    .info-div .rules .rule {
        padding: 5px;
    }
    .info-div .rules .rule .num {
        width: 30px;
        height: 30px;
    }
    .info-div .rules .rule .dis{
        font-size: 14px;
    }
    .info-div .rules .note {
        padding: 0;
        margin-top: 50px;
        margin-bottom: 0px;
    }
    #outer-form {
        padding: 8px;
    }
    #reg-form{
        padding: 40px 30px;
    }

    #reg-form h5 {
        font-size: 20px;
    }
    .file::before
    {
        font-size: 18px;
    }
}


/* Success Page ..*/
#success{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#success font{
    color: rgb(123,3,13);
}
#success h3, #success h4 {
    color: rgb(27,22,98);
    margin: 20px 0;
}
#success h1 {
    color: rgb(123,3,13);
    margin: 20px 0;
}
#success p {
    margin: 20px 0;
    font-size: 15px;
    color: rgb(100,100,100);
}
#success a{
    text-decoration: none;
}
#success .buts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    font-size: 15px;
    color: rgb(100,100,100);
}
#success .buts button{
    margin: 0;
}

