header .navbar.navbar-expand-xl .navbar-nav .nodown .nav-link::before {
 display:none
}

.headercolor {
	display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    background-color: navy;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 10px;
}

.footer-section-2 .sub-footer {
    padding: 10px 0px;
}

.review-section .reviewer-box p {
    margin-top: 10px;
}

.WhatsAppButton__root {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
	position: fixed;
	bottom: 60px;
	right: 48px;
}
 
.WhatsAppButton__root a{
	text-decoration: none
}	
.WhatsAppButton__root .wp{
	width:44px; opacity:1
}
  .landbot-whatsapp__button {
    border-radius: 6px;
    box-shadow: 0 4px 9px #00000024;
    border: none;
    background: #02e777;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Lato, sans-serif;
    font-size: 14px;
    transition: all ease-in-out 100ms;
  
    text-decoration: none;
  }
  
  .landbot-whatsapp__button:hover {
    cursor: pointer;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.14);
  }
  
  .whatsapp__poweredBy {
	right: 56px; bottom: 8.8px;  
    display: flex;
    position: absolute;
    bottom: 2px;
    font-family: Lato, sans-serif;
    font-size: 14px;
    background-color: #fff !important;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    word-wrap: break-word;
    white-space: pre-wrap;
    color: #1d2129;
    padding: 12px;
    text-decoration: none;
    max-width: 248px;
    height: auto !important;
  }
  
  .whatsapp__poweredByTopLeft {
    bottom: 0px;
    left: 0px;
  }
  
  .whatsapp__poweredByTopRight {
    bottom: 0px;
    right: 0px;
  }
  
  .whatsapp__poweredBySideLeft:after {
    transform: translateX(-165px) rotate(45deg);
    -webkit-transform: translateX(-165px) rotate(45deg);
    -moz-transform: translateX(-165px) rotate(45deg);
    -o-transform: translateX(-165px) rotate(45deg);
    -ms-transform: translateX(-165px) rotate(45deg);
    -moz-box-shadow: rgb(0 0 0 / 20%) -2px 2px 2px -2px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) -2px 2px 2px -2px;
    box-shadow: rgb(0 0 0 / 20%) -2px 2px 2px -2px;
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: 10px;
    background-color: #fff;
    left: 100%;
  }
  
  .whatsapp__poweredBySideLefty:after {
    transform: translateX(-6px) rotate(45deg);
    -webkit-transform: translateX(-6px) rotate(45deg);
    -moz-transform: translateX(-6px) rotate(45deg);
    -o-transform: translateX(-6px) rotate(45deg);
    -ms-transform: translateX(-6px) rotate(45deg);
    -moz-box-shadow: rgb(0, 0, 0, 0.2) 2px -2px 4px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 2px -2px 4px 0px;
    box-shadow: rgb(0 0 0 / 20%) 2px -2px 4px 0px;
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: 10px;
    background-color: #fff;
    left: 100%;
  }
  
  .whatsapp__poweredByTopRight:after {
    transform: translateX(-20px) rotate(45deg);
    -webkit-transform: translateX(-20px) rotate(45deg);
    -moz-transform: translateX(-20px) rotate(45deg);
    -o-transform: translateX(-20px) rotate(45deg);
    -ms-transform: translateX(-20px) rotate(45deg);
    -moz-box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -4px;
    background-color: #fff;
    left: 100%;
  }
  
  .whatsapp__poweredByTopLeft:after {
    transform: translateX(-20px) rotate(45deg);
    -webkit-transform: translateX(-145px) rotate(45deg);
    -moz-transform: translateX(-20px) rotate(45deg);
    -o-transform: translateX(-20px) rotate(45deg);
    -ms-transform: translateX(-20px) rotate(45deg);
    -moz-box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    box-shadow: rgb(0 0 0 / 20%) 2px 2px 4px 0px;
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -4px;
    background-color: #fff;
    left: 100%;
  }
  
  .closePopUp {
    width: 12px !important;
    float: right;
    height: 12px !important;
    margin-right: -4px !important;
    margin-top: -10px !important;
    border-radius: 50% !important;
    z-index: 99999;
  }
  
  .closePopUp:hover {
    cursor: pointer;
    transform: scale(1.2) rotateZ(90deg);
  }
  
  
  .category-box {
    background-color: #ffffff !important;
    border-radius: 10px;
 }
 .txt-error{
    color: #ff6666;
    font-weight: 600;
    font-size: 15px;
 }
 
 
  .online-store {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(auto,220px);
    grid-gap: 6px;
    margin: 14px 0px 0;
    font-size: .9286rem;
    line-height: 20px;
    text-align: center;
}
 .online-store li a {
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px #e7e7e7;
    border-radius: 4px;
    padding: 8px 10px;
    background: hsl(60,100%,calc(94% + var(--i) * 2%));
    display: block;
    color: var(--color-text);
}
.online-store .cname {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
    min-width: 0;
}
.online-store .logo {
    width: 1.2858rem;
    height: 1.2858rem;
    margin-right: .3571rem;
    border-radius: 50%;
}
.online-store .cname span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 15px;
}
   
.payment-option img{ 
    width: 35px;
    margin-right: 5px;
}


.tab-pane .comments-area {
    padding-top: 0;
    border: 0;
}
.comments-area {
    background: transparent;
    border-top: 1px solid #ececec;
    padding: 0px 0;
    margin-top: 0px;
}
.comments-area h4 {
    margin-bottom: 10px;
    color: #2a2a2a;
    font-size: 18px;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.comments-area .comment-list:last-child {
    padding-bottom: 0px;
}
.comments-area .comment-list {
    padding-bottom: 48px;
}
.comments-area .comment-list .single-comment:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.comments-area .thumb {
    margin-right: 20px;
    min-width: 100px;
}
.comments-area .comment-list .single-comment img {
    min-width: 35px;
    max-width: 35px;
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
    margin-right: 15px;
}
.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.p-rating {
    margin-bottom: 1px;
}
.p-rating {
    height: 12px;
    background-repeat: repeat-x;
    background-image: url("img/rating-stars.png");
    background-position: 0 0;
}

.product-rate {
  background-image: url("../img/rating-stars.png");
  background-position: 0 -12px;
  background-repeat: repeat-x;
  height: 12px;
  width: 60px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}

.comments-area p {
    font-size: 14px !important;
    color: #7E7E7E;
    margin-right: 10px;
    margin-bottom: 0;
}
.comments-area p:last-child {
    margin-bottom: 0;
}
.comments-area .comment-list .single-comment {
    margin: 0 0 15px 0;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    padding: 20px 20px 5px; 
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.progress + .progress {
  margin-top: 1rem;
}

.progress {
    height: 1.2rem!important;
}
.progress span {
  line-height: 16px;
  background: #fff;
  padding-right: 10px;
  width: 70px;
  font-size: 15px;
  font-weight: 800;
}

.progress-bar {
  background-color: #FFA41C!important;
}
.m-average h3{ margin:0px!important;}

.mr-15{margin-right:15px;}


.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
}

.full-stars{
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fdc040;
}

.empty-stars:before,
.full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 20pt;
}

.empty-stars:before {
  
}

.full-stars:before {
 
}
.m-reviews .dataTables_scrollHead{ display: none;}
.m-reviews .table{ width: 100%!important;}
.m-reviews .mr-1{ margin-right:5px;}
.m-reviews .table tr td{
    border: none;
    margin: 0px;
    padding: 0;
}

.m-reviews .dataTables_info {
    font-size: 13px!important;
}
.m-reviews  ul li {
    display: inherit!important;
    list-style: none!important;
    width: auto !important;
    margin-left: 0px !important;
    font-size: 13px!important;
}
.m-reviews .page-item.active .page-link {
    background-color: #26abe2;
    border-color: #26abe2;
}
.m-reviews .page-link {
    color: #26abe2;
    border: 1px solid #26abe2;
}
.custom-rate .empty-stars:before,.custom-rate .full-stars:before {
    font-size: 16pt;
}
.product-description{ word-wrap: break-word;}
.pvalue{margin-bottom:0px!important} 
   
    
@media only screen and (max-width: 767px) {
 .cust-image .emb-white {
    font-size: 2.07547vw;
    line-height: 2.59434vw;
}
.cust-image .emb-black {
    font-size: 2.07547vw;
    line-height: 2.59434vw;
}

    
   .mobile-view-tab {
    display: block!important;
   
} 
    
 .WhatsAppButton__root {
    bottom: 80px;
}   
    
.arrow-slider .slick-prev, .arrow-slider .slick-next {
    width: calc(25px + (30 - 30) * ((100vw - 320px) / (1920 - 320)));
    height: calc(25px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.products-list .product-image img {
    height: 200px;
}

.product-section .right-box-contain {
    text-align: left;
}
.product-section .right-box-contain .price-rating .custom-rate {
    justify-content: left;
}
.product-section .right-box-contain .product-packege .select-packege {
    justify-content: left;
}
.product-section .right-box-contain .note-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
}
.cart-button {
    min-width: 220px;
    width: 100%;
}
.product-section .right-box-contain .buy-box {
    width: 100%;
}
.product-section .right-box-contain .note-box .product-qty {
    width: 100%;
    max-width: 100%;
}
.quantity-price {
    display: flex;
    padding: 5px 0px;
}
.shopping-cart .item {
    padding: 0px 0px;
}
.shopping-cart .item .cart-item-image {
    padding-right: 12px;
}
.shopping-cart .item .cart-item-details {
    padding: 0 0px;
    width: 100%;
}
.cart-product-remove {
    display: flex;
    padding: 0 20px;
    cursor: pointer;
    width: 100%;
    justify-content: flex-end;
    color: #268cb9;
}

.shopping-cart .item  .cart-item-details h4 {
    font-size: calc(14px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
}

.shopping-cart .item .img-cart-product {
    width: 80px;
    height: 140px;
}
.product-box-5 .product-image img {
    height: 220px;
}

.product-main-2 .img-product-slider {
    max-height: 500px !important;
    width: 100%!important;
    object-fit: cover;
    object-position: top;
}
.left-slider-image-2 .sidebar-image img {
    height: 125px;
}
.dc-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
header .header-top .social-link h6 {
    display: none;
}
header .sticky-header .header-nav{
    display: none;
}

header .top-nav {
    padding:5px 0px 5px;
}
.home-section-2.home-section-bg {
    margin-top: -22px;
}

}

@media only screen and (max-width: 460px) {
    
}

@media only screen and (max-width: 360px) {
    
}
.sbp24 {
    background: #fff;
    padding: 24px 0px;
}
.m_center {
    text-align: center;
}
.school-profile .school-img {
    max-width: 195px !important;
    max-height: 175px;
    padding: 8px;
    height: 175px;
    width: auto;
    object-fit: contain;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
	border: 1px solid #ddd;
}
.school-profile h6 {
    font-size: calc(14px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 5px;
}
.bookset .ant-btn {
    line-height: 1.499;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 40px;
    padding: 0 26px;
    font-size: 14px;
    border-radius: 4px;
    color: #009345 !important;
    border: 1px solid #009345;
    background-color: #ffffff;
    width: auto;
    margin-bottom: 4px;
    display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0px auto;
    margin-top: 10px;
}
.mob-pro-details{
    border-bottom: 3px double #c8c8c8;
    margin-bottom: 18px;
    padding-bottom: 10px;
}
.bookset h4 {
    font-weight: 500;
	margin-bottom:5px;
}
.bookset .product-detail {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 5px;
}
.bookset .product-box-5 {
    padding: 10px;
    border-radius: 7px;
}
.text-right {
    text-align: right!important;
}
.mt-10{
	margin-top:10px;
}
.studetas {
    font-size: calc(19px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 2px;
    margin-bottom: 5px;
    font-weight: 500;
}
.bookset-add-btn {
	margin: 0px !important;
    width: auto !important;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 20px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    letter-spacing: 0.5px;
    border-bottom: 2px solid;
    height: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #e31e24;
    border-color: #e31e24;
    float: right;
}
.custom-control.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.custom-control.custom-checkbox .custom-control-label {
    position: relative;
    left: -8px;
    top: -1px;
}

.custom-control.custom-checkbox .custom-control-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #adb5bd;
    border-radius: 4px;
}

.custom-control.custom-checkbox input[type="checkbox"]:checked + .custom-control-label::before {
    background: url('checkmark.png') center center/80% no-repeat;
}

.custom-control.custom-checkbox input[type="checkbox"]:disabled:checked + .custom-control-label::before {
    background: url('checkmark.png') center center/80% no-repeat;
}

.custom-control.custom-checkbox input[type="checkbox"]:disabled + .custom-control-label::before {
    background: #e9ecef;
    border-color: #adb5bd;
}
.note_txt {
    font-style: italic;
    font-size: 12px;
    text-decoration: underline;
}
.tbg{
    background: #f5f5f5 !important;
} 
.cart-table-content {
    margin-bottom: 0px;
}
.cart-table-content .item_ {
    padding: 5px;
    background: #fdfdfd;
    border: 1px solid #868e96;
    color: #868e96;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 13px;
    display: inline-flex;
    margin-top: 5px;
}
.about-us table {
    width: 70%;
    margin-bottom: 20px;
}
.about-us table thead th, .about-us table tbody td {
    border: 1px solid #ddd;
    padding: 10px 10px;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
  width:100%;
}

.sticky-header {
    position: fixed;
    top: 0px;
    width: 100%;
	padding-top: 10px !important;
}
.sticky-header.active {
    background: rgb(235 236 237 / 73%)!important;
    backdrop-filter: blur(15px);
    transition-duration: .4s;
    pointer-events: all !important;
    transition-property: transform, opacity;
    background: rgba(235, 236, 237,0.6);
    -webkit-box-shadow: 2px 4px 30px rgba(0,0,0,.2);
    box-shadow: 2px 4px 30px rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(15px);
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
    padding-top: 0px !important;
}
.sticky-header.active .navbar-light .navbar-nav .nav-link {
    color: #010101;
}
.sticky-header.active .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
    color: #010101;
}
.sticky-header.active .top-nav .navbar-top .web-logo img {
    width: 50px;
}
.sticky-header.active .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
    background-color: rgb(0 0 0 / 50%);
}
.sticky-header.active .top-nav .navbar-top .rightside-box .right-side-menu .right-side .delivery-login-box .delivery-icon .feather {
    color: #000;
}
.mad-product-categories .mad-product-category:before {

}
.mad-product-categories .mad-product-category img {
    border-style: none;
    padding: 14px;
}
.mad-product-categories .mad-product-category .text-content {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-align: left;
    background: #faaf18;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 10px 0px;
}
.mad-product-categories .mad-product-category .text-content h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    margin-top: 1px;
}
.mad-product-categories .mad-product-category .text-content span {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.wbox .product-box-5 {
    background: #f5f5f5;
}  
.fix-header {
    background: #fff;
}
.fix-header .navbar-light .navbar-nav .nav-link {
    color: #010101;
}
.fix-header .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist .feather {
    color: #010101 !important;
}
.pb20 {
    padding-bottom: 20px;
}
.pt30 {
    padding-top: 30px !important;
}
.icon_boxes {
    border-radius: 6px;
    padding: 5px 0 0;
    position: relative;
}
.icon_boxes .icon {
    font-size: 35px;
    line-height: initial;
    margin-right: 20px;
}
.icon_boxes .icon span {
    color: #041e42;
}
.button-52 {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 50px 13px;
    padding-top: 15px;
    outline: 0;
    border: 1px solid white;
    cursor: pointer;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    color: #ffffff !important;
    max-width: fit-content;
    margin: 0px auto;
	margin-top:15px;
}
.button-52:after {
  content: "";
  background-color: #d1ac3f;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 8px;
  left: 8px;
  transition: 0.2s;
}
.button-52:hover:after {
  top: 0px;
  left: 0px;
  color: #FFFFFF;
}
.carousel-caption h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 59px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.carousel-caption p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 300;
}
.checkout-cart .hover-btn:hover {
    color: #000;
}
.btn-s {
    font-size: 14px !important;
    padding: 3px 4px;
    background: #fff;
    border-radius: 2px;
    color: #3a3535 !important;
}
.col-lng{
    color:#fff;
}
.mad-product-categories .col-md-3{
    width:20%;
}



