.offer-time-box-box{
    width: 100%;
    min-height: 200px;
        display: flex;
    align-content: center;
    align-items: center;
    margin-top: 40px;
    background-color: #fff;
}

.offer-time-box{
    width: 98%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.offer-time-box div{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    line-height: 40px;
    text-align: center;
}
.offer-text{
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    font-size: 1.7em!important;
}
.offer-time-box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
}
@media (max-width:810px) {
    .offer-time-box-r{flex-wrap: wrap!important;row-gap: 15px;}
}
.timer-box{
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}
.timer-box div{
    width: 100%;
}
.timer-number{
    font-size: 1.2em;
    color: #c80000;
    font-weight: 600;
}
.timer-text span{
    font-size: 17px;
    font-weight: 500;
}
.offer-time-box div{
    align-items: flex-start;
}
.timer-breaker{
    text-align: center;
    color: #c80000;
}
.warning{
    color: #c80000;
}
.bold-plus{
    font-size: 1.2em;
    font-weight: 800;
}





.course-div-box{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    column-gap: 20px;
    position: relative;
    align-items: flex-start;
}
.course-div-right-box{
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.course-div-left-box,.course-div-right-item{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 #0000ff;
}
.course-div-left-box{
    width: 25%;
    position: sticky;
    top: 80px;
}
#div-1{display: none;}
@media (max-width:1200px) {
    .course-div-left-box{display: none;}
    #div-1{display: block;}
}
.course-div-right-item{
    width: 100%;
}
.course-div-right-item-flex-nowrap{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    column-gap: 15px;
}
@media (max-width:1100px) {
    .course-div-right-item-flex-nowrap{
        flex-wrap: wrap;
        justify-content: center;
    }
}
.course-div-right-item-text-box{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    row-gap: 1%;
    padding-top: 10px;
}
.course-div-right-item-text-title{
    font-size: 1.3em;
    font-weight: 600;
}
.course-div-right-item-text-title-text{
    margin-top: 10px;
    line-height: 20px;

}


.course-div-right-item-img-box{
    width: 100%;
    max-width: 650px;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.course-div-right-item-img-box img{
    width: 100%;
    border-radius: 5px;
    transition: all 250ms linear;
}
.course-div-right-item-img-box img:hover{
    scale: 1.05;
}



.course-div-right-item-text-footer-box{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    column-gap: 1%;
}
@media (max-width:900px) {
    .course-div-right-item-text-footer-box{
        margin-top: 10px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-content: center;
        row-gap: 15px;
    }
    .course-div-right-item-text-footer-box-fee-box, .course-div-right-item-text-footer-box-button-box-box{
        width: 100%!important;
    }
}

.course-div-right-item-text-footer-box-fee-box,.course-div-right-item-text-footer-box-button-box-box{
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
    cursor: default;
}
.course-div-right-item-text-footer-box-button-box-box{
    width: 65%;
}
.course-div-right-item-text-footer-box-button-box{
    width: 100%;
}
.course-div-right-item-text-footer-box-button{
    width: 100%;
    height: 45px;
    background-color: #000d29;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.course-div-right-item-text-footer-box-fee{
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 500;
}
.offer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer::after{
    content: "";
    width: 100%;
    position: absolute;
    height: 3px;
    background-color: #c80000;
    margin-bottom: 3px;
    transform-origin: center;
    transform: rotate(-3deg);
}



















.course-div-left{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    padding: 10px 0;
}
.course-div-left-item-box{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 10px;
    justify-content: space-between;

}
.course-div-left-title-box{
    width: 100%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}



.course-div-right-item-title{
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}
.course-div-right-item-text-h1{
    font-size: 1.1em;
    font-weight: 600;
    margin: 10px 0;
}
.course-div-right-item-text-h2{
    font-size: 1em;
    font-weight: 500;
    margin: 10px 0;
}

.course-div-right-item-text-text{
    line-height: 20px;
    font-size: 0.9em;
    margin: 10px 0;
}
.ul-1 ul{
    list-style: auto;
    padding-right: 15px;
}
.ul-2 ul{
    list-style: inside;
    padding-right: 15px;
}
.course-div-right-item-text-button-box{
    width: 100%;
    margin: 10px 0;
}
.course-div-right-item-text-button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 7px;
    background-color: #000d29;
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 500;
}










.refoundIMG{
    width: 40%;
    max-width: 250px;
    min-width:  180px;
}
.refound-text-box{
    align-content: center;
}












.course-div-left-box-button-box{
    width: 100%;
}
.course-div-left-box-button{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #c80000;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: 700;
}

.course-div-right-item-course-data-in-list{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}