.cart-sidebar{background: #fff;width: 400px;position: fixed;top: 0;right: -400px;z-index: 99999;height: 100%;padding: 35px;-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;-ms-transition: 0.3s ease;-o-transition: 0.3s ease;transition: 0.3s ease;overflow-y: scroll;}
.cart-sidebar .sidebar-top, .cart-items .sidebar-top {position: relative;margin-bottom: 50px;}
.cart-sidebar .sidebar-top p,.cart-items .sidebar-top p {font-size: 24px;color: #444444;font-weight: 600;text-align: center;}
.cart-sidebar .sidebar-top a.close-cart {position: absolute;top: -25px;right: -25px;display: block;background: #fff;padding: 5px;}
.cart-sidebar ul.cart-product li,.cart-items ul.cart-product li {float: left;width: 100%;border-bottom: 1px solid #eeeeee;padding-bottom: 15px;margin-bottom: 15px;}
.cart-sidebar ul.cart-product li a.cart-img,.cart-items ul.cart-product li a.cart-img {width: 95px;float: left;margin-right: 15px;}
.cart-sidebar ul.cart-product li a.cart-img img ,.cart-items ul.cart-product li a.cart-img img {border: 1px solid #eeeeee;}
.cart-sidebar ul.cart-product li .cart-desc,.cart-items ul.cart-product li .cart-desc {width: 180px;float: left;}
.cart-sidebar ul.cart-product li .cart-desc a,.cart-items ul.cart-product li .cart-desc a {font-size: 14px;color: #444444;display: block;margin-bottom: 8px;}
.cart-sidebar ul.cart-product li .cart-desc a:hover,.cart-items ul.cart-product li .cart-desc a:hover {color: #008FD5;}
.cart-sidebar ul.cart-product li .cart-desc span.price,.cart-items ul.cart-product li .cart-desc span.price {display: block;font-size: 13px;color: #666666;}
.cart-sidebar ul.cart-product li .cart-desc span.qty,.cart-items ul.cart-product li .cart-desc span.qty {display: block;font-size: 13px;color: #666666;}
.cart-sidebar ul.cart-product li button.remove-btn,.cart-items ul.cart-product li button.remove-btn {float: right;padding: 0;border: none;background-color: transparent;margin-top: 38px;}
.cart-sidebar ul.cart-product li button.remove-btn:hover,.cart-items ul.cart-product li button.remove-btn:hover {color: #008FD5;}
.cart-sidebar ul.cart-product li:last-child,.cart-items ul.cart-product li:last-child {border-bottom: none;}
.cart-sidebar .sidebar-btm {border-top: 1px solid #eeeeee;position: absolute;left: 0;bottom: 40px;width: 82%;margin: 0 35px;}
.cart-items .sidebar-btm {border-top: 1px solid #eeeeee;width:100%;}
.cart-sidebar .sidebar-btm p.total,.cart-items .sidebar-btm p.total {font-size: 20px;color: #444444;font-weight: 600;text-transform: uppercase;padding: 5px 0;margin-bottom: 10px;}
.cart-sidebar .sidebar-btm p.total span,.cart-items .sidebar-btm p.total span {float: right;}
.cart-sidebar .sidebar-btm span.ship-tax,.cart-items .sidebar-btm span.ship-tax {color: #969696;display: block;margin-bottom: 25px;}
.cart-sidebar .sidebar-btm button.checkout-btn,.cart-items .sidebar-btm button.checkout-btn {font-size: 18px;color: #fff;background: var(--lqd-color-green-600);display: block;width: 100%;border: none;text-transform: uppercase;font-weight: 600;padding: 10px;-webkit-border-radius: 30px;-moz-border-radius: 30px;-ms-border-radius: 30px;border-radius: 30px;}
.cart-sidebar .sidebar-btm button.checkout-btn:hover,.cart-items .sidebar-btm button.checkout-btn:hover {background: #008FD5;}
.cart-sidebar.open {right: 0;}.cart-overlay {position: fixed;left: 0;top: 0;height: 100%;width: 100%;display: block;background-color: rgba(0, 0, 0, 0.8);z-index: 99990;visibility: hidden;opacity: 0;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;-ms-transition: 0.3s ease;-o-transition: 0.3s ease;transition: 0.3s ease;}
.cart-overlay.visible {visibility: visible;opacity: 1;}

/*** notice board ****/
/*.noticeboard{max-height:450px;}*/
.noticeboard .noticeboard_title a{font-size:16px; color:#333333;}
.noticeboard .noticeboard_title a:hover{color:var(--lqd-color-green-600);}
.noticeboard .noticeboard_title .noticeboard_newimage{width:40px; margin-right:8px;}
.noticeboard .noticeboard_image{width:85%; text-align:center; margin:0 auto;}
.noticeboard .noticeboard_image img{max-width:100%; margin-top:10px;}
.shedule-box .open-hr ul.noticeboard li{border-bottom:2px dashed var(--lqd-color-green-600); padding-bottom:10px;}
.shedule-box.noticeboard-box .open-hr h6{font-size:18px; text-align:center; margin-top:-20px; position:relative;}
.shedule-box.noticeboard-box .open-hr h6 span{background:var(--lqd-color-green-600); padding:10px; border-radius:5px; width:70%; display:inline-block; color:#fff;}
.shedule-box.noticeboard-box{border:3px solid var(--lqd-color-green-600); margin-top:55px;}
#who-we-are .shedule-box.noticeboard-box{background:inherit;}
.shedule-box.noticeboard-box .open-hr h6 span:before{position: absolute;height: 0px;width: 0px;border-top: 10px solid transparent;border-left: 10px solid transparent;border-right: 10px solid var(--lqd-color-green-600);border-bottom: 10px solid var(--lqd-color-green-600);top:0px;left:11%;content: ' ';}
.shedule-box.noticeboard-box .open-hr h6 span:after{position: absolute;height: 0px;width: 0px;border-top: 10px solid transparent;border-left: 10px solid var(--lqd-color-green-600); border-right: 10px solid transparent;border-bottom: 10px solid var(--lqd-color-green-600); top:0px; right:11%;content: ' ';}	
marquee{height:400px; padding:25px;}

/*-------------------- Gallery Area -------------------------------------------------*/
.gallery-main{padding: 60px 0px;}
.gallery-box-hover{position: relative;margin-bottom: 30px;overflow: hidden;-webkit-transition: all 1s ease 0.01s;transition: all 1s ease 0.01s;}
.gallery-box-hover figure{margin: 0px;}
.gallery-box-hover figure img{width: 100%;}
.gallery-box-hover figcaption{position: absolute;width: 100%;height: 100%;left: 0;top: 0;text-align: center;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.gallery-box-hover figure:hover figcaption{background: rgba(0, 0, 0, 0.5);}
.nd-content_inner {display: table;width: 100%;height: 100%;}
.nd-title {position: relative;top: -150px;opacity: 0;margin: 0 0 10px;font-weight: 600;-webkit-transition: all 1s ease 0.01s;transition: all 1s ease 0.01s;color: #ffffff;}
.nd-content_inner1 {display: table-cell;width: 100%;height: 100%;vertical-align: middle;padding: 20px;}
.gallery-box-hover figure:hover .nd-title{-webkit-transition: all 0.5s ease 0.01s;transition: all 0.5s ease 0.01s;opacity: 1;top: 0;}
.nd-text {position: relative;bottom: -150px;opacity: 0;margin: 0 0 30px;font-size: 14px;-webkit-transition: all 1s ease 0.01s;transition: all 1s ease 0.01s;color: #ffffff;}
.gallery-box-hover figure:hover .nd-text{-webkit-transition: all 0.5s ease 0.01s;transition: all 0.5s ease 0.01s;opacity: 1;bottom: 0;}
.rm-btn{position: relative;bottom: -150px;opacity: 0;margin: 0 0 30px;font-size: 16px;background: var(--lqd-color-green-600);color: #ffffff;padding: 8px 15px;border-radius: 6px;-webkit-transition: all 1s ease 0.01s;transition: all 1s ease 0.01s;}
.gallery-box-hover figure:hover .rm-btn{-webkit-transition: all 0.5s ease 0.01s;transition: all 0.5s ease 0.01s;opacity: 1;bottom: 0;}
.rm-btn:hover{background: #ffffff;color: #222222;}
.gallery-box-hover:hover{box-shadow: -10px 10px 0px 0px var(--lqd-color-green-600);-webkit-transition: all 0.5s ease 0.01s;transition: all 0.5s ease 0.01s;}
.gallery-box-hover figure img{height:260px;}
.gallery-box-hover figure iframe{height:252px; width:100%;}

/****** Style Star Rating Widget *****/
.rating{border: none;float: left;}
.rating > input{display: none;} 
.rating > label:before{margin: 5px;font-size: 1.25em;font-family: "Font Awesome 5 Free";display: inline-block;content: "\f005";}
.rating > .rating-half:before{content: "\f089";position: absolute;}
.rating > label{color: #ddd;float: right; position:static;}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: var(--lqd-color-green-600) !important;  } /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: var(--lqd-color-green-600) !important;  } 


.form-control{display: block;width: 100%;padding: 0.375rem 0.75rem;font-size: 1rem;line-height: 1.5;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;border-radius: 0.25rem;transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; margin-bottom:15px;}
.ui-selectmenu-button.ui-button{width:100% !important;}
.modal .close{border:none;}
.ld-gmap-container iframe{width:100%; height:100%;}
.update-tags{margin:0; padding:0;}
.update-tags li{float:left; list-style:none; margin-right:15px; background:#F7F8FA; padding:5px 15px;}
.update-tags li a{color:#000;}
.pull-left{float:left;}
.pull-right{float:right;}
.ps-navigation a{background:var(--lqd-color-green-600); color:#fff; padding:10px 25px; border:var(--lqd-color-green-600) 2px solid;}
.ps-navigation a:hover{background:#fff; color:var(--lqd-color-green-600);}
.clearfix{clear:both;}
.productimage{width:100%; margin:0 auto;}
#our-product-slider{margin-top:10px;}
#our-product-slider div{float:left; margin-right:10px;}
#our-product-slider div img{width:100px; height:100px;}
.btn-theme{display:inline-block; padding:7px 25px; border-radius:5px; border:none; color:#fff; background:var(--lqd-color-green-600); font-size:14px; font-weight:bold;}
.logo-default, .logo-sticky{max-height:85px;}
.clients img{height:60px;}
.blog img{height:200px; width:100%;}
.blog iframe{height:192px; width:100%;}
.blog h2{height:60px; overflow:hidden;}
.blog .lqd-lp-excerpt{height:84px; overflow:hidden;}
.brandbox_updates article{border:var(--lqd-color-green-600) 1px solid; padding:10px;}
#banner-mobile{display:none;}


@media (max-width: 520px) {
.gallery-box-hover figure img, .gallery-box-hover figure iframe, .blog img, .blog iframe, .blog h2, .blog .lqd-lp-excerpt{height:auto;}
}