

.search-form{
    width: 90%;
}
.search{
    width:100%;
    margin: 0 auto;
    padding:10px;
    border-radius: 15px;
    border: 0;
    background-color: #f1f1f1;
}
.search:focus{
    outline: #35f0968c solid 3px;

}
.w-50-res-100{
    width: 50% !important;
}

.detail-banner{
    height: 650px !important;
}

@media only screen and (max-width:800px){
    .w-50-res-100{
        width: 100% !important;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.mySwiper .swiper-slide{
    background-color: transparent !important;
    background: transparent !important;
}
.search-btn{
    position: absolute;
    left: 15px;
    top: 5px;
    border-radius: 8px !important;
    background-color:#35f095 !important;
    border: 0 !important;
}
.btn-c8{
    background-color: #f5fffa;
    padding: .5rem;
    
    text-decoration: none !important;
    color: #363837;
}
.btn-c8 i{
    vertical-align: -webkit-baseline-middle !important;
    vertical-align: middle ;
}
.btn-c8:hover{
    text-decoration: none;
    color: #5e6160;

}
.bottom-navbar a{
    margin-right: 1rem;
    margin-left: 1rem;
    transition: .5s;
}
.bottom-navbar a:hover{
    color: #2c5af3 !important;
}
.btn-c1{
    text-decoration: none !important;
    padding: .5rem !important;
color:#ffffff !important;
background-color: #35f097 !important;
}
.btn-c1 i{
    vertical-align: -webkit-baseline-middle !important;
    vertical-align: middle ;
}
.btn-c1:hover{
    text-decoration: none !important;
    color:#eeeded !important; 
}
.btn-c2{
    text-decoration: none !important;
    padding: .5rem !important;
color:#ffffff !important;
background-color: #f4a361 !important;
}
.object-cover{
    object-fit: cover !important;
}
.btn-c2:hover{
    text-decoration: none !important;
    color:#eeeded !important; 
    background-color: #f5b784 !important;
}
.bg-light-2{
    background-color: #ece2e1 !important;
}
.bg--gr{
    background-color: #4ed287 !important;
}
.color--gr{
    color:#4ed287 !important;
}
.color-unset{
    color:unset;
}
.rounded-4{
    border-radius: .5rem;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .products  img {
    display: block;
    width: 100%;
    height: 250px !important;
    object-fit: cover;
  }
  .border-before-1{
      position: relative;
  }
  .border-before-1::before{
      content: '';
    width: 30px;
    top: 9px;
    right: -35px;
    height: 4px;
    background-color: #4ed287;
    position: absolute;
  }
  .i-fix{
      vertical-align: -webkit-baseline-middle !important;
      vertical-align: middle;
  }
  .w-50-100{
      width: 50% !important;
  }
  .w-75-100{
    width: 75% !important;
}
  @media only screen and (max-width:900px){
    .w-75-100{
        width: 100% !important;
    }
    .detail-banner{
        height: 500px !important;
    }
  }
  .custom-shape-divider-bottom-1636525112 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1636525112 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 112px;
}

.custom-shape-divider-bottom-1636525112 .shape-fill {
    fill: #FFFFFF;
}
.color--or{
 color:#f5b784 ;   
}
.newsletter{
    background-color: #f5b784;
    border: 0;
    border-radius: 1rem;
    padding: 10px;
    width: 100%;

}
.newsletter-btn{
    border: 0;
    position: absolute;
    left:5px;
    background-color: transparent !important;
    bottom:-5px;
}
.newsletter::placeholder{
color:#ffffff;
text-align: right;
padding-right: 10px;
}
.newsletter:focus{
    outline: rgb(255, 255, 255) solid 3px;

}
.nav-lg{
    font-size: 20px;
}
.h-navbar:hover{
    color: white !important;
    transition: 0.6s;
}
.h-navbar{
    transition: 0.6s;

}



.person{
    font-size: 30px;
}
@media screen and (max-width:320px) {
    .person-sm{
        font-size: 15px;
    }
}
@media screen and (max-width:768px) {
    .font-nav{
        font-size: 15px;
    }
    .icon-logo{
        width: 100% !important;
    }
    .detail-banner{
        height: 300px !important;
    }
    
}
.img-banner:hover{
    transform: translateY(-15px);
    transition: 0.6s;
}
.img-banner{
    transition: 0.6s;
}
.price-detail{
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px dashed black;
}
.discount-badge{
    padding-top: 6px;
}
.buttonbycourse{
    background-color: rgb(4, 235, 127);
    padding-top: 12px;
    padding-bottom: 2px;
    border-radius: 5px;
}
.student-count{
    padding-top: 10px;
}
.student-bg{
    padding-top: 10px;

}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    white-space: nowrap;
    background-color: #35f505;
    font-weight: bold;
    transition: width .9s ease;
}
.person-dis{
  border: 1px solid rgb(187, 187, 187);
  border-radius: 50%;
}
.media-detail{
    font-size: 20px;
    background-color: #35f505;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    transition: 0.6s;

}
.media-detail:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    transition: 0.6s;
}
.subject-title{
    background-color:#7f0997 ;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 15px;
    color: #fff;
}
.title-text{
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}
@media screen and (max-width:425px) {
    .collapse-sm{
        font-size: 15px;
        text-align: center;
        padding-top: 10px;
        
    }
    .img-collapse-sm{
        display: none !important;
    }   
    .img-yout{
        display: none !important;
    }
    .bi-lock-img{
        display: none !important;
    }
    .bi-lock-img-sm{
        background-color: #c02bce;
        font-size: 15px !important;
        border-radius: 15px;
        color: white;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .title-course-sm{
        font-size: 17px;
    }
    .detail-banner{
        height: 200px !important;
    }
}
.tags-fild{
    background-color: #adadad;
    color: white;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    transition: 0.6s;

}
.tags-fild:hover{
    background-color: #000000;
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 5px;
    transition: 0.6s;
}
.comment-detail::before{
    content: "" ;
    background-color: #c02bce7e;
    width: 60%;
    height: 2px;
    position: absolute;
    bottom: -8px;
    right:-20px;

}
.student-course{
    background-color: #35f505;
    color: white;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 5px;
}
.student-course-teacher{
    background-color: #f505d5;
    color: white;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 5px;
}
.reply-buttom{
    
    left: 20px;
    color: #818181;
    border: 1px solid #9c9c9c;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 7px;

}
.reply-buttom:hover{
    background-color: #4ef125;
    color: white;
}

