.title.title__01 {
    color: #511b51;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 40px;
}

@media only screen and (max-width:767px) {
    .title.title__01 {
        letter-spacing: 2px;
        font-size: 25px;
    }

    .product_bottom_table_div form {
        width: 100%;
        overflow-y: scroll;
    }

    .product_bottom_table_div table td {
        min-width: 100px;
    }

    .product_bottom_table_div table td.tdf {
        min-width: 50px;
    }
}

/* First banner sec css start*/
.banner-section.first__banner_sec {
    margin-bottom: 50px;
}

.banner-section.first__banner_sec .banner__content {
    background: url(../images/slider-bg.jpg)no-repeat scroll center center;
    background-size: cover;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-section.first__banner_sec .banner__content .left_content {
    width: 48%;
}

.banner-section.first__banner_sec .banner__content .right-content {
    width: 48%;
}

.banner-section.first__banner_sec .banner__content iframe {
    width: 100%;
    height: 300px;
}

.banner-section.first__banner_sec .banner__content h2 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 14px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}

.banner-section.first__banner_sec .banner__content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 4px;
}

.product__shop {
    margin-bottom: 40px;
}

.product__shop .product-title-div {
    display: flex;
    justify-content: space-between;
}

.product__shop .product-title-div .pro-title {
    color: #802a78;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 22px;
    line-height: 25px;
}

.product__shop .cart__icon_div {
    width: 40px;
}

.product__shop .duration_div,
.product__shop .no_of_lession,
.product__shop .short-description {
    font-size: 16px;
    margin-bottom: 15px;
}

.product__shop label {
    margin-bottom: 0;
}

.product__shop .product-price {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    margin-bottom: 30px;
}

.product__shop .product-price .price-item {
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 3px;
    color: #00d953;
}

.product__shop .product-price .price-item.price-item--regular {
    color: #00d953;
}

.product__shop .product-price .price-item.price-item--sale {
    color: #979797;
    font-weight: 300;
}

.product__shop .btns-sharing-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product__shop .btns-sharing-div .action-btns {
    width: 58%;
}

.product__shop .btns-sharing-div .action-btns .btn {
    border-top-left-radius: 26px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 25px;
    padding: 10px 15px;
}

.product__shop .btns-sharing-div .action-btns .btn.buy_a_course_btn {
    margin-right: 20px;
}

.product__shop .social-sharing {
    width: 38%;
}

.product__shop .social-sharing ul {
    display: flex;
    justify-content: flex-end;
}

.product__shop .social-sharing ul li {
    margin: 0 10px;
}

.product__shop .social-sharing img {
    width: 40px;
}

.product__shop .product-media {
    padding-right: 15px;
}

.product__shop .product-media img {
    width: 100%;
}

@media only screen and (max-width:1199px) {
    .product__shop .btns-sharing-div {
        flex-wrap: wrap;
    }

    .product__shop .btns-sharing-div .action-btns {
        width: 100%;
        margin-bottom: 20px;
    }

    .product__shop .social-sharing {
        width: 100%;
    }

    .product__shop .social-sharing ul {
        justify-content: flex-start;
    }
}

@media only screen and (max-width:767px) {
    .banner-section.first__banner_sec .banner__content {
        flex-wrap: wrap;
        padding: 50px 20px 70px;
    }

    .banner-section.first__banner_sec .banner__content h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .banner-section.first__banner_sec .banner__content .left_content {
        width: 100%;
        margin-bottom: 10px;
    }

    .banner-section.first__banner_sec .banner__content .right-content {
        width: 100%;
    }

    .product__shop .product-media {
        margin-bottom: 25px;
    }

    .product__shop .btns-sharing-div .action-btns .btn.buy_a_course_btn {
        margin-right: 6px;
    }

    .product__shop .btns-sharing-div .action-btns .btn {
        width: 48%;
        padding: 10px 5px;
    }

    .product__shop .product-price .price-item {
        font-size: 24px;
        letter-spacing: 2px;
    }
}

/* First banner sec css end*/

/*description sec css start*/
.description-section {
    margin-bottom: 50px;
    font-size: 16px;
}

.description-section .btm_desc {
    border-top: 2px dashed #d7d7d7;
    padding-top: 15px;
}

.description-section .content_info {
    display: flex;
    padding: 7px 0;
}

.description-section .content_info .left-div {
    width: 30%;
}

.description-section .content_info .right-div {
    width: 70%;
}

@media only screen and (max-width:767px) {
    .description-section .content_info .left-div {
        width: 40%;
    }

    .description-section .content_info .right-div {
        width: 60%;
    }
}

/*description sec css end*/

/*Testimonial sec css start*/
.testimonials-section {
    margin-bottom: 50px;
}

.testimonials_div .inner_div {
    background-color: #fff;
    border-radius: 60px 0 60px 0;
    border: 2px solid #000;
    overflow: hidden;
}

.testimonials_div .top-div {
    padding: 30px 30px 60px;
    min-width: 250px;
}

.testimonials_div .quote-icon {
    margin-bottom: 15px;
    color: #a12472;
    ;
}

.testimonials_div.even .quote-icon {
    color: #ee7540;
}

.testimonials_div .quote-icon svg {
    width: 50px;
    height: 50px;
}

.testimonials_div .desc {
    font-size: 16px;
}

.testimonials_div .bottom-div {
    min-height: 200px;
    background: #a12472;
}

.testimonials_div.even .bottom-div {
    background: #ee7540;
}

.testimonials_div .bottom-div .img-data img {
    width: 120px;
    margin: 0 auto;
    position: relative;
    top: -25px;
}

.testimonials_div .bottom-div h5 {
    text-align: center;
    color: #fff;
}

.testimonials-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 60px;
    color: #d2d2d2;
    line-height: 38px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: block !important;
}

.testimonials-carousel .owl-nav .owl-next {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 60px;
    color: #d2d2d2;
    line-height: 38px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    display: block !important;
}

/*Testimonial sec css end*/
/*Batch schedule css start*/
.product_bottom_table_div {
    margin: 30px 0;
}

.product_bottom_table_div table td,
.product_bottom_table_div table tr {
    border: none;
}

.product_bottom_table_div table tr {
    background: #511b5114;
}

.product_bottom_table_div table td {
    text-align: center;
    padding: 10px 8px;
}

.product_bottom_table_div table tr {
    border-bottom: 4px solid #fff;
}

.product_bottom_table_div table {
    border-collapse: collapse;
}

.product_bottom_table_div table td.tdf {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.product_bottom_table_div table td.tdl {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}





.l-radio {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 8px 0;
    -webkit-tap-highlight-color: transparent;
}

.l-radio:hover,
.l-radio:focus-within {
    background: rgba(159, 159, 159, 0.1);
}

.l-radio input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #9F9F9F;
    box-shadow: inset 0 0 0 1.5px #9F9F9F;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
}

.l-radio input:focus {
    outline: none;
}

.l-radio input:checked {
    box-shadow: inset 0 0 0 6px #822A78;
}

.l-radio span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
}

.batch-type-btns {
    padding-bottom: 10px;
}

.action-btns.kit_btns {
    padding-bottom: 10px;
}

/*Batch schedule css end*/
