.hover-1 {
    --c: #1095c1;
    /* the color */
    --s: 0.15em;
  
    line-height: 1.1em;
    padding-bottom: calc(2.1 * var(--s));
    background: conic-gradient(from 135deg at top, var(--c) 90deg, #0000 0) left 0
        bottom var(--s) / calc(2 * var(--s)) var(--s) repeat-x,
      conic-gradient(from -45deg at bottom, var(--c) 90deg, #0000 0) left var(--s)
        bottom 0 / calc(2 * var(--s)) var(--s) repeat-x;
    transition: 0.5s;
  }
  .upcoming-batches .course-title{
    height: auto;
  }
  .other-upcoming-courses .course-title{
    height: auto;
  }
  
  .hover-1:hover {
    --_p: 100%;
    color: var(--c);
  }
  
  h1 {
    /* font-family: system-ui, sans-serif; */
    font-family: "Roboto", Sans-serif;
    font-size: 4rem;
    margin: 0 auto;
    cursor: pointer;
    padding: 0 0.1em;
    color: #1D2228;
  }
  h2{
    color: #1D2228;
    font-family: "Roboto", Sans-serif;
  }
  
  h4 {
    font-family: "Roboto", Sans-serif;
    margin-top: 0 !important;
    margin-bottom: 0.625rem !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    color: #1D2228;
  }
  
  h4 {
    font-size: 18px !important;
  }
  
  h5{
    color: #1D2228;
    font-family: "Roboto", Sans-serif;
  }
  
  h3 {
    margin-top: 0;
    margin-bottom: 0.625rem;
    font-family: "Roboto", Sans-serif;
    font-weight: 400 !important;
    line-height: 1.2;
    color: #1D2228;
  }
  
  h3 {
    font-size: 25px !important;
  }
  
  /* yudh css */
  .shield-icon {
    background-color: var(--vs-primary);
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    line-height: 32px;
  }
  .shield-icon::after {
    background-color: #282828;
    bottom: 0;
    content: "";
    display: inline-block;
    left: -8px;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: right top 0;
    width: 30px;
    height: 30px;
    border-radius: 50px;
  }
  
  .widget_social_widget li a:hover i,
  .widget_social_widget li a:focus i {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
  }
  
  @-webkit-keyframes jello-horizontal {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes jello-horizontal {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @-webkit-keyframes MOVE-BG {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(88px);
      transform: translateX(88px);
    }
  }
  
  @keyframes MOVE-BG {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(88px);
      transform: translateX(88px);
    }
  }
  /* end css */
  /* icons animation */
  
  .widget_social_widget li a:hover i,
  .widget_social_widget li a:focus i {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
  }
  
  @-webkit-keyframes jello-horizontal {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
  
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
  
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
  
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
  
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes jello-horizontal {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
  
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
  
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
  
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
  
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  /* icons animation and */
  
  .btn {
    padding: 9px 20px;
  }
  
  .btn-dark {
    color: var(--vs-secondary);
    border-color: var(--vs-secondary);
    background: transparent;
    border: 1px solid var(--vs-secondary);
  }
  .btn-theme {
    display: inline-block;
    position: relative;
    letter-spacing: 0.15px;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
    color: var(--vs-white);
    background-color: var(--vs-secondary);
    border-radius: 6.25rem;
    z-index: 0;
  }
  .btn-theme.active,
  .btn-theme:hover,
  .btn-theme:focus {
    color: var(--vs-white);
    background-color: var(--vs-primary);
  }
  .btn-theme1,
  .btn-theme2 {
    display: inline-block;
    position: relative;
    letter-spacing: 0.15px;
    padding: 10px 26px;
    font-weight: 500;
    border: none;
    color: var(--vs-white);
    background-color: var(--vs-primary);
    border-radius: 6.25rem;
    z-index: 0;
  }
  .btn-theme1.active,
  .btn-theme1:hover,
  .btn-theme1:focus {
    color: var(--vs-primary);
    background-color: var(--vs-white);
  }
  
  .btn-theme2.active,
  .btn-theme2:hover,
  .btn-theme2:focus {
    color: var(--vs-white);
    background-color: var(--vs-secondary);
  }
  
  .btn-outline-white {
    letter-spacing: 0.15px;
    padding: 9px 20px;
  }
  .btn-closed {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
  }
  .theme-h {
    border-left: 4px solid #000;
    padding-left: 10px;
    margin-bottom: 1.5rem;
  }
  .social_widget-r {
    background: var(--vs-primary);
    border-radius: 50px;
    width: 100% !important;
    padding: 10px 0px !important;
  }
  .icon-r i {
    background: var(--vs-primary);
    color: var(--vs-white);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
  }
  .modal-backdrop {
    --vs-backdrop-zindex:1050;
    --vs-backdrop-bg:#000;
    --vs-backdrop-opacity:0.5;
    position:fixed;
    top:0;
    left:0;
    z-index:1 !important;
    width:100vw;
    height:100vh;
    background-color:var(--vs-backdrop-bg)
  }
  .modal-backdrop.show {
    /* opacity: var(--vs-backdrop-opacity); */
    opacity: 0.7 !important;
  }
  h3 {
    font-weight: 500 !important;
  }
  i.fas.fa-shield-alt {
    color: #fff;
    z-index: 9;
  }
  .main-header .above-header .header-widget {
    position: relative;
  }
  
  .main-header .above-header .header-widget::before {
    content: "";
    position: absolute;
    background-color: var(--vs-primary);
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 40px 0 0 40px;
  }
  
  .above-header .widget-left .widget_text .textwidget i {
    color: var(--vs-white);
    z-index: 99;
  }
  
  .above-header .widget-left .widget_text .textwidget i {
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
  }
  .social_widget {
    position: relative;
    left: 0rem;
  }
  .main-menu-right .menu-right-list ul li {
    list-style: none;
  }
  
  .main-menu-right .menu-right-list ul li {
    color: var(--vs-white);
    background-color: var(--vs-primary);
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
  }
  
  .main-menu-right .menu-right-list ul li:hover {
    color: var(--vs-black);
  
    background-color: var(--vs-white);
    border: 1px solid var(--vs-primary);
  }
  
  aside#widget-text a {
    text-decoration: underline;
    color: var(--vs-primary);
  }
  
  .slider-section .main-table-cell .main-content h1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    text-transform: uppercase;
    font-size: 90px;
    color: white;
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--vs-primary);
  }
  
  .main-content .top-heading {
    font-weight: 500;
    font-size: 2.125rem;
    display: block;
    /* margin-bottom: 1.8rem; */
  }
  
  .main-menu-right .items-count {
    position: absolute;
    top: -8px;
    left: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 6.25rem;
    text-align: center;
    font-size: 12px;
    color: var(--vs-white);
    background-color: var(--vs-black);
  }
  
  /* clients-section  */
  .home-sect {
    background-color: #f4fcff;
  }
  
  .home-sect .clients-wrapper {
    padding: 55px 0;
  }
  
  .flex {
    display: flex;
  }
  .clients-wrapper1 {
    display: flex;
    flex-wrap: wrap;
    /* -ms-flex-align: flex-start; */
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .clients-section .clients-wrapper1 span {
    font-size: 2.125rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: normal;
    color: var(--vs-black);
  }
  
  .clients-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* -ms-flex-align: flex-start; */
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .clients-section .clients-wrapper1 span::after {
    content: "";
    position: absolute;
    top: 0;
    /* left: 0; */
    bottom: 0;
    margin: auto;
    width: 18%;
    height: 4%;
    background-color: var(--vs-black);
  }
  
  .clients-section .widget-clients .widget {
    padding: 0 30px;
  }
  
  /* swipper css */
  
  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    background-position: center;
    background-size: cover;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
  }
  
  /* service-section start */
  
  .heading-default h2 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    /* color: white; */
    color: #1D2228;
    font-weight: 400;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--vs-primary);
    position: relative;
    display: inline-block;
    border-bottom: 5px solid var(--vs-primary);
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  
  .heading-default.style1 h2:before,
  .heading-default.style2 h2:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -7px;
    left: 10px;
    background-color: var(--vs-black);
    border-radius: 50%;
    transform: translateX(-100%);
  
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
  }
  .heading-default.style2 h2:before {
    background-color: var(--vs-white);
  }
  @-webkit-keyframes MOVE-BG {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(140px);
      transform: translateX(140px);
    }
  }
  
  @keyframes MOVE-BG {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(140px);
      transform: translateX(140px);
    }
  }
  
  .heading-default {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  
  .service-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 0.15);
    background-color: var(--vs-primary-light);
    -webkit-transition: var(--vs-transition);
    transition: var(--vs-transition);
  }
  
  .service-card:hover {
    border-radius: 0;
    -webkit-transition: var(--vs-transition);
    transition: var(--vs-transition);
  }
  
  .service-card-content {
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 0.625rem;
  }
  
  .service-card-icon {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--vs-black);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
    padding: 3rem 0 5rem 0;
    -webkit-transition: var(--vs-transition);
    transition: var(--vs-transition);
  }
  
  .service-card-icon i {
    color: var(--vs-white);
    font-size: 4rem;
  }
  
  .service-card-icon i:hover {
    color: var(--vs-black);
  }
  
  .service-card:hover .service-card-icon {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    background-color: var(--vs-primary);
  }
  
  /* service-section and */
  
  /*====================================================
  --< Flipbox Area Css -->
  ======================================================*/
  .vs_flipbox_font {
    /* border: 1px solid #0c5adb; */
    border-radius: 8px;
  }
  .flipbox .section_main_title h1 {
    color: var(--vs-white);
  }
  .flipbox .section_sub_title h6 {
    color: var(--vs-white);
  }
  .flipbox .section_title {
    margin-bottom: 30px;
  }
  .vs_flipbox {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    z-index: 1;
  }
  .vs_flipbox .vs_flipbox_font,
  .vs_flipbox .vs_flipbox_back {
    min-height: 250px;
    height: auto;
    box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, 0.15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
    position: relative;
  }
  .vs_flipbox .vs_flipbox_back::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--vs-primary);
  }
  .icon {
    font-size: 45px;
    line-height: 45px;
  }
  .vs_flipbox .vs_flipbox_inner {
    text-align: center;
    padding: 0 25px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    perspective: inherit;
    -webkit-perspective: inherit;
    outline: transparent solid 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    z-index: 2;
  }
  .vs_flipbox_icon {
    font-size: 45px;
    text-align: center;
    display: inline-block;
    color: var(--vs-white);
    overflow: hidden;
  }
  .vs_flipbox_font .flipbox_desc p {
    color: var(--vs-white);
  }
  .vs_flipbox .flipbox_title h3 {
    font-size: 22px;
    padding-bottom: 13px;
    text-transform: capitalize;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: var(--vs-black);
    margin-top: 1rem;
  }
  .vs_flipbox .vs_flipbox_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 2px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .vs_flipbox .vs_flipbox_back .flipbox_button a {
    text-transform: capitalize;
    margin-top: 22px;
    background: var(--vs-white);
    color: var(--vs-primary);
    display: inline-block;
    padding: 4px 25px;
    border-radius: 5px;
    border: 2px solid var(--vs-white);
    transition: 0.5s;
  }
  .vs_flipbox_back .flipbox_desc p {
    color: var(--vs-white);
  }
  .vs_flipbox .vs_flipbox_back .flipbox_button a i {
    display: none;
  }
  .vs_flipbox_font .icon {
    color: var(--vs-white);
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background: var(--vs-primary);
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    display: inline-block;
  }
  
  .vs_flipbox .vs_flipbox_back .flipbox_title h3 {
    padding-bottom: 16px;
    padding-top: 0;
    color: var(--vs-white);
    margin-bottom: 0;
  }
  .vs_flipbox .vs_flipbox_font .flipbox_desc,
  .vs_flipbox .vs_flipbox_back .flipbox_desc {
    color: var(--vs-white);
  }
  
  .flipbox_area.top_feature.upper .vs_flipbox_font .icon {
    font-size: 45px;
    color: var(--vs-primary);
    background: transparent;
  }
  
  /* Flipbox Hover Css */
  .vs_flipbox:hover .vs_flipbox_font {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  .vs_flipbox:hover .vs_flipbox_back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .flipbox_title h3:hover {
    color: var(--vs-white) !important;
  }
  .vs_flipbox .vs_flipbox_back .flipbox_button a:hover {
    color: var(--vs-white);
    border-color: var(--vs-primary);
    background: var(--vs-primary);
  }
  
  .pages .vs_flipbox .vs_flipbox_font .flipbox_title h3 {
    color: #444;
  }
  .pages .vs_flipbox_font .flipbox_desc p {
    color: #666;
  }
  /*====================================================
  --< end Area Css -->
  ======================================================*/
  /*====================================================
  --< filter box Area Css -->
  ======================================================*/
  .grid {
    max-width: 1330px;
    margin: 40px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
  }
  .grid > li {
    width: calc(100% / 3 - 30px);
    margin: 0px 15px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
  }
  .filters {
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .grid li img {
    max-width: 100%;
    border-radius: 10px;
  }
  .filters button {
    padding: 10px 25px;
    margin: 0px 5px;
    color: var(--vs-white);
    background-color: var(--vs-secondary);
    border: none;
    border-radius: 70px;
    transition: 150ms;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    position: relative;
    outline: none;
    cursor: pointer;
  }
  .filters button.is-checked {
    background-color: var(--vs-primary);
    color: var(--vs-white);
  }
  
  @media (max-width: 767px) {
    .filters button {
      padding: 5px 10px;
      margin: 5px;
    }
    .grid > li {
      width: calc(100% - 30px);
    }
    .element-item p {
      font-size: 16px;
      line-height: 22px;
    }
  }
  /*====================================================
  --< filter box Area Css end-->
  ======================================================*/
  /* carousel css */
  .view {
    position: relative;
    overflow: hidden;
    cursor: default;
  }
  .view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
  }
  .rgba-black-light,
  .rgba-black-light:after {
    background-color: #000000a3;
  }
  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 20%;
    bottom: unset;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: unset;
  }
  
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 5px solid transparent;
  }
  .carousel-indicators [data-bs-target]::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: var(--vs-primary);
    border-radius: 50%;
    left: 20%;
    bottom: 10px;
  }
  .carousel-indicators .active {
    opacity: 1;
    border: 5px solid var(--vs-primary);
  }
  
  .slider-section .carousel-caption .main-content h1 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    text-transform: uppercase;
    font-size: 90px;
    color: white;
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--vs-primary);
  }
  
  /* carousel css end */
  /* gallery css */
  
  .box17 {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
  }
  .box17:after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--vs-primary);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
  }
  .box17:hover:after {
    opacity: 0.7;
  }
  .box17 img {
    width: 100%;
    height: auto;
    transition: all 1.5s ease 0s;
  }
  .box17 .box-content,
  .box17 .icon li a {
    position: absolute;
    transition: all 0.6s ease 0s;
  }
  .box17:hover img {
    transform: scale(1.2);
  }
  .box17 .icon {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .box17 .icon li a {
    width: 43px;
    height: 43px;
    background: var(--vs-white);
    line-height: 45px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    color: var(--vs-primary);
    top: 50%;
    border: 1px solid var(--vs-white);
    opacity: 0;
  }
  .box17:hover .icon li a {
    top: 22%;
    opacity: 1;
  }
  .box17 .icon li a:hover {
    background: var(--vs-white);
    color: var(--vs-primary);
  }
  .box17 .icon li:first-child a {
    left: -90%;
    right: 0;
  }
  .box17:hover .icon li:first-child a {
    left: 25%;
  }
  .box17 .icon li:last-child a {
    right: -90%;
    left: 0;
  }
  .box17:hover .icon li:last-child a {
    right: 25%;
  }
  .box17 .box-content {
    width: 100%;
    padding: 0px;
    background: var(--vs-primary);
    bottom: -122px;
    left: 0;
    z-index: 1;
  }
  .box17:hover .box-content {
    bottom: 0;
  }
  .box17 .title {
    font-size: 17px !important;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-top: 0px;
    padding: 8px;
    background: #000;
    text-align: center;
  }
  .box17 .post {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 0px 10px 10px;
    text-align: center;
  }
  .img-h513 {
    height: 513px !important;
  }
  @media only screen and (max-width: 990px) {
    .box17 {
      margin-bottom: 24px;
    }
  }
  /* gallery css end */
  /* Features-section start */
  .Features-section {
    position: relative;
    z-index: 0;
  }
  
  .Features-section {
    background-color: #1f2020e0;
    background-blend-mode: multiply;
    background-size: cover;
    position: relative;
  }
  .Features-section::before {
    background-color: #1f2020e0;
    content: "";
  }
  .bg-secondry-dark {
    background-color: var(--vs-black);
  }
  
  .bg-primary-light {
    background-color: var(--vs-primary-light);
  }
  
  .Features-style {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
    background-color: var(--vs-primary-light);
    transition: var(--vs-transition);
    border: 15px solid var(--vs-gray-dark);
  }
  
  .Features-item {
    text-align: center;
  }
  
  .Features-service-icon {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    -webkit-transition: var(--vs-transition);
    transition: var(--vs-transition);
  }
  
  .text-white {
    color: var(--vs-primary) !important;
  }
  .text-prime {
    color: var(--vs-primary);
  }
  
  .Features-style .Features-service-icon .Features-service-icon-wrapper {
    font-size: 3rem;
  }
  
  .Features-style .Features-service-icon .Features-service-icon-wrapper:hover {
    color: var(--vs-white);
  }
  .Features-service-icon-wrapper i,
  .Features-box-content-inner h3 {
    color: var(--vs-primary);
  }
  .Features-box-content-inner {
    padding: 0px 20px;
    text-align: center;
    padding-bottom: 20px;
  }
  .Features-style:hover .Features-service-icon-wrapper i,
  .Features-style:hover .Features-box-content-inner h3 {
    color: var(--vs-white);
  }
  .Features-style:hover {
    background-color: var(--vs-primary);
    color: var(--vs-white);
    border: 15px solid var(--vs-gray-light);
  }
  
  
  
  .Features-style a:hover {
    color: var(--vs-white);
  }
  
  .Features-box-content-inner p {
    font-size: 14px;
  }
  
  /* Features-section and */
  /* projects-section start */
  
  .projects_box {
    position: relative;
    transition: all 0.2s ease-out 0s;
    margin-bottom: 24px;
  }
  .projects_box .box-content,
  .projects_box:after {
    position: absolute;
    left: 20px;
    right: 20px;
  }
  .projects_box:after {
    content: "";
    display: block;
    background: #090909db;
    top: 20px;
    bottom: 20px;
    opacity: 0;
    transform: rotate3d(-1, 1, 0, 100deg);
    transition: all 0.4s ease-in-out 0s;
  }
  .projects_box:hover:after {
    opacity: 0.9;
    transform: rotate3d(0, 0, 0, 0deg);
  }
  .projects_box img {
    width: 100%;
    height: auto;
  }
  .projects_box .box-content {
    top: 45%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(10%, -30%);
    transform: translate(10%, -30%);
    transition: all 0.2s ease-out 0s;
  }
  .projects_box:hover .box-content {
    opacity: 1;
    transform: translate(0, -50%);
    transition-delay: 0.2s;
  }
  .projects_box .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .projects_box .post {
    display: block;
    font-size: 15px;
    color: var(--vs-white);
    margin-bottom: 20px;
  }
  .projects_box .social {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .projects_box .social li {
    display: inline-block;
  }
  .projects_box .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background: var(--vs-primary);
    border-radius: 50%;
    font-size: 17px;
    color: var(--vs-white);
    line-height: 35px;
    margin-right: 5px;
    transition: all 0.4s ease-in-out 0s;
  }
  .box14 .icon li,
  .box14 .post {
    display: inline-block;
  }
  .projects_box .social li a:hover {
    color: var(--vs-white);
    background: var(--vs-primary);
  }
  @media only screen and (max-width: 990px) {
    .projects_box {
      margin-bottom: 30px;
    }
  }
  
  .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008cba;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
  }
  
  .gallery-item:hover .overlay {
    bottom: 0;
    height: 100%;
  }
  /* projects-section and */
  
  .home-sect-1 {
    background-color: var(--vs-black);
  }
  
  .home-sect-1 .Appoint-wrapper {
    padding: 55px 0;
  }
  
  
  .Appoint-section .Appoint-wrapper .Appoint-contant {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 22px;
  }
  
  .Appoint-section .Appoint-wrapper .Appoint-contant .Appoint-contant-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    font-size: 38px;
    width: 42px;
    height: 42px;
    line-height: 1;
    margin-right: 15px;
    color: var(--vs-white);
    transition: var(--vs-transition);
  }
  
  .Appoint-section {
    position: relative;
  }
  
  .Appoint-section .Appoint-wrapper .Appoint-left {
    font-size: 28px;
  }
  
  .Appoint-section .Appoint-wrapper .Appoint-contant-corn {
    font-size: 55px;
    line-height: 2;
    color: var(--vs-primary);
  }
  
  .Appoint-section .Appoint-wrapper .Appoint-contant-info {
    display: inline-block;
    text-align: left;
    color: var(--vs-white);
  }
  
  .Appoint-contant-info .title {
    display: block;
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
  }
  
  .Appoint-contant-info .text {
    font-weight: 500;
    font-size: 25px;
    line-height: 1.9;
    margin-bottom: 1px;
  }
  
  .pricing-item .pricing-box-rate {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 100px;
    color: var(--vs-primary);
    background-color: var(--vs-white);
    border-radius: 10px;
    margin-top: 75px;
    line-height: 34px;
    box-shadow: 0px 0px 10.44px 1.56px rgba(33, 33, 33, 0.23);
  }
  
  .recommended.pricing-item a.btn.btn-light {
    border-color: var(--vs-white);
    background-color: var(--vs-white);
    color: var(--vs-secondary);
    box-shadow: 0px 0px 10.44px 1.56px rgba(33, 33, 33, 0.23);
  }
  
  .recommended.pricing-item a.btn.btn-light:hover {
    border-color: var(--vs-primary);
    background-color: var(--vs-primary);
    color: var(--vs-white);
    box-shadow: 0px 0px 10.44px 1.56px rgba(33, 33, 33, 0.23);
  }
  
  .recommended-sect {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    letter-spacing: 0.25px;
    color: var(--vs-white);
    background-color: var(--vs-primary);
    padding: 0 1.25rem;
    border-radius: 5px;
    z-index: 1;
  }
  
  /* Gallery section  start*/
  .Gallery-bg-image {
    background: url(../images/gallery/Gallery-bg.png) center center fixed
      rgba(0, 0, 0, 0.6);
  }
  
  .Gallery-section {
    background-color: #1f2020e0;
    background-blend-mode: multiply;
    background-size: cover;
    position: relative;
  }
  
  .Gallery-item-img {
    padding: 0 0px;
  }
  
  .img-w100 {
    width: 100%;
  }
  
  /*
  Gallery section  end*/
  
  .work-process {
    background-blend-mode: multiply;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 50px 0px 25px 0px;
  }
  
  .process-box::before {
    width: 87%;
    height: 87%;
    opacity: 1;
    visibility: visible;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    content: "";
    position: absolute;
    margin: 0px;
    z-index: 0;
    border-radius: 100%;
    border: 2px dotted var(--vs-white);
    transition: 0.3s ease-in-out;
    padding: 29px;
    top: 17px !important;
    left: 7% !important;
    right: 8%;
  }
  
  .process-box {
    text-align: center;
    max-width: 280px;
    height: 100%;
    background-color: var(--vs-primary);
    margin: auto;
    padding: 82px 41px;
    cursor: pointer;
    align-items: center;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
    position: relative;
    color: var(--vs-white);
  }
  
  .work-process .process-box p {
    line-height: 1.2;
  
    font-size: 50px;
  }
  
  .work-process .process-box .process-content span {
    line-height: 1.2;
  
    font-size: 18px;
  }
  
  /* process section  and*/
  
  /* article-section start*/
  .article-section {
    position: relative;
    overflow: hidden;
  }
  
  .article-items {
    position: relative;
    width: 100%;
    border-radius: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 0;
    box-shadow: 0 3px 12px -1px rgb(1 1 47 / 0.2),
      0 22px 27px -20px rgb(1 1 47 / 0.2);
  }
  
  .article-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  
  .article-content {
    position: relative;
    width: 100%;
  }
  
  .article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
    padding: 20px;
  }
  
  .article-meta .author-name > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .article-meta {
    margin-left: 0px;
  }
  
  .author-name .author-icon {
    margin-right: 10px;
    color: var(--vs-primary);
  }
  
  .article-favourite-link {
    position: absolute;
    right: 2px;
    top: -72px;
    width: 50px;
    height: 70px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--vs-primary);
    color: var(--vs-white);
  
    box-shadow: 0px 0px 7.52px 0.48px rgba(33, 33, 33, 0.23);
    -webkit-transition: var(--vs-transition);
    transition: var(--vs-transition);
  }
  
  .article-comment {
    margin-left: auto;
  }
  
  .article-comment i {
    color: var(--vs-primary);
  }
  
  .article-post-tags {
    margin-bottom: 1.25rem !important;
    border-top: 1px solid var(--vs-gray) !important;
  }
  
  .article-post-content {
    padding: 0px 20px 20px 20px;
  }
  
  .article-post-meta {
    padding: 20px 20px 0px 20px;
  }
  .btn-dark1 {
    /* padding: 9px 20px !important; */
    padding: 6px 12px !important;
    width: auto !important;
  }
  .more-link {
    background-color: transparent;
    color: var(--vs-gray-dark);
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  
  .more-link .fa-angle-double-right {
    position: absolute;
    bottom: 7%;
    right: 15px;
  }
  
  .more-link:hover {
    background-color: transparent;
    color: var(--vs-primary);
  }
  
  /* article-section and*/
  
  /* footer-section */
  
  .footer-section {
    background-color: #002a34;
    background-blend-mode: multiply;
    background-size: cover;
    position: relative;
    z-index: 0;
  }
  .wp-block-image img {
    box-sizing: border-box;
    
    vertical-align: bottom;
    border-radius: 10px;
  }
  .footer-bg-image {
    background-color: var(--vs-black);
    background-size: auto;
    background-size: cover;
  }
  
  .contact-info span.title {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.2;
    margin-bottom: 1px;
  }
  
  .footer-aboves {
    padding: 25px 0;
    background-color: var(--vs-primary);
  }
  
  .main-footer .widget:last-child {
    margin-bottom: 0;
  }
  
  .contact-areas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .contacts-info {
    display: ruby-base;
    text-align: left;
    color: inherit;
  }
  
  .contacts-icons {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    font-size: 38px;
    line-height: 1;
    margin-right: 15px;
    color: var(--vs-primary);
    -webkit-transition: var(--vs-transition);
    transition: var(--vs-transition);
  }
  
  .contacts-icons {
    font-size: 38px;
    line-height: 1;
    color: var(--vs-white);
  }
  .contact-info span a {
    color: var(--vs-white);
  }
  .text .text-primary {
    color: var(--vs-black) !important;
  }
  .textwidget {
    text-align: left;
  }
  .contact-areas .contacts-icons img {
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .footer-main-contant {
    padding: 40px 0;
    border-width: 0;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: var(--vs-primary);
  }
  
  .footer-main-contant .about-contant .contact-info .title .wp-block-latest-posts__post-title {
    color: var(--vs-primary);
  }
  
  .footer-main-contant .about-contant .contact-corn img {
    width: 100% !important;
  }
  
  .footer-main-contant .about-contant .contact-areas {
    padding: 10px 0px !important;
  }
  
  .widget .widget-title {
    display: block;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    text-align: left;
    letter-spacing: 0.35px;
    word-break: break-all;
  }
  
  .main-footer .widget-title {
    color: var(--vs-white);
    /* padding-left: 24px; */
    margin-bottom: 2.1875rem;
  }
  
  .widget_categoris_widget {
    position: relative;
  }
  
  
  .widget_categoris_widget li {
    display: flex;
    padding: 5px 0px !important;
  }
  
  .widget_categoris_widget li a {
    padding-left: 10px;
    margin: -5px 0 0 0;
  }
  
  .main-footer .widget_categoris_widget .widget-title {
    color: var(--vs-white);
    padding-left: 30px;
    margin-bottom: 2.1875rem !important;
  }
  
  .main-footer .widget_categoris_widget .widget_categoris {
    padding: 10px 0;
  }
  
  .main-footer .widget_categoris_widget .widget_categoris li::before {
    content: "";
    width: 13px;
    height: 13px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    background-color: var(--vs-white);
    box-shadow: 0px 0px 7.52px 0.48px rgba(33, 33, 33, 0.23);
    -webkit-transition: var(--vs-transition);
    transition: var(--vs-transition);
  }
  .main-footer .widget_categoris_widget .widget_categoris li:hover::before {
    background-color: var(--vs-primary);
    transform: rotate(45deg);
  }
  /* categoris section end */
  
  /* gallery section start */
  .gallery-columns-3 .gallery-item {
    width: 23.3% !important;
  }
  .gallery-size-thumbnail {
    padding: 10px 0;
  }
  /* gallery section end */
  /*********************** Demo - 1 *******************/
  .box1 img,
  .box1:after,
  .box1:before {
    width: 100%;
    transition: all 0.3s ease 0s;
  }
  .box1 .icon,
  .box2,
  .box3,
  .box4,
  .box5 .icon li a {
    text-align: center;
  }
  .box10:after,
  .box10:before,
  .box1:after,
  .box1:before,
  .box2 .inner-content:after,
  .box3:after,
  .box3:before,
  .box4:before,
  .box5:after,
  .box5:before,
  .box6:after,
  .box7:after,
  .box7:before {
    content: "";
  }
  .box1,
  .box11,
  .box12,
  .box13,
  .box14,
  .box16,
  .box17,
  .box18,
  .box2,
  .box20,
  .box21,
  .box3,
  .box4,
  .box5,
  .box5 .icon li a,
  .box6,
  .box7,
  .box8 {
    overflow: hidden;
  }
  .box1 .title,
  .box10 .title,
  .box4 .title,
  .box7 .title {
    letter-spacing: 1px;
  }
  .box3 .post,
  .box4 .post,
  .box5 .post,
  .box7 .post {
    font-style: italic;
  }
  
  body {
    background-color: #fff;
    color: #1D2228;
    /* font-family: "Roboto", Sans-serif; */
    /* overflow-x: unset; */
  }
  .mt-30 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .box1 .icon,
  .box1 .title {
    margin: 0;
    position: absolute;
  }
  .box1 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .box1:after,
  .box1:before {
    height: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 100% 0;
    transform: rotateZ(90deg);
  }
  .box1:after {
    top: auto;
    bottom: 0;
    transform-origin: 0 100%;
  }
  .box1:hover:after,
  .box1:hover:before {
    transform: rotateZ(0);
  }
  .box1 img {
    height: auto;
    transform: scale(1) rotate(0);
  }
  .box1:hover img {
    filter: sepia(80%);
    transform: scale(1.3) rotate(10deg);
  }
  .box1 .title {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 1px #004cbf;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    z-index: 2;
    transform: scale(0);
    transition: all 0.5s ease 0.2s;
  }
  .box1:hover .title {
    opacity: 1;
    transform: scale(1);
  }
  .box1 .icon {
    padding: 7px 5px;
    list-style: none;
    background: #004cbf;
    border-radius: 0 0 0 10px;
    top: -100%;
    right: 0;
    z-index: 2;
    transition: all 0.3s ease 0.2s;
  }
  .box1:hover .icon {
    top: 0;
  }
  .box1 .icon li {
    display: block;
    margin: 10px 0;
  }
  .box1 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease 0s;
  }
  .box2 .icon li a,
  .box3 .icon a:hover,
  .box4 .icon li a:hover,
  .box5 .icon li a,
  .box6 .icon li a {
    border-radius: 50%;
  }
  .box1 .icon li a:hover {
    color: #fff;
    box-shadow: 0 0 10px #000 inset, 0 0 0 3px #fff;
  }
  @media only screen and (max-width: 990px) {
    .box1 {
      margin-bottom: 30px;
    }
  }
  
  /***Custom Style***/
  .above-header{
    border-bottom: none;
  }
  .logo img {
    max-width: 9.5rem;
  }
  
  /* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
  
  /* body.page-template-template-full-width .main-navbar .main-menu a{
    font-weight: 600 !important;
    padding: 0 0.4rem;
  }
  body.page-template-template-full-width .main-menu-right .menu-right-list ul li a{
    padding: 9px 18px !important;
    font-weight: 600;
  } */
  .main-navbar .main-menu > li.menu-item > a{
    padding: 0 0.5rem;
  }
  .main-navbar .main-menu a {
    background-image: linear-gradient(to right, #5C4033, #5C4033, #5C4033) !important;
    text-transform: uppercase;
    font-size: 13px;
    /* font-family: "Roboto", sans-serif; */
    /* font-weight: 600; */
    /* font-size: 16px !important;
    font-family: "Roboto Condensed", Sans-serif !important; */
    /* font-weight: 500 !important; */
  }
  .main-navbar .main-menu > li > a:after{
    top: 0;
    border-top: 2px solid #5C4033;
    border-bottom: none;
  }
  .main-menu-right .menu-right-list ul li{
    width: auto;
    background-color: transparent;
  }
  .main-menu-right .menu-right-list ul li a{
    color: #fff;
    background-color: #8d1c1d;
    border-color: #8d1c1d;
    border-radius: 2px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
  }
  .main-menu-right .menu-right-list ul li:hover{
    border: none;
  }
  .main-menu-right .menu-right-list ul li:hover a{
    color: #fff;
    background-color: #8d1c1ded;
    border-color: #8d1c1d;
  }
  .main-menu-right .menu-right-list ul li:hover i{
    border: 1px solid #8d1c1d;
  }
  li.w-auto .booknow {
    background-color: #8d1c1d;
    border: 1px solid #8d1c1d;
    color: #fff !important;
    border-radius: 0px !important;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 2.3px;
  }
  
  .main-navbar .main-menu > li:hover > a{
    color: #8d1c1d;
  }
  .menu-right-list ul li a.sign-in i{
    border: 1px solid #1D2228;
    border-radius: 100%;
    padding: 1px 2px;
    font-size: 11px;
  }
  .main-menu-right .menu-right-list ul li .sign-in-menu{
    font-weight: 400;
    font-size: 13px;
  }
  @media (min-width: 1200px) {
    .container{
      max-width: 1200px;
    }
    .modal-content.class-model-content {
      width: 80% !important;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.9px) {
    .main-navbar .main-menu > li.menu-item > a{
      font-size: 12px;
    }
  }
  
  
  /***Home Slider***/
  .home-slider .slider{
    height: 550px;
  }
  .home-slider .slider-bg{
    /* width: 100%;
    height: 480px;
    background-size: 100% 100% !important;
    background-position: center !important; */
    background-size: cover !important;
    background-position: center right !important;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .home-slider .slider-overlay-bg {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /* background-color: #00000061; */
  }
  .slider-bg .slider-contents {
    position: absolute;
    left: 10%;
    max-width: 50%;
  }
  .banner-link{
    text-decoration: none !important;
  }
  .slider-bg .slider-contents .title {
    font-size: 70px;
    color: #5C4033;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
  .slider-bg .slider-contents .content {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    color: #5C4033;
    margin-bottom: 30px;
  }
  .slider-bg .slider-contents .button button {
    background-color: #8d1c1d;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    outline: none;
    border: none;
  }
  
  .home-slider .slick-prev:before{
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 600;
  }
  .home-slider .slick-next:before{
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 600;
  }
  .home-slider .slick-prev {
    left: 20px;
    z-index: 9999;
  }
  .home-slider .slick-next {
    right: 20px;
    z-index: 9999;
  }
  
  /***Footer Section***/
  body a{
    outline: none !important;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-logo img {
    max-width: 120px;
  }
  .footer-about-content {
    font-size: 16px;
    font-weight: 300;
    color: #e1e2e2;
    text-align: justify;
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .footer-social-medias ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .footer-social-medias ul li {
    display: inline-flex;
    margin-right: 4px;
    padding: 4px 10px;
  }
  .footer-social-medias ul li i{
    font-size: 24px;
    color: #e1e2e2;
  }
  .footer-social-medias ul li i:hover{
    color: #8d1c1d;
  }
  .footer-main-contant{
    border-color: #FFFFFF21;
    color: #e1e2e2 !important;
  }
  .footer-main-contant a{
    color: #e1e2e2;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.1em;
  }
  .footer-main-contant a:hover{
    color: #8d1c1d;
  }
  .footer-section{
    background-color: #1d2228 !important;
  }
  footer h5.widget-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 26px !important;
    margin-left: 2rem;
    border-style: solid;
    border-width: 0px 0px 0px 7px;
    border-color: #8d1c1d;
    padding: 0px 0px 0px 7px;
  }
  footer ul.menu{
    list-style-type: none;
  }
  .footer-contact-details {
    font-size: 16px;
    font-weight: 300;
    padding-left: 2rem;
  }
  .footer-contact-details .address {
    margin-bottom: 10px;
  }
  .footer-contact-details .phone {
    margin-bottom: 10px;
  }
  .footer-contact-details .whatsapp {
    margin-bottom: 10px;
  }
  .scrollingUp{
    background-color: #8d1c1d;
  }
  h4.copyright-text {
    color: #e1e2e2;
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  
  /***Home About Section***/
  .reservation {
    display: flex;
    align-items: center;
  }
  .phone-icon {
    margin-right: 20px;
    background-color: #8D1C1D;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .phone-icon i {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
  }
  .reserv-details h3 {
    font-size: 20px !important;
    color: #5C4033;
  }
  .reserv-details .pn {
    margin-bottom: 0px;
  }
  
  /***Home Yoga Programs***/
  .yoga-programs-offer-section {
    margin-top: 20px;
  }
  .yoga-program-details {
    text-align: center;
  }
  .program-icon {
    margin-bottom: 20px;
  }
  .program-icon img{
    margin: auto;
    /* max-width: 74px !important; */
  }
  .program-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .program-desc {
    font-size: 16px;
    font-weight: 500;
    padding: 0px 10px;
  }
  .custom-border{
    margin-top: -10px;
  }
  .custom-border .elementor-widget-container {
    position: relative;
  }
  .custom-border .elementor-widget-container:before{
    position: absolute;
    content: '';
    width: 43%;
    height: 1px;
    background-color: #5C4033;
    left: 0px;
    top: 50%;
  }
  .custom-border .elementor-widget-container:after{
    position: absolute;
    content: '';
    width: 43%;
    height: 1px;
    background-color: #5C4033;
    right: 0px;
    top: 50%;
  }
  .read-more-btn a{
    text-decoration: none !important;
  }
  
  /***Home Class Packages***/
  .yoga-class-packages-section {
    margin-top: 30px;
  }
  .yoga-package-details {
    text-align: center;
  }
  .yoga-package-details .package-img {
    width: 100%;
    height: 220px;
    background-size: 100% 100% !important;
    background-position: center !important;
  }
  .yoga-package-details .package-detail {
    background-color: #fff;
    padding: 20px 10px;
  }
  .yoga-package-details .package-title {
    color: #8d1c1d;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 18px;
  }
  .yoga-package-details .package-desc {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
    max-height: 50px;
  }
  .yoga-package-details .book-package a {
    text-decoration: none !important;
    background-color: #8d1c1d;
    color: #fff;
    display: inline-block;
    padding: 8px 14px;
    font-size: 13px !important;
    letter-spacing: 1.5px;
  }
  
  .package-image-section {
    overflow: hidden;
  }
  .package-img{
    -webkit-filter: brightness(90%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
  .package-img:hover{
    -webkit-filter: brightness(70%);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
  }
  
  /***Home TTS Testimonials***/
  .tts-testimonials-section {
    margin-top: 20px;
  }
  .student-details {
    display: flex;
    align-items: center;
  }
  .tts-img img {
    width: 50px;
    height: 50px !important;
    border: 5px solid #fff !important;
    border-radius: 50% !important;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .student-details .tts-name {
    color: #8d1c1d;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .student-details .tts-iyaanum {
    font-size: 13px;
    font-weight: 400;
    color: #1d2228;
    line-height: 1.6em;
  }
  .student-details .tts-my {
    font-size: 13px;
    font-weight: 400;
    color: #1d2228;
    line-height: 1.6em;
  }
  /* .student-details .tts-details {
    margin-left: 20px;
  } */
  .tts-content {
    color: #1d2228;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  .testimonial-details {
    background-color: #F4EEE4;
    padding: 30px 30px 30px 30px;
    margin: 0px 10px;
  }
  .testimonial-details:hover{
    cursor: grab;
  }
  
  /***News Section***/
  .blog-heading .elementor-widget-container{
    position: relative;
  }
  .blog-heading .elementor-widget-container h2:after{
    content: '';
    border: 1px solid #5C4033;
    display: block;
    content: "";
    border-block-end: 0;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 69.5%;
    top: 48%;
    right: 0;
  }
  .news-details-section a{
    text-decoration: none !important;
  }
  .news-img{
    width: 100%;
    height: 180px;
    background-size: 100% !important;
    background-position: center !important;
    position: relative;
  }
  .news-details {
    padding: 15px 15px 15px 15px;
    background-color: #fff;
  }
  .news-title {
    color: #1d2228;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2em;
  }
  .news-desc {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
  }
  .news-meta-details {
    background-color: #fff;
    padding: 12px 15px;
    border-top: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
  }
  .news-date {
    color: #8d1c1d;
    font-size: 13px;
    font-weight: 400;
  }
  .read-more{
    color: #8d1c1d;
    font-size: 13px;
    font-weight: 400;
  }
  .news-category {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #8d1c1d;
    color: #fff;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    font-weight: 400;
  }
  .news-details-section {
    box-shadow: 0 0 -20px 0 rgba(0, 0, 0, .15);
    transition: all .25s;
  }
  .news-details-section:hover{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  }
  .news-details-section .news-img{
    -webkit-filter: brightness(95%);
  }
  .news-details-section:hover .news-img{
    -webkit-filter: brightness(100%);
  }
  
  /***Course List Page***/
  .course-list-img{
    overflow: hidden;
  }
  .course-image {
    width: 100%;
    height: 160px;
    background-size: 100% !important;
    background-position: center !important;
    border-radius: 2px;
    transition: transform ease 0.3s;
  }
  /* .course-image:hover{
    transform: scale(1.07) rotate(1.5deg);
  } */
  .course-details {
    padding: 20px 10px 8px 10px;
    text-align: left;
  }
  .course-title{
    color: #5C4033;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 10px 0px 6px 0px;
    height: 65px;
    overflow: hidden;
  }
  .course-start-date {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 6px 0px;
    /* color: #808080; */
  }
  .course-end-date {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 2px 0px;
    /* color: #808080; */
  }
  .course-details-section {
    padding: 4px 4px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 4px 4px 40px 4px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .15);
  }
  .course-link {
    text-align: left;
    padding: 10px 0px;
  }
  .course-details a{
    text-decoration: none !important;
  }
  .course-link a, .course-link button, .course-link button:hover {
    background-color: #8d1c1d;
    padding: 8px 16px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    border-color: #8d1c1d;
  }
  .c-date span.lable {
    font-weight: 600;
    color: #5C4033;
  }
  .c-date span.value {
    font-weight: 400;
    color: #5C4033;
  }
  .course-date {
    margin-bottom: 10px;
    padding-top: 2px;
  }
  .course-category {
    font-size: 12px;
    font-weight: 500;
    color: #8d1c1d;
    text-transform: uppercase;
  }
  .course-list-section {
    margin-top: 10px;
    margin-bottom: 80px;
  }
  
  .course-filter-section {
    padding: 0px 10px;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .course-count {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .course-sort-by {
    display: flex;
    justify-content: right;
  }
  .sort-by {
    display: flex;
    justify-content: end;
    align-items: center;
    border: 1px solid #5C4033;
    padding: 3px 10px 3px 12px;
    border-radius: 2px;
    color: #5C4033;
    font-weight: 500;
  }
  .sort-filter select {
    border: none;
    min-width: 212px;
    width: 100%;
    min-height: 35px;
    cursor: pointer;
    color: #5C4033;
    font-weight: 500;
  }
  .bold{
    font-weight: 700;
    padding: 0px 4px;
  }
  .load-more-section {
    padding: 30px 0px;
    margin-top: 20px;
  }
  .more-button {
    text-align: center;
  }
  .more-button a {
    background-color: #8d1c1d;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none !important;
    font-weight: 500;
  }
  .course-list-details-section {
    /* margin-top: 20px; */
  }
  .tab-list {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .tab-list ul{
  /*   padding: 28px 100px 14px;
    border-radius: 40px;
    border: 2px solid #eee; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab-list .nav .nav-item button{
    font-size: 13px !important;
    font-weight: 500 !important;
    position: relative !important;
    padding: 4px 10px !important;
    margin: 8px 0px;
    border: 1px solid #5C4033;
    border-radius: 2px;
    color: #5C4033 !important;
  }
  .tab-list .nav .nav-item button:hover{
    color: #fff !important;
    background-color: #8d1c1d;
    border-color: #8d1c1d;
  }
  .tab-list .nav .nav-item button:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ff9900;
    opacity: 0;
  }
  .tab-list .nav-pills .nav-link{
    font-weight: 700 !important;
  }
  
  .course-list-details-section .tab-list ul{
    border-bottom: 1px solid #eee !important;
    padding-bottom: 10px;
  }
  .course-list-details-section .tab-list ul li{
    margin: 0px 6px;
  }
  .course-list-details-section .tab-list .nav .nav-item button.active{
    background-color: #8d1c1d;
    color: #fff !important;
    border-color: #8d1c1d !important;
  }
  .course-list-details-section .tab-list .nav .nav-item button{
    margin: 5px 0px;
  }
  .course-list-details-section .tab-list .nav .nav-item button:hover{
    outline: none !important;
  }
  .course-list-details-section .tab-content{
    border: none !important;
  }
  
  /***Single Course Details***/
  .single-course-banner {
    width: 100%;
    height: 350px;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
  }
  .single-course-banner-overly {
    background-color: #000000C4;
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
  .single-course-title-desc {
    position: absolute;
    max-width: 50%;
    margin: 0px 80px;
  }
  .single-course-banner-title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  .single-course-banner-desc {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  
  /***Course Details Tabs***/
  .single-course-details .nav-pills{
    border-bottom: 1px solid #eee !important;
  }
  .single-course-details ul li.nav-item{
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .single-course-details .nav-pills .nav-link{
    color: #5C4033 !important;
    font-weight: 500 !important;
    border: 1px solid #5C4033;
    padding: 4px 10px;
    border-radius: 2px;
  }
  .single-course-details .nav-pills{
    padding-bottom: 5px;
  }
  .single-course-details .nav-pills .nav-link:hover{
    outline: none !important;
    color: #8d1c1d !important;
  }
  .single-course-details .nav .nav-item button.active {
    background-color: transparent;
    /* font-size: 14px !important; */
    font-weight: 500 !important;
    border-radius: 2px;
    color: #fff !important;
    background-color: #8d1c1d;
    padding: 4px 10px;
    border-color: #8d1c1d;
  }
  .single-course-details .nav .nav-item button.active::after {
    content: "";
    /* border-bottom: 2px solid #8d1c1d; */
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 0px;
  }
  .single-course-details .tab-content{
    border: none !important;
    /* padding: 20px 20px 20px 10px !important; */
  }
  /* .single-course-details .tab-content{
    max-height: 550px;
    overflow-y: scroll;
  } */
  .single-course-details #pills-faculty .overview-section img{
      margin: unset;
      margin-bottom: 20px;
  }
  .single-course-details .tab-pane p{
    color: #1D2228;
  }
  .overview-section{
    color: #1D2228;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
  .overview-section img{
      margin-bottom: 20px;
  }
  .tab-pane .overview-section h2{
    clear: both;
  }
  .student-feedback-details .stu-feed-list {
    display: flex;
    margin-bottom: 40px;
    box-shadow: 0 .5rem .937rem rgba(140, 152, 164, .1);
    padding-bottom: 10px;
  }
  .stu-feed-list .stu-img {
    max-width: 100px;
    margin-right: 30px;
  }
  .stu-feed-list .stu-img img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
  }
  .stu-feedback .stu-name {
    font-weight: 500;
  }
  .stu-feedback .stu-iyatt {
    color: #77838f;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
  }
  .stu-feedback .stu-my {
    color: #77838f;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
  }
  .stu-feedback .stu-feed-content {
    font-size: 14px;
    font-weight: 400;
    color: #77838f;
    margin-top: 10px;
    text-align: justify;
    /* padding: 0px 10px; */
  }
  .stu-feedback{
    padding: 0px 10px;
  }
  
  /***Single Course Sidebar***/
  .course-video-thumbnail {
    width: 100%;
    height: 180px;
    background-size: 100% 100% !important;
    background-position: center !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
  .play-icon{
    position: absolute;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
  }
  .play-icon svg{
    width: 20px;
    height: 20px;
  }
  .single-course-sidebar-section {
    margin-top: 4rem;
    max-width: 350px;
    /* display: flex;
    justify-content: center; */
  }
  .single-course-sidebar-content {
    max-width: 350px;
    margin: auto;
    margin-top: 30px;
  }
  .single-course-sidebar-details {
    padding: .5rem;
    border: 1px solid #e7e7ec;
    border-radius: .25rem;
    box-shadow: 0 .5rem .937rem rgba(140, 152, 164, .1);
    max-width: 350px;
  }
  .buy-course {
    padding: 1.5rem;
    padding-bottom: 10px;
  }
  .course-price {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #5C4033;
  }
  span.currecy {
    margin-right: 5px;
  }
  .buy-button {
    margin-bottom: 0px;
  }
  .buy-button a {
    display: block;
    width: 100%;
    background-color: #5C4033;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid transparent;
    padding: 1rem 1.25rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.64;
    border-radius: .25rem;
  }
  .buy-button a:hover{
    background-color: #8d1c1d;
  }
  .sidebar-menus .list-items {
    padding: 1.5rem;
  }
  .sidebar-menus .list-items ul{
    padding-left: 0px;
  }
  .sidebar-menus ul li {
    margin-bottom: .75rem;
    border-bottom: 1px solid #e7e7ec;
    padding: 4px 4px 14px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
  }
  .icon-menu {
    display: flex;
    align-items: center;
  }
  .icon-menu h6 {
    margin-bottom: 0px;
    margin-left: 10px;
    color: #2f2d51;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
  }
  .sidebar-menus .icon-menu .list-icon svg{
    width: 1rem;
    height: 1rem;
    color: #949da6;
  }
  .sidebar-menus .list-items span.val {
    color: #77838f;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    padding-left: 10px;
  }
  .sidebar-menus .list-items span.val a{
    text-decoration: none !important;
  }
  .upcoming-batches{
      margin-left: 20px;
      margin-right: 20px;
  }
  .upcoming-batches .slick-arrow{
      background-color: unset;
  }
  .upcoming-batches .slick-prev:before{
      color: #981220;
      font-size: 26px;
  }
  .upcoming-batches .slick-next:before{
      color: #981220;
      font-size: 26px;
  }
  .upcoming-batches-section .widget-short-desc {
      font-size: 16px;
      color: #5C4033;
  }
  .upcoming-batches-section h2{
      color: #5C4033;
  }
  .other-upcoming-courses{
      margin-left: 20px;
      margin-right: 20px;
  }
  .other-upcoming-courses .slick-arrow{
      background-color: unset;
  }
  .other-upcoming-courses .slick-prev:before{
      color: #981220;
      font-size: 26px;
  }
  .other-upcoming-courses .slick-next:before{
      color: #981220;
      font-size: 26px;
  }
  .other-upcoming-courses-section .widget-short-desc {
      font-size: 16px;
      color: #5C4033;
  }
  .other-upcoming-courses-section h2{
      color: #5C4033;
  }
  /***Video Popup Model***/
  
  .modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  .close {
    color: #424141;
    background-color: #7e292a38;
    font-size: 28px;
    font-weight: 400;
    border: 1px solid #939393;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .close:hover,
  .close:focus {
    color: #1c2228;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 2px 4px;
    display: flex;
    justify-content: flex-end;
    border: none;
  }
  
  .modal-body {
    padding: 2px 10px;
  }
  
  /***Upcoming Batches***/
  .upcoming-batches-section {
    margin-top: 80px;
    padding-bottom: 40px;
  }
  .upcoming-batches{
    padding-bottom: 20px;
  }
  .upcoming-batches .course-details-section{
    margin: 10px 10px 30px 10px;
  }
  .upcoming-batches .course-image{
    height: 180px;
  }
  .upcoming-batches .course-title{
    font-size: 16px;
  }
  .widget-slider-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .widget-short-desc {
    margin-top: 15px;
  }
  ul.slick-dots li button:before{
    font-size: 10px !important;
  }
  .slick-dots li.slick-active button:before{
    color: #8d1c1d !important;
  }
  
  /***Other Upcoming Courses***/
  .other-upcoming-courses-section {
    margin-top: 10px;
    margin-bottom: 100px;
  }
  .other-upcoming-courses {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .other-upcoming-courses .course-details-section{
    margin: 10px 10px 30px 10px;
  }
  .other-upcoming-courses .course-image{
    height: 180px;
  }
  .other-upcoming-courses .course-title{
    font-size: 16px;
  }
  
  .breadcrumb-list {
    display: none;
  }
  
  .mx-auto {
    margin-right: 0 !important;
  }
  
  .custom-header-text {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    border-right: 10px solid #fff;
    margin: 0px 50px 0px 0px;
    padding: 0px 10px 0px 0px;
    text-align: right;
  }
  
  .package-content-modal strong {
    font-weight: 500;
  }
  
  .package-content-modal a {
    color: #ff6000;
    font-weight: 500;
  }
  
  .traninig .workshop a {
    background-color: #6B1108;
    color: #FFFFFF;
    border-radius: 2px;
    padding: 10px;
  }
  
  .bsbutton {
    clear: both;
    text-align: center;
    padding: 20px 0 0 0;
  
    button, input[type="submit"], input[type="button"], input[type="reset"] {
      background: #6B1108;
      background: -webkit-linear-gradient(top, #6B1108 0%, #702B23 100%);
      background: linear-gradient(to bottom, #6B1108 0%, #702B23 100%);
      border: none;
      border-radius: 3px;
      color: #fff;
      display: inline-block;
      padding: 11px 24px 10px;
      text-decoration: none;
      font-size: 13px;
    }
  }
  
  .btn-primary {
    background: #6B1108;
    background: -webkit-linear-gradient(top, #6B1108 0%, #702B23 100%);
    background: linear-gradient(to bottom, #6B1108 0%, #702B23 100%);
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    font-size: 13px;
  }
  
  .faq-accordion {
    .accordion-button {
      background-color: #fff;
      color: #333;
      padding: 15px 0px;
      border-bottom: 1px solid #ccc;
      font-size: 15px;
      font-weight: 500;
    }
    .accordion-button.collapsed {
      background-color: #fff;
      color: #333;
    }
    .accordion-body {
      padding: 20px 0px;
      font-size: 13px;
      font-weight: 300;
      word-spacing: 2px;
      text-align: justify;
    }
  }
  
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
  }
  
  .instructor-listbox {
    padding: 20px 0px 50px;
  
    .instructor-listbox-img {
      border-radius: 50%;
      width: 240px;
      height: 230px;
      background-color: #eee;
      display: flex;
      align-items: center;
      justify-content: center;
        margin: auto;
      cursor: pointer;
    }
  
    .instructor-listbox-img img {
      scale: 100%;
      transition: scale .35s ease-in-out;
      width: 180px;
      max-width: 180px;
      height: auto;
    }
  
    .instructor-listbox-title {
      text-align: center;
      padding: 20px 10px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      color: #5C4033;
    }
    .instructor-listbox-knowmore {
      text-align: center;
  
      button, button:hover {
        background-color: #fff;
        border: 1px solid #5C4033;
        border-radius: 18px;
        color: #5C4033;
        display: inline-block;
        padding: 6px 16px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
      }
    }
  }
  
  .ins-detail .btn-close{
      background-color: #7e292a38;
      opacity: unset;
      padding: 6px 6px !important;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-size: 50%;
  }
  
  .instructor-listbox:hover .instructor-listbox-img img {
    scale: 110%;
    transition: scale .35s ease-in-out;
  }
  
  .menu-collapse-wrap .hamburger-menu button{
    background-color: transparent !important;
  }
  .m-menu-lable {
    color: #131414 !important;
  }
  .main-mobile-wrapper .main-mobile-build .close-style{
    right: 10px;
    left: auto;
    background-color: #8d1c1d;
  }
  .main-mobile-wrapper .close-style:before, .close-style:after{
    background: #fff;
  }
  .home-slider .slick-arrow{
    background-color: transparent !important;
  }
  
  html{
    overflow-x: hidden !important;
  }
  .home-slider-section .home-slider{
    height: auto !important;
  }
  /* .slider-bg .slider-contents .content{
    display: none;
  } */
  
  .main-mobile-nav{
      background-color: #fff;
      border-bottom: 1px solid rgb(243 243 243);
  }
  .m-schedule a{
      background-color: #8d1c1d;
      color: #fff;
      text-decoration: none !important;
      display: block;
      padding: 10px 20px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 12px;
      font-weight: 600;
      white-space: nowrap;
  }
  .faq-accordion {
      margin-bottom: 60px;
  }
  .faq-accordion .accordion-body{
      color: #1D2228;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
      padding: 10px 20px 15px 20px;
      background-color: #F4EEE4;
  }
  .faq-accordion .accordion-button{
      border-bottom: 1px solid #efe1ca;
    font-size: 18px;
  }
  .faq-accordion .accordion-button:hover{
      outline: none;
      color: #8d1c1d;
  }
  .faq-accordion h2 .accordion-button{
      background-color: #F4EEE4;
    padding: 18px 10px;
  }
  .faq-accordion .accordion-button.collapsed{
      background-color: #F4EEE4;
  }
  .faq-accordion .accordion-item{
      margin-bottom: 5px;
  }
  .yoga-type-icon .elementor-shape-circle{
      display: block !important;
  }
  .main-menu li.current_page_item a{
      color: #8d1c1d !important;
  }
  .course-filter-by {
    display: flex;
    justify-content: left;
  }
  
  .course-list-details-section .overview-section .course-details-section .course-details .course-link button{
      background: #8d1c1d;
    background: -webkit-linear-gradient(top, #8d1c1d 0%, #8d1c1d 100%);
    background: linear-gradient(to bottom, #8d1c1d 0%, #8d1c1d 100%);
  }
  .course-list-details-section .overview-section .course-details-section .course-details .course-link button:hover{
      outline: none;
  }
  .course-list-details-section .overview-section .course-details-section .course-details .course-link .pull-right a{
      padding: 10px 16px;
  }
  .course-list-details-section .overview-section .course-details-section .course-details .course-link{
      display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .contact-text {
    color: #000;
  }
  .package-enrollment-details {
    padding: 0px 60px;
  }
  .package-enrollment-details .workshop.text-end a{
      text-decoration: none !important;
      font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
  }
  .package-enrollment-details #enrollfrm .info{
      margin-bottom: 5px;
  }
  .title-enroll-detail{
      color: #5c4033;
      font-size: 25px !important;
      font-weight: 600 !important;
      margin-bottom: 20px;
  }
  .classes-button a.elementor-button{
      text-decoration: none !important;
  }
  
  /***Class Package Payment***/
  .class-package-payment {
    padding: 20px 15px;
    margin: 40px 0px 60px 0px;
  }
  .class-package-payment .traninig {
    text-align: right;
  }
  .class-package-payment .traninig a{
    text-decoration: none !important;
  }
  .class-package-payment h3{
    color: #5c4033;
    font-size: 25px !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
  }
  .class-package-payment .info{
    margin-bottom: 10px;
  }
  .class-package-payment .billingBox input{
  margin: 10px 0px;
  }
  
  .course-title.class-title {
    height: auto;
    margin-bottom: 15px;
  }
  .class-short-desc {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  
  .main-navigation{
    border-bottom: 1px solid rgb(239 239 239 / 60%) !important;
  }
  .filter-reset {
    text-align: right;
    margin-bottom: 10px;
    padding: 0px 20px;
  }
  .filter-reset a {
    background-color: #8d1c1d;
    color: #fff;
    text-decoration: none !important;
    padding: 6px 20px;
    font-weight: 500;
    border-radius: 2px;
  }
  .purchase-not {
    width: 100%;
    margin-top: 10px;
    color: #9f1204;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .purchase-not a {
    /* display: flex;
    align-items: center; */
    margin: 0px 10px;
  }
  .purchase-not a:hover{
    text-decoration: underline !important;
  }
  /* .purchase-not a img{
    margin-bottom: 0px;
    padding-right: 5px;
    width: 30px;
    height: auto;
  } */
  .package_enrollment form .billingText {
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  .yoga-programs-offer-section a{
    text-decoration: none !important;
  }
  /* .scrollingUp.scroll-btn{
    visibility: visible;
    opacity: 1;
  } */
  
  body.page-id-2559 .hamburger-menu i{
    font-size: 20px !important;
  }
  body.page-id-2559 .hamburger-menu .m-menu-lable{
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  body.page-id-2559 .mobile-logo img{
    max-width: 12.5rem;
  }
  body.page-id-2559 .main-navigation .logo img{
    max-width: 12.5rem;
  }
  .package_enrollment form input{
    font-size: 14px;
  }
  .main-header .above-header .header-widget::before{
    display: none !important;
  }
  .contact_left .textapp {
    font-weight: 500;
    margin-bottom: 5px;
  }
  section.semantic-content .modal-content{
    width: 100%;
  }
  section.semantic-content iframe{
    height: 100%;
  }
  
  .modal-body br{
    display: none;
  }
  .modal-body h3{
    margin: 20px 0px;
  }
  .modal-body ul li{
    margin-bottom: 5px;
  }
  
  .class-short-desc{
    padding: 20px 20px 0px 20px;
    text-align: center;
  }
  .suspension-content-section {
    padding-right: 30px !important;
  }
  .suspension-content {
    color: #000;
    margin-bottom: 20px;
  }
  .twocoloums h3 {
    margin-bottom: 20px;
  }
  .twocoloums ul li {
    margin-bottom: 10px;
    color: #1D2228;
    font-weight: 300;
    font-size: 16px;
  }
  .suspension-content a {
    text-decoration: none !important;
    color: #8D1C1D;
  }
  .suspension-content a:hover{
    text-decoration: underline !important;
  }
  .suspension-agreement h3{
    color: #5C4033;
  }
  .suspension-agreement p{
    color: #000;
    line-height: 22px;
  }
  .suspension-form-section .textapp{
    font-weight: 500;
    text-align: right;
  }
  
  /***File Upload***/
  #booktrial .box, #suspension .box {
    margin-bottom: 15px;
  }
  .documents_upload {
    background-color: #fff;
    padding: 0px !important;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  #suspension #frmbook .inp {
    background-color: #fff;
    font-size: 15px;
    min-height: 40px;
  }
  #document_upload {
    border: none;
    width: 100%;
  }
  .inp {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 5px;
  }
  .terms {
    display: flex;
    margin-top: 5px;
  }
  .terms .textapp {
    margin-right: 10px;
  }
  .terms .textapp input {
    border: 1px solid #ccc;
  }
  .terms .textapp input:before{
    top: 0.40rem;
  }
  #suspension select{
    font-size: 14px !important;
  }
  .box.contact_recaptcha{
    overflow: hidden;
  }
  #suspension .button #suspension_submit{
    background-color: #8D1C1D;
    color: #fff;
  }
  #suspension .button #suspension_submit:hover{
    outline: none;
  }
  
  .enrollment-details-section {
    margin-top: 30px;
  }
  .enrollment-details .row{
    margin-bottom: 10px;
  }
  .enrollment-details .lable{
    text-align: right;
  }
  .enrollment-details .value {
    position: relative;
    padding-left: 20px;
  }
  .enrollment-details .value:before {
    content: ':';
    position: absolute;
    left: 0px;
  }
  #enrollfrm .info.note{
    text-align: center;
    margin-top: 10px;
    color: #771f1e;
  }
  .billingBox.termcondition {
    display: flex;
    align-items: center;
  }
  .billingBox.termcondition input {
    margin-right: 10px;
    margin-top: 0px;
    outline: none !important;
    min-width: 16px !important;
  }
  .billingBox.termcondition input[type="checkbox"]:checked:before{
    top: 0.36rem;
  }
  .billingBox.termcondition a {
    text-decoration: none !important;
    color: #2c2c2c;
  }
  .billingBox.termcondition a:hover{
    color: #8D1C1D;
    text-decoration: underline !important;
  }
  
  
  .suspension-payment h5 {
    color: #5C4033;
    font-size: 22px;
  }
  .suspension-payment form .info{
    margin-bottom: 10px;
  }
  
  .online-application-section {
    margin: 40px 0px;
  }
  
  #onlineapp {
    margin-right: 80px;
  }
  #onlineapp h3 {
    color: #5C4033;
    margin-bottom: 20px;
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea{
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px;
  }
  #onlineapp .textapp{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .highlights {
    background-color: #8A625E;
    color: #fff;
    line-height: 18px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .highlights li{
    margin-bottom: 8px;
  }
  .highlights .content img{
    margin: auto;
  }
  .highlights .title {
    background-color: #51140C;
    padding: 15px 10px;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
  }
  .highlights .sub-title {
    padding: 10px 10px;
    font-size: 22px;
    line-height: 30px;
  }
  .highlights .content {
    padding: 10px 20px;
    line-height: 22px;
  }
  .stu-feed-img{
    margin: 20px 0px 10px 0px;
  }
  .stu-feed-img img{
    border: 1px solid #FFFFFF !important;
    border-radius: 5px !important;
    margin: auto;
  }
  .student-feedback .content a{
    text-decoration: none !important;
  }
  
  .header-close-menu.close-style:before{
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
  }
  .header-close-menu.close-style:after{
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
  }
  
  .onapp-term a{
    display: block;
    padding-left: 5px;
    text-decoration: none !important;
  }
  .tt_title {
    font-size: 16px;
  }
  #onlineapp .button .btn{
    background-color: #8D1C1D !important;
    outline: none !important;
    color: #fff !important;
  }
  
  .success-message {
    margin: 20px 0px;
    padding: 0px 40px;
  }
  .message-content {
    font-size: 16px;
    text-align: center;
    color: #12a13b;
    margin: 20px 0px;
    line-height: 26px;
  }
  .social-share {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-share div{
    margin: 0px 10px;
  }
  .social-share .fb img {
    width: 90px;
    height: auto;
    margin: 0px 5px;
    padding: 0px 5px;
  }
  .social-share .whatsapp img {
    width: 60px;
    height: auto;
    margin: 0px 5px;
    padding: 0px 5px;
  }
  .none{
    display: none;
  }
  
  /***All Student Feedback***/
  .stu-feedbacks {
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 .5rem .937rem rgba(140, 152, 164, .1);
    padding: 15px 10px;
    font-size: 16px;
    color: #1D2228;
    font-weight: 300;
    background-color: #F4EEE4;
    border-radius: 2px;
  }
  .stu-feedbacks hr {
    display: none;
  }
  .stu-feedbacks .course-date {
    margin-bottom: 0px;
  }
  .stu-feedbacks .content {
    padding-bottom: 10px;
    font-style: italic;
  }
  .course-ytt-number {
    padding: 5px 0px;
  }
  .stu-feedbacks .studID {
    padding: 5px 0px;
  }
  p.sf-desc {
    color: #5C4033;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .stu-feedbacks strong {
    color: #5C4033;
    font-weight: 500;
    margin-right: 5px;
  }
  .all-student-feedback a {
    border: 1px solid #8f5b04;
    color: #5C4033;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 1px;
  }
  .all-student-feedback a:hover{
    text-decoration: underline;
    background-color: #ffdeb4;
    color: #000;
  }
  .all-student-feedback table td{
    color: #5C4033;
  }
  span.page-numbers.current {
    border: 1px solid #8f5b04;
    color: #5C4033;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 1px;
    background-color: #ffdeb4;
  }
  
  .package-details-section .workshop {
    text-align: right;
    margin-bottom: 20px;
  }
  .package-details-section #prdDetails h3 {
    margin-bottom: 20px;
  }
  .package-details-section .prddetailsContent {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .package-details-section .prddetailsContent .content{
    margin-bottom: 20px;
  }
  .package-details-section .prddetailsContent .content br{
    display: none;
  }
  .package-details-section .prddetailsContent .content ul li{
    line-height: 30px;
  }
  .package-details-section .prddetailsContent .title{
    padding-left: 10px;
  }
  .package-details-section .prddetailsContent .paypalbutton{
    padding-left: 10px;
  }
  .package-details-section .prddetailsContent .paypalbutton #terms_and_condition{
    outline: none;
  }
  .package-details-section a{
    color: #8d1c1d;
  }
  .banner-details .banner{
    background-position: center center !important;
    background-size: cover !important;
    min-height: 250px;
    position: relative;
  }
  .banner-details .bg-overlay{
    background-color: #00000052;
    width: 100%;
    height: auto;
    min-height: 250px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .banner-details .title{
    position: absolute;
    top: 40%;
    right: 10px;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    border-right: 10px solid #fff;
    margin: 0px 50px 0px 0px;
    padding: 0px 10px 0px 0px;
    text-align: right;
    font-family: "Roboto", Sans-serif;
  }
  .package-details-section {
    color: #1D2228;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 26px;
    margin: 50px 0px;
  }
  
  section.blog-section {
    margin: 50px 0px 60px 0px;
  }
  section.blog-section img.alignnone{
    margin: unset;
  }
  
  .amt-form {
    max-width: 400px;
    margin: 20px 0px;
  }
  .amt-form .billingText {
    margin-bottom: 5px;
  }
  .amt-form .billingBox {
    position: relative;
  }
  .amt-form input#admin_payable_amount {
    padding-right: 50px;
  }
  .amt-form span.amt-hkd {
    position: absolute;
    right: 5px;
    top: 12px;
    color: #a39d9d;
  }
  
  .twocoloums.contact-map iframe {
    width: 100%;
    height: auto;
    min-height: 250px;
  }
  
  .faq-title {
    margin-bottom: 20px;
  }
  .faq-title h2{
    color: #5C4033;
    font-family: "Roboto";
    font-weight: 600;
  }
  
  .main-mobile-nav.is-sticky-menu{
    position: relative;
  }
  
  /***Product List Page**/
  .product-details {
    text-align: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
    padding: 10px;
    margin-bottom: 30px;
  }
  .product-title {
    padding-top: 12px;
    line-height: 18px;
  }
  .product-price {
    margin: 10px 0px;
    color: #8d1c1d;
  }
  .product-link {
    margin: 10px 0px;
  }
  .product-link a {
    background-color: #8d1c1d;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
  }
  .product-list .product-image img{
    margin: auto;
    max-height: 160px;
    min-height: 160px;
  }
  .product-sub-title {
    color: #5C4033;
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 30px;
  }
  
  .product-sidebar {
    border: 1px solid #e7e7ec;
    border-radius: .25rem;
    box-shadow: 0 .5rem .937rem rgba(140, 152, 164, .1);
    max-width: 350px;
    margin: auto;
  }
  .sidebar-title {
    background-color: #51140C;
    padding: 15px 10px;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #fff;
  }
  .sidebar-menu ul {
    padding-left: 0px;
    padding-top: 5px;
    margin-bottom: 0px;
  }
  .sidebar-menu ul li {
    list-style-type: none;
    border-bottom: 1px solid #e7e7ec;
    padding: 12px 20px 12px 35px;
    position: relative;
  }
  .sidebar-menu ul li:last-child{
    border-bottom: none;
  }
  .sidebar-menu ul li:before{
    content: '»';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
  }
  
  /***Single Product Details***/
  .single-product-title {
    color: #5C4033;
    font-size: 22px;
    font-weight: 600;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 14px;
  }
  .single-product-payment {
    margin: 20px 0px;
  }
  .single-product-price {
    color: #981220;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .single-product-details {
    padding: 40px 30px 20px 30px;
  }
  .single-product-details-section {
    margin: 60px 0px;
  }
  .single-product-sub-title {
    color: #5C4033;
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", Sans-serif;
    margin-bottom: 10px;
    text-align: center;
  }
  .single-product-purchase #buynow {
    background-color: #8d1c1d;
    border-radius: 4px;
    padding: 4px 16px;
    font-weight: 500;
    font-size: 16px;
  }
  
  /***Cart Page***/
  .prdImgDetails img {
    height: 50px;
    margin-right: 10px;
  }
  #cart .borderline {
    clear: both;
    border-bottom: 1px solid #C8C8C8;
    padding: 10px 0 0 0;
    margin: 0px 0 10px 0;
  }
  #cart .removePrd {
    float: left;
    width: 100%;
    max-width: 50px;
  }
  #cart .prdImg {
    float: left;
    width: 100%;
    max-width: 450px;
    font-weight: bold;
  }
  #cart .qty {
    float: left;
    width: 100%;
    max-width: 200px;
    font-weight: bold;
  }
  #cart .unitPrice {
    float: left;
    width: 100%;
    max-width: 200px;
    font-weight: bold;
  }
  #cart .price {
    float: left;
    width: 100%;
    max-width: 100px;
    font-weight: bold;
  }
  #cart .prdImgDetails {
    float: left;
    width: 100%;
    max-width: 450px;
    font-size: 12px;
    color: #A1271A;
    display: flex;
    align-items: center;
  }
  #cart .qtyDetails {
    float: left;
    width: 100%;
    max-width: 200px;
  }
  #cart .qtyDetails .qty-value{
    outline: none;
    border: 1px solid #fbe0bc;
    padding: 3px 5px;
  }
  #cart .unitPriceDetails {
    float: left;
    width: 100%;
    max-width: 200px;
  }
  #cart .priceDetails {
    float: left;
    width: 100%;
    max-width: 100px;
  }
  #cart .cartBoxRight {
    float: right;
    width: 100%;
    max-width: 250px;
  }
  #cart .cartfinalbuttons {
    float: right;
    padding: 20px 0 0 0;
  }
  #cart .qtyDetails .updateCart {
    padding: 2px 6px;
    font-size: 12px;
    margin: 0 0 0 10px;
    border-radius: 4px;
    outline: none;
    background-color: #6B1108;
  }
  #cart .cartBoxRight .subtotal {
    width: 100%;
  }
  #cart .cartBoxRight .subtotal .subname {
    float: left;
    width: 100%;
    max-width: 100px;
    text-align: left;
    font-weight: bold;
  }
  #cart .cartBoxRight .subtotal .subprice {
    float: left;
    width: 100%;
    max-width: 140px;
  }
  #cart .cartBoxRight .grandtotal {
    clear: both;
    width: 100%;
    padding: 10px 0 0 0;
  }
  #cart .cartBoxRight .grandtotal .subname {
    float: left;
    width: 100%;
    max-width: 100px;
    text-align: left;
    font-weight: bold;
  }
  #cart .cartBoxRight .grandtotal .subprice {
    float: left;
    width: 100%;
    max-width: 140px;
  }
  #cart .cartfinalbuttons .shoppingbutton {
    float: left;
    padding: 0 10px 0 0;
  }
  #cart .cartfinalbuttons .checkoutbutton {
    float: left;
  }
  .cart-section {
    margin: 60px 0px 80px 0px;
    padding-bottom: 60px;
  }
  .shoppingbutton #continue {
    background: #6B1108;
    background: -webkit-linear-gradient(top, #6B1108 0%, #702B23 100%);
    background: linear-gradient(to bottom, #6B1108 0%, #702B23 100%);
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 13px;
    outline: none;
  }
  .checkoutbutton #btnchkout{
    background: #6B1108;
    background: -webkit-linear-gradient(top, #6B1108 0%, #702B23 100%);
    background: linear-gradient(to bottom, #6B1108 0%, #702B23 100%);
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 13px;
    outline: none;
  }
  .cart-details-section {
    background-color: #F4EEE4;
  }
  #cart table th{
    padding: 10px 5px;
  }
  #cart table td{
    padding: 10px 5px;
    font-weight: 500;
  }
  
  
  @media (max-width: 1023px){
    .m-cart-table{
      /* display: block; */
      margin-bottom: 20px;
      border-bottom: 1px solid #dee2e6;
      padding-bottom: 20px;
    }
    #cart .qtyDetails{
      max-width: 100px;
      width: auto;
      float: none;
    }
    .cartBoxRight {
      margin-top: 10px;
    }
    .remove-proimg {
      display: grid;
      grid-template-columns: 10% 90%;
      margin-bottom: 20px;
    }
    .remove {
      margin-right: 20px;
      width: 50px;
      max-width: 50px;
      display: flex;
      align-items: center;
    }
    .pro-qty-price {
      display: flex;
      justify-content: space-around;
    }
  
  }
  @media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    #cart .qtyDetails .updateCart{
      margin: 4px 0 0 0px;
    }
  }
  
  
  
  /***Billing Page***/
  .billing-details-section {
    margin: 50px 0px 80px 0px;
  }
  #billing .heading {
    color: #5C4033;
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 30px;
  }
  #billing {
    border-right: 1px solid #eee;
    padding-right: 40px;
  }
  #billing .billingText {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #billing input[type="text"]{
    min-height: 44px;
  }
  #shipping{
    padding: 0px 40px;
  }
  #shipping .heading{
    color: #5C4033;
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 30px;
  }
  #shipping .billingBox.shipText {
    color: #ed4052;
  }
  .billing-section .bsbutton #continueship{
    outline: none;
  }
  
  /***Check Your Order***/
  .billinginfo .heading{
    color: #5C4033;
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 30px;
  }
  .shippinginfo .heading{
    color: #5C4033;
    font-family: "Roboto", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 30px;
  }
  .billinginfo {
    border-right: 1px solid #eee;
    padding-right: 40px;
  }
  .billinginfo .info{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .shippinginfo {
    padding: 0px 40px;
  }
  #checkorder {
    margin-top: 40px;
  }
  .info.shipText {
    color: #ed4052;
  }
  .img-pro {
    display: flex;
    align-items: center;
  }
  .img-pro img {
    max-height: 50px;
    margin-right: 5px;
  }
  #checkorder table th {
    padding: 10px 5px;
  }
  #checkorder table td {
    padding: 10px 5px;
    font-weight: 500;
  }
  .subtotal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0px;
  }
  .grandtotal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0px;
  }
  .subname {
    font-weight: 600;
    margin-right: 20px;
  }
  .payment-section {
    text-align: right;
    margin-top: 30px;
  }
  .payment-section #paynow {
    border-radius: 4px;
    padding: 8px 16px;
    outline: none;
  }
  #checkorder .cartinfo .heading{
    font-weight: 600;
    margin-bottom: 10px;
  }
  .cartinfo .heading span a {
    color: #ed4052;
  }
  .cartinfo .heading span a:hover{
    text-decoration: underline;
  }
  .total-section {
    margin-top: 30px;
  }
  #checkorder table thead tr {
    border-top: 1px solid #dee2e6;
  }
  
  /***Order Receipt***/
  .order-message {
    margin-bottom: 30px;
  }
  .order-success {
    color: #097a09;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #checkorder .cartinfo .heading {
    font-weight: 700;
    font-size: 18px;
    color: #5C4033;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .order-print img {
    margin-right: 5px;
  }
  .order-print{
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  ol.ol1 li {
    margin-bottom: 5px;
    color: #1D2228;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
  
  .zoho-form iframe {
    width: 100%;
    height: auto;
    min-height: 600px;
  }

  @media screen and (max-width: 991px){
    .ytt-zoho-form iframe{
      min-height: 2800px !important;
    }
  }
  @media screen and (max-width: 767px){
    .custom-header-text{
      margin-right: 0px !important;
    }
    .custom-header-text .elementor-shortcode{
      font-size: 20px !important;
    }
  }
  
  
  /***Private Yoga***/
  .private-yoga-teachers {
    margin-top: 30px;
  }
  .private-yoga-teachers .group_div {
    margin-top: 50px;
  }
  .private-yoga-teachers .TeacherInfo {
    padding-right: 30px;
  }
  .private-yoga-teachers .view_content {
    margin-top: 10px;
  }
  .private-yoga-teachers .textapp {
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .private-yoga-teachers .box {
    margin-bottom: 10px;
  }
  .private-yoga-teachers .box.contact_recaptcha{
    margin: 20px 0px;
  }
  .private-yoga-teachers .g-recaptcha {
    position: relative;
    left: -5px;
  }
  .private-yoga-teachers form#frmteacher {
    max-width: 500px;
  }
  .private-yoga-teachers .twocoloums.enquiry{
    margin-top: 20px;
  }
  .private-yoga-teachers .amazingcarousel-item-container{
    text-align: center;
  }
  .private-yoga-teachers .owl-carousel .owl-item img{
    width: auto;
    height: auto;
    max-height: 250px;
  }
  .private-yoga-teachers .amazingcarousel-title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
  }
  .private-yoga-teachers .k-multiselect .k-input-inner{
    min-height: 47px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px;
    border: 1px solid #c5c5c5;
  }
  .private-yoga-teachers .k-multiselect .k-input-inner:hover{
    border-color: #8d1c1d;
  }
  .private-yoga-teachers .k-input{
    border-style: none;
    border-radius: 0px;
  }
  
  /***Model Response***/
  .popup-response .fa-whatsapp{
    color: #fff;
    font-size: 20px;
    background-color: #079b22;
    padding: 1px 4px;
    border-radius: 2px;
  }
  .popup-response .modal-message{
    font-size: 16px;
    line-height: 25px;
  }
  .popup-response .msg-success{
    color: #068f06;
  }
  .popup-response .msg-error{
    color: #d30505;
  }
  .popup-response .modal-body br{
    display: block;
  }
  
  .course-list-details-section .overview-section .course-details{
    padding: 10px 10px 0px 10px;
  }
  .course-list-details-section .overview-section .course-details-section{
    cursor: pointer;
  }
  img.img-responsive.class-test-img {
    max-height: 130px;
    margin: unset !important;
  }
  .modal-header-image {
    padding: 0px 20px;
  }
  .package-content-modal h3{
    margin: 10px 0px;
  }
  
  /***Mobile Responsive***/
  
  @media screen and (min-device-width: 320px) and (max-device-width: 375px) {
    .product-list .product-details .product-image img{
      max-height: 180px;
    }
    .product-list {
      max-width: 80%;
      margin: auto;
    }
    .course-list-details-section .overview-section .course-details-section .course-image{
      height: 75px;
    }
  }
  
  @media screen and (min-device-width: 320px) and (max-device-width: 575px) {
    .enrollment-details-section .col-xs-6{
      flex: 0 0 auto;
      width: 50%;
    }
    .banner-details .title{
      font-size: 24px;
    }
    .course-list-details-section .overview-section .row{
      margin: 0px;
    }
    .course-list-details-section .overview-section .row .col-xs-6{
      flex: 0 0 auto;
      width: 50%;
      padding: 0px 5px;
    }
  }
  
  @media screen and (min-device-width: 320px) and (max-device-width: 338px) {
    .sort-by{
      padding: 3px 5px 3px 5px;
    }
  }
  
  @media screen and (min-device-width: 320px) and (max-device-width: 425px) {
      .m-schedule a{
          padding: 5px 10px;
          font-size: 11px;
      }
  }
  
  @media (max-width: 425px){
    .slider-bg .slider-contents .button button{
      padding: 5px 8px !important;
      font-size: 9px !important;
      font-weight: 600 !important;
      letter-spacing: 1.5px !important;
    }
  }
  
  @media (max-width: 500px){
      .package-enrollment-details .traninig{
          margin-bottom: 30px;
      }
    .menu-collapse-wrap{
      flex-direction: column;
    }
    .m-schedule{
      margin-right: 0px !important;
    }
  }
  
  @media screen and (min-device-width: 320px) and (max-device-width: 339px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 65px;
    }
  }
  
  @media screen and (min-device-width: 340px) and (max-device-width: 359px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 70px;
    }
  }
  
  @media screen and (min-device-width: 360px) and (max-device-width: 379px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 75px;
    }
  }
  
  @media screen and (min-device-width: 380px) and (max-device-width: 399px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 80px;
    }
  }
  
  @media screen and (min-device-width: 400px) and (max-device-width: 425px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 85px;
    }
  }
  
  @media screen and (min-device-width: 426px) and (max-device-width: 449px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 90px;
    }
  }
  
  @media screen and (min-device-width: 450px) and (max-device-width: 469px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 95px;
    }
  }
  
  @media screen and (min-device-width: 470px) and (max-device-width: 499px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 100px;
    }
  }
  
  @media screen and (min-device-width: 500px) and (max-device-width: 529px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 110px;
    }
  }
  
  @media screen and (min-device-width: 530px) and (max-device-width: 767px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 115px;
    }
  }
  
  @media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .course-list-details-section .overview-section .course-details-section .course-image {
      height: 140px;
    }
  }
  
  @media screen and (min-device-width: 320px) and (max-device-width: 1198px) {
    .blog-heading .elementor-widget-container h2:after{
      display: none;
    }
  }
  
  @media screen and (min-device-width: 320px) and (max-device-width: 676px) {
    .slider-bg .slider-contents .title{
      font-size: 18px !important;
      margin-bottom: 10px;
    }
    .slider-bg .slider-contents .content{
        font-size: 14px;
      margin-bottom: 10px;
    }
    .slider-bg .slider-contents .button button{
      padding: 8px 10px;
      font-size: 10px;
    }
    .slider-bg .slider-contents{
      left: 8%;
      max-width: 60%;
    }
    .course-filter-section{
      margin-top: 20px;
    }
    .home-slider .slick-prev{
      left: 5px;
    }
    .home-slider .slick-next{
      right: 5px;
    }
  }
  
  @media screen and (min-device-width: 376px) and (max-device-width: 575px) {
    .our-instructor .col-xs-12{
      flex: 0 0 auto;
      width: 50%;
    }
    .instructor-listbox-img{
      width: 160px !important;
      height: 160px !important;
    }
    .instructor-listbox-img img{
      width: 130px !important;
      max-width: 130px !important;
    }
    .instructor-listbox-title{
      font-size: 14px !important;
    }
    .products-section .product-list .row .col-xs-12{
      flex: 0 0 auto;
      width: 50%;
    }  
  }
  
  @media (max-width: 767px){
    .slider-bg .slider-contents .title{
      font-size: 40px;
    }
    .yoga-programs-offer-section .yoga-program-details {
      margin-bottom: 30px;
    }
    .col-reverse .e-con-inner{
      flex-direction: column-reverse !important;
    }
    .yoga-class-packages-section .yoga-package-details{
      max-width: 320px;
      margin: auto;
      margin-top: 20px;
    }
    .yoga-package-details .package-title{
      font-size: 18px;
    }
    .course-filter-by{
      justify-content: center;
    }
    .course-sort-by {
      justify-content: center;
      margin-top: 15px;
    }
    .single-course-details .container.p-5{
      padding: 1rem !important
    }
    div#suspension {
      max-width: 500px;
      margin: auto;
    }
    .suspension-form-section .textapp{
      text-align: left;
    }
  
    .tab-list ul{
      padding: 5px 0px 5px 0px !important;
    }
    .tab-list{
      margin-bottom: 10px;
    }
    .course-list-details-section .container{
      padding: 0px;
    }
    .tab-list .nav .nav-item button{
      padding: 3px 8px !important;
    }
    .sort-filter select{
      min-height: 30px;
      font-weight: 400;
      font-size: 13px;
    }
    .course-sort-by{
      margin-bottom: 10px !important;
    }
    .yoga-programs-offer-section .row{
      justify-content: center;
    }
    #shipping{
      margin: 20px 0px;
    }
    .billinginfo{
      border-right: none;
    }
    .shippinginfo{
      padding: 0px;
      margin-top: 30px;
    }
    #cart .qtyDetails .updateCart{
      margin-left: 0px;
      margin-top: 5px;
    }
    .course-list-details-section .overview-section .course-details .course-title{
      font-size: 13px !important;
    }
  
  }
  
  @media (max-width: 991px){
    .slider-bg .slider-contents .title{
      font-size: 40px;
    }
    .tab-list ul{
      padding: 20px 20px 14px;
    }
    footer h5.widget-title{
      margin-left: 0px;
    }
    footer ul.menu{
      padding-left: 0px;
    }
    .footer-contact-details{
      padding-left: 0px;
    }
    #block-5{
      margin-bottom: 10px;
    }
    .course-filter-section{
      margin-bottom: 0px;
    }
    .m-schedule {
      margin-right: 10px;
    }
    .menu-collapse-wrap{
      flex-wrap: unset !important;
    }
    .hamburger-menu{
      margin-right: 0px;
      width: 100%;
      height: 55px;
    }
    .m-menu-lable {
      margin: 0px !important;
      background: none !important;
      width: auto !important;
      height: auto !important;
    }
    .course-sort-by{
      margin-bottom: 20px;
    }
    .class-short-desc{
      padding: 0px 20px 20px 20px;
    }
    #onlineapp{
      margin-right: 0px;
      margin-bottom: 30px;
    }
    .single-course-details .container.p-5{
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .product-sidebar-section {
      margin-top: 30px;
    }
    #shipping{
      padding: 0px 20px;
    }
    .course-list-details-section .overview-section .course-details .course-title{
      font-size: 14px;
      margin: 0px;
    }
    .course-list-details-section .overview-section .course-details .course-link button {
      font-size: 13px;
      padding: 5px 12px;
    }
    .course-list-details-section .overview-section .course-details-section{
      margin: 4px 4px 15px 4px;
    }
  }
  
  @media (min-width: 991px){
      .faq-title h2{
          font-size: 46px;
      }
  }
  
  @media (max-width: 1199px){
    .gallery-slider .slick-arrow:before{
      display: none !important;
    }
  }
  
  @media screen and (min-device-width: 768px) and (max-device-width: 1014px) {
      .single-course-details .container.p-5{
          padding: 2rem !important
      }
  }
  
  @media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .yoga-package-details .package-title{
      font-size: 20px;
    }
  }
  
  
  /***Home Banner***/
  @media screen and (min-device-width: 320px) and (max-device-width: 349px) {
    .home-slider .slider{
      height: 170px;
    }
  }
  @media screen and (min-device-width: 350px) and (max-device-width: 375px) {
    .home-slider .slider{
      height: 180px;
    }
  }
  @media screen and (min-device-width: 376px) and (max-device-width: 425px) {
    .home-slider .slider{
      height: 200px;
    }
  }
  @media screen and (min-device-width: 426px) and (max-device-width: 500px) {
    .home-slider .slider{
      height: 210px;
    }
  }
  @media screen and (min-device-width: 501px) and (max-device-width: 550px) {
    .home-slider .slider{
      height: 230px;
    }
  }
  @media screen and (min-device-width: 551px) and (max-device-width: 600px) {
    .home-slider .slider{
      height: 250px;
    }
  }
  
  @media screen and (min-device-width: 601px) and (max-device-width: 760px) {
    .home-slider .slider{
      height: 285px;
    }
  }
  @media screen and (min-device-width: 761px) and (max-device-width: 820px) {
    .home-slider .slider{
      height: 310px;
    }
  }
  @media screen and (min-device-width: 821px) and (max-device-width: 899px) {
    .home-slider .slider{
      height: 335px;
    }
  }
  @media screen and (min-device-width: 900px) and (max-device-width: 999px) {
    .home-slider .slider{
      height: 370px;
    }
  }
  @media screen and (min-device-width: 1000px) and (max-device-width: 1099px) {
    .home-slider .slider{
      height: 410px;
    }
  }
  @media screen and (min-device-width: 1100px) and (max-device-width: 1199px) {
    .home-slider .slider{
      height: 450px;
    }
  }
  @media screen and (min-device-width: 1200px) and (max-device-width: 1299px) {
    .home-slider .slider{
      height: 490px;
    }
  }
  
  /***Google Translator***/
  .Google-translator {
    margin-top: 20px;
  }
  .gtranslate_wrapper .gt_switcher a img{
    width: 20px !important;
    height: 20px !important;
  }
  .gtranslate_wrapper .gt_switcher .gt_selected a{
    padding: 3px 4px !important;
  }
  .gtranslate_wrapper .gt_switcher a{
    font-size: 10pt !important;
  }
  .gtranslate_wrapper .gt_switcher .gt_selected a:after{
    right: 5px !important;
  }
  .gtranslate_wrapper .gt_switcher .gt_selected{
    border: 1px solid #ccc !important;
  }
  .gtranslate_wrapper .gt_switcher .gt_selected a{
    border: none !important;
  }
  /***End Google Translator***/
  
  /***Grid pages mobile Responsive***/
  @media screen and (min-device-width: 320px) and (max-device-width: 375px) {
    .yoga-class .course-image{
      height: 135px !important;
    }
  }
  @media screen and (min-device-width: 376px) and (max-device-width: 425px) {
    .yoga-class .course-image{
      height: 160px !important;
    }
  }
  @media screen and (min-device-width: 426px) and (max-device-width: 575px) {
    .yoga-class .course-image{
      height: 180px !important;
    }
  }
  @media screen and (min-device-width: 320px) and (max-device-width: 575px) {
    .yoga-class .course-title{
      height: auto !important;
      line-height: 1.5em !important;
    }
    .yoga-class .course-link a{
      padding: 2px 10px !important;
      font-size: 12px !important;
      font-weight: 500 !important;
    }
  }
  @media screen and (min-device-width: 576px) and (max-device-width: 991px) {
    .yoga-class .course-title{
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  }
  
  @media screen and (min-device-width: 320px) and (max-device-width: 991px) {
    .yoga-class .course-category{
      line-height: 1.5em !important;
      margin-bottom: 10px !important;
    }
    .desktop-only{
      display: none !important;
    }
  }
  
  @media screen and (min-device-width: 992px){
    .yoga-class .course-title{
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .mobile-only{
      display: none !important;
    }
  }
  
  .yoga-class .course-title{
    height: auto !important;
  }
  .main-mobile-menu ul.main-menu li > a{
    line-height: 2rem !important;
    font-weight: 500 !important;
    padding: 5px 10px !important;
  }
  /***End Grid pages mobile Responsive***/
  
.tab-content .tab-pane .single-course-video-section{
    width: 300px;
    margin-bottom: 22px;
}
.tab-content .tab-pane .single-course-video-section .course-video-thumbnail{
    height: 150px;
}
#coursevideoModal.video-model-popup .modal-content{
    padding: 5px 0px;
}
#coursevideoModal.video-model-popup .modal-body {
    padding: 2px 10px 0px 10px;
}
#coursevideoModal.video-model-popup .modal-header .close{
    color: #fff !important;
    background-color: #8d1c1d;
    border: 1px solid #8d1c1d;
}

@media screen and (max-device-width: 991px){
  #coursevideoModal.video-model-popup .modal-content{
    width: 75%;
  }
}

@media screen and (min-device-width: 992px){
    .tab-content .tab-pane .single-course-video-section{
        display: none;
    }
}

.class-short-desc.align-left {
  text-align: left;
  padding: 0px;
}

/***Course Videos***/
.course-video video[poster]{
  background: transparent;
  display: block;
  height: auto;
  max-height: 420px;
  /* max-width: none; */
  position: static;
  visibility: visible;
  width: 100%;
  object-fit: fill;
  max-width: none;
  border-radius: unset;
}
.main-video{
  width: 100%;
  height: 100%;
  /* min-height: 485px; */
}

/* .container-section {
  max-width: 1200px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1200px) {
  .container-section {
    margin: 0;
  }
} */

.main-video-section {
  /* flex: 1 1 700px; */
  /* border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 15px; */
}

.main-video {
  margin-bottom: 7px;
  border-radius: 5px;
  width: 100%;
}
.main_video_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .main_video_title {
    font-size: 15px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .video-list-section {
    height: 415px;
    overflow-y: scroll;
  }
}
.course-single-video{
  /* margin-bottom: 20px; */
}
.video-list-section {
  /* flex: 1 1 350px; */
  /* height: 485px;
  overflow-y: scroll; */
  /* border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 8px; */
}
.video-list-section::-webkit-scrollbar {
  width: 7px;
}
.video-list-section::-webkit-scrollbar-track {
  background-color: #ffffffa3;
  border-radius: 5px;
}
.video-list-section::-webkit-scrollbar-thumb {
  background-color: #8d1c1d;
  border-radius: 5px;
}


.list {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px;
  /* background-color: #eee; */
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
}
.list:last-child {
  margin-bottom: 0;
}
.list.active {
  /* background-color: #444; */
}
.list.active .list_title {
  /* color: #fff; */
}
@media (max-width: 450px) {
  .list {
    flex-flow: column;
    gap: 10px;
  }
}
.list_video {
  width: 100px !important;
  border-radius: 5px;
}
@media (max-width: 450px) {
  .list_video {
    width: 100% !important;
  }
}
.list_title {
  font-size: 12px;
  font-weight: 600;
  color: #444;
}
.cv-details .class-date {
  font-size: 12px;
  margin-top: 5px;
  color: #858585;
}
@media (max-width: 450px) {
  .list_title {
    font-size: 15px;
    text-align: center;
  }
}

.cv-time{
  flex: 0 0 110px;
  background-position: center !important;
  background-size: cover !important;
  min-height: 75px;
  position: relative;
}
.cv-time .cv-duration{
  position: absolute;
  color: #fff;
  right: 5px;
  bottom: 5px;
  background-color: #201747b3;
  font-size: 8px;
  line-height: 1;
  padding: 5px;
  z-index: 1;
}
.cv-time .playing{
  background-color: #8d1c1da6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  /* opacity: 0; */
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cv-time .pause{
  background-color: #8d1c1da6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  /* opacity: 0; */
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.none{
  display: none !important;
}
.cv-content-section {
  background-color: #8D1C1D;
  padding: 30px 10px 40px 10px;
  margin-top: 40px;
}
.cv-content-section .cv-title{
  color: #fff;
}
.cv-content-section .cv-content{
  color: #fff;
  line-height: 1.8em;
}
.single-course-videos-section{
  padding-top: 20px;
}
.main-video-section{
  position: relative;
}
.play-butt {
  position: absolute;
  top: 46%;
  left: 45%;
  background-color: #8d1c1dd9;
  width: 90px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}
.play-butt:hover{
  background-color: #8d1c1ded;
}
.play-butt i {
  color: #fff;
  font-size: 30px;
}