header .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff;
    width: 0%;
    content: "";
    height: 4px;
}
header .navbar .navbar-nav .active::after {
    width: 40%;
}
/* navbar hover start */
header.navbar .navbar-nav .nav-item {
    position: relative;
  }
  header .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff!important;
    width: 0%;
    content: "";
    height: 4px;
}
  
  header .navbar .navbar-nav .nav-item:hover::after {
    width: 40%;
  }
  header .navbar .navbar-nav .nav-item:active::after {
    width: 40%;
  }
  header  .navbar .navbar-brand img {
    width: 80%;
    height: auto;
    margin-left: 10%;
}
header.sticky .navbar .navbar-brand img {
    width: 80%;
    height: auto;
    margin-left: 10%;
}
header  .navbar .navbar-brand .nav-image {
    width: 13%;
    height: auto;
    background-color: #000000;
    border: #000000;
    padding-bottom: 1%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    margin-top: -2%;
    box-shadow: 0 2px 0px -1px rgb(0 0 0 / 10%);
}
.bg-light {
    background-color: #f7f7f7!important;
    box-shadow: 13px 0px 12px 0px #d5d5d5;
}
@media screen and (max-width:778px){
    header   .navbar .navbar-brand img {
        width: 60%;
        height: auto; 
        margin-left: 0%;
    }
    header   .navbar .navbar-brand .nav-image {
    width: 60%;
    height: auto;
    background-color: transparent;
    border: 1px solid transparent;
    padding-bottom: 0%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    position: static;
    margin-top: 0%;
    box-shadow: 0 0 0px 0px rgb(0 0 0 / 10%);
    }
}
/* navbar hover end */
header {
    position: fixed;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 1000;
    background-color: #000000;
}
header .navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 18px;
}
header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #175955;
    font-weight: bold;
}
header .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-weight: bold;
    color: #175955;
}
header .btn-outline-success {
    color: #ED6B5E;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
}
header .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
}
header .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #00000000;
}
header .btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #00000000;
}

@media screen and (max-width:778px){
    header  .navbar .navbar-brand img {
        width: 100%;
    height: auto;
    margin-top: 0px;
}
header {
    position: fixed;
    /* width: 100%; */
    transition: all 0.4s ease;
    z-index: 1000;
    background-color: #000000;
    height: auto;
}
header.sticky .navbar .navbar-brand img {
    width: 100%;
    height: auto;
    margin-left: 2%;
}
header.sticky .navbar .navbar-brand .nav-image {
    width: 23%;
    height: auto;
    background-color: #000000;
    border: #000000;
    padding-bottom: 1%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: absolute;
    margin-top: -2%;
    box-shadow: 0 2px 0px -1px rgb(0 0 0 / 10%);
}

}
header .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff !important;
    width: 0%;
    content: "";
    height: 4px;
}

/* banner start */
.blog-banner{
    /* background-image: url(../images/blog/education-day-assortment-with-copy-space.png);
    background-size: contain;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center; */
    background-image: url(../images/blog/education-day-assortment-with-copy-space.png);
    background-size: contain;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-banner h1{
    /* margin-top: 65%;
     margin: auto; 
    text-align: center;
    color: #fff;
    font-size: 80px; */
    color: #fff;
    font-size: 80px;
    text-align: left;
    padding-top: 250px;
    padding-right: 0%;
    padding-bottom: 0px;
    font-weight: bold;
    margin-left: 10%;
    margin-bottom: 43%;
    margin-top: 10%;
    font-family: 'gilroy-extrabold', sans-serif;
}
/* banner end */
/* section1 start */
.blog-section1 h1{
    text-align: center;
    color: #175955;
    font-weight: bold;
    font-family: 'gilroy-extrabold', sans-serif;
    font-size: 35px;
}
.blog-section1 p{
    text-align: center;
    color: #000000;
}
/* section1 end */
/* section 5 start */

.teacher-section5 h1{
    text-align:center;
    color: #175955;
    font-weight:bold;
    font-family: 'gilroy-extrabold', sans-serif;
}

/* .teacher-section5 div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
} */

.bbb_viewed {
    padding-top: 5px;
    padding-bottom: 60px;
    background: #F7F7F7;
}

.bbb_main_container{
        /* background-color: #fff; */
   padding: 11px;
}

.bbb_viewed_title_container {
    border-bottom: solid 1px #dadada
}

.bbb_viewed_title {
   margin-bottom: 16px;
   margin-top: 8px;
   text-align: right;
   margin-right: 15%;

}
.bbb_viewed_title .btn-outline-secondary {
    color: #175955;
    background-color: transparent;
    background-image: none;
    border-color: #175955;
    border-radius:0px;
}
.bbb_viewed_title .btn-outline-secondary:hover {
    color: #fff;
    background-color: #175955;
    border-color: #175955;
}
.bbb_viewed_title .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #175955;
}
.bbb_viewed_title .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #175955;
    border-color: #175955;
}

.bbb_viewed_nav_container {
    position: absolute;
    right: 22px;
    top: 20px;
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

.bbb_viewed_nav i {
    color: #175955;
    font-size: 40px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.bbb_viewed_nav:hover i {
    color: #FF5500;
}

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    padding-top: 13px;
}

.bbb_viewed_item {
    width: 100%;
    background: none;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.bbb_viewed_image {
    width: 200px;
    height: auto;
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_price {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #000000;
    padding: 0 15px;
    height: 120px;
}

.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

.bbb_viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: ''
}

.bbb_viewed_name {
    margin-top: 3px;
    border: 2px solid white;
    color: #007bff;
    background-color: #fff;
    padding: 4px;
    font-weight: bold;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bbb_viewed_name:hover {
    margin-top: 3px;
    border: 2px solid white;
    color: #fff;
    background-color: #175955;
    padding: 4px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bbb_viewed_name a {
    font-size: 14px;
    color: #175955;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.bbb_viewed_name a:hover {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.bbb_viewed .bbb_viewed_item .box-shadow1{
    border: 1px solid #fff6f6;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
    height: auto;
    width: 100%;
    position: relative;
    background-color: #ffffff;
} 
.item_marks {
    position: absolute;
    top: 18px;
    left: 18px;
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount { 
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: #0e8ce4
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}
/* section 5 end */
@media screen and (min-width:779px) and (max-width:998px){
    .blog-banner {
        background-image: url(../images/blog/education-day-assortment-with-copy-space.png);
        background-size: contain;
        height: auto;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .blog-banner h1 {
        color: #fff;
        font-size: 80px;
        text-align: left;
        padding-top: 131px;
        padding-right: 0%;
        padding-bottom: 0px;
        font-weight: bold;
        margin-left: 10%;
        margin-bottom: 43%;
        margin-top: 10%;
    }
    .bbb_viewed_image {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width:778px){
    .blog-banner h1 {
        /* margin-top: 60%; */
        margin: auto;
        text-align: center;
        color: #fff;
        font-size: 28px;
        padding-top: 150px;
        padding-right: 30%;
        padding-bottom: 50px;
        font-weight: bold;
    }
    .blog-banner {
        background-image: url(../images/blog/education-day-assortment-with-copy-space.png);
        background-size: cover;
        height: auto;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .bbb_viewed_image {
        width: 100%;
        height: auto;
    }
    .bbb_viewed_image img {
        display: block;
        width: 100%;
    }
}
