
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
  font-family: "Open Sans", sans-serif;
  overflow-x:hidden;
  font-size:15px;
}
img{
  max-width:100%;
}
p{
  margin:0 0 15px 0;
}
body.home #wrapper{
  margin: 0 auto;
  padding:0;
  border:0;
}
#menu-header, .menu{
  max-width:100%;
}
.top-panel{
  width:100%;
  padding:13px 0;
  border-bottom: 1px solid #d9d9d9;
}
.top-contact li span{
    font-size: 18px;
    color: #151414;
    font-weight: 700;
    font-style: italic;
}
.top-social-menu{
  display:block;
  padding:3px 0 0;
  margin:0;
  text-align:right;
  float:right;
  width:150px;
}
.top-social-menu li{
  display:inline-block;
}
.top-social-menu li a{
  display:block;
  color:#fff;
  padding:0 7px;
  font-size:17px;
}
.logo-pnl #logo{
  position:relative;
  z-index:999;
}
li.menu-drpdn i {
    font-size: 22px;
    padding:0px 10px;
}
.main-menu {
    background-color: #0b0265;
    position: relative;
    width: 100%;
    padding-top: 0px;
    margin-top: 10px;
    border-top: 1px solid #e7dfdf;
    
}
.main-menu.fixed{
  position: fixed;
    top: 0;
    z-index: 999;
    background: #0b0265 ;
    margin: 0;
    left: 0;
    width: 100%;
    border: 0;
    box-shadow: 0 0 12px #00000017;
}
.main-menu .main-nav, .main-menu .menu{
  background:transparent;
}
.main-menu .menu a{
  border:0;
}
.main-menu .menu > li > a{
  text-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 11px;
    height: auto;
    line-height: 23px;
    border: 0;
    color: #ffffff;
    margin-right: 0;
    background: transparent;
}
.top-header{
  display: flex; align-items: center;
}
.logo-section{

  width:260px;
}
.logo-section img{
    width: 100%;
}
.sideicon-menu{
    width: 260px;
   
}
.sideicon-menu ul{
    padding: 0;
    margin: 0;
    text-align: right;
}
.sideicon-menu ul li{
    display: inline-block;
}
.sideicon-menu ul li:not(:last-child) {
    margin-right: 11px;
}
.sideicon-menu ul li a{
    display: block;
    padding:0 10px;
    font-size: 22px;
    color: #000;
    position: relative;
    transition: all .3s;
}
.sideicon-menu ul li a:hover{
    color: #ee1624;
}

.menu-drpdn{position: relative;}
.account-dropdown {
    position: absolute;
    background: #fff;
    z-index: 2;
    text-align: left;
    display: none;
    transition: .3s;
    padding: 11px 5px;
    min-width: 240px;
    box-shadow: 0 0 3px #ccc;
    left: -210px;
}
.account-dropdown {
    border-radius: 10px;
    background: #bc2e21;
}
.account-dropdown ul li a {
    color: #fff;
}
.account-dropdown ul li a:hover {
    color: #eee;
}
.account-dropdown ul li a { font-size: 14px; display: block; } 
.account-dropdown ul li {display: block;text-align: left;width: 100%;margin-bottom: 10px;border-bottom: 1px solid #efe7e7;padding-bottom: 6px;margin-right: 0;}
.account-dropdown ul li:last-child{margin-bottom: 0}
.account-dropdown ul li:last-child { border-bottom: 0; }
.menu-drpdn:hover .account-dropdown{display: block;}
.account-dropdown ul li a i {
    margin-right: 8px;
    vertical-align: middle;
}
.countcart{
    position: absolute;
    top: -9px;
    font-size: 12px;
    width: 26px;
    background: #bc2e21;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ececea;
    right: -11px
}
.searchpnl{
    width: calc(100% - 520px);
    padding: 0 70px;
}
.menu-section{
    width: calc(100% - 230px);
    margin-top: 5px;
    background: transparent;
}
.footer{
  background-color: #0b0265;
  width:100%;
  padding: 50px 0;
  color:#fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(/public/front_asset/images/footer-texture.png);
}
.copyright {
    margin-top: 0;
    background: #141414;
    padding: 14px 0;
    width: 100%;
}
.copyright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 34px;
    letter-spacing: 0;
}
.copyright a {
    color: #f3cd13;
}
.footer-heading {
       margin: 15px 0 30px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 500;
}
.header_social {
    width: 100%;
    margin-top: 10px;
}
.footer-social-menu{
  display:block;
  padding:0;
  margin:0px 0 0 ;
}
.footer-social-menu li{
  display:inline-block;
}
.footer-social-menu li a{
  display: block;
    background: #fff;
    color: #000;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    border-radius: 50%;
    margin-right: 5px;
}

.footer-menu li{
  display:inline-block;
    width: 49%;
}
.footer-menu li a {
    display: block;
    border: 0;
    color: #fff;
    padding: 0;
    line-height: 28px;
}
.footer-menu li a:hover{
  color: #ffec03;
}
.halfmenu .footer-menu li{
  width:49%;
  display: inline-block;
}
.contactinfofooter p span {
    font-weight: 700;
    display: block;
}
#wrapper{
  margin:0;
  padding:0;
  border:0;
}
/***************/

#menu-header-menu .sub-menu li{
    border: 0;
    margin: 0;
    background: #0e0098eb;
    padding: 0;
}
#menu-header-menu .sub-menu li a{
    border: 0;
    height: 44px;
    padding: 0 10px;
    margin: 0;
    line-height: 44px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #75757575;
}
#menu-header-menu .sub-menu .sub-menu li{
    background: #4c3aff;
}
#menu-header-menu .sub-menu li:hover, #menu-header-menu .sub-menu li a:hover{
    background: #0b0265 !important;
}
.menu ul{margin-top: 0;}
.menu-item-has-children::after{
    top: 14px;
    right: 0px;
}

/********************/
.headerTop{
    width: 100%;
    background-color: #2d2d2d;
    padding: 5px 0;
}
.topcontact{
    padding:0;
    margin:0;
}
.topcontact li{
    display: inline-block;
    margin-right: 20px;
}
.topcontact li a{
    display: block;
    font-size: 14px;
}
.topcontact li a{
    color: #fff;
}
.topcontact li a i{
    color: #f3cd13;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: 4px;
}
.top-menu{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.top-menu li a{
    font-size: 14px;
    border: 0;
    padding: 0 10px;
    color: #fff;
}
.top-menu li a:hover{
    color:#f3cd13;    
}
#header_section{
    width: 100%;
    padding-top: 10px;
  background-color: #fcfbf9;
}
.searchpnl form{
    margin: 20px 0;
    position: relative;
}
.searchpnl form input[type="text"]{
    width: 100%;
    height: 50px;
    box-shadow: none;
    border: 1px solid #dfdcd7;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
  background-color: #fcfbf9;
}
.searchpnl form button{
    height: 50px;
    position: absolute;
    border: 0;
    top: 0;
    right: 0;
    background: #161619;
    width: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}
ul.menu > li:hover {
    background-color: #0b0079;
    color: #ffffff;
}
a{
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}

/*******************banner**********************/
/* .ban-img img { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0;  object-fit: cover;  }  */
.ban-img {
    position: relative;
    height: auto;
    
}
.ban-img img {width: 100%; height: 100%;}
.product-item {
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.product-item:hover {
    border-color: #8e8e8e;
    transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.btncontentbook {
    background: #2C2C2B;
    border: none;
    width: 100%;
    border-radius: 0px !important;
    line-height: 30px;
    margin: 0px !important;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
    outline: none !important;
    box-shadow: none !important;
}
.offer-price span {
    font-size: 22px;
    font-weight: 700;
    color: #cd2d21;
}
.wishlist {
    background: #dc3023 !important;
}
.multi_slider .slick-prev, .multi_slider .slick-next{    width: 50px;  height: 50px; border-radius: 50%; background: #e89938; top: 50%}
.multi_slider .slick-prev:hover, .multi_slider .slick-next:hover{background: #cd363a}
.multi_slider .slick-next {right: 15px;}
.multi_slider .slick-prev {left: 15px;  z-index: 3}
.multi_slider .slick-prev:before { content:'\f053'; font-family: 'Font Awesome 5 Free'; font-weight: 900;   display: block;  color: #fff ;     font-size: 14px;}
.multi_slider .slick-next:before { content:'\f054'; font-family: 'Font Awesome 5 Free'; font-weight: 900;   display: block;   color: #fff ;     font-size: 14px;}
.multi_slider .slick-prev:hover:before , .multi_slider .slick-next:hover:before{color: #fff}
/*******************banner**********************/

/*******************login**********************/
.registrationcontainer { padding: 0px 0; }
.loginbx { width: 100%; background: #fff; padding: 40px 35px; max-width: 600px; margin: 0 auto; box-shadow: 2px 8px 28px -11px rgba(134, 134, 134, 0.63); }
.loginbx h3 { text-align: center; color: #0b0265; font-size: 26px; font-weight: 700; margin: 0px 0px 30px 0px; }
.loginbx label.formlabel { margin-bottom: 10px; color: #7a7a7a; } 
.loginbx .form-group { margin-bottom: 15px; } 
.loginbx .form-control { height: 50px; }
.logtextleft p {margin: 0}
.logtextleft p a { color: #0b0265; text-decoration: none;  font-size: 16px; font-weight: 600; margin-top: 8px;  display: inline-block;}
.circleeffect { background: #0b0265; color: #fff; padding: 7px 38px; }
/*******************login**********************/
/*******************cart**********************/
.cart-page {margin: 50px 0;}
.cart-tabel { width: 100%; border: 1px solid #dedede; }
.cart-tabel .table { display: table; margin-bottom: 0px !important; max-width: 100%; width: 100% !important; box-shadow: 0px 1px 2px #dcdcdc; }
.table .one_row1 { display: table-row; }
.cell1 { display: table-cell; padding: 12px 15px; position: relative; vertical-align: middle; white-space: nowrap; border-bottom: 1px solid #dedede; }
.tab_head_sheet { background: #fff; border: medium none; color: #2c2c2c; font-size: 15px; line-height: 20px; text-align: left; font-weight: 600; border-bottom: 1px solid #dedede; background: #000; color: #fff; }
.tab_head_sheet_1 { border: medium none; height: 50px; padding: 10px 15px; text-align: left; white-space: normal; overflow-wrap: break-word; color: #454545; border-bottom: 1px solid #dedede; }
.tabel-image {  width: 65px; height: 65px; background: #f7f7f7; overflow: hidden; position: relative; margin-right: 10px; display: inline-block;}
figure { -webkit-transition: all ease 0.4s; transition: all ease 0.4s; margin: 0; font-size: 0; line-height: 100%; }
.tab_head_sheet_1 a {display: flex;}
.add_ttrr h5 { color: #464646; font-size: 14px;  margin-bottom: 5px; }
.W55_1 {display: none;}
.dlt { font-size: 15px; color: #f00; }
/*a.add_ttrr.add_ttrr2 h5 { max-width: 280px; }
*/
.tab_head_sheet_1 select { border: 0; border-bottom: 1px solid #6c6666; width: 70%; border-radius: 0; padding: 10px;}
.cart__footer .solid-border { border: 1px solid #e8e9eb; padding: 15px 12px; margin-bottom: 20px; color: #2c2c2c; width: 50%;margin-left: auto;margin-top: 60px;}
.solid-border .title { font-size: 20px; margin-bottom: 8px; font-weight:700;}
.cart__footer .cart__subtotal-title { text-transform: capitalize; font-size: 15px; color: #2c2c2c; }
span.money { display: block; text-align: right; color: #2c2c2c}
.cart_totals h2{ font-size: 25px; text-transform: uppercase; letter-spacing: 0; color: #ee1422; color: #ee1422; font-weight: 700; }
.chkoutbtn { background: #000; color: #fff; display: block; width: fit-content; line-height: 1; padding: 16px 50px !important; font-weight: 500; text-transform: uppercase; }
.chkoutbtn:hover{background: #f13e42; color: #fff }
/*.small_screen31 .tab_head_sheet_1:last-child { border-bottom: 0; }*/
.cart__footer .solid-border select{border: 0; border-bottom: 1px solid #6c6666; width: 90%; border-radius: 0; margin-left: auto;}

.emptypic{ text-align: center; } 
.emptypic img{ max-width: 360px; } 
.emtycrt p{ text-align: center; font-size: 30px; font-weight: 600; } 
.emtycrt{ text-align: center; }
.cmn_btn{}

a.review-btn {border-radius: 5px !important; padding: 8px 20px !important; width: 115px !important;  margin-right: 10px;}
.review-form .input-rating .stars input[type="radio"] {visibility: hidden;}
/*******************cart**********************/
/*******************checkout**********************/
.card-body { box-shadow: 0 0 4px 0 rgba(0,0,0,.08),0 2px 4px 0 rgba(0,0,0,.12); margin-bottom: 15px; }
.headibx{display: flex; align-items: center;justify-content: space-between;}
.fs-6 { color: #2c2c2c; font-size: 18px !important; font-weight: 700; }
.headibx a { background:#ff6265; color: #fff !important; padding: 6px 15px; border-radius: 25px; font-weight: 600; }
.customRadio { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 0 10px; }
.shipping-box .option { background: #fff; height: 100%; width: 100%; border-radius: 5px; cursor: pointer; padding: 14px 10px !important; border: 1px solid lightgrey; transition: all 0.3s ease; margin-top: 15px; }
.customRadio input[type="radio"] + label { position: relative; padding: 0 0 0 30px; cursor: pointer; }
#option-1:checked:checked ~ .option-1, #option-2:checked:checked ~ .option-2, #option-3:checked:checked ~ .option-3 { border-color: #0b0265; }
.customRadio input[type="radio"] + label:before { content: ''; background: #ffffff; border: 1px solid #d0d0d0; height: 20px; width: 20px; border-radius: 50%; position: absolute; top: 0; left: 0; }
.shipping-box.customRadio input[type="radio"] + label::before { top: 5px; right: 5px; left: inherit; }
.customRadio input[type="radio"] + label:after { content: ''; background: #333333; width: 10px; height: 10px; border-radius: 50%; position: absolute; top: 5px; left: 5px; opacity: 0; -webkit-transform: scale(2); transform: scale(2); -webkit-transition: transform 0.3s linear, opacity 0.3s linear; transition: transform 0.3s linear, opacity 0.3s linear; }
.customRadio input[type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
.shipping-box.customRadio input[type="radio"] + label::after { top: 10px; right: 10px; left: inherit; }
.shipping-box p { width: 100%; color: #4a4a4a; font-size: 14px; position: relative;     margin-bottom: 10px;}
.shipping-box p span { font-weight: 600; display: inline-block; margin-right: 5px; }
.customRadio input[type="radio"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); display: none; }
.shipping-box input[type="radio"] { visibility: hidden; position: absolute; }

.pymtmthd { margin-top: 30px; }
.pymtmthd h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 10px;
}


/*******************checkout**********************/

/*******************alert**********************/
.alert { position: absolute; right: 0; top: 0; z-index: 999; width: auto; }
.alert strong {font-weight: 500;}
.alert-simple.alert-success { border: 1px solid rgba(36, 241, 6, 0.46); background-color: rgb(61 204 120); box-shadow: 0px 0px 2px rgb(61 204 120); color: #fff; transition: 0.5s; cursor: pointer; letter-spacing: 1px; }
.alert:before { content: ''; position: absolute; width: 0; height: calc(100% - 44px); border-left: 1px solid; border-right: 2px solid; border-bottom-right-radius: 3px; border-top-right-radius: 3px; left: 0; top: 50%; transform: translate(0, -50%); height: 20px; }
.alert-dismissible .close { position: absolute; top: 50%; transform: translateY(-50%); right: 0; padding: .75rem 1.25rem; color: inherit; background: none !important; border: none; -webkit-animation: blink-1 2s infinite both; animation: blink-1 2s infinite both; }
.alert>.start-icon { margin-right: 0; min-width: 20px; text-align: center; }
.alert>.start-icon { margin-right: 5px; }
.alert-simple.alert-danger { border: 1px solid #de5656; background-color: #de5656; color: #fff; transition: 0.5s; cursor: pointer; }
/*******************alert**********************/
/*******************contact**********************/
.cntctxt h4 { font-size: 1.500em; margin-bottom: 1em; margin-top: 1em; font-weight: 700; color: #0b0265; } 
.cntctxt p i { color: #bc2e21; margin-right: 10px; }
/*******************contact**********************/

/*******************syllabus**********************/
.syllabuspnl h5 { font-size: 1.125em; margin-bottom: 1.125em; margin-top: 1.125em; font-weight: 600; }
.syllabuspnl .table .btn { display: flex; align-items: center; } 
.syllabuspnl .table .btn i { margin-right: 4px; } 
table.table.table-striped { border: 1px solid #dddddd; } 
.syllabuspnl table tr td .syl-name { color: #5b5959; font-weight: 500; }
.syllabuspnl table tr td { border-right: 1px solid #ddd; }
.bradcumb-pages p a { color: #0b0265; font-weight: 600; }
/*******************syllabus**********************/

/*******************address**********************/
.shipping-per-box {font-size: 14px;line-height: 2;position: relative; border: 1px solid #ebebeb; background: #fff; height: 100%; width: 100%; border-radius: 5px; cursor: pointer; padding: 14px 10px !important; transition: all 0.3s ease; margin-top: 15px; box-shadow: 0 0 4px 0 rgba(0,0,0,.08),0 2px 4px 0 rgba(0,0,0,.12)} 
.shipping-per-box h3 { color: #0b0265; font-size: 18px !important; font-weight: 700; margin-bottom: 19px; }
.shipping-per-box .exit-address { position: absolute; right: 9px; top: 2%; background: #ff1212; width: 33px; height: 33px; box-shadow: 0 0 4px #ccc; display: flex; text-align: center; align-items: center; justify-content: center; border-radius: 50%; }
.shipping-per-box .exit-address i { color: #fff; }
.shipping-per-box p strong {margin-right: 5px;}
.shipping-per-box p  { margin: 0 0 2px 0}
.heading-parts h2 { font-size: 1.500em; margin-bottom: 1em; margin-top: 1em; font-weight: 700; color: #0b0265; }
span.edit-icons { position: absolute; right: 49px; top: 2%; background: #2d2d2d; width: 33px; height: 33px; box-shadow: 0 0 4px #ccc; display: flex; text-align: center; align-items: center; justify-content: center; border-radius: 50%; } 
span.edit-icons a { color: #fff; }
.option-icons { margin-bottom: 30px; }
.row .col-lg-4:first-child .shipping-per-box .edit-icons { right: 16px; }
/*******************address**********************/

/*******************my orders**********************/
table.order-table tr th { border: medium none; font-size: 15px; line-height: 20px; text-align: left; font-weight: 600; text-transform: uppercase; border-bottom: 1px solid #dedede; background: #000; color: #fff; } 
table.order-table tr td { height: 50px; padding: 10px 15px; text-align: left; white-space: normal; overflow-wrap: break-word; color: #454545; border-bottom: 1px solid #dedede; } 
.order-table { margin-top: 30px; }

.orderid-show {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
}
.orderid-show p{ background: #0b0265; color: #fff; padding: 6px 15px; border-radius: 2px; font-size: 16px; display: inline-block; }

.profilerightbx .favouritebtx .favouritelistbx {
    display: block;
    position: relative;
    padding: 8px;
    margin-bottom: 5px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    box-shadow: 11px 18px 17px 0px rgba(0, 0, 0, 0.04);
}
.profilerightbx {
    margin-bottom: 30px;
}
.profilerightbx p {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 2;
}
.profilerightbx .favouritebtx .favouritelistbx .favouritelimg { display: table-cell; vertical-align: middle; padding-right: 25px; }
.profilerightbx .favouritebtx .favouritelistbx .favouritelimg a { display: block; position: relative; }
.profilerightbx .favouritebtx .favouritelistbx .favouritelimg img { width: 80px; max-height: 100%; max-width: inherit; }
.profilerightbx .favouritebtx .favouritelistbx .favouritelistcontent h3 { color: #023a5d; font-size: 16px; font-weight: 600; margin: 0px 0px 2px 0px;  }
.profilerightbx .favouritebtx .favouritelistbx .favouritelistcontent .vartext { color: #023a5d; font-size: 13px; font-weight: 500; display: block; margin: 5px 0px 3px 0px;  }
.pricebx .price {margin: 0;  display: block; font-size: 16px; color: #ee1422; font-weight: 600;}
.profilerightbx .favouritebtx .favouritelistbx .favouritelistcontent { display: table-cell; vertical-align: middle; width: 100%; }
.profilerightbx .favouritebtx .favouritelistbx .orderplacedbox { display: table-cell; vertical-align: middle; }
.profilerightbx .favouritebtx .favouritelistbx .orderplacedbox .orderplacedboxinner { display: flex; white-space: nowrap; }
.orderplacedboxinner a { margin-right: 5px; color: #fff; background: #2d2d2d; border-radius: 25px; font-size: 13px; display: flex; width: 35px; height: 35px; align-items: center; justify-content: center; }
.orderplacedboxinner a:last-child {background: #ff1212;color: #ffffff;}
.profilerightbx .favouritebtx .favouritelistbx:hover { background: #f6f6f8; border: 1px solid #f6f6f8; }
.order-no {color: #0d6efd;}

.add_ttrr2{display: flex;}
.track { position: relative; background-color: #ddd; height: 7px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 60px; margin-top: 50px; } 
.track .step { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 25%; margin-top: -18px; text-align: center; position: relative; } 
.track .step.active:before { background: #e7af17; } 
.track .step::before { height: 7px; position: absolute; content: ""; width: 100%; left: 0; top: 18px; } 
.track .step.active .icon { background: #e7af17; color: #fff; } 
.track .icon { display: inline-block; width: 40px; height: 40px; line-height: 40px; position: relative; border-radius: 100%; background: #ddd; } 
.track .step.active .text { font-weight: 400; color: #000; } 
.track .text { display: block; margin-top: 7px; }
.ordertrackbx { margin-top: 0px; }
/*******************my orders**********************/

/*******************Thank You**********************/
.thank-you-wrap p i { color: #33e349; font-size: 65px; } 
.thank-you-wrap h4 { font-weight: 600; color: #0b0265; margin-bottom: 13px; }
.no-odr { color: #0b0265; font-size: 18px; font-weight: 600; margin-top: 10px; } 
.btn-ordr .btn { color: #fff; background-color: #2d2d2d; border-color: #2d2d2d; padding: 0.375rem 0.75rem; border-radius: 0; margin-right: 10px; font-size:14px} 
.btn-blue { color: #fff; background-color: #0b0265 !important; border-color: #0b0265 !important; padding: 0.375rem 0.75rem; border-radius: 0; margin-right: 10px; font-size:15px;} 
.btn-blue:hover{color:#fff;}
.btn-ordr { margin-top: 40px; display: flex; justify-content: center; align-items: center; }
.product-details-wrap .btncontentbook {
    width: auto;
}
/*******************Thank You**********************/

/***************************/
@media (min-width: 1300px){
    
}
@media(min-width:1199px){
  .main-menu .menu{
    text-align:left;
  }
  .main-menu .menu > li{
    float:none;
    padding:0;
    display:inline-block;
  }
}

@media(max-width:991px){
    .solutions-list li{
        width:49%;
    }
    .membershiplist > li{
        width:46%;
    }
    .clientList li{
        width:25%;
    }
    .footer{
        text-align:left;
    }
    .footer-social-menu{
        text-align:left;
    }
    
    .menu-item-has-children::after{
        display:none;
    }


    /*******************cart**********************/
    .tab_head_sheet_1 { padding: 10px; height: auto; display: flex ; justify-content: space-between; width: 100% !important; }
    .W55_1 { display: inline-block; width: 50%;  font-size: 14px; }
    .only_shawo { display: none !important; }

    /*******************cart**********************/
    
}

@media(max-width:520px){
    .form-contact{
        width:100%;
    }
    .solutions-list li{
        width:100%;
    }
    .membershiplist > li{
        width:100%;
        margin:20px 0;
    }
    .clientList li{
        width:33.33%;
    }
    .clientspnl{
        background: #2c93d6;
    }
    .form-contact:after{
        left: -15px;
    }
    .form-contact:before{
        right: -15px;
    }
    .industry-list li{
        width:100%;
    }
    .caseMainContent .caseContainer{
        width:100%;
    }
    .clienttemlist.clientList li{
        width:50%;
    }
    .home .main-header {
        position: relative;
        background: #2b92d5;
    }
    #logo {
        float: none;
        text-align: left;
    }
    .entry-title {
        font-size: 25px;
        text-transform: capitalize;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 600;
        line-height: 200px;
        margin: 0;
    }
    .inner-banner{
        min-height:200px;
    }
    .bloglist > li{
        width:100%;
    }
    .footer-heading{
        margin-top:25px;
    }
    .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .ban-img {
        position: relative;
        
    }
    .table-striped tr td {
        display: block;
        width: 100%;
    }
    .syllabuspnl .table .btn {
        border-radius: 30px;
        font-size: 13px;
        background: #ef3430;
        border-color: #ef3430;
        text-align: center !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    li.menu-drpdn i {
        font-size: 14px;
    }
}
@media(max-width:480px){
    #logo {
        float: none;
        text-align: left;
    }
    .contctdesign h3{
        font-size:45px;
    }
    .contact-part2 li{
        border-right: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 14px;
        margin-bottom: 15px;
        width:100%;
    }
    .contact-part2 li:last-child{
         border-bottom:0;
     }
}
/**/
/**/
/****************/
/*star rating for products*/
.rating-custom div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
}

.rating-custom .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}
.rating-custom .woocommerce-product-rating::after, .rating-custom .woocommerce-product-rating::before {

    content: ' ';
    display: table;

}
.rating-custom .woocommerce-product-rating {
    line-height: 2;
}
.rating-custom .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.rating-custom .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
    font-size: 12px;
}
.rating-custom .star-rating {
    line-height: 1;
    font-size: 1em;
    font-family: star;
}
.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.rating-custom .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    color: #f1c40f;
    letter-spacing: 3px;
    font-size: 12px;
}
.rating-custom .star-rating span {

    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;

}
.rating-custom .woocommerce-review-link{
    display: none;
}
.rating-custom{
    width: 80px;
    margin: 0 auto;
}
/**************************/
.product-image{
    background: #f8f7f7;
    padding: 26px 15px;
    margin-bottom: 10px;
    text-align: center;
}

.owl-item:hover .product-image:hover{
        background: #f2f2ff;
}
.product-image img{
    height: 225px;
    width: auto !important;
    margin: auto;
}
.product-item .price-box{
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.product-item-name a{
    display: block;
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #464646;
    font-weight: 400;
    height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-item-details {
    padding: 0px;
}
.product_title a {
    padding: 20px 0 10px!important;
    font-size: 14px !important;
    line-height: 22px;
    color: #1592ea;
    font-weight: 500;
}
.star-rating {
    width: 95px;
    margin: 0 auto;
    color: #f1c40f;
    font-size: 13px;
}
.price-box .price .amount{
        font-size: 17px;
    font-weight: 500;
    color: #000;
}
.price-box .price del{
    opacity: .5;
    margin-right: 5px
}
.price-box .price ins{
        border: 0;
    text-decoration: none;
        display: inline-block;
}
.price{display: flex; justify-content: center;}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    font-size: 26px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
    color: #ed1017;
 }
 .product-slider .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 28%;
    right: -45px;
    width: 30px;
    height: 40px;
    background: url(./images/right-arrow.png);
}
.product-slider .owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
 }
.product-slider .owl-carousel .owl-nav button.owl-next span{
    color: transparent;
}
 .product-slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 28%;
    left: -45px;
    width: 30px;
    height: 40px;
    background: url(./images/left-arrow.png);
}
.product-slider .owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
 }
.product-slider .owl-carousel .owl-nav button.owl-prev span{
    color: transparent;
}
.product-wrap{
    padding:40px 0 30px 0;
    width: 100%;
}
.common-font {
    display: flex;
    align-items: flex-start;
}
.heading-part{
    width: calc(100% - 180px);
    position: relative;
}
.heading-part h2:after{
    position: absolute;
    width: 30%;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: #dd454d;
    content: '';
    z-index: -1;
}
.heading-part h2:before{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #ececec;
    content: '';
    z-index: -1;
}
.product-slider .slick-slide{
  margin: 0 5px;
}
.btnall-part{
    width: 180px;
    float: left;
    text-align: right;
}
.main_title{
    display: inline-block;
    margin: 10px 0 52px 0;
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #000;
    font-size: 27px;
    /*padding-right: 40px;*/
     padding-bottom: 11px;
    position: relative;
}


h2.main_title span{
    color: #ec030f;
}
/*.heading-part .main_title{
    background: #fff;
}*/
.btnall-part .btn-bordered {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 8px 20px;
    min-width: 110px;
    text-align: center;
    color: #000;
    font-size: 15px;
    /* text-transform: uppercase; */
    border-radius: 5px;
    margin: 8px 0;
    font-weight: 500;
}
.btnall-part .btn-bordered:hover {
	background: #0b0265;
	color: #fff
	}
.top-universitypnl{
    width: 100%;
    padding: 50px;
    background: #f0f0f0;
}
.universitybox{
    padding:30px 15px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px #ccc;
    width: calc(100% - 20px);
    margin: 10px auto;
}
.book-slider .slick-slide{margin: 0 15px}
.wish-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-item {
    position: relative;
    text-align: center;
    border: 1px solid #efefef;
    margin-bottom: 20px;
}

.wish-icon a i {
    color: #000;
    font-size: 16px;
}
.universitybox img{
    height: 145px;
    width: auto !important;
    margin: auto;
}
.favauthor{
    background: url(../images/author-bnr.jpg);
    padding: 50px 0;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.favauthor:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(42,42,42,.8);
    content: '';
}
.favauthor .container{
    position: relative;
    z-index: 9;
}
.favauthor .main_title{
    background: transparent;
    color: #fff;
    text-align: center;
    display: block;
    width: fit-content;
    text-align: center;
    margin: 0 auto 52px;
}
.favauthor .heading-part{
    width: 100%;
}
.favauthor .heading-part:after{
    display: none;
}
.authorsbox{
    padding: 30px 0;
    transition: all .3s;
}
.authorusericon{
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.authorusericon img{
    width: 100%;
    object-fit: cover;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #676767;
}
.authorsbox h2{
    margin: 30px 0 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.authorsbox:hover{
    background: white;
    border-radius: 10px;
}
.authorsbox:hover h2{
    color: #000;
}
.auth-details p{text-align: justify;}
.shiipinginfo{
    width: 100%;
    border-top: 1px solid #efefef;
    padding: 40px 0;
}
.shiipinginfo ul{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.shiipinginfo ul li{
    display: flex;
    padding: 0 10px; 
    width: 24.5%;
    vertical-align: top;
   /* border-left: 1px solid #efefef;*/
}
.shiipinginfo ul li:first-child{
    border: 0;
}
.icon-info{
    width: 65px;

}
.icon-info i{
    font-size: 55px;
    color: #f75454;
}
.iconcontnent{
    width: calc(100% - 65px);
    float: left;
}
.iconcontnent h3{
    margin: 10px 0;
    font-size: 17px;
    font-weight: 500;
}
.iconcontnent h4{
    font-size: 14px;
    margin: 12px 0;
    font-weight: 300;
}
.footercontact{
    margin: 10px 0;
    width: 100%;
}
.footercontact p{
    margin: 0;
}
.footicon{
    float: left;
    padding-right: 15px;
    height: 30px;
    padding-top: 10px;
    font-size: 18px;
}
.footerlogo{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.footerheading {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 0 30px 0;
  color:#f3cd13;
}
.footer-menu{
    margin: 0;
}
.footermenusingle li{
    display: block;
    width: 100%;
}
.footerborder {
    border-right: 1px solid #8478ff;
    min-height: auto;
}
.footerpadd{
    padding: 0 15px;
}
#content-outer{
    max-width: 100% !important; 
}
#content-woocommerce{
    width: 100%;
    margin-top: 40px;
  margin-bottom: 20px;
}
.product-template-default #widgets{
    display: none;
}
.products .product {
    text-align: center;
}
.woocommerce ul.products li.product a img{
    height: 255px !important;
    display: block  !important;
    margin: 0 auto  !important;
    width: auto;
    padding-bottom: 30px  !important;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
    background: #f8f7f7  !important;
    padding-top: 30px  !important;
    display: block;
}
.woocommerce ul.products .woocommerce-loop-product__title{
    background: #fff !important;
    padding: 20px 0 10px!important;
    font-size: 14px !important;
    line-height: 22px;
    color: #1592ea;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.woocommerce ul.products .woocommerce-loop-product__title:after{
    position: absolute;
    bottom: -20px;
    height: 30px;
    left: 0;
    width: 100%;
    content: '';
    background: #fff;
    z-index: 0;
}
.woocommerce ul.products .price{
    background: #fff !important;
    position: relative;
    z-index: 1;
}
.woocommerce ul.products .star-rating{
        width: 80px;
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
}
.woocommerce ul.products .star-rating span{
    margin: auto;
    left: 0;
}
.woocommerce ul.products .star-rating span::before{
    color: #f1c40f;
    letter-spacing: 2px;
}
.woocommerce ul.products .star-rating::before{
    right: 0;
    letter-spacing: 2px;
}
 .add_to_cart_button{
   
    background: #fff;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 20px;
    letter-spacing: 1px;
    transition: all .3s;
    margin-top: 16px;
    display: inline-block;
}
.pagination{margin: 30px 0 20px; text-align: center; justify-content: center;}
.add_to_cart_button:hover{
    background: #000;
    color: #fff;
}
.woocommerce ul.products .price ins{
    border: 0;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.woocommerce ul.products .price bdi{
    border: 0;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.onsale { background: #38cc50; border-radius: 0; line-height: 28px; margin: 0; display: inline-block; min-height: 28px; padding: 3px 10px; text-transform: uppercase; font-size: 12px; color: #fff; position: absolute; right: 0; font-weight: 600; }
.close-product-icon { position: absolute; left: -5px; top: -2%; background: #ff1212; width: 33px; height: 33px; box-shadow: 0 0 4px #ccc; display: flex; text-align: center; align-items: center; justify-content: center; border-radius: 50%; }
/*.onsale:after{
    content: ' off'
}*/
.woocommerce ul.products li.product .onsale{
    background: #f02b26;
    border-radius: 0;
    line-height: 28px;
    margin: 0;
    display: inline-block;
    min-height: 28px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
}
.single-product.woocommerce span.onsale{
    background: #f02b26;
    border-radius: 0;
    line-height: 28px;
    margin: 0;
    display: inline-block;
    min-height: 28px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 15px;
    top: 15px;
    left: -6px;
}
.page-title{
    font-size: 25px;
    color: #f13e42;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.related.products{
  padding: 50px 0
}
.related.products  h2{
        font-size: 25px;
    color: #f13e42;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce-Tabs-panel h2{
    font-size: 25px;
    color: #f13e42;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
img.wp-post-image, img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail{
    margin: 0 auto;
}
h1.product_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #0b0265;
}
.added_to_cart.wc-forward{
    display: none !important;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    box-shadow: none;
    border: 1px solid #dfdcd7;
    font-size: 14px;
    padding: 8px;
    text-transform: uppercase;
    color: #888888;
    letter-spacing: .5px;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    color: #888888;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
}
.tax-product_cat #widgets, .post-type-archive-product #widgets, .archive.tax-product_tag #widgets{
    width: 300px;
    float: left;
    margin-top: 75px;
    background: #ffff;
    padding-right: 30px;
    display:none;

}
.tax-product_cat .widget-wrapper , .post-type-archive-product .widget-wrapper, .archive.tax-product_tag .widget-wrapper{
    padding: 0;
    border: 0;
    background: #fff;
}
.tax-product_cat #content-outer,  .post-type-archive-product #content-outer, .archive.tax-product_tag #content-outer{
   /* width: calc(100% - 300px);*/
   width:100%;
    float: right;
}
.widget-title h3{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}
.widget-title h3:after{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 40px;
    height: 6px;
    background: #f13e42;
    content: '';
    border-radius: 30px;
}
.widget-title h3:before{
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background: #f8f7f7;
    content: '';
}
#widgets .product-categories {
    margin: 0;
    padding: 0;
}
#widgets .product-categories li{
    display: block;
    padding: 3px 0;
    font-size: 14px;
}
#widgets .product-categories li .count{
   float: right;
   font-weight: 300;
   color: #656565;
}
#widgets .product-categories li a{
    display: inline-block;
    text-decoration: none;
    color: #656565;
    font-weight: 300;
    width: calc(100% - 34px);
    vertical-align: middle;
}
#widgets .product-categories li.current-cat a{
    font-weight: 600;
    color: #383737;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #f13e42;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 12px;
    background-color: #f13e42;
    border-radius: 0;
    cursor: ew-resize;
    outline: 0;
    top: -2px;
    margin-left: -.5em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
    background: #231f20;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
 .woocommerce-Price-amount bdi{
    font-size: 17px;
    color: #303030;
    font-weight: 500;
}
.product-body .woocommerce-Price-amount bdi {
    color: #dc3023;
    font-size: 26px;
    font-weight: 600;
    padding: 22px 0;
}
.product-body .btn-primary { color: #fff;  background-color: #0b0265; border-color: #0b0265;}
.product-body .btn-success{background-color: #3c3c3c; border-color: #3c3c3c;}
/*product details*/
.desc-wrapper { margin-top: 52px; }
.tabs { display: flex; align-items: center; border-bottom: 1px solid #BEBEBE; }
.tabs button { color: #000000; font-size: 17px; background: transparent; width: 14.6%; border: 0; padding-bottom: 16px; font-weight: 600; text-align: left; margin-right: 10px; }
.feature-wrap .faq_tabcontent {padding: 50px;}
.feature-wrap .tabs button { padding-top: 30px; }
.tabs button.active, .tabs button:hover { border-bottom: 3px solid #f13e42; color: #f13e42; }
.feature-wrap .faq_tabcontent{    padding: 30px;}
.faq_tabcontent { display: none; }
.feature-wrap .faq_tabcontent h3 { font-size: 25px; color: #f13e42 !important; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 25px; }
.woocommerce-product-details__short-description p {font-size: 14px; line-height: 28.5px; color: #000;}
.review-form h4 { font-size: 24px; font-weight: 700; }
.review-form .input { width: 100%; height: 40px; padding: 0px 15px; border: none; background-color: #fff; -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent; box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent; -webkit-transition: 0.3s all; transition: 0.3s all; }
.review-form textarea.input { height: 90px;     padding: 10px;}
.review-form .input-rating .stars { display: inline-block; vertical-align: top; }
.review-form .input-rating .stars input[type="radio"] { display: none; }
.review-form .input-rating .stars>label { float: right; cursor: pointer; padding: 0px 3px; margin: 0px; -webkit-transition: 0.3s all; transition: 0.3s all; } 
.review-form .input-rating .stars>label:hover, .review-form .input-rating .stars>label:hover~label { -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); } 
.review-form .input-rating .stars>label:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f005"; font-style: normal; color: #000; font-size: 14px; -webkit-transition: 0.3s all; transition: 0.3s all; } 
.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before { content: "\f005"; color: #FFB656; font-family: "Font Awesome 5 Free"; font-weight: 900; } 
.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before { content: "\f005"; color: #FFB656; font-family: "Font Awesome 5 Free"; font-weight: 900; }
.single-review { margin-bottom: 30px; }
.single-review .review-heading>div { display: inline-block; }
.single-review .review-heading>div+div { margin-top: 6px; }
.single-review .review-heading>div { display: block; }
.single-review .review-rating { display: inline-block; }
.single-review .review-rating>i { color: #FFB656; }
.single-review .review-body { margin-top: 10px; }
.single-review .review-heading>div a{color: #000}
button.btn { background: #000; color: #fff; font-size: 13px; border-radius: 0}
.review-form .form-group { margin-bottom: 1rem;}
.product-reviews{margin-top: 30px}
/*span.woocommerce-Price-amount.amount {
    display: block;
}*/
.single-product ins{
    border: 0;
    text-decoration: none;
    margin-left: 10px;
}
.woocommerce-product-gallery{
    padding: 30px;
    background: #f8f7f7;
        width: 35%;
}
.product-details-wrap {
    display: flex;
    margin-left: 30px
}
.product-body {
    margin-left: 30px;
}
.product-body p.price {
    display: block;
}
.product-body p.price del { opacity: .5; color: #000; margin-right: 7px; } 
.product-body p.price del bdi { color: #b9b8b8; font-size: 18px; }
.single-product .woocommerce-product-gallery .tinv-wishlist{
    position: absolute;
    top: 5px;
    right: 15px;
}
form.cart .quantity input{
    height: 45px;
    border: 1px solid #a8a6a6;
    border-radius: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #000000 ;
}
form.cart .single_add_to_cart_button {
    height: 45px;
    border-radius: 0;
    background: #f13e42 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 0 30px;
    transition: all .3s;    
}
form.cart .single_add_to_cart_button:hover{
    background: #f13e42 !important;
}
.woocommerce .star-rating span::before{
    color: #f1c40f;
}
.woocommerce-review-link{
    color: #6d6a6a;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
}
.woocommerce p.stars a{
    color: #f1c40f;
}
#review_form .comment-reply-title{
        font-size: 18px;
    padding: 20px 0;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
}
#commentform label{
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
    color: #848484;
}
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="tel"]{
    border: 1px solid #ccc;
    box-shadow: none;
    height: 40px;
}
#commentform textarea{
    border: 1px solid #ccc;
    box-shadow: none;
}
#commentform .submit{
    height: 40px;
    border-radius: 0 !important;
    background: #000000 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500 !important;
    letter-spacing: .5px;
    padding: 0 30px;
    transition: all .3s;
    min-width: 120px;
    color: #fff !important;
}
#commentform .submit:hover{
    background: #f13e42 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 -5px;
    padding: 5px 2em;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.shop_table .product-remove{
    width: 50px;
}
.shop_table .product-thumbnail{
    width: 80px;
}
.shop_table thead th{
    background: #000;
    color: #fff;
    border-color: #1f1f1f;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 1px;
}
.woocommerce-cart-form .coupon #coupon_code{
    min-width: 190px;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    border-radius: 0;
    margin: 0;
}
.woocommerce-cart-form .cart  .button{
    height: 40px;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.woocommerce-cart-form .cart  .button:hover{
    color:#fff;
    background:#0b0265;
}
.product-name a{
    color: #464646;
    font-size: 14px;
}
.cart_totals.calculated_shipping h2{
        font-size: 25px;
    color: #f13e42;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cart-collaterals .checkout-button{
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 0;
}
.cart-collaterals .checkout-button:hover{
    background: #f13e42 !important;
}
.bannerpnl{
    background-color: #ff6265;
    padding: 50px 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../images/footer-texture.png);
}
.bannerpnl h1{
    font-size: 25px;
    color: #fff;
    margin-top: 0;
}
span.breadcrumb {padding-right: 10px;padding-left: 10px;padding: 0;margin-bottom: 0px;list-style: none;border-radius: 4px;display: inline-block;}
span.breadcrumb a { color: #fff !important; font-size: 14px;} 
.breadcrumb-list { font-size: 14px; }
.loginbx label.formlabel a {color: #d3352c; font-weight: 500}
span.chevron { font-size: 22px; display: inline-block; vertical-align: bottom; margin: 3px 6px 0; width: fit-content; line-height: 22px; }

.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"], 
.woocommerce-checkout select{
    box-shadow: none;
    border: 1px solid #ccc;
}
.checkout.woocommerce-checkout h3{
    font-size: 25px;
    text-transform: uppercase;
    color: #ed1014;
    letter-spacing: .5px;
}
.woocommerce-checkout-review-order .button {
    height: 40px;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.woocommerce-checkout-review-order .button:hover{
    background: #ed1014 !important;
}
.woocommerce-info {
    border-top-color: #000;
}
.woocommerce-order .woocommerce-order-details{
    width: 60%;
    float: left;
}
.woocommerce-order .woocommerce-customer-details{
        width: 40%;
    float: left;
    padding-left: 30px;
}
.woocommerce-order-details__title, .woocommerce-column__title{
    font-size: 25px;
    text-transform: uppercase;
    color: #ed1014;
    letter-spacing: .5px;
}
.woocommerce ul.order_details{
        border: 1px solid #eee;
    padding: 30px;
}
.woocommerce-thankyou-order-received{
        background: #4cb100;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .5px;
}
.woocommerce-MyAccount-navigation ul{
    display: block;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li{
    display: block;
}
.woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 10px 20px;
    border: 1px solid #f3f3f3;
    color: #585858;
    margin-top: -1px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.woocommerce-MyAccount-navigation ul li a:after{
    position: absolute;
    right: 10px;
    top: 10px;
    content: '\f105 ';
    font-family: 'fontawesome';
    color: #c3c3c3;
    font-size: 18px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    background: #fbfbfb;
    color: #000;
    font-weight: 500;
}
.woocommerce .return-to-shop .button{
    height: 40px;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 22px;
    font-size: 14px;
}
.woocommerce .return-to-shop .button:hover{
    background: #ed1014 !important;
    color: #fff;
}
#customer_login h2{
    font-size: 25px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#customer_login .woocommerce-form-login, #customer_login .woocommerce-form-register{
    border-radius: 0;
    box-shadow: 0 0 10px #00000038;
    border: 2px solid #ed1014
}
#customer_login .woocommerce-form-login label, #customer_login .woocommerce-form-register label{
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #000;
}
#customer_login .woocommerce-form-login input[type="text"], #customer_login .woocommerce-form-login input[type="tel"],
#customer_login .woocommerce-form-login input[type="email"], #customer_login .woocommerce-form-login input[type="password"],
 #customer_login .woocommerce-form-register input[type="email"]{
    box-shadow: none;
    border: 1px solid #ccc;
} 
#customer_login .woocommerce-form-login .button, #customer_login .woocommerce-form-register .button{
    height: 40px;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 22px;
    font-size: 14px;
    min-width: 120px;
    transition: all .3s
}
#customer_login .woocommerce-form-login .button:hover, #customer_login .woocommerce-form-register .button:hover{
    background: #ed1014 !important;
    color: #fff;
}

.breadcrumb a{
    font-size: 14px;
    color: #767677;
}
.sort-flex {
    margin-bottom: 25px;
}
.sort-flex  select {
    vertical-align: top;
    box-shadow: none;
    border: 1px solid #dfdcd7;
    font-size: 14px;
    padding: 8px;
    color: #888888;
    letter-spacing: .5px;
}
form.woocommerce-ordering {
    margin-left: auto;
}
.woocommerce-Address-title h3{
    font-size: 25px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tinvwl-table-manage-list .product-action .button {
    width: 120px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 12px 6px;
}
.tinvwl-table-manage-list .product-action .button:hover{
    background: #ed1014 !important;
}
.tinvwl-table-manage-list .tinvwl-break-input-filed{
    box-shadow: none;
    border-radius: 0;
    height: 40px;
}
.tinvwl-table-manage-list .button{
    height: 40px;
    border-radius: 0;
    background: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    line-height: 22px;
    font-size: 13px !important;
    min-width: 120px;
    transition: all .3s
}
.tinv-wishlist table.tinvwl-table-manage-list{
    font-size: 13px;
}
.woocommerce-EditAccountForm input[type="text"], .woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="tel"], .woocommerce-EditAccountForm input[type="password"]{
    box-shadow: none;
    border: 1px solid #ccc;
}
.woocommerce-EditAccountForm{
    margin-top: 0;
}
.woocommerce-EditAccountForm label{
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #000;
}
.woocommerce-EditAccountForm .button{
    height: 40px;
    border-radius: 0;
    background: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    line-height: 22px;
    font-size: 14px !important;
    min-width: 120px;
    transition: all .3s
}
.woocommerce-Message .button{
     height: 40px;
    border-radius: 0;
    background: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    line-height: 22px;
    font-size: 13px !important;
    min-width: 120px;
    transition: all .3s;
    line-height:22px !important;
}
.woocommerce-message .button{
     height: 36px;
    border-radius: 0;
    background: #000 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    line-height: 22px;
    font-size: 13px !important;
    transition: all .3s;
    line-height:22px !important;
    text-align: center;
}
.woocommerce-message .button:hover{
    border: 0;
    background: #ed1014 !important;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li{
        width: 35px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    color: #000;
}
#scroll{
    background-color: #b30e16;
}
#scroll:hover{
    background: #000;
}
.auth-img{
   border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 8px #00000017;
    overflow:hidden;
        text-align: center;
}
.btncheckout{
    background: #ef1520;
    border-color: #ff4b4f;
    height: 40px;
    line-height: 38px;
    padding: 0 20px !important;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    color:#fff;
    transition:all .3s;
}
.btncheckout:hover{
    background:#ff4b4f;
    color:#fff;
}
.viewauth{
        color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 16px;
}
.menu-item-has-children::after{
    color: #fff;
}
.sub-menu .menu-item-has-children::after{
    color: #fff;
    top:9px;
}
.middle-content { margin-top: 40px; margin-bottom: 40px; }
.authList{
    padding:0;
    margin:0 0 30px 0;
}
.authList li{
    display: inline-block;
    width: 15.6%;
    margin: 5px;
    vertical-align: top;
    text-align:center;
        border: 1px solid #f2eeee
}
.authList li img{
    width: 100%;
        height: 216px;
    object-fit: contain;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    padding: 5px;
    margin-bottom:8px;
}
.authList li a{
    font-size: 14px;
    color: #545454;
    font-weight: 500;
}
.authList .bloglist-content{
    margin-bottom:15px;
}
.authList .bloglist-content .btn{
    background: #0b0265;
    color: #fff;
    font-size: 13px;
}

.syllabuspnl .table .btn{
    border-radius: 30px;
    font-size: 13px;
    background: #ef3430;
    border-color: #ef3430;
}
.woocommerce-Price-currencySymbol {
    font-size: 14px;
    color: #666666;
}
.shipping-calculator-form .button{
    background: #000 !important;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 14px !important;  
}
.woocommerce-shipping-totals strong, .woocommerce-shipping-methods label{
    font-weight:500;    
}
.mob-menu-logo-holder{
    background:#fcfbf9 ;
}
.mob-menu-logo-holder img{
    padding:5px 0;    
}
.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay{
    background:#13111163 !important;    
}
.mobmenul-container i{
    color: #ee1f2b !important;
    margin-top: 14px;
}
.mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder{
    background:#fff !important;    
}
.btncontentbook{
    border-radius:0;
    margin:10px 0;
}
.btn{border-radius: 5px; padding: 8px 20px}
.woocommerce-column--billing-address, .woocommerce-column--shipping-address{
    width:100% !important;
}
.woocommerce form .form-row .input-checkbox{
    position:relative;
}
.mobile_showcase{display: none;}
@media(min-width:769px){
    .woocommerce div.product div.images.woocommerce-product-gallery{
        width:35%;    
    }    
    .woocommerce-page div.product div.summary{
        width:62%;    
    }
}
@media(max-width:1366px){
.authList li{width: 15%}
}
@media(max-width:1199px){
.authList li {
    width: 23.6%;
}
}
@media(max-width:1024px){
    .mobile_showcase{display: block;}
    .logo-section{
        width: 208px;
    	margin-right: 20px;
    }
    
    #header_section{
        padding-top: 0;
        background: #f9f9f9;
    }
    .sideicon-menu ul li a{
        padding: 0 4px;   
        font-size:18px;
    }
    .top-header{flex-wrap: wrap;}
    .searchpnl {
        width: 100%;
    	padding: 0 5px 0 0;
    	margin: 20px auto 0;
    	    order: 3;
    }
    .searchpnl form input[type="text"]{
        height:40px;
        padding: 0 8px;
        font-size: 12px;
    }
    .searchpnl form button{
        height: 40px;
        width: 35px;
        font-size: 14px;
    }
    .sideicon-menu{
        width:110px;
        margin-top: 20px;
            order: 2;
    	margin-left: auto;
    }
    .btnall-part{
        width: 130px;
    }
    .heading-part {
        width: calc(100% - 130px);
    }
    .main-menu{padding: 10px 0;}
    .account-dropdown{left: -90px;     min-width: 175px;}
    .sideicon-menu ul li a{font-size: 14px;}
}
@media(max-width:991px){
	/* .ban-img{    padding-bottom: 75%;} */
	.multi_slider .slick-prev, .multi_slider .slick-next {
    width: 40px;
    height: 40px;}
    .countcart{width: 20px; height: 20px; line-height: 20px}
    .topcontact{
        text-align:center;    
    }
    .topcontact li{
        margin:0 10px;    
    }
    .top-menu{
        width:100%;
        text-align:center;
        padding-top: 6px;
    }
    
    
    .searchpnl form {
        margin: 10px 0;
    }
    .shiipinginfo ul{flex-wrap: wrap;}

    .shiipinginfo ul li{
        width:40%;
        margin-bottom:10px;
    }
    .footicon{
        float:none;    
    }
    .footerborder{
        min-height:auto;
        border:0;
    }
    .header_social{
        margin:20px 0 30px 0;
    }
    .footermenusingle li , .footer-menu li{
        display: block;
         width: 100%;
         text-align: left;
    }
    .footerheading{
        margin-top:30px;
        text-align: left;    
    }
    .footerlogo p , .footercontact{text-align: left;}
    .footercontact{display: flex; margin-bottom: 20px}
    .copyright{
        text-align:center;   
    }
    .copyright .text-right{
        text-align:center;  
    }
    .main-menu .menu > li > a{
        padding: 12px 10px;
    }
    .top-universitypnl{
        padding: 50px 0;
    }
    .sideicon-menu ul{
        padding-right:5px;    
    }
    .tax-product_cat #content-outer, .post-type-archive-product #content-outer, .tax-product_cat #widgets, .post-type-archive-product #widgets, .archive.tax-product_tag #content-outer,
    .archive.tax-product_tag #widgets{
        width:100%;    
    }
    .headerTop .topcontact{
        display:none;    
    }
    
    .top-menu{
        padding-top:0;    
    }

    .authList li { width: 31.5%;}
    .product-details-wrap{flex-wrap: wrap; margin-left: 0px;}
    .woocommerce-product-gallery {width: 100%; margin-bottom: 30px}
    .product-body {margin-left: 0px;}
    .related.products h2{margin-bottom: 15px}

    .tab_head_sheet_1 select{width: 30%;     margin-left: auto;}
    .cart__footer .solid-border{width: 100%;     margin-top: 31px;}
    .cart__footer .cart__subtotal-title{font-size: 11px}
    .cart__footer .solid-border select{width: 100%; font-size: 14px;}
    .copyright p{text-align: center;}
    .headibx {display: block;}
    .headibx a{margin-top: 10px;  display: inline-block;}
    .loginbx{    padding: 40px 24px; }
    .loginbx h3{font-size: 23px;}
    .shipping-per-box{margin-bottom: 10px; height: auto;}
    table.order-table tr th , table.order-table tr td{    font-size: 10px;     white-space: nowrap;}
    .order-no {font-size: 12px;  padding: 0;}
    .orderid-show{text-align: left;}
    .orderplacedboxinner a{    margin: 0 auto 10px;}
    .profilerightbx .favouritebtx .favouritelistbx .orderplacedbox .orderplacedboxinner{flex-direction: column-reverse;     justify-content: center;}
    .profilerightbx .favouritebtx .favouritelistbx .favouritelistcontent h3{font-size: 14px}
    a.review-btn{    width: 94px !important;}
    .pricebx .price{    font-size: 16px;}

    .small_screen31 { border: 1px solid #dedede; box-shadow: 0px 0px 5px #ebe4e4;}
    .small_screen31:nth-child(even) {background: #f1f1f1; }
    .W55_1, .add_ttrr , .qty{padding: 0 !important; font-size: 11px;}
    .table .one_row1 {display: block; margin-bottom: 10px;}
    .cart-tabel{border:0}
    .product-image{padding: 26px 15px 10px;     margin-bottom: 0;}
    .btnall-part .btn-bordered{    min-width: 90px; font-size: 13px}

}

@media(max-width:767px){
    .product-slider .owl-carousel .owl-nav button.owl-next{
        right:0;    
    }
    .product-slider .owl-carousel .owl-nav button.owl-prev{
        left:0;    
    }
    .universitybox img{
        height:100px;    
    }
    .main_title{
        font-size:19px;
    }
    .main-menu.fixed{
        position:relative;    
    }
    .product-image img{
        height:180px;    
    }
    .sideicon-menu {width: 38%;      margin-right: auto;  margin-left: inherit;}
    .logo-section{    width: 50%}
    form.woocommerce-ordering{width: 100%;     margin-top: 20px;}
    .sort-flex select{width: 100%;}
    .sort-flex{flex-wrap: wrap;}
    .tabs button{width: 49.5%}
    .profilerightbx .favouritebtx .favouritelistbx .orderplacedbox .orderplacedboxinner{flex-direction: row; margin-top: 30px}
    .profilerightbx .favouritebtx .favouritelistbx .orderplacedbox { display: flex; vertical-align: middle; align-items: center; flex-wrap: nowrap; }
    a.review-btn{margin-right: 10px; margin-bottom: 0}
    .summary-table  tr td{display: block;}
    .track .icon{    width: 30px;height: 30px; line-height: 30px;}
    .track .icon i { font-size: 11px;}
    .track .step.active .text{font-size: 12px;}
    .product-item-name a{font-size: 12px; line-height: 1.5;     height: 44px; }
    .product-item .price-box{padding: 0;}
    .product-item-details {padding: 8px;}
    .woocommerce-Price-amount bdi {font-size: 11px;}
    .btncontentbook{font-size: 12px;}
    span.money , .cart__footer .solid-border select{font-size: 13px;}
    p.add_ttrr { margin-bottom: 0;}
    .logtextleft p a{font-size: 15px;}
    .ban-img{height: auto;}

}
@media (max-width: 480px){
    .product-image img {
        height: 150px;
    }
    .universitybox img {
        height: 80px;
    }
    .shiipinginfo ul li{
        width:100%;    
    }
    .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
        top:0;
        left:0;
    }
   
    .woocommerce ul.products li.product a img{
        height:200px !important;    
    }
    .woocommerce ul.products li.product .button{
        padding-left:5px;
        padding-right:5px;
        
    }
    .product-slider .owl-carousel .owl-nav button.owl-prev, .product-slider .owl-carousel .owl-nav button.owl-next{
        width:20px;
        height:30px;
        background-size:contain;
        background-repeat:no-repeat;
    }   
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: left;
        width: 100%;
    }
    .tax-product_cat #widgets, .post-type-archive-product #widgets, .archive.tax-product_tag #widgets{
        padding-right:0;    
    }
    .authList li{
        width: 46%;
        padding: 2px;
        height: auto;    
    }
    .authList li img{
        height:200px;    
    }
    .authList li a{
        font-size:14px;    
    }
    .icon-info{
        padding:10px;    
    }
    .icon-info i{
        font-size:40px;    
    }
    h1.product_title {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        color: #1592ea;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    #review_form .comment-reply-title{
        font-size:16px;    
    }
    .top-menu > li#menu-item-26 > a{
        display:none;    
    }
    .top-menu li a{font-size:13px;}
    .woocommerce-error, .woocommerce-info, .woocommerce-message{
        font-size: 12px;
        line-height: 20px;
    }
    #ship-to-different-address{
        margin-left:25px;    
    }
    .checkout.woocommerce-checkout h3{
        font-size:22px;    
    }
}

@media (max-width: 380px){
    .authList li img{
        height:150px;    
    }
    .woocommerce-cart-form .coupon #coupon_code{
        min-width:auto;    
    }
}
@media (max-width: 360px){
    .top-menu li a {
        font-size: 13px;
        padding: 0 5px;
    }
}


