
/** ADD YOUR AWESOME CODES HERE **/

.text-secondary .baseprice{font-weight: bold;}
.text-danger .discount_price{font-weight: bold;}

.mobile_button{display: none;}
.Offers .filter-brand-left img{float: left; width: 50%!important; padding: 10px;}
.Offers .filter-brand-left br{display: none;}
#homepopup{overflow: hidden!important;}
body.modal-open{padding-right: 0!important;}

#pills-tabContent table{font-family: 'Quattrocento Sans', sans-serif!important; }
#pills-tabContent table tr:nth-child(2n+1) {background: #e9ecef; }

#pills-aboutfaculty .tab_about_section img{ border: 1px solid #ccc;
 padding: 3px; border-radius: 5px;
}
#pills-aboutfaculty .tab_about_section .col-sm-2{float: left;}
#pills-aboutfaculty .tab_about_section .col-sm-10{float: left; text-align: justify;
	padding-left: 30px; }
#pills-aboutfaculty .tab_about_section { float: left; width: 100%;
    padding: 5px 0px; border-bottom: 1px solid #efefef;
}

#pills-demo .col-sm-4{float: left;}
#pills-demo iframe{width: 100%;}



.mask-icon ul li:first-child{
    left: 38%; position: absolute; top: 34%; background: none !important;
    font-size: 45px;
}
.mask-icon ul li:first-child:hover a{background: none !important;}

.full-slides{width: 100%; min-height: 400px;height: auto;}
.full-slides li{display: block; position: unset!important; height: auto;}
.full-slides li img{float: left;width: 100%!important; height: auto!important;}

.why-text a:hover{color: #d33b33;}

.cpopup{ position: absolute; right: -10px; background-color: red !important;
padding: 0px 5px !important; top: -10px; color: #fff !important;opacity: 1 !important; }

#video-lectures{display: none;}
#books{display: none;}
.activetab{display: block!important; animation: fade_in_show 0.5s}
@keyframes fade_in_show {
     0% {opacity: 0; transform: scale(0);}
     100% {opacity: 1; transform: scale(1);}
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display: block;}

.add_to_cart_button{cursor: pointer;}

.page-item.active .page-link{background-color: #d33b33;border-color: #d33b33;}
.page-link{color: #010101;}
.page-link:hover{color: #010101;}  
.dropdown-menu{top:90%;} 

.fixwhatsapp {position: fixed;left:0px;bottom: 13%; z-index: 99999;
    font-size: 18px; text-transform: uppercase;
     /*-ms-transform: rotate(270deg); transform: rotate(270deg);*/
}

.fixtalegram {position: fixed;left:0px;bottom: 5%; z-index: 99999;
    font-size: 18px; text-transform: uppercase;
     /*-ms-transform: rotate(270deg); transform: rotate(270deg);*/
}

.fixcbr {position: fixed;left:0px;bottom: 21%;z-index: 99999; font-size: 18px;
    text-transform: uppercase; /*-ms-transform: rotate(270deg); transform: rotate(270deg);*/
}
/*nav.bootsnav .megamenu-content { 
    padding: 15px;
    width: 83% !important;
    margin: auto !important;
    left: 0 !important;
}*/ 

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{background-color: #d33b33;}
.nav-pills .nav-link{background-color: #010101; margin-right: 2px; color: #fff;}

.ml-auto.btn.hvr-hover.text-white { padding: 5px 15px; }

.share-bar .whatsapp{   background-color: #7d9f11; border-color: #7d9f11; }
.share-bar .facebook{ background-color: #2D4E93; border-color: #2D4E93; }
.share-bar .twitter{ background: #d6249f;border-color: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.share-bar .telegram{ background-color: #136DB3; border-color: #136DB3; }
.share-bar .youtube{  background-color: #ac0606; border-color: #ac0606; }
/*.share-bar a{  color: #fff; background-color: #0069d9; border-color: #0062cc; }*/
.share-bar a{  color: #fff; border-radius: 5px; }


/* Rating CSS */ 

.allreviews > input:checked ~ label {
    color: #ffc700;    
}
.allreviews:not(:checked) > label:hover,
.allreviews:not(:checked) > label:hover ~ label {
    color: #deb217;  
}  




.allreviews {
    float: left;
    width: 150px;
}

.allreviews label.star {
    float: right;
    padding: 5px;
    font-size: 20px;
    color: #444;
    transition: all .2s;
}

.allreviews input.star:checked ~ label.star::before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

.allreviews label.star::before {
    content: '\f006';
    font-family: FontAwesome;
}


.allreviews input.star-1:checked ~ label.star::before {

    color: #F62;

}

.allreviews input.star {
    display: none;
}

.allreviews input.star:checked ~ label.star::before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}


/* Three column layout */
.fside {
  float: left;
  width: 13%;
  margin-top:10px;
}

.middle {
  margin-top:10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 { height: 18px; background-color: #04AA6D;}
.bar-4 { height: 18px; background-color: #2196F3;}
.bar-3 { height: 18px; background-color: #00bcd4;}
.bar-2 { height: 18px; background-color: #ff9800;}
.bar-1 { height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {

.fside, .middle { width: 100%;}

}

@media (max-width: 600px) {

.full-slides{min-height: 130px!important;}  
.slides-pagination a{width: 10px!important; height: 10px!important;}
.site-logo{float: left;}	
.mobile-cart {position: absolute; right: 0; top: 10px;}
#all_products .woocommerce .col-xs-6.col-sm-4{min-height: 320px;}
.books_product #all_products .woocommerce .col-xs-6.col-sm-4{min-height: 450px;}

.relative_products .woocommerce .col-xs-6.col-sm-3{min-height: 320px;}	
.top-cart-page{overflow-x: scroll;}
.cart-page{float: left;}
.cart-page table{width: 1000px; }
.cart-page .checkout-back{ float: left; margin-top: 5px; text-align: left; }

#carousel {height: auto; min-height: auto !important;}	
#pills-tab{overflow-x: scroll;}
#pills-tabContent{overflow-x: scroll;}
.login-page .form-group{padding: 7px;}
.registration-page .form-group{padding: 7px; margin: 5px 0px;}

.mobile_button{display: block!important;}
#productfilter{display: none;}

}

.scrollreview{float: left; width: 100%;
 max-height:200px; overflow-y: scroll;} 

/* Rating CSS Close*/





/* Testimonial CSS Start */




.testimonials .card {
    border-radius: 1rem;
    box-shadow: 0px -10px 0px #dc3545;
    border-top: none;
    display: block!important;
}

.testimonials .card-image {
    position: relative;
    top: 15px;
}

@media(max-width:767px) {
    .testimonials .card {
        margin: 1rem 0.7rem 1rem;
        max-width: 80vw
    }
}

.testimonials .card-image img{
    width: 100px!important;
    border-radius: 5rem;
    margin: 1.3rem auto 1rem auto
}

.testimonials .card-text img{
  width: 100%!important;
}  

.testimonials .col-md-4 {
    padding: 0 0.5rem
}


.testimonials .card-text {
    text-align: center;
    padding: 1rem 10px;
    line-height: 1.4rem
}

.testimonials .footer {
    border-top: none;
    text-align: center;
    line-height: 1.2rem;
    padding: 2rem 0 1.4rem 0;
}

.testimonials #name {
    font-size: 16px;
    font-weight: bold
}

.testimonials .owl-nav {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -45px;
    text-align: center;
}

.testimonials .owl-nav button.owl-prev {
    background: #010101;
    color: #ffffff;
    width: 38px;
    height: 38px;
    text-align: center;
}

.testimonials .owl-nav button.owl-next {
    background: #010101;
    color: #ffffff;
    width: 38px;
    height: 38px;
    text-align: center;
}

.testimonials .owl-nav button.owl-prev:hover, .testimonials .owl-nav button.owl-next:hover {
    background: #d33b33;
}


/* Testimonial CSS End */