.rd-cpblts#courseenrollment .goback{
    margin-left: -66px;
}

.rd-cpblts .courseenroll-block{
    display: grid;
    grid-template-columns: 56% 40%;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    margin-top: -46px;
    padding-left: 88px;
}

/*------Payment------*/
.rd-cpblts .courseenroll-block .enroll{
    background: #FFFFFF;
    border: 1px solid #C4DADE;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 40px;
}

.rd-cpblts .courseenroll-block .enroll p.title{
    font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 20px!important;
    line-height: 24px!important;
    color: #000000!important;
    margin-bottom: 6px;
}

.rd-cpblts .courseenroll-block .enroll p.body-text{
    font-family: Lato-Regular!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #000000!important;
}

.rd-cpblts .courseenroll-block .enroll .payment{
    margin-top: 34px;
    margin-bottom: 30px;
}

.rd-cpblts .courseenroll-block .enroll .payment-card {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #C4DADE;
    padding-bottom: 20px;
    padding-top: 20px;
}

.rd-cpblts .courseenroll-block .enroll .payment-card:first-child {
    padding-top: 0px;
}

.rd-cpblts .courseenroll-block .enroll .payment-card button {
    background-color: white;
    border: 1px solid #6C6C6C;
    height: 17px;
    width: 17px;
    border-radius: 100%;
    margin-right: 20px;
}

.rd-cpblts .courseenroll-block .enroll .payment-card img {
    margin: 3px;
}

.rd-cpblts .courseenroll-block .enroll .terms{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rd-cpblts .courseenroll-block .enroll .terms p.body-text{
    width: 62%;
}

.rd-cpblts .courseenroll-block .enroll .terms button{
    width: 182px;
    height: auto;
}


/*------End Payment------*/

/*------Payment Details------*/
.rd-cpblts .courseenroll-block .payment-detais{
    background: #FFFFFF;
    border: 1px solid #C4DADE;
    border-radius: 10px;
    padding: 32px;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.rd-cpblts .courseenroll-block .payment-detais .course-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 43px;
}

.rd-cpblts .courseenroll-block .payment-detais .course {
    padding: 0px!important;
    margin-bottom: 0px!important;
    border-bottom: 0px solid transparent!important;
}

.rd-cpblts .courseenroll-block .payment-detais .course-info img  {
    height: 84px;
    width: 84px;
    object-fit: scale-down;
    margin-right: 6px;
}

.rd-cpblts .courseenroll-block .payment-detais .course p.course-name{
    font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 20px!important;
    line-height: 24px!important;
    color: #000000;
    margin-bottom: 8px;
}

.rd-cpblts .courseenroll-block .payment-detais .course p.course-provider{
    font-family: Lato-Regular!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #000000!important;
}

.rd-cpblts .courseenroll-block .payment-detais .info-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 16px;
}

.rd-cpblts .courseenroll-block .payment-detais .course-amount {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #C4DADE;
    padding-top: 30px;
    margin-top: 30px;
}

.rd-cpblts .courseenroll-block .payment-detais p  {
    font-family: Lato-Regular!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 20px!important;
    color: #000000!important;
}


.rd-cpblts .courseenroll-block .payment-detais .course-amount p  {
    font-size: 20px!important;
    line-height: 24px!important;
}

.rd-cpblts .courseenroll-block .payment-detais .bottom img  {
    margin-right: 22px;
    min-width: 111px;
}



/*------Payment Details------*/

/*--------------Desktop (1440)------------------*/
@media only screen and (max-width: 1440px){
    .rd-cpblts .courseenroll-block {
        padding-left: 98px;
    }
}


/*--------------Nex Hub Max Dimesions (Smaller Desktop View)(1280) ------------------*/
@media only screen and (max-width: 1280px){
    .rd-cpblts .courseenroll-block {
        padding-left: 141px;
    }

    .rd-cpblts .courseenroll-block .enroll .terms p.body-text {
        width: 50%;
    }
}
/*--------------End Nex Hub Max Dimesions (Smaller Desktop View)------------------*/


/*--------------TABLET LANDSCAPE(1024)------------------*/
@media only screen and (max-width: 1024px){
    .rd-cpblts .rd-cpblts-section-base.courseenrollment {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }

    .rd-cpblts .courseenroll-block {
        padding-left: 0px;
        margin-top: 0px;
    }

    .rd-cpblts#courseenrollment .goback {
        margin-left: 15px;
    }

    .rd-cpblts .courseenroll-block {
        grid-template-columns: 40% 58%;
        grid-column-gap: 20px;
        margin-top: 20px;
    }

    .rd-cpblts .courseenroll-block .enroll .terms {
        flex-direction: column;
    }


    .rd-cpblts .courseenroll-block .enroll .terms p.body-text {
        width: 100%;
    }

    .rd-cpblts .courseenroll-block .enroll .terms button {
        width: 100%;
        margin-top: 20px;
    }

}

/*--------------TABLET PORTRAIT(768)------------------*/
@media only screen and (max-width: 768px){
    .rd-cpblts .courseenroll-block {
        grid-template-columns: 100%;
        margin-top: 13px;
    }

    .rd-cpblts .courseenroll-block .payment-detais .bottom img  {
        margin-top: 81px;
    }

    .rd-cpblts .rd-cpblts-section-base.courseenrollment {
        padding-top: 18px!important;
    }
}

/*--------------Mobile(500)------------------*/
@media only screen and (max-width: 600px){   
    .rd-cpblts .courseenroll-block .referral-form .field-grid {
        grid-template-columns: 1fr;
    }

     .rd-cpblts .courseenroll-block .payment-detais .bottom img  {
        min-width: auto;
        margin-top: 50px;
    }
}


/*--------------Galaxy fold (Small mobile view(320)------------------*/
@media only screen and (max-width: 360px){
    .rd-cpblts .courseenroll-block .enroll,
    .rd-cpblts .courseenroll-block .payment-detais {
        padding: 15px;
    }

    .rd-cpblts .courseenroll-block .enroll .payment-card button {
        margin-right: 7px;
    }

    .rd-cpblts .courseenroll-block .payment-detais .course-info img {
        height: 60px;
        width: 60px;
    }

    .rd-cpblts .courseenroll-block .payment-detais .bottom img {
        margin-top: 26px;
    }
}
/*--------------End Galaxy fold (Small mobile view(320)------------------*/