.content h1 {
    font-weight: 500;
    text-align: center;
}

.cursor-pointer
{
    cursor: pointer;
}
.coursesSection img:hover {
    filter: grayscale(0);
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none!important ;
}
.coursesSection img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.3s;
}
.show-more-height {
    transition: 500ms ease height;
}
p.limit_w {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.limit_w + a:hover{
    text-decoration: none;
}
.enabled {
    cursor: pointer;
}

.heyo:hover {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.description {
    pointer-events: none;
    position: absolute;
    font-size: 20px;
    text-align: left;
    background: rgb(247, 166, 57);
    background: linear-gradient( 90deg, rgba(247, 166, 57, 1) 0%, rgba(234, 196, 130, 0.8099614845938375) 100%);
    padding: 15px 20px;
    z-index: 5;
    height: auto;
    line-height: 1;
    margin: 0 auto;
    color: #000;
    border-radius: 35px;
    box-shadow: 0 0 0 1px rgb(247 166 57);
    -moz-transform: translate(-20%, -80%);
    -ms-transform: translate(-20%, -80%);
    -webkit-transform: translate(-20%, -80%);
    transform: translate(-20%, -80%);
    display: none;
}

.description.active {
    display: block;
}

.description:after {
    content: "";
    position: absolute;
    left: 20%;
    top: 99%;
    width: 0;
    height: 0;
    margin-left: -17px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 35px solid rgb(247, 166, 57);
}

.workshop .imageBox a {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 25px;
    margin-top: 15px;
}

.workshop .imageBox a .img-fluid.w-100 {
    width: 90%!important;
    height: 100%;
    border-radius: 70px;
    margin: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.pranaHeader ul.navbar-nav li.nav-item {
    margin-left: 10px;
}

.header {
    min-height: 70px;
    line-height: 70px;
}

.pranaHeader ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

.section-default {
    padding: 60px 0;
}

.contentBox h2 {
    font-size: 40px;
    color: #f6871f;
    margin-bottom: 30px;
    font-family: 'myFirstFontBVold';
}

.contentBox p {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}

a.btn-yoga {
    background: #f6871f;
    padding: 2px 15px;
    color: #000;
    font-weight: 500;
    margin-top: 17px;
    display: inline-block;
    border-radius: 8px;
    font-family: 'RegularFont';
    transition: 0.5s;
}

.btn-yoga.bg-blue:hover {
    background: #f6871f!important;
}

.ourCourses {
    background: url(../img/courseBG.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.heading h2 {
    position: relative;
    display: table;
    margin: 0 auto 20px;
    padding: 0 25px;
    font-size: 40px;
    font-family: 'RegularFont';
}

.heading h2::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #f6871f;
    left: 0;
    top: 45%;
    border-radius: 100%;
}

.heading.text-light h2::before {
    background: #bee5e7;
}

.heading h2::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #f6871f;
    right: 0;
    top: 45%;
    border-radius: 100%;
}

.heading.text-light h2::after {
    background: #bee5e7;
}

.coursesSection {
    overflow: hidden;
    padding: 5px;
    width: 20%;
}

a.btn.learnbtn:hover {
    background: #f6871f;
}

.bg-blue {
    background: #bee5e7!important;
    text-decoration: none;
}

.bg-blue:hover {
    background: url(../img/bg-btn.png)!important;
    background-repeat: no-repeat;
    background-size: cover!important;
    text-decoration: none;
}

.coursesSection:hover .bg-blue {
    background: url(../img/bg-btn.png)!important;
    background-repeat: no-repeat;
    background-size: cover!important;
    text-decoration: none;
}

.workshop {
    background: url(../img/workshopbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.contentBox h3 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'myFirstFontBVold';
}

.contentBox h4 {
    display: table;
    border: 1px solid #ece6dfa8;
    padding: 5px 20px;
    font-family: 'myFirstFontBVold';
}

.btn-img {
    background: url(../img/bg-btn.png)!important;
    background-repeat: no-repeat;
    background-size: 100% 100%!important;
    text-decoration: none;
    min-height: 34px;
    line-height: 34px;
}

a.carousel-control-prev.gallery-prev,
a.carousel-control-next.gallery-next {
    width: 5px;
}

.heroImages img {
    max-width: 100%;
    width: 100%;
    height: 512px;
    object-fit: cover;
}

ul.galleryMulti {
    list-style: none;
}

ul.galleryMulti li {
    display: block;
    float: left;
    width: 50%;
    height: 250px;
    padding: 0 5px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

ul.galleryMulti li a.playBtn {
    width: 46px;
    height: 38px;
    padding: 12px;
    border-radius: 10px;
}

button.close.newclose.m-2 {
    opacity: 1;
    color: #fff;
    font-size: 40px;
}

ul.galleryMulti li a.playBtn i {
    font-size: 15px;
}

ul.galleryMulti li img {
    max-width: 260px;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.gallerysec .carousel {
    padding: 0 25px;
}

.testicon {
    max-width: 70px;
    width: 100%;
    height: 70px;
}

.testicon {
    max-width: 70px;
    width: 100%;
    height: 70px;
    margin-right: 15px;
}

.testcontent p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'RegularFont';
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testcontent {
    background: rgb(255, 244, 222);
    background: linear-gradient( 90deg, rgba(255, 244, 222, 1) 47%, rgba(219, 240, 236, 1) 75%);
    padding: 25px 40px;
    min-height: 160px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    position: relative;
}

.testcontent::before {
    content: url(../img/qoute.png);
    position: absolute;
    width: 50px;
    height: 50px;
    top: -16px;
}

.testcontent::after {
    content: url(../img/qoute.png);
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -13px;
    right: 30px;
    transform: rotate(180deg);
}

.nameposition {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 80px;
    padding-top: 8px;
}

.nameposition h2 {
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'RegularFont';
}

.nameposition h5 {
    font-size: 13px;
    color: #524d4d;
    margin-bottom: 0;
}

.course_content h6 {
    font-family: 'myFirstFontBVold';
    font-size: 22px;
}


/* about Css */

.innerBanner {
    background: url(../img/courceBg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.bannercontent h2 {
    font-size: 54px;
    font-weight: 500;
    color: #000;
    font-family: 'RegularFont';
}

.bannercontent h4 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 800;
}

span.shortdevider {
    background: #f6871f;
    width: 75px;
    height: 5px;
    display: block;
    margin: 15px auto 0;
}

.circleImage img {
    width: 92%;
    height: 520px;
    object-fit: cover;
    border-radius: 80px 80px 80px 80px;
}

.course_content p {
    font-size: 17px;
    line-height: 31px;
    color: #000;
    text-align: justify;
}

.addressBx h2 {
    color: #f6861f;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'myFirstFontBVold';
}

.addressBx p {
    font-size: 20px;
    color: #000;
    font-family: 'RegularFont';
    line-height: 30px;
    letter-spacing: 0.5px;
}

.courseItem .course_content p b {
    font-family: 'myFirstFontBVold';
}

.innerBannerreach {
    background: url(../img/bgreach.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
}

.yogacharyaSec {
    max-width: 70%;
    width: 100%;
    display: block;
    margin: auto;
    border: 1px solid #999999;
    padding: 60px 20px;
    border-radius: 30px;
}

a.btn-yoga.pos-abs {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 140px;
}

.yogacharyaSec p {
    font-size: 18px;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.bannercomming.changebox {
    height: 100px;
    width: 85%;
    margin: auto;
}

.boxinfo {
    font-size: 34px;
    font-family: 'myFirstFontBVold';
    width: 33%;
    text-align: center;
    padding: 10px 0;
}

.border-right-2px {
    border-right: 2px solid #fff;
}

.yogadarshan h4 {
    font-size: 14px;
    text-align: center;
    color: #000;
    font-family: 'myFirstFontBVold';
    margin-top: 6px;
}

.yogadarshan img {
    display: block;
    margin: auto;
}

.custome-caption {
    position: absolute;
    padding: 30px;
    width: 45%;
    background: #bac3b6b5;
    top: 50%;
    left: 50%;
    transform: translate(11%, -50%);
}

.custome-caption h3 {
    font-size: 65px;
    font-family: 'RegularFont';
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.custome-caption h2 {
    font-size: 65px;
    font-family: 'myFirstFontBVold';
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.informationBox {
    background: #231f20;
    display: table;
    color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    margin: 20px 0;
}

.btn-yoga:hover {
    background: #bee5e7!important;
}

ul.workshopTime {
    font-family: 'myFirstFontBVold';
}

p.reachUs-para {
    margin-bottom: 5px;
    font-size: 22px;
    color: #000;
}

a.playBtn {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    display: block;
    text-align: center;
    background: red;
    width: 80px;
    height: 50px;
    padding: 13px;
    border-radius: 17px;
}

a.playBtn i {
    color: #ebe2e2;
    font-size: 25px;
    display: block;
    margin: auto;
}

.heroImages {
    margin-bottom: 12px;
}

.bannercomming.addNewmargin.changebox.d-lg-flex.align-items-center.justify-content-around.mt-5 {
    margin-top: 80px!important;
}

.onlyforcoursedetails.backtitle {
    padding-bottom: 15px!important;
}

.xberg-item-info h1 {
    font-size: 44px;
    margin-left: 0;
    font-weight: 400;
    padding-right: 150px;
    padding: 8px 0px;
    font-family: 'RegularFont';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.boxinfo span {
    font-size: 11px;
    display: block;
    color: #3c3838;
}

.boxinfo sup {
    font-size: 18px;
}

.greysection span {
    font-size: 12px;
    display: block;
    color: #0a0909;
    text-align: center;
    font-family: 'myFirstFontBVold';
}

.greysection sup {
    font-size: 18px;
}

.xberg-item-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-overlay-01 {
    position: relative;
    text-align: left;
    z-index: 2;
}

.blog-overlay-01 .blog-image {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}

.blog-overlay-01 .blog-name {
    padding-left: 30px;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 2;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    width: 60%;
    text-align: right;
    padding: 10px 15px;
}

.blog-overlay-01 .blog-name a.tag {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-overlay-01 .blog-name h5 a {
    font-weight: 500;
    font-size: 24px;
}

.blog-overlay-01 {
    position: relative;
    text-align: left;
    z-index: 2;
}

.blog-overlay-01 .blog-image {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}

.blog-post-06 {
    position: relative;
    overflow: hidden;
}

.blog-post-06 .blog-post-image {
    position: relative;
}

.blog-post-06 .like {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    padding-top: 15px;
    line-height: 15px;
    border-radius: 6px;
    content: "";
    width: 60px;
    height: 60px;
    text-align: center;
}

.blog-post-06 .blog-content h6 {
    position: relative;
    padding-left: 55px;
}

.blog-post-06 .blog-content h6:before {
    position: absolute;
    content: "";
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: #719367;
}

img.blog-details-img {
    max-height: 350px;
    object-fit: contain;
    object-position: center;
    background: #f3f3f3;
}

#blogs p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

h6.text-primary-blog a {
    color: #000;
}

.blog-post-title h5 a {
    color: #000;
    font-family: 'RegularFont';
}

.singleImg .col-md-5 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

img.img-fluid.w-100.bannerImsd {
    height: 600px;
    object-fit: cover;
    object-position: center;
}

a.btn-yoga.btn-trun.bg-blue {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-align: center;
}

.blog-post-image .img-fluid {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    min-height: 300px;
}

.table-bordered td,
.table-bordered th {
    font-family: 'RegularFont';
}

.table-bg {
    background: url(../img/tb-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}


/* testimonial */

#testimonial {
    background-color: #d0eae6;
    padding-bottom: 60px;
    /* background-image: url('https://res.cloudinary.com/hyperbeans/image/upload/v1641980763/tes_background_mbykq8.png'); */
    background-image: url("../../frontend_assets/img/tes_background");
    background-size: contain;
}

.testimonial_box {
    background-color: #fff;
    padding: 60px 100PX;
    border-radius: 10px;
    position: relative;
    font-family: Myriad Pro;
    margin-bottom: 90px;
    z-index: 99;
}

.testimonial_box p {
    font-size: 18px;
    text-align: justify;
    line-height: 35px;
}

.testimonial_box .quet_top {
    position: absolute;
    top: -39px;
    left: 40px;
    width: 8%;
}

.testimonial_box .quet_bottom {
    position: absolute;
    bottom: -39px;
    right: 40px;
    width: 8%;
}

.blockquote strong {
    font-size: 18px;
    color: #000;
}

.blockquote small {
    position: relative;
    top: -10px;
    font-size: 14px;
}

.testimonial_bg {
    position: relative;
}

img.quet_top1 {
    width: 30%;
    position: absolute;
    bottom: -150px;
    z-index: 9;
    left: -127px;
    display: none;
}

img.quet_bottom2 {
    width: 30%;
    position: absolute;
    top: -112px;
    z-index: 9;
    right: -116px;
    display: none;
}

#feed_back {
    background: url('../img/courseBG.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

#feed_back form {
    background-color: #fff;
    box-shadow: 0 20px 45px 0 rgb(26 57 127 / 10%);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

#feed_back button {
    background-color: #bee5e7;
    color: #000;
    border-color: #bee5e7;
    font-weight: 600;
    transition: 0.5s;
}

#feed_back button:hover {
    background: #f6871f;
    border-color: #f6871f;
}

#feed_back textarea {
    resize: none;
}

#feed_back ::-webkit-input-placeholder {
    font-weight: 600;
}

#feed_back .form-control {
    font-weight: 600;
}

.work_shop_detail {
    display: inherit !important;
}

.work_shop_detail h5 {
    border: 1px solid #fff;
    padding: 5px 20px;
    font-family: 'myFirstFontBVold';
    display: table;
}

.aprenticeship_course .ap_course_box {
    text-align: center;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 20%);
    padding: 15px;
    height: 100%;
    border: 1px solid #dee2e6;
    margin-top: 20px;
}

.aprenticeship_course .ap_course_box p {
    height: 28px;
}

.teacher_disclaimer {
    background: #acd6d2;
    padding: 15px;
    margin-top: 45px;
}

@media only screen and (max-width: 1440px) {
    .custome-caption h3 {
        font-size: 44px;
    }
    .custome-caption h2 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 1366px) {
    .custome-caption h3 {
        font-size: 38px;
    }
    .custome-caption h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1024px) {
    .custome-caption h3 {
        font-size: 34px;
    }
    .custome-caption h3 {
        font-size: 34px;
    }
    .testimonial_box .quet_top {
        top: -30px;
    }
    .testimonial_box .quet_bottom {
        bottom: -30px;
    }
}

@media only screen and (max-width: 991px) {
    img.quet_top1,
    img.quet_bottom2 {
        display: none;
    }
}

@media only screen and (max-width: 812px) {
    .coursesSection {
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .custome-caption h2 {
        font-size: 28px;
    }
    .custome-caption h3 {
        font-size: 28px;
    }
    .informationBox {
        padding: 4px 14px;
        font-size: 18px;
        margin: 12px 0 10PX;
    }
    .coursesSection {
        overflow: hidden;
        padding: 25px;
        width: 50%;
        float: left;
    }
    .coursesSection img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .heroImages img {
        max-width: 100%;
        width: 100%;
        height: 330px;
        object-fit: cover;
    }
    ul.galleryMulti li {
        height: 160px;
        padding: 0 5px;
    }
    ul.galleryMulti li img {
        height: 160px;
    }
    .heroImages {
        margin-bottom: 15px;
    }
    .diviSection .divi {
        position: relative;
        clear: both;
        margin-bottom: 45px;
    }
    .bannercomming.changebox {
        height: auto;
        width: 100%;
        margin: auto;
        display: block;
        border-right: 0;
    }
    .boxinfo {
        font-size: 34px;
        font-family: 'myFirstFontBVold';
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .xberg-item-info h1 {
        padding: 7px 30px;
    }
    .contentBox h2 {
        font-size: 28px;
        text-align: center;
    }
    .contentBox p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 5px;
        text-align: center;
    }
    .aboutUs .contentBox {
        text-align: center;
    }
    .yogadarshan a {
        max-width: 50%;
        width: 100%;
        display: block;
        float: left;
    }
    .imageBox {
        max-width: 400px;
        height: auto;
        margin: 0 auto 30px;
    }
    .circleImage img {
        width: 100%;
        height: 520px;
        margin-bottom: 20px;
    }
    .blog-post-image .img-fluid {
        height: 210px!important;
        object-fit: cover;
        object-position: center;
        min-height: 210px!important;
    }
    .course_content p {
        line-height: 25px;
    }
    .shala_div {
        margin-bottom: 42px;
    }
    .header {
        line-height: 32px;
    }
    .course_content {
        text-align: center;
    }
    .courseItem .btn-yoga.bg-blue {
        padding: 5px 20px;
        font-weight: 500;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .row.courseItem {
        margin: 30px 0px !important;
    }
    .testimonial_box .quet_top {
        top: -20px;
    }
    .testimonial_box .quet_bottom {
        bottom: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .diviSection .divi::after {
        height: 1px;
        width: 100%;
        right: 0;
        top: 150px;
    }
    .custome-caption h3 {
        text-align: center;
    }
    .custome-caption {
        text-align: center;
        margin-bottom: 10px;
    }
    .testimonial_box .quet_top {
        top: -15px;
        left: 20px;
    }
    .testimonial_box .quet_bottom {
        bottom: -15px;
        right: 20px;
    }
    .testimonial_box {
        padding: 50px 60PX;
        margin-bottom: 70px;
    }
    .testimonial_box p {
        font-size: 1rem;
        line-height: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .blog-post-image .img-fluid {
        height: 100%!important;
        object-fit: cover;
        object-position: center;
        min-height: 210%!important;
    }
    img.img-fluid.w-100.bannerImsd {
        height: 300px;
        object-fit: cover;
        object-position: center;
    }
    .singleImg .col-md-5 img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .xberg-item-info h1 {
        font-size: 24px;
        margin-left: 0;
        padding-right: 0px;
    }
    .circleImage img {
        width: 100%;
    }
    .testcontent p {
        margin-bottom: 0;
        font-size: 14px;
        font-family: 'RegularFont';
        white-space: break-spaces;
    }
    .workshop .imageBox a {
        border-radius: 30px;
    }
    .footerBg {
        padding: 25px 0!important;
    }
    .bannercomming {
        height: 330px;
    }
    .gradientbanner {
        display: block!important;
    }
    .boxinfo {
        font-size: 34px;
        font-family: 'myFirstFontBVold';
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .bannercomming.changebox {
        height: auto;
        width: 100%;
        margin: auto;
        display: block;
        border-right: 0;
    }
    .circleImage img {
        margin-bottom: 15px;
    }
    .diviSection .divi {
        position: relative;
        clear: both;
        margin-bottom: 45px;
    }
    .row.courseItem {
        margin: 15px 0px!important;
    }
    .heroImages img {
        max-width: 100%;
        width: 100%;
        height: 340px;
        object-fit: cover;
    }
    .coursesSection {
        overflow: hidden;
        padding: 5px;
        width: 100%;
    }
    .heroImages {
        margin-bottom: 15px;
    }
    .coursesSection img {
        width: 100%;
        height: inherit !important;
        object-fit: contain !important;
    }
    .custome-caption {
        top: auto;
        width: 100%;
        position: relative;
        left: 0;
        transform: translate(0%, 0%);
    }
    ul.galleryMulti li {
        width: 50%;
        height: 160px;
        padding: 0 4px;
        text-align: center;
    }
    ul.galleryMulti li img {
        height: 160px;
    }
    .section-default {
        padding: 40px 0;
    }
    .imageBox img {
        max-width: 50%;
        width: 100%;
        display: block;
        margin: 20px auto;
    }
    .imageBox img.img-fluid.w-100 {
        max-width: 85%!important;
    }
    .contentBox h3 {
        font-size: 38px;
    }
    .course_content {
        padding: 0 15px;
    }
    header.header {
        min-height: 70px;
        line-height: 40px;
    }
    .yogacharyaSec {
        max-width: 95%;
    }
    .bannercontent h2 {
        font-size: 32px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 425px) {
    .diviSection h3 {
        min-height: 0 !important;
    }
    .circleImage img {
        width: 100%;
        height: 100%;
    }
    .testimonial_box {
        padding: 40px 30PX;
    }
    .testimonial_box {
        margin-bottom: 40px;
    }
    #testimonial .title h2 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .bannercontent h2 {
        font-size: 24px;
    }
    .bannercontent h4 {
        font-size: 16px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .coursesSection img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    .custome-caption h3,
    .custome-caption h2 {
        text-align: center;
    }
    .informationBox {
        left: 0;
        right: 0;
        margin: auto;
    }
}