:root{
    --bg-color:#ffd61e;
}

.navbar-brand img{
    max-height: 90px;
}
.navbar .dropdown .dropdown-toggle:after{
    margin-left: 3px;
    position: absolute;
    top: 10px;
    display: none;
}
.dropdown-toggle:after{float: none;}
.navbar .navbar-nav .nav-item .nav-link {
    padding-left: 12px;
    padding-right: 12px;
}
.navbar.navbar-expand-xl .container-fluid{
    padding-left: 45px;
    padding-right: 45px;
}
.section_uniform{
    padding-top: 0px;
    padding-bottom: 40px;
}
.heading_tile {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
}
.heading_tile::before{
    content: '';
    position: absolute;
    width: 80px;
    bottom: -3px;
    height: 3px;
    background-color: var(--bg-color);
}
.section_catogroy{
    /* padding-top: 40px; */
    padding-bottom: 40px;
}
.Category__dv {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
}
.Category__dv img {
    min-height: 150px;
    max-height: 150px;
    transition: all ease .5s;
}
.Category__dv h4 {
    font-size: 14px;
    padding-top: 10px;
    font-weight: normal;
}
.Category__dv:hover img, .best_seller_dv:hover img{
    transition: all ease .5s;
    transform: scale(1.1);
}
.Category__dv:hover h4{color: var(--bg-color);}
.Category__dv:hover, .best_seller_dv:hover{border-color: var(--bg-color);}
.section_bestseller{
    padding-top: 40px;
}
.best_seller_dv {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    overflow: hidden;
}

.best_seller_dv img{
    transition: all ease .5s;
    max-height: 180px;
    min-height: 180px;
}
.best_seller_dv .bi.bi-heart{color: red;}
@media (min-width: 1200px) {
    .container{max-width: 1240px;}
}
.navbar .navbar-nav .dropdown>.dropdown-menu.fisrt_child{
    left: 200%;

}

.section_NCERT .best_seller_dv img{
    max-height: 290px;
    min-height: 290px;
}

.section_Stationery .best_seller_dv .bi.bi-heart{color: black;}
.section_Stationery .best_seller_dv , .section_SchoolEssentials .best_seller_dv, .section_Sports .best_seller_dv,
.section_Story .best_seller_dv{text-align: left;}
.section_Story .best_seller_dv img{
    max-height: 260px;
    min-height: 260px;
}

.section_schools .swiper-slide img {
    max-height: 90px;
}
.section_schools .card-animation{
    min-height: 212px;
}
.blog_dv p.blog_p {
    font-size: 15px;
    margin-top: 20px;
}
article figure img{
    min-height: 255px;
}
.section_blogs{
    padding-bottom: 40px;
}
.logo_footer{
    max-height: 90px;
}
.f14{font-size: 14px;}
.Yellow_bg{
    background-color: #3e63dd;
    padding-top: 5px;
    padding-bottom: 5px;
}
.search__dv {
    width: 70%;
    
}
.search__dv input{
    border-radius: 30px;
    padding-left: 30px;
    
}
.search__rt .btn{
    border-radius: 30px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    background: rgb(248, 207, 78);
    padding: 8px 30px;
    color: #000;
}
.form_se{
    width: 30%;
}

.product__img{
    border: 1px dashed #c5baba;
    padding: 10px;
}
.star__f svg{
    fill:#f1d101
}

.product__rtr table tr td {
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 600;
}

.all_school .best_seller_dv{
    min-height: 340px;
}

.section_Sports .best_seller_dv img{
    max-height: 250px;
    min-height: 250px;
}
.font-weight-normal{
    font-weight: normal;
}
.school__logoP img{
    height: 150px;
    width: 150px;
    line-height: 200px;
    border-radius: 50%;
}
.shadow-0{box-shadow: none !important;}
.all_schoolSearchpage .Category__dv img{
    min-height: 260px;
    max-height: 260px;
}

.all_schoolSearchpage .Category__dv h4{
    font-size: 18px;
}

.one__slider{
    background-color: #f8cf4e;
    padding-top: 40px;
    padding-bottom: 40px;
}

.two__slider{
    padding-top: 30px;
    padding-bottom: 30px;
}
.two__slider img{
    max-height: 300px;
}

.add_bannerimg {
    border: 1px dashed #c5baba;
    padding: 10px;
}

.follow_us_on a{
    font-size: 20px;
}

/* --------------------------- */
:root {
  --color-background: #222;
  --color-foreground: #ddd;
}


/* .show_n .container {
  align-items: center;
  background: var(--color-background);
  display: flex;
  justify-content: center;
} */

.search {
  --easing: cubic-bezier(0.4, 0, 0.2, 1);
  --font-size: 16px;
  --color: var(--color-foreground);
  --color-highlight: white;
  --transition-time-icon: 0.2s;
  --transition-time-input: 0.3s 0.25s;
  border-radius: 999px;
  border: 2px solid transparent;
  display: flex;
  transition: border-color var(--transition-time-icon) linear, padding var(--transition-time-input) var(--easing);
}
.search:not(:focus-within) {
  --transition-time-input: 0.2s 0s;
}
@media (prefers-reduced-motion: reduce) {
  .search {
    --transition-time-icon: 0s !important;
    --transition-time-input: 0s !important;
  }
}
.search__input {
  background: transparent;
  border: none;
  color: #000;
  font-size: var(--font-size);
  opacity: 0;
  outline: none;
  padding: 0;
  transition: width var(--transition-time-input) var(--easing), padding var(--transition-time-input) var(--easing), opacity var(--transition-time-input) linear;
  width: 0;
}
.search__input::-moz-placeholder {
  color: var(--color);
  opacity: 0.75;
}
.search__input:-ms-input-placeholder {
  color: var(--color);
  opacity: 0.75;
}
.search__input::placeholder {
  color: var(--color);
  opacity: 0.75;
}
.search__icon-container {
  height: 20px;
  position: relative;
  width: 20px;
}
.search__label, .search__submit {
  color: var(--color);
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  width: 100%;
}
.search__label:hover, .search__label:focus, .search__label:active, .search__submit:hover, .search__submit:focus, .search__submit:active {
  color: var(--color-highlight);
}
.search__label {
  transition: transform var(--transition-time-icon) var(--easing), color 0.1s;
}
.search__submit {
  background: none;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 0 4px inset transparent;
  display: none;
  outline: none;
  transition: color 0.1s, box-shadow 0.1s;
}
.search__submit svg {
  transform: scale(0.5);
}
.search__submit:focus {
  box-shadow: 0 0 0 4px inset var(--color-highlight);
}
.search:focus-within {
  border-color: var(--color);
}
.search:focus-within .search__input {
  opacity: 1;
  padding: 0 1rem 0 2rem;
  width: calc(var(--font-size) * 12);
}
.search:focus-within .search__label {
  transform: scale(0.5);
}
.search:focus-within .search__submit {
  -webkit-animation: unhide var(--transition-time-icon) steps(1, end);
          animation: unhide var(--transition-time-icon) steps(1, end);
  display: block;
}

@-webkit-keyframes unhide {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: auto;
    opacity: 1;
  }
}

@keyframes unhide {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: auto;
    opacity: 1;
  }
}

.book_searchLft table tr th, .book_searchLft table tr td{
  border: 1px solid #ecebe9;
  font-size: 14px;
  padding: 3px;
}
.book_searchLft table tr td:first-child, .book_searchLft table tr td:nth-child(2){text-align: center;}

.book_searchLft table tr th{font-weight: normal;}
.color-violet .container-button {
  background-color: #f9b234;
}
.color-violet .container-button:before {
  background-color: #f9b234;
}
.color-violet .w-item span {
  color: #f9b234;
}

.color-green .container-button {
  background-color: #1bbc9d;
}
.color-green .container-button:before {
  background-color: #1bbc9d;
}
.color-green .w-item span {
  color: #1bbc9d;
}

.color-red .container-button {
  background-color: #db343a;
}
.color-red .container-button:before {
  background-color: #db343a;
}
.color-red .w-item span {
  color: #db343a;
}

.color-pink .container-button {
  background-color: #e91e63;
}
.color-pink .container-button:before {
  background-color: #e91e63;
}
.color-pink .w-item span {
  color: #e91e63;
}

.color-blue .container-button {
  background-color: #3498db;
}
.color-blue .container-button:before {
  background-color: #3498db;
}
.color-blue .w-item span {
  color: #3498db;
}

/* body {
  height: 100vh;
  overflow: hidden;
  background-color: #d4d9ed;
  font-family: "Roboto", sans-serif;
}

.w-table {
  display: table;
  width: 100%;
  height: 100%;
}

.w-table-cell {
  display: table-cell;
  vertical-align: middle;
} */

.w-container {
  font-size: 0;
  text-align: center;
	  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* Card */
.w-container .w-card {
  cursor: pointer;
  background-color: #fff;
  vertical-align: top;
  width: 300px;
  color: #333;
  font-size: 30px;
  font-weight: 300;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}



.w-container .w-card:hover {
  transform: translateY(-12px);
}

/* Header */
.w-container .w-card .card-header {
  overflow: hidden;
  padding: 20px 0 0;
}

.w-container .w-card .card-header .w-title,
.w-container .w-card .card-header .w-price {
  position: relative;
  z-index: 2;
}

.w-container .w-card .card-header .w-price {
  font-size: 32px;
  font-weight: 500;
  padding: 1px 20px 20px;
}

/* Content */
.w-container .w-card .card-content {
  padding: 20px;
}

.w-container .w-card .card-content .w-item {
  font-size: 20px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.w-container .w-card .card-content .w-item:last-child {
  border-bottom: none;
}

.w-container .w-card .card-content .w-item span {
  font-weight: 500;
}

/* Button Container */
.w-container .w-card .container-button {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

/* Button */
.w-container .w-card .container-button .w-button {
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  z-index: 2;
  text-decoration: none;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.w-container .w-card .container-button:hover .w-button {
  transform: scale(1.05);
}

/* Ripple Effect */
.w-container .w-card .container-button:before,
.w-container .w-card .container-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease;
  z-index: 1;
}

.w-container .w-card .container-button:before {
  background-color: rgba(0, 0, 0, 0.08);
}

.w-container .w-card .container-button:after {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Hover Ripple Animation */
.w-container .w-card .container-button:hover:before,
.w-container .w-card .container-button:hover:after {
  transform: translate(-50%, -50%) scale(1);
}





/* main-page csss----------------------------------------------------------------------------- */
.main_page {
  background-size: cover;
  position: relative;
	 height: 700px;
  background-color: #3399fe;
}

@media (max-width: 568px) {
  .main_page {
     height: auto;
  }
}
	
	a.navbar-brand {
    display: inline-block;
    width: 200px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
		/* .main_page::before{
			content: '';
			position: absolute;
			bottom: 0;
			height: 200px;
			left: 0;
			right: 0;
			background-color: #ffecd9
		} */
.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
  padding-top: 100px;
}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: flex;
  padding: 30px 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  min-height: 270px;
	justify-content: center;
	align-items: center;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title, .ag-courses-item_titleP {
  min-height: 87px;
  margin: 0 0 25px;
  overflow: hidden;
  font-weight: bold;
  font-size: 30px;
  color: #000;
  /* z-index: 2; */
  position: relative;
  text-align: center;
}

.ag-courses-item_titleP {
    z-index: 2;
    visibility: hidden;
    position: absolute;
}
.ag-courses-item_titleP p{
	font-size: 16px;
	margin-bottom: 0;
	font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
	color: #fff;
}
.ag-courses-item_link:hover .ag-courses-item_titleP{
	visibility: visible;
}



.ag-courses-item_date-box {
  font-size: 18px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date {
  font-weight: bold;
  color: #f9b234;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color: #3ecd5e;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #e44002;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #952aff;
}
.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
  background-color: #cd3e94;
}
.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
  background-color: #4c49ea;
}



@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}

.ag-courses-item_title span{font-size: 20px;display: block;}
.ag-courses-item_title span img{max-height: 100px;}


@media (min-width:1600px){
	.main_page{padding-top: 150px;}
}

.book_searchRyt{
  min-height: 364px;
  background: #fff;
}








