#notification,
#dividerShowOnProfile {
    display: none
}

.navigation-wrap {
    position: relative
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    cursor: pointer;
    border-bottom: 0 dotted black
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    width: 190px;
    bottom: 100%;
    left: 0;
    margin-left: -60px;
    position: absolute;
    z-index: 1
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    trasnition: all .3s
}

#myTab .myFirstSection {
    position: relative;
    z-index: -1
}

.img-wrapper {
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 18px;
    border-radius: 12px;
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.img-wrapper img {
    border-radius: 12px;
    max-height: 260px;
    min-height: 260px;
    object-fit: cover;
    width: 100%
}

.img-wrapper .overlay {
    float: left;
    width: 100%;
    margin-top: 18px
}

.img-wrapper .overlay h2 {
    color: #202a25;
    font-size: 24px;
    letter-spacing: .5px;
    line-height: 32px;
    font-weight: 600;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    max-height: 65px;
    text-transform: capitalize;
    min-height: 65px;
    margin-bottom: 0;
    height: 65px
}

.img-wrapper .overlay .event-start-end-date {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px
}

.img-wrapper .overlay .event_location {
    margin: 0
}

.img-wrapper .overlay .event_location p {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: 400;
    letter-spacing: .5px
}

.img-wrapper .overlay .event-amount {
    font-size: 37px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #202a25
}

.img-wrapper .overlay .amount_and_book_btn {
    float: left;
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center
}

.img-wrapper .overlay .froji_btn {
    text-transform: capitalize !important;
    float: right;
    margin: 15px 0;
    padding: 17px 32px;
    font-weight: 600;
    font-size: 18px;
    border-radius : 10px ;
}

.my-mt {
    float: left;
    width: 100%
}

.my-mt {
    margin-top: 10%
}

.feature-width {
    max-width: 650px
}

.sessionclass {
    background-color: #adadad7d;
    padding: 0 5px;
    font-size: 14px !important;
    border-radius: 6px
}

.badgewala {
    position: absolute;
    top: 40px;
    left: 54px;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    background: #fff
}

.badgewala h6 {
    font-size: 16px
}

.badgewala2 {
    height: 100px;
    position: absolute;
    top: 30px;
    width: 10%;
    right: 55px
}

.badgewala2 .image-hover-image {
    width: 100%;
    height: unset;
    min-height: unset;
    max-height: unset;
    object-fit: contain
}

.badgewala2 h6 {
    font-size: 16px
}

.Nno {
    text-transform: capitalize !important;
    font-weight: 500;
    font-size: 28px !important
}

.section1 {
    height: 735px;
    margin-top: 2%
}

#background-video {
    width: 100%;
    position: absolute;
    float: left;
    display: block;
    /* height: 1085px; */
    object-fit: cover
}

.section1 h1 {
    color: #232422;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700 !important;
    line-height: 70px !important;
    text-align: center
}

.section1 p {
    color: #232422;
    margin: 0;
    font-weight: 500 !important;
    font-size: 15px !important;
    text-align: center;
    letter-spacing: 2px
}

.section-margin {
    margin: 10% 0 0 0 !important
}

.myfooter {
    float: left;
    width: 100%
}

.firstText h1 {
    line-height: 42px
}

.firstText p {
    font-size: 20px;
    margin-top: 6px !important
}

#new-img-sec .img-1 {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.25))
}

#new-img-sec .img-2 {
    height: 185px;
    object-fit: cover;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    width: 100%;
    filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.25));
    margin-bottom: 15px
}

#new-img-sec .img-3 {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.25))
}

.collage {
    margin-top: 12%
}

.collage #gallery {
    position: relative;
    float: left;
    width: 100%
}

.collage #gallery div {
    background: #fff;
    position: absolute;
    overflow: hidden;
    opacity: .9;
    -webkit-transition: all 1500ms linear;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #fff
}

.collage #gallery div#img1:hover,
.collage #gallery div#img2:hover,
.collage #gallery div#img3:hover,
.collage #gallery div#img4:hover,
.collage #gallery div#img5:hover,
.collage #gallery div#img6:hover {
    z-index: 999;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    opacity: 1
}

.collage #gallery span {
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #999;
    width: 35%;
    text-align: right;
    padding: 10px;
    font-size: 13px;
    font-weight: bold
}

.collage #gallery img {
    width: 220px
}

.collage #gallery #img1 {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    top: -5px;
    left: 130px;
    z-index: 1
}

.collage #gallery #img2 {
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    top: 120px;
    left: 100px;
    z-index: 7
}

.collage #gallery #img3 {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-15deg);
    top: 200px;
    left: 350px;
    z-index: 3
}

.collage #gallery #img4 {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    top: 252px;
    left: 190px;
    z-index: 3
}

.collage #gallery #img5 {
    -webkit-transform: rotate(28deg);
    -moz-transform: rotate(28deg);
    top: 10px;
    right: 45px;
    z-index: 5
}

.collage #gallery #img6 {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    top: 120px;
    right: 120px;
    z-index: 6
}

.my-sticky {
    position: sticky;
    top: .1px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center
}

.mycategory_section {
    background-color: #fff;
    border-radius: 18px;
    float: left;
    width: 100%;
    padding: 18px 18px;
    border: 1px solid #ddd
}

.mycategory_section .category_box_x1 .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    border-bottom: 0
}

.mycategory_section .category_box_x1 {
    float: left;
    width: 100%
}

.mycategory_section .category_box_x1 .nav-link {
    font-weight: 500;
    font-size: 18px;
    color: #587466;
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
    border: 1px solid #ddd;
    line-height: normal;
    border-radius: 10px;
    padding: 13px 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

.mycategory_section .category_box_x1 .nav {
    justify-content: flex-start;
}

.mycategory_section .category_box_x1 .nav-link svg path {
    stroke: #587466
}

.mycategory_section .category_box_x1 p:hover {
    background: linear-gradient(102.26deg, #34c0c5 0, #2fadb1 99.99%, #2b9da1 100%), linear-gradient(0, #f7f7f7, #f7f7f7);
    color: #fff;
    cursor: pointer;
    transition: all .3s
}

.mycategory_section .category_box_x1 .active {
    background: linear-gradient(102.26deg, #34c0c5 0, #2fadb1 99.99%, #2b9da1 100%), linear-gradient(0, #f7f7f7, #f7f7f7) !important;
    color: #fff !important;
    cursor: pointer !important;
    border-radius: 10px;
}

.mycategory_section .category_box_x1 .active svg path {
    stroke: #fff
}

.mycategory_section .category_box_x1 .show_allbtn {
    color: #000;
    background-color: #fff;
    border-radius: 9px;
    text-transform: capitalize !important;
    font-weight: 500;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 10px;
    position: absolute;
    left: 66px;
    bottom: 15px;
    font-size: 12px
}

.mycategory_section .category_box_x1 .show_allbtn:hover {
    box-shadow: 0 0 40px 40px #e6ddd9 inset
}

.mycategory_section h6 {
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 500 !important
}

.new_event_section .event_card .eventImage {
    min-height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    position: relative;
    -webkit-transition: all .3s;
    -webkit-transform: scale(1);
    -ms-transition: all .3s;
    -ms-transform: scale(1);
    -moz-transition: all .3s;
    -moz-transform: scale(1);
    transition: all .3s;
    transform: scale(1);
    display: inline-block;
    float: left;
    width: 100%
}

.new_event_section .event_card .eventImage:hover {
    z-index: 2
}

.new_event_section .eventImage::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    opacity: 0;
    border-radius: 14px
}

.new_event_section .eventImage:hover::after {
    opacity: 1
}

.new_event_section .event_card .event_information_v1 {
    position: absolute;
    opacity: 0;
    top: 60%;
    padding: 5px 15px
}

.new_event_section .event_card .eventImage:hover .event_information_v1 {
    opacity: 1;
    z-index: 111
}

.new_event_section .event_card .event_information_v1 h5 {
    font-weight: 500;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 50px;
    text-transform: capitalize
}

.new_event_section .event_card .event_information_v1 p {
    color: #fff;
    font-size: 14px
}

.new_event_section .event_card .event_information_v1 h6 {
    font-weight: 600;
    font-size: 30px;
    font-style: italic;
    color: #ff4775;
    display: flex !important;
    flex-direction: revert;
    vertical-align: bottom;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    max-height: 50px
}

.new_event_section .event_card .event_information_v1 h6 .memerwala {
    font-size: 10px;
    margin: 5px 5px;
    padding-top: 7px
}

.mycategory_section .event-card {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    float: left;
    height: fit-content;
    margin-bottom: 5%
}

.mycategory_section .event-card .eventImage {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
    float: left;
    background-size: cover;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center
}

.mycategory_section .event-card .eventHeading h6 {
    font-weight: bold;
    color: #343434;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 90px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 50px
}

.mycategory_section .event-card .dateSpan span {
    color: #5e5e5e;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif
}

.mycategory_section .event-card .timeSpan span {
    color: #5e5e5e;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif
}

.mycategory_section .event-card .rupeeText h6 {
    font-weight: 500;
    color: #343434;
    font-size: 32px
}

.myNew-event-section {
    margin-top: 5%;
    float: left;
    width: 100%
}

.newOnlineClasses {
    margin-top: 5%;
    float: left;
    width: 100%
}

.myNew-event-section .myevent_heading {
    font-size: 48px;
    font-weight: 700 !important;
    text-transform: capitalize;
    letter-spacing: .5px
}

.myNew-event-section .mycount {
    color: #587466;
    font-weight: 400;
    display: none
}

.newOnlineClasses .class_heading {
    font-size: 48px;
    font-weight: 700 !important;
    text-transform: capitalize;
    letter-spacing: .5px
}

.newOnlineClasses .classes-boxy .recurring_image {
    min-height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    width: 100%;
    background-position: 0 0
}

.newOnlineClasses .classes-boxy .classes-internal-divy h5 {
    font-weight: 600;
    text-overflow: ellipsis;
    color: #202a25;
    font-size: 24px;
    letter-spacing: .5px;
    line-height: 32px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    max-height: 90px;
    text-transform: capitalize;
    min-height: 35px
}

.newOnlineClasses .classes-boxy .pro_member_price {
    margin: 0;
    font-size: 16px;
    color: #3d3d3d;
    display: flex;
    justify-content: center;
    align-items: center
}

.newOnlineClasses .classes-boxy .pro_member_price .save_precent {
    font-size: 12px;
    background: #ff4775;
    padding: 6px 10px;
    border-radius: 8px;
    margin-left: 8px;
    color: #fff;
    font-weight: 500
}

.newOnlineClasses .classes-boxy .member_price_box {
    border: 1px solid #d7d7d7;
    background-color: #fff;
    float: left;
    width: 100%;
    border-radius: 15px;
    margin: 7px 0 14px 0;
    padding: 25px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.newOnlineClasses .classes-boxy .member_price_box hr {
    margin: 11px
}

.newOnlineClasses .classes-boxy {
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 18px;
    border-radius: 12px;
    float: left;
    width: 100%;
    height: 600px;
    margin-bottom: 30px
}

.newOnlineClasses .classes-boxy .froji_btn {
    text-transform: capitalize !important;
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
    padding: 17px 32px;
    font-size: 18px
}

.minus-gap {
    position: relative
}

.newOnlineClasses .classes-boxy .classes-internal-divy {
    margin-top: 18px
}

.newOnlineClasses .classes-boxy .classes-internal-divy .attending_p_ {
    color: #000;
    font-size: 12px
}

.newOnlineClasses .classes-boxy .classes-internal-divy .classes_date_p {
    letter-spacing: .5px;
    font-size: 18px;
    color: #3d3d3d;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 17px;
    font-weight: 400
}

.newOnlineClasses .classes-boxy .classes-internal-divy .classes_amount_P {
    font-weight: 600;
    font-size: 24px;
    color: #202a25;
    margin: 0
}

.newOnlineClasses .classes-boxy .classes-internal-divy .original_amount_P {
    font-weight: 400;
    font-size: 24px;
    color: #202a25;
    margin: 0
}

.instructor-main {
    background: linear-gradient(284.88deg, #34c0c5 33.87%, #046a78 132.07%) !important;
    padding: 60px 0;
    height: 475px
}

.instructor-internal .ist1 {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 55px
}

.instructor-internal .inst4 {
    border: 5px solid #fff;
    border-radius: 15px;
    padding: 0 10px !important
}

.instructor-internal .ist2 {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 55px
}

.instructor-internal .ist3 {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 55px
}

.instructor-internal img {
    filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.25));
    height: 162px;
    width: 100%;
    padding: 3px;
    object-fit: cover
}

.instructor-internal .img-div::before {
    background-image: url(/care/care-style/images/new_event_page/inst1.png);
    float: left;
    height: 261px;
    position: absolute;
    top: 133px;
    left: 250px;
    width: 50%;
    content: "";
    display: block;
    z-index: 111;
    background-position: center;
    border: 6px solid #fff;
    border-radius: 30px;
    background-size: contain
}

.instructor-internal .img-div::after {
    background-image: url(/care/care-style/images/new_event_page/bindian.png);
    float: left;
    height: 150px;
    position: absolute;
    top: 133px;
    left: 50px;
    width: 34%;
    content: "";
    display: block;
    z-index: 1
}

.instructor-internal h6 {
    font-weight: 300;
    color: #fff;
    font-size: 34px;
    margin: 0;
    margin-top: 0
}

.instructor-internal p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px
}

.mycategory_section .triangle {
    background-color: #ff4775;
    color: #fff;
    text-align: center
}

.mycategory_section .triangle::before {
    border-width: 17px 0 17px 17px;
    border: 22.3px solid #ff4775;
    position: absolute;
    border-radius: 3px
}

.mycategory_section .triangle::before {
    border-color: #ff4775 transparent;
    left: -22px;
    border-radius: 3px;
    content: ""
}

.mycategory_section .triangle .span1 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left
}

.mycategory_section .triangle .span2 {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left;
    z-index: 1;
    position: relative
}

.section3 .category_card {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    position: relative;
    display: inline-block;
    width: 100%
}

.section3 .category_card .img-top {
    display: none;
    position: absolute;
    top: 20%;
    left: 30%;
    z-index: 99
}

.section3 .category_card:hover .img-top {
    display: inline;
    transition: all .4s
}

.section3 .category_card:hover .hoverImage_none {
    visibility: hidden
}

.section3 .category_card:hover {
    background: #1893d1;
    transition: all .4s
}

.section4 {
    background-color: #fff
}

.section4 .line {
    background-color: #1893d1;
    float: left;
    width: 115px;
    height: 5px;
    margin-right: 10px
}

.weofrtext {
    font-size: 31px !important;
    text-transform: uppercase
}

.section4 h3 {
    font-size: 25px;
    padding-right: 5px;
    font-weight: 500 !important;
    text-transform: uppercase
}

.section4 .classes-card {
    border-radius: 15px;
    width: 100%;
    float: left;
    background-size: cover;
    height: fit-content;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.19)
}

.section4 .bg-white {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    background: #fff
}

.section4 .bg-white h4 {
    font-size: 20px
}

.section4 .bg-white2 {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 10px !important;
    padding: 5px 10px !important;
    background: #fff
}

.section4 .bg-white2 h4 {
    font-size: 20px
}

.section4 .internalBody {
    margin-top: 23%
}

.section4 .classes-card h4 {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 90px;
    height: 50px;
    padding-right: 11px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin: 0
}

.section4 .myspecialtext span,
.section4 .myspecialtext h5 {
    font-size: 14px !important;
    float: left;
    cursor: pointer
}

.section4 .classes-card .fa-heart {
    color: #ff4775;
    float: left;
    margin-right: 8px
}

.section4 .classes-card h2 {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin: 0
}

.section4 .classes-card span {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    float: left;
    width: auto
}

.section4 .classes-card h5 {
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    height: 30px
}

.section4 .triangle {
    background-color: #fff;
    text-align: center
}

.section4 .triangle::before {
    border-width: 17px 0 17px 17px;
    border: 21.6px solid #fff;
    position: absolute;
    border-radius: 3px
}

.section4 .triangle::before {
    border-color: #fff transparent;
    left: -22px;
    border-radius: 3px;
    content: ""
}

.section4 .triangle .span1 {
    font-size: 16px;
    color: #343434;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    float: left
}

.section4 .triangle .span2 {
    font-size: 8px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    line-height: 17px;
    color: #ff4775;
    float: left;
    z-index: 1;
    right: 4px;
    position: relative
}

.section5 {
    margin: 4% 0;
    float: left;
    width: 100%
}

.testimonial_heading_x1_c {
    font-size: 37px;
    font-weight: 700 !important;
    text-transform: capitalize;
    letter-spacing: .5px;
    text-align: left
}

.section5 .testi-card {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    float: left;
    margin: 15px;
    height: fit-content
}

.section5 .testi-card p {
    height: 125px
}

.section5 h3 {
    font-weight: 500 !important;
    font-size: 2rem;
    text-transform: capitalize
}

.section5 .testi-card .fa-heart {
    color: #fff;
    font-size: 40px;
    padding: 8px;
    background-color: #ff4775
}

.hammer_p {
    height: fit-content !important;
    font-size: 12px
}

.owl-theme .owl-dots {
    display: none
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -76px;
    right: 0
}

.new-testimonial-section {
    background: #f7f7f7;
    padding: 3% 0
}

.new-testimonial-section .class_heading {
    font-size: 37px;
    font-weight: 700 !important;
    text-transform: capitalize;
    letter-spacing: .5px;
    text-align: left;
    line-height: 53px;
    padding-right: 115px
}

.new-testimonial-section .testimonial-card {
    background: #fff;
    border-radius: 22px;
    float: left;
    width: 100%;
    min-height: 448px;
    margin: 8% 2%;
    border: 1px solid #d7d7d7;
    padding: 45px;
    flex-direction: column;
    justify-content: space-around;
    text-align: left;
    flex-wrap: wrap
}

.new-testimonial-section .testimonial-card .author_section_testo {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start
}

.new-testimonial-section .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0
}

.new-testimonial-section .testimonial-author-image {
    object-fit: cover;
    width: 60px !important;
    position: relative;
    z-index: 999;
    float: left;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 14px;
    height: 60px;
    margin: 10px 0
}

.new-testimonial-section .testimonial-quote {
    width: 50px !important;
    margin: 0;
    float: left;
    position: absolute;
    left: 10%;
    top: 32%;
    display: none
}

.new-testimonial-section .testimonial-paragraph {
    font-size: 16px;
    letter-spacing: .5px;
    margin: 0 0 15px 0;
    margin-top: 10px
}

.new-testimonial-section .testimonial-auth-name {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 0;
    line-height: normal
}

.test_name_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0
}

.new-testimonial-section .test_age {
    font-size: 16px;
    letter-spacing: .5px;
    margin: 0;
    line-height: normal
}

.instructor-main button {
    text-transform: capitalize !important
}

@media only screen and (max-width:480px) and (min-width:350px) {
    .section1 p {
        font-size: 14px !important
    }

    .new-testimonial-section .test_age {
        font-size: 10px;
    }

    .img-wrapper .overlay .event-amount {
        font-size: 22px
    }

    .myNew-event-section .myevent_heading,
    .newOnlineClasses .class_heading {
        font-size: 40px
    }

    .img-wrapper .overlay .froji_btn,
    .newOnlineClasses .classes-boxy .froji_btn {
        padding: 10px 22px
    }

    .section1 {
        height: 540px;
        background: linear-gradient(180deg, #fff 75%, #e7e7e7 100%)
    }

    .new-testimonial-section .testimonial-card {
        margin: 0;
        margin-bottom: 10%;
        min-height: fit-content;
        max-height: fit-content;
        height: max-content;
        padding: 18px
    }

    .new-testimonial-section .class_heading {
        margin-bottom: 9% !important;
        line-height: 28px;
        font-size: 15px;
        padding-right: 0
    }

    .new-testimonial-section .owl-theme .owl-nav {
        top: 0;
        position: relative;
        margin-top: 0
    }

    .instructor-internal p {
        color: #fff;
        font-size: 12px;
        line-height: 18px
    }

    .mycategory_section .category_box_x1 .show_allbtn {
        left: 15px
    }

    .mycategory_section .category_box_x1 {
        display: block
    }

    .mycategory_section .category_box_x1 p {
        margin: 5px 6px 5px 0;
        float: left;
        width: 100%;
        font-size: 14px
    }

    .mycategory_section .category_box_x1 {
        width: 100%;
        float: left
    }

    .instructor-internal .img-div::before {
        top: 32px;
        left: 128px
    }

    .instructor-main {
        height: 425px
    }

    .instructor-internal .inst4 {
        border: 5px solid transparent;
        border-radius: 15px;
        padding: 0 0 !important;
        margin-top: 15%;
        display: none
    }

    .badgewala h6 {
        font-size: 10px
    }

    .badgewala2 h6 {
        font-size: 10px
    }

    .section4 .bg-white h6 {
        font-size: 10px
    }

    .section4 .bg-white2 h6 {
        font-size: 10px
    }

    .section4 .bg-white2 {
        top: 20px
    }

    .mycategory_section .category_box_x1 .nav {
        gap: 10px
    }

    .mycategory_section .category_box_x1 .nav-link {
        padding: 13px 6px;
        font-size: 12px
    }

    .mycategory_section {
        padding: 18px 12px;
    }

    #background-video {
        display: none
    }

    .section1 h1 {
        margin-top: 23%;
        font-size: 35px;
        line-height: normal !important
    }

    .newOnlineClasses .classes-boxy {
        height: 625px
    }

    .newOnlineClasses .classes-boxy .classes-internal-divy .classes_date_p {
        font-size: 12px
    }

    .newOnlineClasses .classes-boxy .member_price_box {
        margin: 0 0 14px 0
    }

    .newOnlineClasses .classes-boxy .classes-internal-divy .classes_amount_P,
    .newOnlineClasses .classes-boxy .pro_member_price,
    .newOnlineClasses .classes-boxy .classes-internal-divy .original_amount_P {
        font-size: 12px
    }

    .collage,
    .mycategory_section .line,
    .section4 .line {
        display: none
    }

    .section3 h5 {
        margin-bottom: 10%;
        width: 100%
    }

    .section3 .category_card {
        margin-top: 0
    }

    .mycategory_section .triangle::before {
        left: 176px;
        display: none
    }

    .mycategory_section .triangle,
    .section4 .triangle {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px
    }

    .section4 .triangle::before {
        left: 183px;
        display: none
    }

    .section4 h3 {
        float: right
    }

    .section5 h3 {
        font-size: 1.494em
    }

    .img-div {
        display: none
    }

    .instructor-internal h6 {
        margin-top: 0;
        font-size: 27px
    }
}

@media only screen and (max-width:375px) {
    .instructor-internal p {
        color: #fff;
        font-size: 12px;
        line-height: 18px
    }

    .img-div {
        display: none
    }

    .instructor-internal h6 {
        margin-top: 0;
        font-size: 27px
    }

    .mycategory_section .triangle::before {
        left: 137px;
        display: none
    }

    .section4 .triangle::before {
        left: 145px;
        display: none
    }

    .section5 h3 {
        font-size: 1.494em
    }
}

@media only screen and (max-width:768px) and (min-width:600px) {
    .section1 {
        height: 510px
    }

    .section1 h1 {
        font-size: 42px;
        line-height: 50px !important
    }

    .collage {
        margin-top: 27%
    }

    .collage #gallery #img4 {
        top: 100px
    }

    .collage #gallery #img3 {
        left: 140px;
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg)
    }

    .mycategory_section .triangle .span2 {
        font-size: 7px
    }

    .mycategory_section .triangle::before {
        display: none
    }

    .mlpp,
    .section4 .triangle::before {
        display: none
    }

    .weofrtext {
        font-size: 18px !important;
        text-transform: uppercase
    }

    .section4 .triangle .span2 {
        right: 0;
        font-size: 6px
    }

    .section4 h3 {
        font-size: 23px
    }

    .owl-next {
        width: 30px
    }

    .owl-prev {
        width: 54px
    }

    .section5 .testi-card p {
        font-size: 14px
    }
}

@media only screen and (max-width:1024px) and (min-width:800px) {
    .collage #gallery #img4 {
        top: 100px
    }

    .collage #gallery #img3 {
        left: 140px;
        -webkit-transform: rotate(9deg);
        -moz-transform: rotate(9deg)
    }

    .mycategory_section .triangle .span2 {
        font-size: 7px
    }

    .mlpp {
        display: none
    }

    .weofrtext {
        font-size: 18px !important;
        text-transform: uppercase
    }

    .section4 .triangle .span2 {
        right: 0;
        font-size: 6px
    }

    .section4 h3 {
        font-size: 23px
    }

    .owl-next {
        width: 30px
    }

    .owl-prev {
        width: 54px
    }

    .section5 .testi-card p {
        font-size: 14px
    }
}