@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Rowdies:wght@300;400;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --nunito-family: "Nunito", sans-serif;
    --bubblegum-family: "Bubblegum Sans", sans-serif;
    --inter-family: "Inter", sans-serif;
    --lato-family: "Lato", sans-serif;
    --pink-color: #FF6692;
    --blue-color:#08083c;
    --green-color:#99DB8D ;
    --yellow-color: #FCC86B;
    --skyblue-color: #89C6EF;
    --light-pink-color:#FF99B9;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
    user-select: none;
    font-family: var(--lato-family);
}

p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    display: block !important;
}

::-webkit-scrollbar {
    width: 5px;
}

.hidden {
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}

.accordion-button:focus {
    box-shadow: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*.full-width {
  width: 100% !important;
}*/
.container {
    max-width: 93%;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

.vertical-space-2 {
    height: 10px;
}

.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}

.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}

.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}

.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.common{
    color: var(--pink-color) !important;
}
.common-btn {
    background: var(--blue-color) !important;
    padding: 10px 35px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    font-family: var(--jost-family);
    position: relative;
    z-index: 2;
}

.common-btn:hover , .common-btn:focus {
    background: var(--blue-color) !important;
        color: #fff;
}
.round-btn{
    width: 50px;
    height: 50px;
    background: var(--pink-color) !important;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
    font-size: 18px;
    margin-left: 10px;
    position:relative;
}
.round-btn1{
     position:relative;
    width: 50px;
    height: 50px;
    background: var(--blue-color) !important;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
    font-size: 18px;
    display:block;
    margin-left: 10px;
}
.vs-btn {
    background-color: var(--pink-color);
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 33px;
    line-height: 28px;
    text-transform: capitalize;
    min-width: 150px;
    text-align: center;
    border-radius: 9999px;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.vs-btn-1 {
    background-color: var(--blue-color);
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 33px;
    line-height: 28px;
    text-transform: capitalize;
    min-width: 150px;
    text-align: center;
    border-radius: 9999px;
    border: none;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.vs-btn-1 .btn-hover .part{
    background: var(--pink-color);
}

/* Button Hover */
.wave-btn {
  transition: 0.21s;
}

.btn-hover {
  z-index: -1;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 110%;
  height: 110%;
  border-radius: 50px;
}
.btn-hover .btn-hover-inner {
  position: relative;
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.btn-hover .part {
  position: absolute;
  top: -5px;
  width: 25%;
  height: 100%;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.21s !important;
  background: var(--blue-color);
  border-color: white;
}
.btn-hover .part:nth-child(1) {
  left: 0;
  transition-delay: 0s !important;
}
.btn-hover .part:nth-child(2) {
  left: 30%;
  transition-delay: 0.07s !important;
}
.btn-hover .part:nth-child(3) {
  left: 60%;
  transition-delay: 0.14s !important;
}
.btn-hover .part:nth-child(4) {
  left: 90%;
  transition-delay: 0.21s !important;
}

.wave-btn:hover, .wave-btn:active, .wave-btn:focus {
  transition-delay: 0.21s;
}
.wave-btn:hover .part, .wave-btn:active .part, .wave-btn:focus .part {
  transform: translateZ(0) scale(1.7) !important;
}

.fixed {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    padding: 0px;
    background: var(--green-color) !important;
    animation: swip_down 0.5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.fixed .navbar-brand img {
    width: 140px !important;
    display: block !important;
}

@keyframes swip_down {
    from {
        transform: translate(-50%, -50px);
        opacity: 0;
    }

    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}


.top-header {
    background: #FF6692;
    padding: 10px 0px;
}
.top-header .top-header-left .top-header-list{
    display: flex;
    margin-bottom: 0px;
}
.top-header .top-header-left .top-header-list li{
    margin-right: 25px;
}
.top-header .top-header-left .top-header-list .list-item{
    font-size: 14px;
    color: #fff;
}
.top-header .top-header-left .top-header-list .list-item i{
    margin-right: 8px;
    font-size: 16px;
}
.top-header .social-icon ul{
    display:flex ;
    justify-content: end;
    margin-bottom: 0px;
}
.top-header .social-icon ul li {
   margin-left: 18px;
}
.top-header .social-icon ul li a{
    font-size: 16px;
    color: #fff;
}
.top-header .language-dropdown .dropdown-menu{
    padding: 0px;
    border-radius: 0px;
}
.top-header .language-dropdown .dropdown-item{
    color: #5f5f7f;
    padding:8px 10px;
}
.top-header .language-dropdown .dropdown-item:hover{
    background: var(--pink-color);
    color: #fff;
}

.navbar{ 
    position: relative;
    z-index: 1020;
    padding:0px;
    background: #fff;
    z-index: 1;
    font-family: var(--inter-family);
}
.navbar:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  display:none;
  width: 100%;
  height: 25px;
  background-image: url(../images/header-after.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1200;
}
  .navbar .navbar-brand img{
    width: 200px;
}
  .navbar .nav-item{
    padding-left: 25px;
}
  .navbar .nav-link{
    font-size: 14px;
    font-weight: 500;
    color: #5f5f7f;
    padding:40px 0px !important;
    padding-right: 0px !important;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
}
  .navbar .nav-link::after{
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 14px;
    transition: 0.6s all;
    border-radius: 0px;
    background: url(../images/fav.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar .nav-link.active::after{
    width:20px;
}
  .navbar .nav-link.active ,   .navbar .nav-link:hover ,   .navbar .nav-link:focus{
  color: var(--pink-color);
}

.navbar .header-btn:hover span{
    color: #fff;
}
.banner-section{
    position: relative;
    z-index: 0;
}
.banner-section .banner-img{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 95vh;
    position: relative;
}
.banner-section .banner-img.banner-img-1{
    background: url(../images/banner-2.jpg);
}
.banner-section .banner-img.banner-img-2{
    background: url(../images/banner-2.png);
}
.banner-section .banner-img.banner-img-3{
    background: url(../images/banner-3.jpg);
}
.banner-section .banner-img:after{
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      #f5f5f5 28%,
      #f5f5f5 10%,
      transparent 133%
    );
    z-index: 1;
}
.banner-section .banner-content{
    padding: 60px 0px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3;
}
.banner-section .banner-content .banner-subtitle{
    font-family: var(--bubblegum-family);
    font-size: 22px;
    color: var(--pink-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}  
.banner-section .banner-content .banner-title{
    font-family: var(--nunito-family);
    font-size: 55px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #32355D;
}    
.banner-section [class^='banner_animation_'],
.banner-section [class*='banner_animation_'] {
  position: absolute;
  z-index: 2;
    animation: MoveUpDown 5s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 30px;
  }
}
.banner-section .banner_animation_1 {
  left: 103px;
  top: 0px;
      animation: MoveUpDown 5s linear infinite;
}
@media (max-width: 767.98px) {
  .banner-section .banner_animation_1 {
    z-index: -1;
    left: 15px;
    top: 20px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner-section .banner_animation_1 {
    left: 15px;
    top: 20px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section .banner_animation_1 {
    left: 15px;
    top: 20px;
    max-width: 40px;
  }
}
.banner-section .banner_animation_2 {
  left: 100px;
  bottom: 60px;
   animation: MoveUpDown 5s linear infinite;
}
@media (max-width: 991px) {
  .banner-section .banner_animation_2 {
    z-index: -1;
    bottom: 50px;
    left: 20px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section .banner_animation_2 {
    bottom: 10px !important;
    left: 30px !important;
    max-width: 40px;
  }
}
.banner-section .banner_animation_3 {
  right: 100px;
  top: 20px;
   animation: MoveUpDown 5s linear infinite;
}
@media (max-width: 991px) {
  .banner-section .banner_animation_3 {
    z-index: -1;
    right: 30px;
    top: 50px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section .banner_animation_3 {
    right: 30px;
    bottom: 50px;
    max-width: 40px;
  }
}
.banner-section .banner_animation_4 {
  right: 50px;
  bottom: 200px;
   animation: MoveUpDown 5s linear infinite;
}
@media (max-width: 991px) {
  .banner-section .banner_animation_4 {
    z-index: -1;
    right: 50px;
    bottom: 60px;
    max-width: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .banner-section .banner_animation_4 {
    right: 50px;
    bottom: 60px;
    max-width: 40px;
  }
}
.cap-img{
    width: 40px;
}
.about-detail{
    padding: 60px 0px;
    position: relative;
}
.about-detail .img-box img{
    width: 100%;
}
.about-detail .about-content{
    padding-right: 50px;
}
.about-detail .about-subtitle{
    font-family: var(--bubblegum-family);
    font-size: 20px;
    color: var(--pink-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}  
.about-detail .about-title{
    font-family: var(--nunito-family);
    font-size: 28px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
}   
.about-detail .about-text{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 10px;
}
.about-detail .about-list{
    padding-left: 0px;
    margin-top: 20px;
}
.about-detail .about-list li{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
}
.about-detail .about-list li i{
    margin-right: 10px;
    color: var(--pink-color);
}
.about-detail .about-list li img{
    margin-right: 10px;
   width:20px;
}
.about-detail .globe-icon{
    width: 120px;
    position: absolute;
    right: 50px;
    top: 20px;
        -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.about-badge{
    background: var(--light-pink-color);
    padding: 20px;
    border-radius: 50px;
    text-align: center;
    color:#fff;
    font-size: 20px;
    font-family: var(--bubblegum-family);
}
.course-list{
    padding: 60px 0px;
    background-color: #ffefe4;
    position: relative;
}
.sun-image{
    position: absolute;
    top: 100px;
    right: 60px;
        -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.course-list .rotate-icon svg{
   animation: rotate-art 5s infinite linear;
   transition: all 0.3s linear;
   position: absolute;
   top: 60px;
   left: 100px;
}
@keyframes rotate-art{
   0%{
       transform: rotate(0deg);
   }
   100%{
       transform: rotate(360deg);
   }
}
.course-list .course-subtitle{
    font-family: var(--bubblegum-family);
    font-size: 22px;
    color: var(--pink-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center
}  
.course-list .course-title{
    font-family: var(--nunito-family);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
}  
.course-list .course-card{
    background: #fff;
    border-radius: 15px;
    padding: 0px;
}
.course-list .course-card .card-img{
    width: 100%;
    height: 250px;
    border-radius: 15px 15px 0px 0px;
    position: relative;
    z-index: 1;
}
.course-list .course-card .card-img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 25px;
    background-image: url(../images/img-dotted.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto;
    z-index: 2;
}
.course-list .course-card .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   border-radius: 15px 15px 0px 0px;
}

.course-list .course-card .card-body{
    padding: 20px;
}
.course-list .course-card .card-title{
    font-family: var(--nunito-family);
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.course-list .course-card .card-text{
    font-size: 16px;
    color: #333;
    line-height: 28px;
       display: -webkit-box;
   text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.border-rt{
    position: relative;
}
.border-rt:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
    width: 1px;
    height: 25px;
    right: 0;
}
.course-list .course-card .class-title{
    font-family: var(--nunito-family);
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #32355D;
    margin-bottom: 5px;
    text-align: center;
}
.course-list .course-card .class-text{
    font-size: 14px;
    color: var(--pink-color);
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
}

.course-list .course-card .class-text span{
    font-size: 14px;
    color: #000;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
}

.course-list .course-card  .star-rating{
    text-align: end;
}
.course-list .course-card  .star-rating span{
    font-size: 16px;
    color: var(--blue-color);
}
.course-list .course-card  .star-rating span i{
    color: #ffc107;
    margin:0px 5px;
}
.course-tab li{
    margin: 0px 20px;
}
.course-tab .nav-link{
    color: #32355D;
    font-size: 18px;
    font-family: var(--bubblegum-family);
}
.course-tab .nav-link.active{
    background: transparent;
    color: var(--pink-color);
}
.kids-activities{
    padding: 60px 0px;
    position: relative;
}
.kids-activities::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 25px;
  background-image: url(../images/header-after.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1200;
}
.kids-activities .star-icon svg{
    width: 150px;
    position: absolute;
    right: 80px;
           -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.girl-icon svg{
     width: 80px;
     height: 80px;
    position: absolute;
    left: 80px;
    bottom: 20px;
           -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.kids-activities .kids-subtitle{
    font-family: var(--bubblegum-family);
    font-size: 20px;
    color: var(--pink-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center
}  
.kids-activities .kids-title{
    font-family: var(--nunito-family);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
}
.kids-activities .kids-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
}

.kids-activities .kids-activity-list .img-box img{
    width: 100%;
}
.kids-activities .kids-activity-list .service-box{
    margin-bottom: 25px;
}
.kids-activities .kids-activity-list .service-box .icon{
    width: 50px;
    height: 50px;
    background: var(--skyblue-color);
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    outline-offset: 2px;
}
.kids-activities .kids-activity-list .service-box .icon-1{
    background: var(--green-color);
    outline: 1px dashed var(--green-color);
}
.kids-activities .kids-activity-list .service-box .icon-2{
    background: var(--skyblue-color);
      outline: 1px dashed var(--skyblue-color);
}
.kids-activities .kids-activity-list .service-box .icon-3{
    background: var(--light-pink-color);
      outline: 1px dashed var(--light-pink-color);
}
.kids-activities .kids-activity-list .service-box .icon-4{
    background: var(--yellow-color);
      outline: 1px dashed var(--yellow-color);
}
.kids-activities .kids-activity-list .service-box .icon-5{
    background: var(--blue-color);
    outline: 1px dashed var(--blue-color);
}
.kids-activities .kids-activity-list .service-box .icon-6{
    background: var(--pink-color);
      outline: 1px dashed var(--pink-color);
}
.kids-activities .kids-activity-list .service-box .icon-7{
    background: #009C42;
      outline: 1px dashed #009C42;
}
.kids-activities .kids-activity-list .service-box .icon-8{
    background: #24CCC0;
      outline: 1px dashed #24CCC0;
}
.kids-activities .kids-activity-list .service-box .icon-9{
    background: #AD33C6;
    outline: 1px dashed #AD33C6;
}
.kids-activities .kids-activity-list .service-box .icon-10{
    background: #F8C331;
      outline: 1px dashed #F8C331;
}
.kids-activities .kids-activity-list .service-box .icon-11{
    background: #B4DB51;
      outline: 1px dashed #B4DB51;
}
.kids-activities .kids-activity-list .service-box .icon-12{
    background: #0000ff;
      outline: 1px dashed #0000ff;
}
.kids-activities .kids-activity-list .service-box .icon-13{
    background: #006666;
    outline: 1px dashed #006666;
}
.kids-activities .kids-activity-list .service-box .icon-14{
    background: #000080;
      outline: 1px dashed #000080;
}
.kids-activities .kids-activity-list .service-box .icon-15{
    background: #FFC093;
      outline: 1px dashed #FFC093;
}
.kids-activities .kids-activity-list .service-box .icon-16{
    background: #CF98D8;
      outline: 1px dashed #CF98D8;
}
.kids-activities .kids-activity-list .service-box .icon-17{
    background: #84DC7B ;
      outline: 1px dashed #84DC7B ;
}
.kids-activities .kids-activity-list .service-box .icon-18{
    background: #dc7b8c ;
      outline: 1px dashed #dc7b8c ;
}
.kids-activities .kids-activity-list .service-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.kids-activities .kids-activity-list .service-box .card-title{

    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2em;
    color: #000;
    margin-bottom: 0px;
    margin-left:5px;
}
.kids-activities .kids-activity-list .service-box .card-text{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
    margin-bottom: 0px;
}

.join-detail{
   background: linear-gradient(0deg,  #fff  0%,#FFEFE4  100%);
    position: relative;
}
.join-detail .join-detail-padd{
    padding: 80px 0px 150px;
}
.join-detail .join-detail-padd .join-subtitle{
    font-family: var(--bubblegum-family);
    font-size: 20px;
    color: var(--pink-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}  
.join-detail .join-detail-padd .join-title{
    font-family: var(--nunito-family);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.join-detail .join-detail-padd .join-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 10px;
}
.join-detail .join-detail-padd .join-list li{
       font-size: 16px;
    color: #32355D;
    line-height: 28px;
    margin-bottom: 10px;
}
.join-detail .join-detail-padd .img-box img{
    width: 100%;
}
.join-detail .star-icon{
    position: absolute;
    top: 40px;
    right: 20px;
       -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.join-detail .arrow-img{
    bottom: 80px;
    left: 40%;
    position: absolute;
        -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.years-experince{
    background: url(../images/testimonial-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
    position: relative;
}
.years-experince::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/transparent-bg-text.png);
    background-size: cover;
}
.years-experince .icon {
    background: url(../images/counter-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
.years-experince .icon img{
    width: 64px;
}
.years-experince .counter-title{
 font-family: var(--bubblegum-family);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
}
.years-experince .counter-text{
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
}
.testimonial-detail{
    padding: 60px 0px 150px;
    position: relative;
}
.pencil-img-1{
    position: absolute;
    top: 20px;
    left: 40%;
}
.pencil-img-2{
    position: absolute;
    bottom: 50px;
    left: 10%;
}
.pencil-img-1 img , .pencil-img-2 img{
    width: 80px;
}
.testimonial-detail .testimonial-subtitle{
    font-family: var(--bubblegum-family);
    font-size: 20px;
    color: var(--pink-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}  
.testimonial-detail .testimonial-title{
    font-family: var(--nunito-family);
    font-size: 28px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.testimonial-detail .textimonial-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 10px;
}
.testimonial-detail .testimonial-box{
    background: #fff;
    box-shadow: 0px 7px 12px 4px rgba(75, 83, 100, 0.06);
    border-radius: 30px;
    padding:30px 25px;
}
.testimonial-detail .testimonial-box .card-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin:  0 auto 20px;
    position: relative;
}
.testimonial-detail .testimonial-box .card-img img{
    width: 100%;
    height: 100%;
  object-fit: cover;
      border-radius: 50%;
}
.testimonial-detail .testimonial-box .card-img .icon{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: var(--pink-color);
    position: absolute;
    bottom: 20px;
    left: -25px;
}
.testimonial-detail .testimonial-box .card-title{
 font-family: var(--nunito-family);
    font-size: 22px;
    font-weight:700;
    font-style: normal;
    line-height: 1.2em;
    color: #32355D;
    margin-bottom: 5px;
    text-align: center;
}
.testimonial-detail .testimonial-box .card-text{
    font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center  ;
}
.testimonial-detail .testimonial-box .author-detail{
    margin-top: 30px;
}
.testimonial-detail .testimonial-box .author-detail .author-name{
 font-family: var(--nunito-family);
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #32355D;
    margin-bottom: 0px;
    text-align: center;
}
.testimonial-detail .testimonial-box .author-detail .author-text{
    font-size: 14px;
    color: #1a1a1a;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center  ;
}
.footer-section{
    background: #C5E6EF;
    padding: 60px 0px 340px;
    position: relative;
    z-index: 2;
}
.footer-section::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/footer_bg1.png);
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    z-index: -1;
}
.footer-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: -56px;
    width: 100%;
    height: 56px;
    background-image: url(../images/footer-after.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}
.footer-section .footer-logo img{
    width: 160px;
    margin-bottom: 25px;
}
.footer-section .footer-text{
      font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
    margin-bottom: 0px;
}
.footer-section  .footer-title{
     font-family: var(--nunito-family);
    font-size: 22px;
    font-weight:700;
    color: #32355D;
    margin-bottom: 15px;
}
.footer-section  .footer-list{
    margin-bottom: 0px;
    margin-top: 10px;
}
.footer-section  .footer-list li:not(:last-child){
    margin-bottom: 10px;
}
.footer-section  .footer-list li .footer-link{
         font-size: 16px;
    color: #1a1a1a;
    line-height: 28px;
    margin-bottom: 0px;
}

.footer-section .input-group{
    border: none;
    border-radius: 8px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) -21.43%, rgba(255, 255, 255, 0.09) 113.53%);

}
.footer-section .input-group .form-control{
    border-radius: 8px 0px 0px 8px;
    border: none;
background: #fff;
border-right: 1px solid #eee;
    padding: 15px 15px;
    font-size: 14px;
    color: #666;
}
.footer-section .input-group .form-control::placeholder{
    color: #666;
}
.footer-section .input-group .input-group-text{
     background: #fff;
    border-radius: 0px 8px 8px 0px;
    color:#666;
    border: none;
    padding: 0px 15px;
}

.footer-bottom{
    background: #C5E6EF;
    padding: 10px 0px;
}
.footer-bottom .copyright-text{
    text-align:center;
        font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 0px;
}

.footer-bottom .copyright-text a{
    color:#FF6692;
}

.page-banner{
    background: url(../images/about-banner.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 350px;
    position: relative;
}
.page-banner::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000082;
}
.breadcrumb-detail{
      
    background: #b8e0ff91;
    padding: 15px 0px;
}
.breadcrumb-detail .bread-crumb-box ol{
    margin-bottom: 0px;
}
.breadcrumb-detail .bread-crumb-box .breadcrumb-item {
    font-weight: 400;
}
.breadcrumb-detail .bread-crumb-box .breadcrumb-item a{
    color: #000ab;
}
.breadcrumb-detail .bread-crumb-box .breadcrumb-item.active {
    color: var(--pink-color);
}
.breadcrumb-detail .breadcrumb-item+.breadcrumb-item::before{
    color: #000ab;
}
.page-banner .banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.page-banner .banner-title{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    z-index: 1;
}
.page-banner .bread-crumb-box{
    z-index: 1;
}
.page-banner .bread-crumb-box ol{
    margin-bottom: 0px;
}
.page-banner .bread-crumb-box .breadcrumb-item {
    font-weight: 400;
}
.page-banner .bread-crumb-box .breadcrumb-item a{
    color: #ffffffab;
}
.page-banner .bread-crumb-box .breadcrumb-item.active {
    color: #fff;
}
.page-banner .breadcrumb-item+.breadcrumb-item::before{
    color: #ffffffab;
}


.course-inner-list{
    padding: 60px 0px 120px;
    background-color: #fff;
    position: relative;
}
.course-inner-list .course-subtitle{
    font-family: var(--bubblegum-family);
    font-size: 22px;
    color: var(--pink-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center
}  
.course-inner-list .course-title{
    font-family: var(--nunito-family);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
} 
.divider-line{
    margin: 50px 0px;
    position: relative;
    width: 100%;
    display: block;
   height: 50px;
   text-align: center;
} 
.divider-line img {
    width: 80px;
    background: #fff;
    padding: 2px 15px;
    position: relative;
    z-index: 2;
}
.divider-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 65%;
    /* transform: translateY(-50%); */
    width: 100%;
    height: 1px;
    background: #f4f4f4;
}
.course-inner-list .course-card{
    background: #fff;
    border-radius: 15px;
    padding: 0px;
    border: 1px solid rgba(119,119,119,.18);
}
.course-inner-list .course-card .card-img{
    width: 100%;
    height: 250px;
    border-radius: 15px 15px 0px 0px;
    position: relative;
    z-index: 1;
}
.course-inner-list .course-card .card-img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 25px;
    background-image: url(../images/img-dotted.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto;
    z-index: 2;
}
.course-inner-list .course-card .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   border-radius: 15px 15px 0px 0px;
}

.course-inner-list .course-card .card-body{
    padding: 20px;
}
.course-inner-list .course-card .card-title{
    font-family: var(--nunito-family);
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.course-inner-list .course-card .card-text{
    font-size: 16px;
    color: #333;
    line-height: 28px;
       display: -webkit-box;
   text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.border-rt{
    position: relative;
}
.border-rt:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
    width: 1px;
    height: 25px;
    right: 0;
}
.course-inner-list .course-card .class-title{
    font-family: var(--nunito-family);
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #32355D;
    margin-bottom: 5px;
    text-align: center;
}
.course-inner-list .course-card .class-text{
    font-size: 14px;
    color: var(--pink-color);
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
}

.course-inner-list .course-card .class-text span{
    font-size: 14px;
    color: #000;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
    font-weight:600;
}

.course-inner-list .course-card  .star-rating{
    text-align: end;
}
.course-inner-list .course-card  .star-rating span{
    font-size: 16px;
    color: var(--blue-color);
}
.course-inner-list .course-card  .star-rating span i{
    color: #ffc107;
    margin:0px 5px;
}
.course-tab li{
    margin: 0px 20px;
}
.course-tab .nav-link{
    color: #32355D;
    font-size: 18px;
    font-family: var(--bubblegum-family);
}
.course-tab .nav-link.active{
    background: transparent;
    color: var(--pink-color);
}

.instructor-details{
    background: var(--light-pink-color);
    padding: 100px 0px;
}
.instructor-details .instructor-arrow{
    position: relative;
}
.instructor-details .instructor-arrow::after{
    content: "";
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/arrow-curve.png);
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.instructor-details .instructor-box{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}
.instructor-details .instructor-box:hover{
    background: var(--blue-color) !important;
}
.instructor-details .instructor-box:hover .number-icon{
    background: #fff;
    color: var(--pink-color);
}
.instructor-details .instructor-box .number-icon{
    width: 50px;
    height: 50px;
    background: var(--light-pink-color);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 40px;
    right: -25px;
}
.instructor-details .instructor-box .icon img{
    width: 60px;
}
.instructor-details .instructor-box:hover .icon img{
    filter: brightness(0) invert(1);
}
.instructor-details .instructor-box:hover .card-title , .instructor-details .instructor-box:hover .card-text{
    color: #fff;
}
.instructor-details .instructor-box .card-title{
    font-family: var(--nunito-family);
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 0px;
}
.instructor-details .instructor-box .card-text{
    font-size: 16px;
    color: #333;
    line-height: 28px;
       display: -webkit-box;
   text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-detail-inner{
    padding: 60px 0px 120px;
}
.course-detail-inner .course-right{
    margin-left: 50px;
}
.course-detail-inner .course-detail-box{
    padding: 35px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 0px 31.5px 3.5px rgb(0 0 0 / 5%);
}

.course-detail-inner .course-detail-box .border-tp:not(:last-child){
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.course-detail-inner .course-detail-box .list-item .icon img{
    width: 32px;
}
.course-detail-inner .course-detail-box .list-item .class-title{
    font-family: var(--nunito-family);
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: var(--blue-color);
    margin-bottom: 0px;
}
.course-detail-inner .course-detail-box .list-item .class-text{
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.course-detail-inner  .course-content .course-title{
    font-family: var(--nunito-family);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.course-detail-inner  .course-content .course-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 10px;
}
.course-detail-inner  .course-content .star-rating{
    text-align: left;
    margin-bottom: 15px;
}
.course-detail-inner  .course-content .star-rating span{
    font-size: 16px;
    color: var(--blue-color);
}
.course-detail-inner  .course-content .star-rating span i{
    color: #ffc107;
    margin:0px 5px;
}
.course-detail-inner .product-imgs .slider .img-box{
    width: 100%;
    height: 430px;
    margin-bottom: 15px;
}
.course-detail-inner .product-imgs .slider .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.course-detail-inner .product-imgs .slider2 .img-box{
    width: 100%;
    height: 100px;
}
.course-detail-inner .product-imgs .slider2 .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: 10px;
}
.slider2 .owl-nav{
    display: none !important;
}
.slider .owl-nav button.owl-prev {
    position: absolute;
    left: -5px;
    border-radius: 0px 5px 5px 0px;
    width: 40px;
    height: 60px;
    font-size: 16px;
    color:var(--pink-color);
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}
.slider .owl-nav button.owl-next{
    position: absolute;
   right: -5px;
    border-radius: 5px 0px 0px 5px;
    width: 40px;
    height: 60px;
    font-size: 16px;
    color:var(--pink-color);
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}
.slider .owl-nav button.owl-prev:hover , .slider .owl-nav button.owl-next:hover{
   color: #fff;
   background: var(--pink-color);
}
.course-cart{
 box-shadow: 0px 0px 31.5px 3.5px rgb(0 0 0 / 5%);
    border-radius: 15px;
    background-color: #fff;
    padding:30px 20px;
    width: 100%;
}
.course-cart .cart-title{
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    font-family: var(--inter-family);
}
.course-cart .cart-title span{
    color: var(--pink-color);
    font-weight: 500;
    text-decoration: line-through;
    font-size: 30px;
}
.club-detail{
    padding: 60px 0px 120px;
}
.club-detail .club-subtitle{
    font-family: var(--bubblegum-family);
    font-size: 22px;
    color: var(--pink-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center
}  
.club-detail .club-title{
    font-family: var(--nunito-family);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
} 
.club-detail .table .table-dark{
    --bs-table-border-color: var(--pink-color) !important;
}
.club-detail .table .table-dark th{
    background: var(--pink-color) !important;
     font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}
.club-detail .table td , .club-detail .table th{
    padding: 15px;
    vertical-align: middle;
     font-size: 15px;
    color: #666;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
    text-align:center;
}
.table-badge{
    padding: 3px 6px;
    border-radius: 5px;
    color: #fff;
}
.table-badge.applied{
    background: var(--light-pink-color);
}
.table-badge.approved{
    background: var(--green-color);
}
.table-badge.participate{
    background: var(--yellow-color);
}

.announcement-detail{
    padding: 60px 0px 120px;
}
.announcement-detail .announcement-subtitle{
    font-family: var(--bubblegum-family);
    font-size: 22px;
    color: var(--pink-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center
}  
.announcement-detail .announcement-title{
    font-family: var(--nunito-family);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
} 
.announcement-detail .card{
    border-radius: 10px;
    border: none;
}
.announcement-detail .card:hover{
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.announcement-detail .card .card-img{
   width: 100%;
   height: 220px;
   border-radius: 15px 0px 0px 15px;
}
.announcement-detail .card .card-img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
      border-radius: 15px 0px 0px 15px;
}
.announcement-detail .card .card-body{
    border: 1px solid rgba(119,119,119,.13);
    border-left: none;
    width: 100%;
    height: 100%;
      border-radius: 0px 15px 15px 0px;
      padding: 20px;
}
.announcement-detail .card .card-title{
    font-size: 18px;
    font-weight: 700;
    color: var(--blue-color);
    margin-bottom: 15px;
}
.announcement-detail .card .card-title a{
        color: var(--blue-color);
}
.announcement-detail .card .card-list{
    padding-left: 0px;
    margin-bottom: 10px;
}
.announcement-detail .card .card-list li{
      font-size: 15px;
    color: #1a1a1a;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 600;
}
.announcement-detail .card .card-list li I{
    margin-right: 10px;
}
.announcement-detail .card .card-list li span{
    font-size: 15px;
    color: #666;
    line-height: 28px;
    font-weight: 400;
}
.location-icon{
    color: var(--green-color);
}
.clock-icon{
    color: var(--pink-color);
}
.date-icon{
    color: var(--yellow-color);
}
.btn.open-link{
    background: var(--green-color);
    color: #fff;
    border-color: var(--green-color);
}
.btn.wait-link{
    background: var(--yellow-color);
    color: #fff;
    border-color: var(--yellow-color);
}
.btn.close-link{
    background: rgb(172, 0, 0);
    color: #fff;
    border-color:  rgb(172, 0, 0);
}
.announcement-detail .card .text-link{
    font-size: 16px;
    color: var(--pink-color);
    position: relative;
    padding-bottom: 5px;
}
.announcement-detail .card .text-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 2px;
    background: var(--pink-color);
    transition: 0.5s all;
}
.announcement-detail .card .text-link:hover::after{
    width: 100%;
}
.faq-detail{
    padding: 60px 0px;
}
.faq-detail .faq-subtitle{
    font-family: var(--bubblegum-family);
    font-size: 22px;
    color: var(--pink-color);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}  
.faq-detail .faq-title{
    font-family: var(--nunito-family);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
} 


.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	margin-bottom:25px;
}

.accordian-style-one{
	margin-top:30px;
}

.accordian-style-one .block:before{
	position: absolute;
    content: '';
    left: 18px;
    top: 25px;
    height: 100%;
    width: 1px;
    border:1px dashed #e7e7e7;
}

.accordian-style-one .block:last-child::before{
	display:none;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	margin-bottom:0px;
	cursor:pointer;
	line-height:24px;
	padding:7px 30px 7px 55px;
	font-weight:500;
	overflow:hidden;
	color:#2c3032;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
	background-color:var(--pink-color);
    border-color: var(--pink-color);
}

.accordion-box .block .acc-btn.active .icon-outer .icon{
	position:relative;
	left:-2px;
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	width: 37px;
    height: 37px;
    border-radius: 5px;
    line-height: 35px;
	text-align:center;
	font-size:16px;
	color:#707070;
	background-color:#ffffff;
	border:1px solid #ebebeb;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordian-style-one .block .icon-outer .icon{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 37px;
    height: 37px;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
}

.accordian-style-one .block .acc-btn.active .icon-outer{
	color:#ffffff;
}

.accordion-box .block .acc-content{
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content-text{
	position:relative;
	font-size:16px;
	padding:10px 0px 5px 55px;
}

.accordian-style-one .block .content-text p{
	margin-bottom:20px;
	line-height:1.6em;
	color: #777777;
	font-size:16px;
}
.accordian-style-one .block .content-list li{
	margin-bottom:20px;
	line-height:1.6em;
	color: #777777;
	font-size:14px;
}

.accordian-style-one .block .content-text p:last-child{
	margin-bottom:0px;	
}

.accordian-style-two .block .icon-outer{
	background-color:#f9f9f9;
}

.accordian-style-two .block .acc-btn.active .icon-outer{
	background-color:#30355d;
	color:#ffffff;
}

.accordian-style-two .block .acc-btn{
	font-size:16px;
	font-weight:400;
}

.accordian-style-two .block .acc-btn.active .icon-outer .icon{
	left:2px;
}

.accordian-style-two .block .content-text{
	padding-right:0px;
}

.accordian-style-two .block:before {
    position: absolute;
    content: '';
    left: 18px;
    top: 25px;
    height: 100%;
    width: 1px;
    border: 1px dashed #e7e7e7;
}

.accordian-style-two .block:last-child::before{
	display:none;
}







.contact-section{
    padding: 60px 0px;
}
.contact-section .contact-left , .contact-section .contact-right{
    padding:  30px;
    border-radius: 20px;
   box-shadow: 0px 7px 12px 4px rgba(75, 83, 100, 0.06);
}
.info-box-list{
    margin-bottom: 50px;
}
.info-box-list .info-box{
    box-shadow: 0px 7px 12px 4px rgba(75, 83, 100, 0.06);
    padding: 25px 25px 70px;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    position:relative;
}
.info-box-list .info-box .info-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    line-height: 60px;
    margin: -50px  0 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.info-box-list .info-box .info-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
}
.info-box-list .info-box .info-title{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 2em;
    margin-top: 5px;
    margin-bottom: 10px;
}
.info-box-list .info-box .info-text {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
}
.info-box-list .info-box .info-highlight-text {
    font-size: 15px;
    color: #666;
    margin-bottom: 2px;
}
.info-box-list .info-box .info-highlight-text b{
    color: var(--pink-color);
     margin-bottom: 2px;
}
.info-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:10px 15px;
    background: #ff669238;
    text-align: center;
    margin-top:20px;
}
.info-btn  .text-link {
    font-size: 16px;
    font-weight: 500;
    color: var(--pink-color);
}
.contact-section .contact-title{
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 30px;
    font-weight: 700;
}
.contact-section .contact-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 20px;
}
.contact-section .contact-detail{
    display: flex;
    margin-bottom: 25px;
}
.contact-section .contact-detail .icon{
    font-size: 22px;
    color: var(--pink-color);
    text-align: center;
    position: relative;
}
.contact-section .contact-detail .text{
    margin-left: 10px;
}
.contact-section .contact-detail .text .reservation-text{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 2em;
    margin-top: 5px;
    margin-bottom: 10px;
}
.contact-section .contact-detail .text .reservation-title{
    margin: 0;
    line-height: inherit;
    margin-top: -5px;
}
.contact-section .contact-detail .text .reservation-title a{
    font-size: 15px;
    color: #666;
    margin-right: 10px;
}
.contact-section .get-title{
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 24px;
}
.contact-section form .form-label{
    color: var(--light-pink-color);
    font-weight: 600;
}
.contact-section form .form-control{
    max-width: 100%;
    padding: 10px ;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-section .form-control:focus ~ .input-container {
    border-color: var(--light-pink-color) !important;
}
.contact-section .input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  
 .contact-section  .icon {
    color: var(--light-pink-color);
    min-width: 20px;
    line-height: 50px;
    font-size: 16px;
  }
  
.contact-section  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
  }
  
.contact-section  .input-field:focus {
    border: none;
  }

.cart-detail{
    padding: 60px 0px 120px;
}

.cart-detail .cart-title{
    font-family: var(--nunito-family);
    font-size: 40px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.cart-detail .cart-product .img-box{
    width: 80px;
    height: 80px;
    max-width: 100%;
    margin: 0 auto;
}
.cart-detail .cart-product .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-detail .cart-product .card-title{
    font-family: var(--nunito-family);
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 0px;
    margin-left: 10px;
}
.cart-detail .table .table-dark{
    --bs-table-border-color: var(--pink-color) !important;
}
.cart-detail .table .table-dark th{
    background: var(--pink-color) !important;
     font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}
.cart-detail .table td , .cart-detail .table th{
    padding: 15px;
    vertical-align: middle;
     font-size: 15px;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}
.close-icon{
    font-size: 20px;
    color: var(--pink-color) !important;
}
.quantityOne{
        box-sizing: border-box;
    }
    .spinNumber{
        display: flex;
    }
.spinNumber .incrimentButton, .spinNumber .decrimentButton {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid var(--pink-color);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--pink-color);
    margin: 0 15px;
    line-height: 40px;
    background: transparent;
    cursor: pointer;
    transition: .4s all ease-in-out;
}
    .spinNumber input{
        width: 40px;
        height: 40px;
        background: transparent;
        border: 1px solid var(--light-pink-color);
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        color: #ffffff;
        line-height: 40px;
        background: var(--light-pink-color);


    }
    input:focus{
        outline: none;
    }
.total-box{
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 7px;
}
.total-box  .total-title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
}

.total-box  .form-label{
    font-size: 15px;
    color: #4a5568;
    font-weight: 400;
    margin-bottom: 5px;
}

.total-box   .input-group{
    background: #fff;
    border-radius: 5px;
    padding: 2px ;
    border: 1px solid #eaeaea;
}
.total-box   .input-group .form-control{
   background: transparent;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   font-size: 14px;
   font-weight: 400;
   padding: 10px 20px;
   
}
.total-box   .search-btn{
    background: var(--light-pink-color);
    border-radius: 5px !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
}
.total-box   .search-btn i{
    margin-left: 7px;
}
.total-box .final-cost{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
}
.total-box .final-cost .total-rate{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}
.total-box p{
     font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 0px;
}

.profile-detail{
    padding: 60px 0px 120px;
    background: #f5f5f5;
}
.profile-detail .profile-left{
    padding: 25px 25px;
    border-radius: 10px;
    background: #fff;
}
.profile-detail .profile-left ul li{
    margin-bottom: 25px;
}
.profile-detail .profile-left ul li .profile-link{
    font-size: 15px;
    color: #666666;
}
.profile-detail .profile-left ul li .profile-link.active , .profile-detail .profile-left ul li .profile-link:hover{
    color: var(--pink-color);
}
.profile-detail .profile-left ul li .profile-link i{
    margin-right: 10px;
    font-size: 17px;
}
.profile-detail .profile-left ul li  .profile-btn{
    border: 1px solid var(--blue-color) !important;
    background: var(--blue-color);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    padding: 12px 35px;
 }
 .profile-detail .profile-left ul li  .profile-btn:focus , .profile-detail .profile-left ul li  .profile-btn:hover{
     background: var(--blue-color) !important;
     color: #fff !important;
 }
 .profile-detail .profile-left ul li  .profile-btn i{
    margin-right: 10px;
 }

  .profile-detail .edit-box{
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
}
.profile-detail .edit-box .edit-heading{
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
}
.profile-detail .edit-box .edit-link{
    font-size: 15px;
    color: var(--pink-color);
    text-align: end;
    text-decoration: underline;
}
.profile-detail .edit-box .edit-link a{
    color: var(--pink-color);
}
 .profile-detail .edit-box  .edit-title{
    font-size: 20px;
    color: #000;
    font-weight: 400;
   margin-bottom: 0px;
}
 .profile-detail .edit-box .form-control{
    background:#fff;
    padding: 12px 15px;
    border-radius: 30px;
    font-size: 15px;
    border: 1px solid #E4E7E9;
}
 .profile-detail .edit-box .form-control:hover ,  .profile-detail .edit-box .form-control:focus{
    border-color: #E4E7E9;
    background: transparent;
}
 .profile-detail .over-auto{
    background: #fff;
    padding:10px 15px;
}
 .profile-detail .table{
    vertical-align: baseline;
    font-size: 15px;
}
 .profile-detail .table>thead{
    border-bottom:1px solid #dee2e6;
}
 .profile-detail .table tr:not(:last-child){
    border-bottom: 1px solid #DCDCDC !important;
}
 .profile-detail .table th{
   padding: 10px 15px;
   font-weight: 400;
   font-size: 17px;
   color: #0F424C;
}
.profile-detail .subtitle{
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
}
 .profile-detail .table>:not(caption)>*>*{
    border-width: 0px;
}
 .profile-detail .table .img-box{
    width: 100px;
    height: 100px;
    margin:  0 auto;
}
 .profile-detail .table .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
 .profile-detail .table .price{
    color: #0F424C;
    font-size: 16px;
}
.close-icon{
    color: #0F424C;
    font-size: 16px;
    margin-left: 25px;
}
 .profile-detail .btn-dropdown{
    background: #fff;
    border-radius: 10px;
    font-size: 15px;
    padding: 12px 25px ;
    color: #475156 !important;
    width: 100%;
    display: block;
    text-align: left;
    border: none !important;  
 }    
 .profile-detail .btn-dropdown.dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: baseline;
    font-size: 11px;
    margin-left: 7px;
    color: #475156;
    float: right;
}
.profile-detail .history-content .sub-title{
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.profile-detail .history-content .title{
    font-size: 15px;
    color: #000;
}
.profile-detail .history-content .title.green{
    color: #00AF07;
}
.profile-detail .history-item  .img-box{
    width: 100%;
    position: relative;
    height: 150px;
}
.profile-detail .history-item  .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.profile-detail .table .table-dark{
    --bs-table-border-color: var(--pink-color) !important;
}
.profile-detail .table .table-dark th{
    background: var(--pink-color) !important;
     font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}
.profile-detail .table td , .profile-detail .table th{
    padding: 15px;
    vertical-align: middle;
     font-size: 15px;
    color: #666;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}

.review-btn{
    border: 1px solid #FFD731 !important;
    background: #FFD731;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border-radius: 30px;
    padding: 12px 25px;
 }
 .review-btn:focus , .review-btn:hover{
     background: #FFD731 !important;
     color: #000 !important;
 }
 .review-btn i{
    margin-left: 5px;
 }


 .review-wrapper .single-progress-bar {
    position: relative;
  }
  .review-wrapper .rating-text {
    display: inline-block;
    position: relative;
    top: 19px;
    font-size: 15px;
  }
  .review-wrapper .rating-text i{
      font-size: 12px;
  }
  .review-wrapper .progress {
    max-width: 83%;
    margin-left: 38px;
    height: 12px;
    background: #EEEEEE;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .review-wrapper .progress {
      max-width: 80%;
    }
  }
  .review-wrapper .progress .progress-bar {
    background-color: #ffbf34;
  }
  .review-wrapper span.rating-value {
    position: absolute;
    right: 0;
    top: 50%;
  }
  .edu-comment {
    display: flex;
  }
  @media only screen and (max-width: 575px) {
    .edu-comment {
      flex-direction: column;
    }
  }
  .edu-comment .thumbnail {
    min-width: 70px;
    width: 70px;
    max-height: 70px;
    border-radius: 100%;
    margin-right: 25px;
  }
  .edu-comment .thumbnail img {
    border-radius: 100%;
    width: 100%;
  }
  .edu-comment .comment-content .comment-top {
    display: flex;
    align-items: center;
  }
  .edu-comment .comment-content .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .edu-comment .comment-content .subtitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
    color: #231F40;
  }
  @media only screen and (max-width: 575px) {
    .edu-comment .comment-content {
      margin-top: 20px;
    }
  }
  .edu-comment + .edu-comment {
    border-top: 1px solid #EEEEEE;
    padding-top: 30px;
    margin-top: 30px;
  }
  .comment-top .star-rating {
      display: flex;
      justify-content: flex-start;
  }
  .comment-top .star-rating i {
      font-size: 15px;
      color:#ffbf34;
      margin: 0px 2px 0px 2px;
  }
  .star {
      width: 20px;
      height: 20px;
      margin: 0px 3px;
      transition: .6s all;
    }
    #rating {
      cursor: pointer;
      display: inline-block
    }
    #review-form .input-group-addon {
      min-width: 100px;
    }
    #review-form .btn {
      min-width: 100px;
    }
    #review-form input[type="text"],
    #review-form textarea {
      width: 100%;
      font-size: 13px;
      padding: 12px 15px;
    }
    #review-form .form-group {
      margin-top: 15px;
    }
    #review-form .help-block {
      display: block;
      margin-top: 5px;
      margin-bottom: 10px;
    }



     .login-detail{
        padding:60px 0px 120px;
    }
    .login-detail .login-left{
        width: 100%;
        position: relative;
        height: 100%;
    }
    .login-detail .login-left.login-right img{
        border-radius: 0px 5px 5px 0px !important;
    }
    .login-detail .login-left.login-right::after{
        border-radius: 0px 5px 5px 0px !important;
    }
    .login-detail .login-left img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        
    }
    .login-detail .login-left .content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        width: 100%;
        z-index: 1;
        text-align: center;
    }
    .login-detail .login-left .content .content-title{
        font-size:28px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .login-detail .login-left .content .content-text{
        font-size:16px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .white-btn{
        border: 1px solid #f4f4f4 !important;
        background: #f9f9f9;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        border-radius: 5px;
        padding: 10px 35px;
        text-align: center;
        position: relative;
     }
     .white-btn:focus , .white-btn:hover{
         background: #f9f9f9 !important;
         color: #000 !important;
     }
     .login-detail.register .login-left{
        height: 100% !important;
     }
     .login-detail .login_desc{
   border: 1px solid #dee2e6;
     }
    .login-detail .login-box{
        padding: 30px;
        color: #4a5568;
        background: #fff;
     
        width: 100%;
        height: 100%;
    }
    .login-detail .login-title{
        font-size:22px;
        color: #000;
        font-weight: 400;
        margin-bottom: 25px;
    }
    .login-text{
        font-size: 15px;
        color: #4a5568;
        font-weight: 400;
       text-align: center;
       margin-top: 15px;
    }
    .login-text a{
        color: var(--blue-color);
    }
    .login-detail .login-box .or-title{
        font-size: 15px;
        color: #4a5568;
        position: relative;
        display: flex;
        margin-top: 20px;
        align-items: center;
    }
    .login-detail .login-box .form-label{
        font-size: 15px;
    }
    .login-detail .login-box .form-control{
        font-size: 13px;
        padding:  10px;
        border-radius: 5px;
    }
    .login-detail .login-box .or-title::after ,.login-detail .login-box .or-title::before{
        content: "";
        flex: 1;
        height: 1px;
        margin: 0 1em;
      
        background: #dee2e6;
    }
    .login-detail .login-box .social-icon ul li {
        list-style-type: none;
        padding-left: 8px;
    }
    .login-detail .login-box .social-icon ul {
        display: flex;
        padding-left: 0px;
        justify-content: center;
        position: relative;
        z-index: 1;
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .login-detail .login-box .social-icon i {
        color: #fff;
        width: 45px;
        height: 45px;
        box-shadow: 0 2px 2px #999;
        line-height: 48px;
        text-align: center;
        font-size: 14px;
        border-radius: 50%;
        margin:0px 5px 0px 0px;
    }
    .login-detail .login-box .social-icon a {
        cursor: pointer;
    }
    .login-detail .login-box .social-icon i:hover{
        color: #fff;
    }
    .login-detail .login-box .social-icon .facebook i{
        background: #4060A5;
    }
    .login-detail .login-box .social-icon .facebook:hover i{
        color: #4060A5;
        background: #fff;
    }
    .login-detail .login-box .social-icon .google:hover i{
        color: #e64522;
          background: #fff;
    }
    .login-detail .login-box .social-icon .twitter:hover i{
        color: #00ABE3;
        background: #fff;
    }
    .login-detail .login-box .social-icon .google i{
        background: #e64522;
    }
    .login-detail .login-box .social-icon .twitter i{
        background: #00ABE3;
    }


    .checkout-detail{
        padding: 60px 0px 120px;
    }
    .checkout-detail .checkout-title{
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2em;
    color: #1a1a1a;
    margin-bottom: 20px;
}
 .checkout-detail .form-box{
    border: 1px solid #E4E7E9;
    padding: 15px;
    border-radius: 7px;
    background: #fff;
}

 .checkout-detail .form-box  .form-title{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
}
 .checkout-detail .form-box .form-control{
    background: #F5F5F5;
    padding: 12px 15px;
    border-radius: 30px;
    font-size: 15px;
    border: 1px solid #E4E7E9;
}
 .checkout-detail .form-box .form-control:hover ,  .checkout-detail .form-box .form-control:focus{
    border-color: #E4E7E9;
    background: transparent;
}
.course-tab{
    position: relative;
}
.course-tab .icon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120px;
  display: flex;
  align-items: center;
}
.course-tab .icon:first-child {
  left: 0;
  display: none;
  background: linear-gradient(90deg, #212121 50%, transparent);
}
.course-tab .icon:last-child {
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(-90deg, #212121 50%, transparent);
}
.course-tab .icon i {
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  color: #fff;
}
.course-tab .icon i:hover {
  color: #212121;
  background: #efedfb;
}
.course-tab .icon:first-child i {
  margin-left: 15px;
}
.course-tab .icon:last-child i {
  margin-right: 15px;
}


.over-auto{
    overflow-x: auto;
    overflow-y: hidden;
}




.user-icons{
  background-color: var(--pink-color);
  padding: 10px 0px;
}
.user-icons ul{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px;
}
.user-icons ul li {
    padding: 0px 20px;
}
.user-icons ul li a{
    font-size: 20px;
    color: #fff;
}
.user-icons .user_text{
    font-size: 14px;
    margin-left: 8px;
    font-weight: 500;
}






#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

#myBtn:hover {
    background-color: #fd6601;
}

@media (min-width: 2000px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:#fff;
        width: 100%;
        z-index: 1200;
        padding: 10px 0px;
        position: relative;
    }

.mobile-logo img{
     width: 150px;
  }
    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
       width: 150px;
    }

    .toggler {
        color: var(--pink-color) !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .toggler:focus,
    .toggler:hover {
        color: #fff;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }



  .banner-section .banner-img{
        height: 50vh;
    }
  .banner-section .banner-content .banner-title , .announcement-detail .announcement-title , .faq-detail .faq-title , .club-detail .club-title , .page-banner .banner-title, .about-detail .about-title , .course-list .course-title , .kids-activities .kids-title , .join-detail .join-detail-padd .join-title , .testimonial-detail .testimonial-title , .course-inner-list .course-title{
    font-size: 26px;
   }

.about-detail .globe-icon{
    width: 50px;
}
.about-detail{
    padding: 20px 0px;
}
.course-list .rotate-icon svg{
    left: 20px;
    top: 30px;
    width: 50px;
}
.sun-image{
    top: 40px;
    right: 20px;
}
.sun-image img{
    width: 60px;
}
.course-tab li{
    margin: 0px ;
}
.join-detail .arrow-img {
    bottom: 70px;
}
.join-detail .arrow-img img{
    width: 100px;
}
.girl-icon svg{
    bottom: 0px;
    width: 50px;
    height: 50px;
}
.kids-activities .star-icon svg{
    width: 80px;
    right: 10px;
}
.kids-activities .kids-activity-list .service-box .icon{
    width: 60px;
    height: 60px;
}
   .about-detail .about-content {
    padding-right: 0px;
}
.join-detail .join-detail-padd {
    padding: 80px 0px 50px;
}
.instructor-details .instructor-arrow::after{
    display: none;
}

   
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:#fff;
        width: 100%;
        z-index: 1200;
        padding: 10px 0px;
        position: relative;
    }

    .mobile-header .container {
        max-width: 98%;
    }
.mobile-logo img{
      width: 150px;
  }
    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 150px;
    }

    .toggler {
        color: var(--pink-color) !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .toggler:focus,
    .toggler:hover {
        color: #fff;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }



  .banner-section .banner-img{
        height: 50vh;
    }
  .banner-section .banner-content .banner-title , .checkout-detail .checkout-title, .announcement-detail .announcement-title , .cart-detail .cart-title, .faq-detail .faq-title , .club-detail .club-title , .page-banner .banner-title, .about-detail .about-title , .course-list .course-title , .kids-activities .kids-title , .join-detail .join-detail-padd .join-title , .testimonial-detail .testimonial-title , .course-inner-list .course-title{
    font-size: 26px;
   }

.about-detail .globe-icon{
    width: 50px;
}
.about-detail{
    padding: 20px 0px;
}
.course-list .rotate-icon svg{
    left: 20px;
    top: 30px;
    width: 50px;
}
.sun-image{
    top: 40px;
    right: 20px;
}
.sun-image img{
    width: 60px;
}
.course-tab li{
    margin: 0px ;
}
.join-detail .arrow-img {
    bottom: 70px;
}
.join-detail .arrow-img img{
    width: 100px;
}
.girl-icon svg{
    bottom: 0px;
    width: 50px;
    height: 50px;
}
.kids-activities .star-icon svg{
    width: 80px;
    right: 10px;
}
.kids-activities .kids-activity-list .service-box .icon{
    width: 60px;
    height: 60px;
}
   .about-detail .about-content {
    padding-right: 0px;
}
.join-detail .join-detail-padd {
    padding: 80px 0px 50px;
}
.instructor-details .instructor-arrow::after{
    display: none;
}
.course-detail-inner .product-imgs .slider .img-box{
    height: 350px;
}
.course-detail-inner .course-right {
    margin-left: 0px;
}
.cart-table{
    width: 1000px;
}
.my-course .table{
    width: 900px;
}
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:#fff;
        width: 100%;
        z-index: 1200;
        padding: 10px 0px;
        position: relative;
    }

    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }
  .mobile-logo img{
     width: 150px;
  }
    .mobile-header .offcanvas .logo img {
        width: 150px;
    }

    .toggler {
        color: var(--pink-color) !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        position: relative;
        z-index: 1;
    }

    .toggler:focus,
    .toggler:hover {
        color: #fff;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }



  .banner-section .banner-img{
        height: 50vh;
    }
   .banner-section .banner-content .banner-title , .checkout-detail .checkout-title, .cart-detail .cart-title, .announcement-detail .announcement-title , .faq-detail .faq-title , .club-detail .club-title , .page-banner .banner-title, .about-detail .about-title , .course-list .course-title , .kids-activities .kids-title , .join-detail .join-detail-padd .join-title , .testimonial-detail .testimonial-title , .course-inner-list .course-title{
    font-size: 26px;
   }
 .top-header .social-icon ul , .top-header .top-header-left .top-header-list{
    justify-content: center;
 }
.about-detail .globe-icon{
    width: 50px;
}
.about-detail{
    padding: 20px 0px;
}
.course-list .rotate-icon svg{
    left: 20px;
    top: 30px;
    width: 50px;
}
.sun-image{
    top: 40px;
    right: 20px;
}
.sun-image img{
    width: 60px;
}
.course-tab li{
    margin: 0px ;
}
.join-detail .arrow-img{
    bottom: 20px;
}
.join-detail .arrow-img img{
    width: 100px;
}
.girl-icon svg{
    bottom: 0px;
    width: 50px;
    height: 50px;
}
.kids-activities .star-icon svg{
    width: 80px;
    right: 10px;
}
.kids-activities .kids-activity-list .service-box .icon{
    width: 60px;
    height: 60px;
}
.about-detail .about-content {
    padding-right: 0px;
}
.instructor-details .instructor-box .number-icon{
    top: -30px;
    right: 20px;
}
.instructor-details .instructor-arrow::after{
    display: none;
}
.page-banner{
    min-height: 200px;
}
.announcement-detail .card .card-img img{
    border-radius: 15px 15px 0px 0px;
}
.announcement-detail .card .card-body{
    border-left: 1px solid rgba(119,119,119,.13);
    border-radius: 0px 0px 15px 15px;
}
.contact-section .contact-left, .contact-section .contact-right {
    padding: 0px;
}
.course-detail-inner .course-right {
    margin-left: 0px;
}
.course-detail-inner .course-content .course-title{
    font-size: 26px;
}
.cart-table{
    width: 800px;
}
.user-icons .user_text {
    display: none;
}
.my-course .table{
    width: 800px;
}
}

.count-cart{
  position: absolute;
  top: 0px;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF6692;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}
.ad-img-1{
    z-index:9999;
    position:fixed;
    bottom:230px;
    right:20px;
}
.ad-inner-img{
    position:relative;
}
.ad-inner-img .btn-close{
    position:absolute;
    top:-30px;
    right:0px;
}
.ad-img-1 img{
    width:300px;
    max-width:100%;
}

.ad-img-2{
    z-index:9999;
    position:fixed;
    bottom:20px;
    right:20px;
}
.ad-img-2 img{
    width:300px;
    max-width:100%;
}
