.Enroll {
    margin-bottom: 5%;
    padding: 5% 0px;
    background: linear-gradient(to right, #d8fdfa 0%, #dff3f463 33%, #7dcfd51c 100%);
    border-radius: 40px;
}

.Enroll .heading-holder {
    text-align: right;
    margin-right: 10%;
}

.Enroll .heading-holder .img-holder {
    text-align: center;
}

.Enroll .heading-holder .img-holder .enroll_img {
    width: 45%;
    margin: 0px auto;
    margin-right: 15%;
}


.Enroll .heading-holder .heading h1 {
    font-size: 32px;
    font-weight: 600;
    border-bottom: none;
    color: #000000;
    text-align: right;
    margin-bottom: 15%;
    padding: 0;
    margin-right: 0px;
}

.Enroll .right-heading p {
    text-align: right;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}

.Enroll .right-heading {
    display: flex;
}

.Enroll .right-heading .vr {
    background: #D73C47;
    opacity: 1;
    height: 515px;
}






/* form css start */

 .enroll-form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 5% 10%;
    border-radius: 0px;
}
.enroll-form .lable-div {
    margin: 9% 0px;
}

.enroll-form .form-control {
    background: #E6E6E6 ;
    border-radius: 0px !important;
    border: none !important;
}

.enroll-form .form-check-label {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}

.enroll-form .full-width {
    width: 100%;
}

.enroll-form .form-select {
    background-color: #E6E6E6 !important;
    border-radius: 0px !important;
    border: none !important;
    color: grey;
}

.enroll-form  .form-check-input:checked {
    background-color: #212529;
    border-color: #212529;
}

.enroll-form .iti{
    width: 100%;
}

/* contact-modal css start */


.contact-modal .modal-body{
    padding: 0px;
}


.contact-modal .enroll-form .tel_phone{
position: relative;
}

.contact-modal .enroll-form  .verify {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
    color: #1B7509;
}
/* contact-modal css end */




/* verify_otp-modal  css start */

.verify_otp-modal .modal-content{
    background: none;
    border: none;
    position: unset;
    width: 60%;
}

.verify_otp-modal .modal-content .red-btn {
    width: 100%;
}


.verify_otp-modal .modal-content .modal-header {
    display: block;
    background: #ffffff;
    border-bottom: none;
}

.verify_otp-modal .modal-content .modal-header .modal-title{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.verify_otp-modal .modal-footer {
    text-align: center;
    display: block;
    background: #ffffff;
    border: none;
}
.verify_otp-modal .modal-content .sub-heading{
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #7A7A7A;
    background: #ffffff;
}

.verify_otp-modal .modal-content .modal-body {
    background: #ffffff;
}

.verify_otp-modal .modal-content .close-btn {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.verify_otp-modal .modal-content .close-btn .btn-close {
    background: #ffffff;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    border-radius: 50px;
}

.verify_otp-modal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
}


.verify_otp-modal .modal-content .modal-body .otp-box {
    background: #F6F6F6 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    width: 57px;
    height: 55px;
}

/* .verify_otp-modal  css end */




/* otp_PopUp-modal css start */

.otp_PopUp-modal .modal-dialog .modal-content .modal-header{
    border: none;
}

.otp_PopUp-modal .modal-dialog .modal-content .modal-header .modal-title{
font-size: 22px;
font-weight: 500;
color: #7A7A7A;
}

.otp_PopUp-modal .modal-dialog .modal-content   .modal-body .otp{
font-size: 32px;
font-weight: 600;
color: #000000;
}

.otp_PopUp-modal .modal-dialog .modal-content  .text-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.otp_PopUp-modal .modal-dialog .modal-content  .text-holder  .copy-icon-holder .copy {
    color: grey;
    font-size: 60px;
    margin-right: 20px;
}


/* otp_PopUp-modal css end */





@media (min-width: 0px) and (max-width: 320px) {
    .verify_otp-modal .modal-content{
        width: 100%;
    }
    .Enroll .right-heading{
        display: block;
        margin-bottom: 10%;
    }
    .Enroll .right-heading .vr {
        display: none;
    }

    .Enroll .heading-holder {
        text-align: center;
        margin-right: 0;
    }

    .Enroll .heading-holder .heading h1 {
        font-size: 20px;
        margin: 0px auto 5% auto;
    }


    .Enroll .right-heading p {
        text-align: center;
    }

    .Enroll .heading-holder .img-holder .enroll_img {
        width: 15%;
        margin: 0px auto;
    }

    .verify_otp-modal .modal-content .close-btn {
        top: 21%;
    }
   
  }
  
  @media (min-width: 321px) and (max-width: 485px) {
    .verify_otp-modal .modal-content{
        width: 100%;
    }
    .Enroll .right-heading{
        display: block;
        margin-bottom: 10%;
    }
    .Enroll .right-heading .vr {
        display: none;
    }

    .Enroll .heading-holder {
        text-align: center;
        margin-right: 0;
    }

    .Enroll .heading-holder .heading h1 {
        font-size: 20px;
        margin: 0px auto 5% auto;
    }

    .Enroll .right-heading p {
        text-align: center;
    }

    .Enroll .heading-holder .img-holder .enroll_img {
        width: 15%;
        margin: 0px auto;
    }

    .verify_otp-modal .modal-content .close-btn {
        top: 21%;
    }


    }
  
    @media (min-width: 486px) and (max-width: 575px) {
        .Enroll .right-heading{
            display: block;
            margin-bottom: 10%;
        }
        .Enroll .right-heading .vr {
            display: none;
        }
    
        .Enroll .heading-holder {
            text-align: center;
            margin-right: 0;
        }
    
        .Enroll .heading-holder .heading h1 {
            font-size: 20px;
            margin: 0px auto 5% auto;
        }
    
        .Enroll .right-heading p {
            text-align: center;
        }

        .Enroll .heading-holder .img-holder .enroll_img {
            width: 15%;
            margin: 0px auto;
        }

        .verify_otp-modal .modal-content .close-btn {
            top: 21%;
        }
    
    
    }
  
    @media (min-width: 576px) and (max-width: 767px) {
        .Enroll .right-heading{
            display: block;
            margin-bottom: 10%;
        }
        .Enroll .right-heading .vr {
            display: none;
        }
    
        .Enroll .heading-holder {
            text-align: center;
            margin-right: 0;
        }
    
        .Enroll .heading-holder .heading h1 {
            font-size: 25px;
            margin: 0px auto 5% auto;
        }

        .Enroll .right-heading p {
            text-align: center;
        }

        .Enroll .heading-holder .img-holder .enroll_img {
            width: 15%;
            margin: 0px auto;
        }

        .verify_otp-modal .modal-content .close-btn {
            top: 21%;
        }
    
    
    }
  
    @media (min-width: 768px) and (max-width: 991px) {
        .Enroll .right-heading{
            display: block;
            margin-bottom: 10%;
        }
        .Enroll .right-heading .vr {
            display: none;
        }
    
        .Enroll .heading-holder {
            text-align: center;
            margin-right: 0;
        }
    
        .Enroll .heading-holder .heading h1 {
            font-size: 32px;
            margin: 0px auto 5% auto;
        }
        .Enroll .right-heading p {
            text-align: center;
        }

        .Enroll .heading-holder .img-holder .enroll_img {
            width: 15%;
            margin: 0px auto;
        }

        .verify_otp-modal .modal-content .close-btn {
            top: 21%;
        }
    
    
    }

    @media (min-width: 992px) and (max-width: 1023px) {

        .verify_otp-modal .modal-content .close-btn {
            top: 21%;
        }

        .Enroll .heading-holder .heading h1 {
            font-size: 20px;
        }

        .Enroll .right-heading p {
            font-size: 15px;
        }

        .Boards_Exams .card {
            height: 320px;
        }
    }

    @media (min-width: 1024px) and (max-width: 1199px) {

        .Enroll .heading-holder .heading h1 {
            font-size: 25px;
        }

        .Enroll .right-heading p {
            font-size: 18px;
        }

        .verify_otp-modal .modal-content .close-btn {
            top: 21%;
        }

    }


    @media (min-width: 1200px) and (max-width: 1399px) {

        .Enroll .heading-holder .heading h1 {
            font-size: 25px;
        }

        .Enroll .right-heading p {
            font-size: 18px;
        }

        .verify_otp-modal .modal-content .close-btn {
            top: 21%;
        }

        .Boards_Exams .card {
            height: 350px;
        }


    }

/* form css end */

 