.gm-bg{
    background-image: url(../images/bg-1.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
    padding: 25px 0px;
}

.gm-bg::before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: rgb(255 255 255 / 36%);
    width: 100%;
    height: 100%;
}
.gm-bg-1{
    background-image: url(../images/gm-university-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.gm-bg-1::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(12 39 86 / 67%);
}
.gm-bg-2{
    background-image: url(../images/gm-university-bg1.jpg);
    background-position: center;
    background-size: cover;
}
.quick-link-main{
    background: #fff4e3;
    padding: 12px;
    overflow: hidden;
    box-shadow: 4px 4px 8px -3px rgb(0 0 0 / 15%);
	height: auto;
}
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-bottom:1px;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}
.card-block h5 a{
    color: inherit;
    font-weight: 600;
}
.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}
@media (max-width: 767px) {
	.quick-link-main{
		height:auto;
	}
}
@media (min-width: 1200px){
  .quick_link_list li span i {
    font-size: 16px;
    padding: 11px 15px 12px;
  }
}




.bbb_viewed {
    padding-top: 51px;
    padding-bottom: 60px;
    background: #eff6fa
}

.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
}

.bbb_viewed_nav_container {
    position: absolute;
    right: 10px;
    top: 17px;
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

.bbb_viewed_nav i {
    color: #003e78;
    font-size: 18px;
    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: #606264
}

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    /* padding-top: 13px */
}

.bbb_viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px
}

.bbb_viewed_image {
    width: 150px;
    height: 150px
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_price {
    font-size: 16px;
    color: #000000;
    font-weight: 500
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #df3b3b
}

.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
}

.bbb_viewed_name a {
    font-size: 14px;
    color: #000000;
    -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 {
    color: #0e8ce4
}

.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
}

.student-box{
    display: grid;
    grid-template-columns: 20% 80%;
    box-shadow: 0px 0px 7px 1px #ddd;
    padding: 9px;
    background-image: url(../images/student-bg.jpg);
    background-position: right;
    background-clip: content-box;
    background-repeat: no-repeat;
    position: relative;
  }
  .student-box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, white, transparent);
    top: 0px;
    left: 0px;
  }
  .student-box .image{
    position: relative;
  }
  .student-box .text{
    padding-left: 10px;
    position: relative;
  }
  .student-box .text .name{
    font-weight: 700;
    color: #163261;
    font-size: 26px;
  }
  .student-box .text p span{
    padding-left: 5px;
  }
  .student-box .text p strong{
    color: #163261;
  }