.monthly-exam-header{
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    height: 300px;
    background-image: url("https://cdn1.byjus.com/wp-content/uploads/2022/05/Vector_4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom ;
}

.logo{
    width: 250px;
    height: 150px;
    margin-bottom: 20px;
}

.logo-text{
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.logo-text p{
    font-weight: normal !important;
}

.monthly-exam-title{
  font-family: Poppins;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #56aedb;
}

.horizontal-line {
    width: 688px;
    height: 1px;
    margin: 0px auto 8px;
    background-color: #e68c4b;
}

.monthly-exam-info{
    display: flex;
    justify-content: center;
    font-size: 24px;
}

.monthly-exam-date{
    margin-right: 56px;
}

.monthly-exam-date img{
    margin:-8px 8px 0px 0px;
}

.monthly-exam-time img{
    margin:-6px 8px 0px 0px;
}

.monthly-exam-form{
    font-family: Poppins;
    margin: 56px 166px 35px;
    border-radius: 8px;
    border: solid 1px #e3f1ff;
    background-color: #f8fcfe;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 78px;
    
}

.monthly-exam-container select{
    width: 100%;
    height: 80px;
    flex-grow: 0;
    font-size: 24px;
    border-radius: 8px;
    border: solid 1px #b9b9b9;
    background-image: linear-gradient(104deg, rgba(255, 255, 255, 0) 0%, rgba(234, 143, 53, 0) 122%);
}

.monthly-exam-container button {
    width: 100%;
    height: 80px;
    /* padding: 20px 32.5px 20px 31px; */
    border-radius: 8px;
    background-image: linear-gradient(to right, #e78c4b -1%, #f3c154 100%);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    outline: none;
    border: none;
    margin-top: 37px;
}

.error-text{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #EA3535;
}

.monthly-exam-container label{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    float: left;
    color: #000;
}

.monthly-exam-syllabus{
    font-family: Poppins;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #56aedb;
}

.horizontal-line-syllabus{
    width: 294px;
    height: 2px;
    margin: 12px auto 0px auto;
    background-color: #e68c4b;
}

.monthly-exam-table{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 3px;
    margin: 40px 131px 39px;
}

.syllabus-toptics{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 67px;
    background-color: rgba(255, 239, 206, 0.8);
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #000
}

.syllabus-details{
    display: flex;
    justify-content: left;
    min-height: 67px;
    padding: 23px 0px;
    background-color: rgba(255, 239, 206, 0.1);
    font-family: Poppins;
    font-size: 22px;
    text-align: left;
    color: #000;
}

.syllabus-details li{
    list-style: none;
    margin-left: 36px;
    position: relative;
}

.syllabus-details li:not(:last-child){
    margin-bottom: 20px;
}

.syllabus-items{
    /* word-break: break-all; */
    /* padding: 0px 30px; */
    /* border: 1px solid black; */
}

.syllabus-details li::before{
    content: '▶';
    opacity: 0.1;
    color: #F3C166;
    margin-right: 30px;
    width: 12px;
    height: 12px;
    color: inherit;
    position: absolute;
    left: -30px;
}

.monthly-exam-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 36px 0px 36px;
    font-size: 14px;
    color: #382F88;
    background-color: #F6F6F6;

}

.monthly-exam-footer img{
    width: 52px;
    height: 19px; 
}

.monthly-exam-no-records{
    text-align:center;
    color:red;
    text-transform: uppercase;
    font-size:24px !important;
}

header.header {
    margin-bottom: 0px !important;
}

.prepareNow_btn{
    border-radius: 8px;
    background-image: linear-gradient(to right, #e78c4b -1%, #f3c154 100%);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    outline: none;
    border: none;
    padding: 20px 30px;
    margin-bottom:30px;
  }

@media (min-width:1025px) and (max-width:1300px){
    .monthly-exam-header{
        width: 100%;
        height: 300px;
        margin: 0px;
    }

    .logo{
        width: 250px;
        height: 150px;
    }

    .logo-text{
        font-family: Poppins;
        font-size: 34px;
        font-weight: 600;
        color: #fff;
    }

    .monthly-exam-table{
        margin: 40px 30px 39px;
    }

    .monthly-exam-form{
        margin: 56px 30px 35px;
    }


}

@media (min-width:768px) and (max-width:1024px){
    .monthly-exam-header{
        width: 100%;
        height: 220px;
    }

    .logo{
        width: 210.7px;
        height: 110px;
    }

    .logo-text{
        font-size: 24px;
    }

    .monthly-exam-title{
        font-size: 28px;
    }

    .horizontal-line{
        width: 500px;
    }

    .monthly-exam-info{
        font-size: 18px;
    }

    .monthly-exam-container label{
        font-size: 18px;
    }

    .error-text{
        font-size: 14px;
    }

    .monthly-exam-form select{
        width: 100%;
        height: 50px;
        font-size: 16px;
        border-radius: 2px;
    }

    .monthly-exam-form button{
        width: 100%;
        height: 50px;
        font-size: 16px;
        border-radius: 2px;
        margin-top: 30px;
    }

    .monthly-exam-syllabus{
        font-size: 28px;
    }

    .horizontal-line-syllabus{
        width: 294px;
    }

    .monthly-exam-table{
        margin: 40px 20px 39px;
    }

    .monthly-exam-form{
        margin: 56px 20px 35px;
        padding: 35px 48px;
    }

    .prepareNow_btn{
        border-radius: 2px;
        background-image: linear-gradient(to right, #e78c4b -1%, #f3c154 100%);
        font-family: Poppins;
        font-size: 16px;
        font-weight: 600;
        color: #fff !important;
        outline: none;
        border: none;
        padding: 15px;
        margin-bottom:30px;
      }
}

@media (min-width: 481px) and (max-width: 767.68px){
    .monthly-exam-header{
        height: 215px;
        background-image: url("https://cdn1.byjus.com/wp-content/uploads/2022/05/Vector_4.png");
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .logo{
        width: 150px;
        height: 80px;
    }
    
    .logo-text{
        margin-bottom: 40px;
        font-size: 14px;
        text-align: center;
    }

    .monthly-exam-title{
        font-size: 18px;
    }

    .horizontal-line {
          width: 210px;
          height: 1px;
    }

    .monthly-exam-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }

    .monthly-exam-date{
        margin-right: 0;
        margin-bottom: 12px;
    }

    .monthly-exam-date img{
        width: 12px;
        height: 14px;
        margin: -1px 12px 0px 0px;
    }

    .monthly-exam-time img{
        width: 12px;
        height: 14px;
        margin: -1px 12px 0px 0px;
    }

    .monthly-exam-form{
        font-family: Poppins;
        margin: 21px 10px 35px;  
        padding: 17px 16px;
    }

    .monthly-exam-syllabus{
        font-size: 14px;
    }

    .horizontal-line-syllabus{
        width:106.4px;
    }

    /* .monthly-exam-table{
        display: grid;
        grid-template-columns: 120px auto;
    } */

    .syllabus-toptics{
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 28px;
        background-color: rgba(255, 239, 206, 0.8);
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #000
    }

    .syllabus-details{
        width: 100%;
        min-height: 28px;
        padding: 14px 0px;
        background-color: rgba(255, 239, 206, 0.1);
        font-family: Poppins;
        font-size: 12px;
        color: #000;
    } 

    .syllabus-details ul{
        padding:0;
    }

    .syllabus-details li{
        list-style: none;
        margin-left: 9px;
    }

    .syllabus-details li:not(:last-child){
        margin-bottom: 3px;
    }

    .syllabus-details li::before{
        content: '▶';
        opacity: 0.1;
        color: #F3C166;
        margin-right: 8px;
        width: 12px;
        height: 12px;
        color: inherit;
    }

    .monthly-exam-table{
        margin: 15px 10px 9px;
    }

    .monthly-exam-footer{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: Poppins;
        font-size: 8px;
        color: #382F88;
        padding: 10px;
        background-color: #F6F6F6;
    }

    .monthly-exam-footer img{
        width: 36px;
        height: 13px; 
    }

    .monthly-exam-form select{
        width: 100%;
        height: 34px;
        font-size: 12px;
        border-radius: 2px;
    }

    .error-text{
        font-size: 8px;
    }

    .monthly-exam-container label{
        font-size: 14px;
    }

    .monthly-exam-form button{
        width: 200px;
        height: 34px;
        border-radius: 4px;
        font-size: 14px;
        margin-top: 30px;
    }

    .prepareNow_btn{
        border-radius: 4px;
        background-image: linear-gradient(to right, #e78c4b -1%, #f3c154 100%);
        font-family: Poppins;
        font-size: 14px;
        font-weight: 600;
        color: #fff !important;
        outline: none;
        border: none;
        padding: 10px !important;
        margin:15px 0;
    }
}

@media (max-width:480px) {
    .monthly-exam-header{
        height: 215px;
        background-image: url("https://cdn1.byjus.com/wp-content/uploads/2022/05/Vector_6.png");
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .logo{
        width: 150px;
        height: 80px;
    }
    
    .logo-text{
        margin-bottom: 40px;
        font-size: 14px;
        text-align: center;
    }

    .monthly-exam-title{
        font-size: 18px;
    }

    .horizontal-line {
          width: 210px;
          height: 1px;
    }

    .monthly-exam-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }

    .monthly-exam-date{
        margin-right: 0;
        margin-bottom: 12px;
    }

    .monthly-exam-date img{
        width: 12px;
        height: 14px;
        margin: -1px 12px 0px 0px;
    }

    .monthly-exam-time img{
        width: 12px;
        height: 14px;
        margin: -1px 12px 0px 0px;
    }

    .monthly-exam-form{
        font-family: Poppins;
        margin: 21px 10px 35px;  
        padding: 17px 16px;
    }

    .monthly-exam-syllabus{
        font-size: 14px;
    }

    .horizontal-line-syllabus{
        width:106.4px;
    }

    /* .monthly-exam-table{
        display: grid;
        grid-template-columns: 120px auto;
    } */

    .syllabus-toptics{
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 28px;
        background-color: rgba(255, 239, 206, 0.8);
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #000
    }

    .syllabus-details{
        width: 100%;
        min-height: 28px;
        padding: 14px 0px;
        background-color: rgba(255, 239, 206, 0.1);
        font-family: Poppins;
        font-size: 12px;
        color: #000;
    } 

    .syllabus-details ul{
        padding:0;
    }

    .syllabus-details li{
        list-style: none;
        margin-left: 9px;
    }

    .syllabus-details li:not(:last-child){
        margin-bottom: 3px;
    }

    .syllabus-details li::before{
        content: '▶';
        opacity: 0.1;
        color: #F3C166;
        margin-right: 8px;
        width: 12px;
        height: 12px;
        color: inherit;
    }

    .monthly-exam-table{
        margin: 15px 10px 9px;
    }

    .monthly-exam-footer{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: Poppins;
        font-size: 8px;
        color: #382F88;
        padding: 10px;
        background-color: #F6F6F6;
    }

    .monthly-exam-footer img{
        width: 36px;
        height: 13px; 
    }

    .monthly-exam-form select{
        width: 100%;
        height: 34px;
        font-size: 12px;
        border-radius: 2px;
    }

    .error-text{
        font-size: 8px;
    }

    .monthly-exam-container label{
        font-size: 14px;
    }

    .monthly-exam-form button{
        width: auto;
        height: auto;
        border-radius: 4px;
        font-size: 14px;
        margin-top: 30px;
        padding: 10px 10px;
    }

    .prepareNow_btn{
        border-radius: 4px;
        background-image: linear-gradient(to right, #e78c4b -1%, #f3c154 100%);
        font-family: Poppins;
        font-size: 14px;
        font-weight: 600;
        color: #fff !important;
        outline: none;
        border: none;
        padding: 10px !important;
        margin:15px 0;
    }
}

@media(max-width:991.98px){
    .exam_message{
        font-size: 14px !important;
    }
}

.iframe-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 5px solid #F3F3F3;
    border-radius: 50%;
    border-top: 5px solid #555;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
  }
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .syllabus-wraper{
      position: relative;
  }

  .exam_postpond{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 25px;
  }
