.is-ebnotificationbar-section.ebnb_right_vertically .hb_open-toggle.has_text.is_active {
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: 100% 0;
    position: absolute;
    border-radius: 0 0 5px 5px;
    top: auto;
    bottom: 0;
    margin-bottom: -28px;
}
.is-ebnotificationbar-section.ebnb_left_vertically .hb_open-toggle.has_text.is_active {
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    left: 300px;
    border-radius: 0px 0px 5px 5px;
    top: auto;
    bottom: 0;
    margin-bottom: -28px;
}
.is_custom_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.is_custom_container::before {
  content: "";
  display: table;
  clear: both;
}
.is-ebnotificationbar-section {
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s ease 0s;
  z-index: 999999999999 !important;
  opacity: 1 !important;
  text-shadow: none;
  display: table;
}
.admin-bar .hb_top.is-ebnotificationbar-section{
  z-index: 11111 !important;
}
.is-ebnotificationbar-section:hover {
  opacity: 1;
}
.is-ebnotificationbar-section::before {
  background-color: #2d3e50;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.is-ebnotificationbar-section.hb_top {
  left: 0;
  top: 0;
  width: 100%;
  bottom: auto;
}
.admin-bar .is-ebnotificationbar-section.hb_top{
  top: 32px;
}
.is-ebnotificationbar-section.hb_bottom {
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
}
.is-ebnotificationbar-section.hb_left {
  left: 0;
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.is-ebnotificationbar-section.hb_right {
  right: 0;
  left: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.is-ebnotificationbar-wrap {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
.hb_left .is-ebnotificationbar-wrap,
.hb_right .is-ebnotificationbar-wrap {
  padding: 40px 30px;
  display: table-cell;
}
.hb_top .is-ebnotificationbar-wrap,
.hb_bottom .is-ebnotificationbar-wrap {
  /*padding: 10px 30px 10px 10px;*/
}
.hb_top.hb_fullwidth .is-ebnotificationbar-wrap,
.hb_bottom.hb_fullwidth .is-ebnotificationbar-wrap {
  /*padding-left: 30px;*/
}
.hb_top.hb_fullwidth .is-ebnotificationbar-wrap.ebnotificationbar_wrap, .hb_bottom .is-ebnotificationbar-wrap.ebnotificationbar_wrap {
    display: table-cell !important;
    width: 100%;
}
.hb_left .is-ebnotificationbar-wrap .is_custom_container, .hb_right .is-ebnotificationbar-wrap .is_custom_container, .hb_fullwidth.hb_left .is-ebnotificationbar-wrap .is_custom_container, .hb_fullwidth.hb_right .is-ebnotificationbar-wrap .is_custom_container {
  padding: 0;
  position: static;
  width: 100% !important;
}
.hb_fullwidth .is-ebnotificationbar-wrap .is_custom_container, .hb_fullwidth .is-ebnotificationbar-wrap .is_custom_container {
  max-width: 100%;
  padding: 0 45px;
}
.is_custom_container .is-ebnotificationbar-text {
  padding: 6px 0px;
  float: none;
}
.hb_left .is-ebnotificationbar-text, .hb_right .is-ebnotificationbar-text {
  padding: 0;
}
.is-ebnotificationbar-text p {
  color: #eceff1;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding-bottom: initial;
}
.is-ebnotificationbar-buttons {
  float: right;
}
.hb_left .is-ebnotificationbar-buttons,
.hb_right .is-ebnotificationbar-buttons {
  float: left;
  margin-top: 0px;
}
.is-ebnotificationbar-buttons .ht-n-btn {
  border: 1px solid #8dc642;
  background-color: #8dc642;
  border-radius: 4px;
  color: #ffffff;
  float: left;
  display: inline-block!important;
  font-family: inherit;
  font-size: 12px!important;
  font-weight: 500;
  height: 40px!important;
  letter-spacing: 0.4px;
  line-height: 24px!important;
  margin: 0;
  padding: 8px 26px!important;
  text-transform: uppercase;
  vertical-align: top;
}
.is-ebnotificationbar-buttons .ht-n-btn:hover {
  color: #ffffff;
  opacity: 0.9;
}
.hb_close-toggle {
  background-color: transparent;
  border: medium none;
  color: #ffffff;
  display: block;
  height: 32px;
  margin: 7px 0 7px 25px;
  padding: 5px 0;
  text-align: center;
  float: left;
  border-radius: 0;
  font-weight: normal;
}
.hb_top .is-ebnotificationbar-buttons,
.hb_bottom .is-ebnotificationbar-buttons{
 position: absolute;
 right: 10px;
 width: 30px;
 text-align: center;
 z-index: 99999;
}
.hb_top .hb_close-toggle,
.hb_bottom .hb_close-toggle{
  position: inherit;
  /*margin: 0;*/
  z-index: 99999;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  right: 10px;
}
.hb_top .hb_close-toggle i,
.hb_bottom .hb_close-toggle i{
  float: none;
  margin-top: -2px;
  margin-left: -1px;
}
.hb_left .hb_close-toggle, .hb_right .hb_close-toggle {
  background-color: #ff5733;
  color: #fff;
  left: auto;
  margin: 0;
  padding: 6px 10px;
  position: absolute;
  top: 0;
}
.hb_left .hb_close-toggle::before, .hb_right .hb_close-toggle::before {
  content: attr(data-text);
  float: left;
  line-height: 15px;
  font-size: 12px;
  margin-right: 5px;
  text-transform: capitalize;
}
.hb_left .hb_close-toggle {
  left: auto;
  right: 0;
}
.hb_right .hb_close-toggle {
 left: 0px;
 right: auto;
}
.hb_close-toggle:hover {
  color: #f15b65;
  background: #fff;
}
.hb_close-toggle i {
  display: block;
  line-height: 16px;
  font-size: 16px;
  float: left;
  color: #fff;
  margin-top: 1px;
}
.hb_left .hb_close-toggle i, .hb_right .hb_close-toggle i {
  color: #fff;
}
.hb_close-toggle:hover i{
  color: #fff;
}
.hb_left .hb_close-toggle:hover i,
.hb_right .hb_close-toggle:hover i{
  color: #f15b65;
}
.hb_top .hb_close-toggle:hover,
.hb_bottom .hb_close-toggle:hover{
  background: inherit;
}
.hb_open-toggle {
  display: block;
  background-color: #ff5733;
  border: medium none;
  border-radius: 0 0 4px 4px;
  color: #fff;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -30px;
  transition: all 0.3s ease 0s;
  padding: 0;
  z-index: 99999;
  cursor: pointer;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
}
.hb_open-toggle i {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
.hb_open-toggle span {
  display: block;
  line-height: 18px;
  text-transform: none;
  padding: 0 5px;
  font-size: 14px;
}
.hb_close .hb_open-toggle {
  opacity: 1;
  visibility: visible;
}
.is-ebnotificationbar-section.hb_top .hb_open-toggle {
  border-radius: 0 0 4px 4px;
  top: -31px;
  bottom: auto;
}
.is-ebnotificationbar-section.hb_top .hb_open-toggle.is_active {
  top: 0;
}
.is-ebnotificationbar-section.hb_bottom .hb_open-toggle {
  border-radius: 4px 4px 0 0;
  bottom: -31px;
  top: auto;
}
.is-ebnotificationbar-section.hb_bottom .hb_open-toggle.is_active {
  bottom: 0;
}
.is-ebnotificationbar-section.hb_left .hb_open-toggle {
  border-radius: 0 4px 4px 0;
  left: 100%;
  right: auto;
  top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  width: 0;
}
.is-ebnotificationbar-section.hb_left .hb_open-toggle.is_active {
  opacity: 1;
  width: 40px;
}
.is-ebnotificationbar-section.hb_right .hb_open-toggle {
  border-radius: 4px 0 0 4px;
  right: 100%;
  left: auto;
  top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  width: 0;
}
.is-ebnotificationbar-section.hb_right .hb_open-toggle.is_active {
  width: 40px;
  opacity: 1;
}
.is-ebnotificationbar-section .hb_open-toggle.has_text.is_active{
  width: auto;
  padding: 5px;
  font-size: 13px;
  line-height: 125%;
  height: auto;
  min-width: 30px;
  min-height: initial;
  white-space: nowrap;
}
.is-ebnotificationbar-section .hb_close-toggle span{
  line-height: 20px;
  margin-right: 3px;
  font-weight: bold;
}
.is-ebnotificationbar-section.hb_right .hb_close-toggle span{
  line-height: 20px;
  margin-left: 3px;
  font-weight: bold;
}

.hb_bottom .hb_close-toggle{margin:0;border-radius:0;width: auto;height:auto;position: static; padding: 6px 10px; line-height: 18px;}
.hb_bottom .is-ebnotificationbar-buttons{width:auto; margin:0;  right: 0; top: 0;}
.hb_top .hb_close-toggle{margin:0;border-radius:0;width: auto;height:auto;position: static; padding: 6px 10px; line-height: 18px;}
.hb_top .is-ebnotificationbar-buttons{width:auto; margin:0;  right: 0; top: 0;}
.is-ebnotificationbar-section .content_btn a{
  background: #f5f5f5;
  color: #d96893;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  margin-left:10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
.is-ebnotificationbar-section .hb_timer_center{text-align:center; display: inline-block; margin-right: 20px;}
.is-ebnotificationbar-section .hb_center { font-weight: 600;font-size: 14px;vertical-align: top;}
.is-ebnotificationbar-section .is_counter_wrap .hb_center { padding: 15px 15px 15px 0px;}
.is-ebnotificationbar-section .is-ebnotificationbar-text .hb_btn_left .content_btn { float: left; }
.is-ebnotificationbar-section .is-ebnotificationbar-text .hb_btn_right .ebnotificationbar_content { float: left; }
.hb_btn_top .content_btn{margin: 12px 0 8px;}
.hb_notification_form p{font-size:14px;}
.hb_notification_form .mc-field-group .required.email{
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none;
  color: #000;
  height: 40px;
  margin: 16px 0 24px;
  padding: 0 10px;
  width: 100%;
}
.hb_notification_form .submit_btn .button{
  border: 0 none;
  color: #fff;
  cursor: pointer;
  height: inherit;
  max-width: inherit;
  min-width: inherit;
  padding: 12px 25px;
  width: inherit;
  line-height: 1;
  background-color: #e04728;
  float: left;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
}
.hb_btn_bottom .content_btn a{margin: 6px 0 4px;    display: inline-block;}
.hb_btn_left .content_btn a{margin-right:10px; float: left;}
.is-ebnotificationbar-section .is-ebnotificationbar-text .hb_btn_left .ebnotificationbar_content{padding:4px 0;}
span.hb-ebnotificationbar-social a {
  display: inline-block;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 40px;
  vertical-align: middle;
  margin: 0 0px 0 10px;
}
span.hb-ebnotificationbar-social a img{max-height:14px; width: auto !important; top: 50%; transform: translateY(-50%); position: relative; display: block; margin: auto;}
.is-ebnotificationbar-text .hb_bar_btn{
  background: #fdd835;
  color: #000000;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  margin:0;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
.hb_text_btn_social p + p{margin-top:13px;}
.hb_text_btn_social .hb-ebnotificationbar-social a{margin:8px 4px 0;}
.is-ebnotificationbar-section.hb_top.hb_customright, .is-ebnotificationbar-section.hb_bottom.hb_customright { right: 0; left: auto; }
.hb_top.hb_customright .is-ebnotificationbar-wrap, .hb_bottom.hb_customright .is-ebnotificationbar-wrap, .hb_top.hb_customleft .is-ebnotificationbar-wrap, .hb_bottom.hb_customleft .is-ebnotificationbar-wrap, .hb_top.hb_customcenter .is-ebnotificationbar-wrap, .hb_bottom.hb_customcenter .is-ebnotificationbar-wrap{
  padding: 30px 0px;
}
.hb_top.hb_customright .is-ebnotificationbar-text, .hb_bottom.hb_customright .is-ebnotificationbar-text, .hb_top.hb_customleft .is-ebnotificationbar-text, .hb_bottom.hb_customleft .is-ebnotificationbar-text, .hb_top.hb_customcenter .is-ebnotificationbar-text, .hb_bottom.hb_customcenter .is-ebnotificationbar-text {
  padding: 5px 30px !important;
}
.hb_top.hb_customright .is-ebnotificationbar-buttons, .hb_bottom.hb_customright .is-ebnotificationbar-buttons {left: 0; right: auto;}
.is-ebnotificationbar-section.hb_top.hb_customcenter,.is-ebnotificationbar-section.hb_bottom.hb_customcenter {left: 0; right: 0; margin: auto;}


.is-ebnotificationbar-section .is-ebnotificationbar-text .hb_btn_left .content_btn a{ margin-left: 0; }
.is-ebnotificationbar-section .is-ebnotificationbar-text .hb_btn_top .content_btn a{ margin-left: 0; }
.is-ebnotificationbar-section.hb_right .is-ebnotificationbar-text .hb_btn_right .content_btn{ float: right; } 
.is-ebnotificationbar-section.hb_left .is-ebnotificationbar-text .hb_btn_right .content_btn{ float: right; } 


.is-ebnotificationbar-section .is-ebnotificationbar-text .hb_btn_right .content_btn, .is-ebnotificationbar-section .is-ebnotificationbar-text .hb_btn_left .content_btn{ display: inline-block;}

.hb_top .is-ebnotificationbar-text, .hb_bottom .is-ebnotificationbar-text { padding: 5px; }

.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_center { text-align: center; }
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_left { text-align: left; }
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_right { text-align: right; }
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_justify { text-align: justify; }

.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_center { display: inline-block; margin: 0 auto; display: table; }
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_center .hb_center.hb_btn_left .ebnotificationbar_content { float: left; display: contents; width: 100%; } 
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_center .hb_center.hb_btn_left .ebnotificationbar_content p { display: inline; }
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_right .hb_center.hb_btn_left { display: inline-block; }
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_right .hb_center.hb_btn_left .ebnotificationbar_content { float: left; display: contents; }
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_right .hb_center.hb_btn_left .ebnotificationbar_content p { display: inline; }
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_left .hb_center.hb_btn_right { display: inline-block; }
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_left .hb_center.hb_btn_right .content_btn { float: right; }
.is-ebnotificationbar-section .is-ebnotificationbar-text.hb_content_right .hb_center.hb_btn_right { display: inline-block; }

.is-ebnotificationbar-section.hb_left .is-ebnotificationbar-wrap { max-height: 100vh; overflow-y: auto; }
.is-ebnotificationbar-section.hb_right .is-ebnotificationbar-wrap { max-height: 100vh; overflow-y: auto; }


/*Start media query*/
@media only screen and (max-width: 767px) {
  .is-ebnotificationbar-section {
    -webkit-background-size: cover;
    background-size: cover;
  }
  .is-ebnotificationbar-buttons {
    float: left;
  }
  .is-ebnotificationbar-buttons .ht-n-btn {
    font-size: 10px !important;
    height: 32px !important;
    margin-right: 10px;
    padding: 4px 15px !important;
    width: auto;
  }
  .hb_close-toggle {
    margin: 3px 0 3px 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px){
  .is-ebnotificationbar-section .is-ebnotificationbar-text .hb_btn_right .content_btn {
    float: unset;
  }
  .is-ebnotificationbar-section .is-ebnotificationbar-text .hb_btn_left .content_btn {
    float: unset;
  }
  .is-ebnotificationbar-section .is-ebnotificationbar-text iframe {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .is-ebnotificationbar-section {
    -webkit-background-size: cover;
    background-size: cover;
  }
  .is-ebnotificationbar-text {
    padding: 0;
  }
  .is-ebnotificationbar-section .is-ebnotificationbar-text iframe {
    width: 100%;
  }
}