.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(--ins-brand-color);
  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(--ins-brand-color);}
.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(--ins-brand-color); 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(--ins-brand-color); padding:10px; border-radius:5px; width:70%; display:inline-block; color:#fff;}
.shedule-box.noticeboard-box{border:3px solid var(--ins-brand-color); 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(--ins-brand-color);border-bottom: 10px solid var(--ins-brand-color);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(--ins-brand-color); border-right: 10px solid transparent;border-bottom: 10px solid var(--ins-brand-color); top:0px; right:11%;content: ' ';}	
marquee{height:400px; padding:25px;}

/*** 
====================================================================
    Facts
====================================================================

 ***/
.facts .left-crown{
    left: inherit;
    right: -6.7%
}
.facts .next-section{
    right: inherit;
}
.fact-box{
    position:relative;
    margin-top:26px;
}

.fact-box .inner{
    position:relative;
    padding:50px 15px 30px;
    max-width:250px;
    margin:0 auto;
    text-align:center;
    border:2px solid #fff;
    border-radius:0px 0px 5px 5px;
    border-top:none;
}

.fact-box .inner:before{
    content:'';
    position:absolute;
    right:0px;
    top:0px;
    width:60px;
    border-bottom:2px solid #fff; 
}

.fact-box .inner::after{
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:60px;
    border-bottom:2px solid #fff; 
}

.fact-box .icon-box{
    position:absolute;
    left:50%;
    top:-30px;
    margin-left:-30px;
    width:60px;
    height:60px;
    line-height:48px;
    font-size:42px; 
}

.fact-box .content{
    position:relative;
}

.count-outer{
    position:relative;
    font-size:42px;
    line-height:1.4em;
    font-weight:700;
    color:#fff;
    margin-bottom:7px;
}

.count-outer .count-text{
    font-weight:700;
}

.fact-box .counter-title{
    position:relative;
    font-size:16px;
    line-height:30px;
    font-weight:600;
    color:#fff;
}
@media (max-width:992px) {
    .fact-box-sm{
        margin-top: 60px !important
    }
}
@media (max-width:767px) {
    .fact-box-xs{
        margin-top: 60px !important
    }
}

/**** business hours ***/
.oh_sec{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.oh_sec div.left{-ms-flex: 0 0 40%;flex: 0 0 40%;max-width: 40%;}
.oh_sec div.right{-ms-flex: 0 0 60%;flex: 0 0 60%;max-width: 60%;}
#map {width: 100%;height: 450px;}
#map .info-window {padding: 15px;}
#map .info-window h5 {color: var(--ins-brand-color);text-transform: uppercase;font-weight: 600;margin-bottom: 10px;}
#map .info-window p {font-size: 16px;color: #969696;line-height: 25px;}
#map iframe{width:100%;}
.single-child-bnr-img img, .single-child-bnr-img iframe{height:350px; width:100%;}
.mb-15{margin-bottom:15px;}

/****** Style Star Rating Widget *****/
.rating{border: none;float: left;}
.rating > input{display: none;} 
.rating > label:before{margin: 5px;font-size: 1.25em;font-family: FontAwesome;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(--ins-brand-color) !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(--ins-brand-color) !important;  } 

/*** common ***/
#search-form #search-error{display:none !important;}
.submenu1, .submenu2{visibility:hidden; position:absolute; left:100%;background-color: #fff;background-image: url(img/menu/bkg_menu2.jpg);background-position: center bottom;background-size: cover;border: 3px solid #dfdfdf;box-shadow: 0 0 3px #e0e0e0;font-family: Lato;padding: 21px 15px 18px;position: absolute;top:0;width: 250px;}
.submenu li:hover a.dropdown-item+ul.submenu1{visibility:visible !important;}
.submenu1 li:hover a.dropdown-item+ul.submenu2{visibility:visible !important;}
.cartbar {float:right; margin-top:6px;}
.cart-bar{border-left: 1px solid #ccc; margin-left: 14px;padding-left: 16px;}
.urgent-cause-area{background:none;}
.mt-30{margin-top:30px;}
.mt-10{margin-top:10px;}
.cause-list-area .venobox img{height:260px; width:100%;}
.cause-list-area .cause-prgrs-br{padding:0; border-color:#fff;}
.product-img img{height:200px;}
.product-desc h3 a{height:40px;}
.help-icon-circle img{height:60px; margin-top:-20px;}
.single-child-bnr-img img, .single-child-bnr-img iframe{height:350px;}
.single-recent-news .recent-news-img img, .single-recent-news .recent-news-img iframe{height:300px; width:100%;}
.single-recent-news .recent-news-desc h4{height:54px;}
.single-recent-news .recent-news-desc p{height:75px;}
.testimonial-img img{width:130px;}
.contact-addrss li p a{color:#fff;}
.cntct-form-txtarea textarea{width:100%;}
.cntct-form-txtarea > input{float:none;}
.section-padding-100{padding:100px 0;}
.partners-section .grid img{height: 200px;}
.cntct-txtarea textarea{height:180px;}
.sngle-add-crt button{margin:0 auto; float:none;}
.pointer{cursor:pointer;}
.brandbox_updates .single-recent-news{-webkit-box-shadow: 0 8px 15px rgba(var(--ins-brand-rgb-color), 0.5); box-shadow: 0 8px 15px rgba(var(--ins-brand-rgb-color), 0.5);border:var(--ins-brand-color) 1px solid;}
.brandbox_service .single-cause-list{-webkit-box-shadow: 0 8px 15px rgba(var(--ins-brand-rgb-color), 0.5); box-shadow: 0 8px 15px rgba(var(--ins-brand-rgb-color), 0.5);border:var(--ins-brand-color) 1px solid;}
.brandbox_service .cause-lists-desc{background:var(--ins-brand-color);}
.brandbox_service .cause-lists-desc .cause-desig-title a, .brandbox_service .cause-lists-desc .cause-dnt a{color:#fff;}
.brandbox_service .single-product{-webkit-box-shadow: 0 8px 15px rgba(var(--ins-brand-rgb-color), 0.5); box-shadow: 0 8px 15px rgba(var(--ins-brand-rgb-color), 0.5);border:var(--ins-brand-color) 1px solid;}
.brandbox_service .single-product .product-desc{background:var(--ins-brand-color); color:#fff;}
.brandbox_service .single-product .product-desc a, .brandbox_service .single-product .product-desc .amount-two{color:#fff;}
.brandbox_service .single-product .product-desc .amount-two.amnt-two{background:none;}

/* update page*/
.recent-news-desc{padding-top:8px;}


@media (max-width: 520px) {
.cause-list-area .venobox img, .product-img img, .product-desc h3 a, .single-child-bnr-img img, .single-child-bnr-img iframe, .single-recent-news .recent-news-img img, .single-recent-news .recent-news-img iframe, .single-recent-news .recent-news-desc h4, .single-recent-news .recent-news-desc p, .cntct-txtarea textarea{height:auto;}
.single-padding{margin-bottom:0;}
}