/* =============================================
			Blog Style					
============================================= */
.hb-blog {
    background: #fff;
  }
  
  .hb-blog.v4 .hb-post {
    border: none;
  }
  
  .hb-blog.v4 .hb-post:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .hb-blog.v4 .hb-postcontent {
    padding: 30px 0;
  }
  
  /* =============================================
              Post Area Style					
  ============================================= */
  .hb-post-area {
    float: left;
    width: 100%;
  }
  
  .hb-post {
    float: left;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f0f2eb;
  }
  
  .hb-post:hover {
    -webkit-box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.2);
  }
  
  .hb-post:hover .hb-postimage:before {
    height: 100%;
    visibility: visible;
  }
  
  .hb-postimage {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
  }
  
  .hb-postimage:before {
    top: 0;
    left: 0;
    height: 0;
    content: '';
    width: 100%;
    position: absolute;
    visibility: hidden;
  }
  
  .hb-postimage a {
    display: block;
  }
  
  .hb-postimage a img {
    display: block;
  }
  
  .hb-postcontent {
    float: left;
    width: 100%;
    padding: 30px;
  }
  
  .hb-postcategory {
    font-size: 13px;
    line-height: 16px;
    display: block;
    cursor: pointer;
    margin: 0 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
  }
  
  .hb-postcategory:hover,
  .hb-postcategory:focus {
    text-decoration: underline;
  }
  
  .hb-posttitle {
    float: left;
    width: 100%;
  }
  
  .hb-posttitle h3 {
    font-size: 20px;
    line-height: 23px;
    color: #2d2c40;
    margin: 0 0 20px;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  .hb-posttitle h3 a {
    color: inherit;
    display: block;
  }
  
  .hb-postmeta {
    float: left;
    width: 100%;
    margin: 0 0 20px;
  }
  
  .hb-postmeta span {
    font-size: 14px;
    line-height: 17px;
    display: block;
    color: #000;
    font-weight: 300;
  }
  
  /* =============================================
              <title>Beautiq Masah Skin Cliniq - Best Skinclinic in Delhi, NCR</title>
    <link rel="shortcut icon" href="./images/favicon-icon.png" type="image/x-icon"> Area Style					
  ============================================= */
  .hb-paradisecenter-area {
    float: left;
    width: 100%;
  }
  
  .hb-paradisecenterbox {
    float: left;
    width: 100%;
  }
  
  .hb-paradisecenterbox:hover .hb-paradiseiconbox {
    background-position: right center;
  }
  
  .hb-paradiseiconbox {
    width: 102px;
    height: 102px;
    display: block;
    text-align: center;
    border-radius: 50%;
    position: relative;
    line-height: 120px;
    margin: 0 auto 30px;
    background-size: 200% auto;
  }
  
  .hb-paradiseiconbox:after {
    top: 1px;
    left: 1px;
    content: '';
    width: 90px;
    height: 90px;
    margin: 5px;
    border-radius: 50%;
    position: absolute;
    border: 1px dashed #fff;
  }
  
  .hb-paradiseiconbox i {
    color: #fff;
    font-size: 36px;
  }
  
  .hb-paradisecontent {
    float: left;
    width: 100%;
    text-align: center;
  }
  
  .hb-paradisecontent .hb-description p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
  }
  
  /* =============================================
              Service Area Style					
  ============================================= */
  .hb-servicesarea {
    float: left;
    width: 100%;
  }
  
  .hb-services.v2 .hb-serviceimg {
    margin: 0 0 -110px;
  }
  
  .hb-services.v2 .hb-servicecontent {
    background: #fff;
    border-radius: 10px;
    padding: 139px 20px 0;
  }
  
  .hb-services.v2 .hb-servicecontent h3 {
    font-weight: 500;
    margin: 0 0 15px;
  }
  
  .hb-services.v2 .hb-btn {
    float: none;
    margin: 0 auto -20px;
  }
  
  .hb-services.v2 .hb-description {
    font-size: 14px;
    line-height: 24px;
  }
  
  .hb-services.v2 .hb-description p {
    margin: 0 0 20px;
  }
  
  /* =============================================
              Team Area Style					
  ============================================= */
  .hb-teamarea {
    float: left;
    width: 100%;
  }
  
  .hb-teambox {
    float: left;
    width: 100%;
  }
  
  .hb-teamimg {
    float: left;
    width: 100%;
    margin: 0 0 -110px;
    position: relative;
  }
  
  .hb-teamimg:after {
    top: 0;
    left: 50%;
    content: '';
    width: 174px;
    height: 100%;
    position: absolute;
    margin: 0 0 0 -87px;
    border-radius: 100%;
    border: 10px solid rgba(225, 225, 225, 0.7);
  }
  
  .hb-teamimg img {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
  }
  
  .hb-teamcontent {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 139px 30px 40px;
  }
  
  .hb-teamcontent h3 {
    margin-bottom: 20px;
  }
  
  .hb-teamcontent h3 span {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    display: block;
    font-weight: 400;
    padding: 10px 0 0;
  }
  
  .hb-teamcontent .hb-socialicons li {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  
  /* =============================================
              Filter Able Nav Style					
  ============================================= */
  .hb-filterbale-nav {
    float: left;
    width: 100%;
    margin: 0 0 45px;
    list-style: none;
    text-align: center;
  }
  
  .hb-filterbale-nav li {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
  }
  
  .hb-filterbale-nav li a {
    font-size: 14px;
    line-height: 17px;
    color: #2d2c40;
    display: block;
    padding: 0 20px;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  /* =============================================
              Masonry Grid Style					
  ============================================= */
  .masonry-grid {
    float: left;
    padding: 15px;
    width: 33.33%;
  }
  
  .hb-project {
    float: left;
    width: 100%;
  }
  
  .hb-gallery.v2 .hb-galleryimg {
    width: 100%;
  }
  
  .hb-gallery.v4 .hb-portfolio-content {
    margin: 0 0 42px;
  }
  
  .hb-gallery.v4 .hb-btn {
    float: none;
    margin: 0 auto;
  }
  
  /* =============================================
              Products Area Style					
  ============================================= */
  .hb-productsarea {
    float: left;
    width: 100%;
  }
  
  .hb-productsarea .item {
    padding: 0 15px;
  }
  
  .hb-productsarea .hb-prev {
    left: -8%;
  }
  
  .hb-productsarea .hb-next {
    right: -8%;
  }
  
  .hb-productsbox {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 30px 30px 20px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
  
  .hb-productsbox:hover .hb-productsicon {
    opacity: 1;
    visibility: visible;
  }
  
  .hb-productsbox:hover .hb-roundicon li .hb-g-icon.change-bg {
    -ms-transform: translatey(45px);
    transform: translatey(45px);
    -webkit-transform: translatey(45px);
  }
  
  .hb-productsbox:hover .hb-roundicon li .hb-g-icon.change-bg.t-icon2 {
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }
  
  .hb-productsimg {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 auto 40px;
  }
  
  .hb-productsimg img {
    display: block;
    margin: 0 auto;
  }
  
  .hb-productsicon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  
  .hb-productsicon .hb-roundicon {
    margin: 0;
  }
  
  .hb-productscontent {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #dadfcf;
  }
  
  .hb-productscontent h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    font-weight: 600;
  }
  
  .hb-productscontent h3 span {
    font-size: 24px;
    line-height: 27px;
    display: block;
    font-weight: 400;
    padding: 10px 0 0;
    font-family: "Arizonia", cursive;
  }
  
  .hb-paradisecenterimgbox {
    float: left;
    width: 100%;
  }
  
  .hb-paradiseimage {
    margin: 0;
    width: 100%;
    float: right;
  }
  
  .hb-paradiseimage img {
    display: block;
    margin: 0 auto;
  }
  
  .hb-paradiselist {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 100px 0 0;
  }
  
  .hb-paradiselist li {
    padding: 15px 0;
    list-style-type: none;
  }
  
  .hb-paradiselist .hb-paradiseiconbox {
    float: left;
    width: 63px;
    height: 63px;
    line-height: 75px;
    margin: 0 30px 0 0;
  }
  
  .hb-paradiselist .hb-paradiseiconbox i {
    font-size: 25px;
  }
  
  .hb-paradiselist .hb-paradiseiconbox:after {
    border: 0;
  }
  
  .hb-paradiselist .hb-paradisecontent {
    width: auto;
    float: none;
    overflow: hidden;
    text-align: left;
  }
  
  .hb-paradiselist .hb-paradisecontent h3 {
    margin: 0 0 10px;
  }
  
  /* =============================================
              Inner banner Style					
  ============================================= */
  .hb-innerbanner {
    background-size: cover;
    /* background-image: url("../images/innerbanner-bg.jpg"); */
    background-repeat: no-repeat;
  }
  
  .hb-innerbanner-area {
    float: left;
    width: 100%;
    padding: 25px 0;
    text-align: center;
  }
  
  .hb-bannarheading {
    float: left;
    width: 100%;
  }
  
  .hb-bannarheading h1 {
    font-size: 30px;
    line-height: 39px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: capitalize;
  }
  
  /* =============================================
              Breadcrumb Style					
  ============================================= */
  .hb-breadcrumb {
    float: none;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
  }
  
  .hb-pricinglist-area {
    float: left;
    width: 100%;
  }
  
  .hb-pricinglist-area .hb-pricinglistbox li {
    float: left;
    width: 100%;
    padding: 15px 0;
    position: relative;
    list-style-type: none;
  }
  
  .hb-pricinglist-area .hb-pricinglistbox li:after {
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    bottom: 22px;
    position: absolute;
    border-bottom: 1px dashed #c1bfda;
  }
  
  .hb-pricinglistbox {
    float: left;
    width: 100%;
    list-style: none;
  }
  
  .hb-pricinglistbox li h3 {
    margin: 0;
    z-index: 2;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
  }
  
  .hb-pricinglistbox li span {
    font-size: 24px;
    line-height: 24px;
    z-index: 2;
    float: right;
    background: #fff;
    font-weight: 400;
    font-family: "Arizonia", cursive;
  }

  .hb-breadcrumb li {
    /* font-weight: 600 !important;
    font-size: 18px !important; */
    color: #d3ac67;
}
  
  /* =============================================
              Error Area Style					
  ============================================= */
  .hb-error-area {
    float: left;
    width: 100%;
    text-align: center;
  }
  
  .hb-error-area h2 {
    font-size: 150px;
    line-height: 140px;
    color: #2d2c40;
    margin: 0 0 40px;
    font-weight: 700;
  }
  
  .hb-error-area h2 i {
    margin: 15px 15px 0;
    vertical-align: top;
    display: inline-block;
  }
  
  .hb-error-area h2 i img {
    display: block;
  }
  
  .hb-errorcontent {
    float: left;
    width: 100%;
    margin: 0 0 50px;
  }
  
  .hb-errorcontent h3 {
    font-size: 36px;
    line-height: 30px;
    color: #2d2c40;
    margin: 0 0 30px;
    font-weight: 500;
  }
  
  .hb-errorcontent p {
    margin: 0;
  }
  
  /* =============================================
              Coming Soon Style					
  ============================================= */
  .hb-comingsoonbg {
    background: #fefefe;
    padding: 100px;
  }
  
  .hb-coming-soon {
    float: left;
    width: 100%;
    padding: 150px 0;
    -webkit-box-shadow: 0px 21px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 21px 50px rgba(0, 0, 0, 0.1);
  }
  
  .hb-container-holder {
    float: left;
    width: 100%;
    text-align: center;
  }
  
  .hb-container-holder h2 {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    margin: 0 0 20px;
    font-weight: 400;
    text-transform: capitalize;
  }
  
  .hb-container-holder .hb-socialicons {
    float: left;
    width: 100%;
  }
  
  .hb-container-holder .hb-socialicons li {
    float: none;
    padding: 0 12px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .hb-comingsoon-heading {
    float: left;
    width: 100%;
    margin: 0 0 100px;
    text-align: center;
  }
  
  .hb-comingsoon-heading h1 {
    font-size: 48px;
    line-height: 48px;
    color: #2d2c40;
    margin: 0 0 25px;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  .hb-comingsoon-heading span {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    display: block;
    font-weight: 400;
    letter-spacing: 7px;
    text-transform: uppercase;
  }
  
  .hb-comingsooncounter {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 80px;
    padding: 0 0 40px;
  }
  
  .hb-comingsooncounter:after {
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    content: " ";
    position: absolute;
  }
  
  .hb-comingsooncounter ul {
    clear: both;
    margin: -15px;
    overflow: hidden;
    list-style: none;
    text-align: center;
  }
  
  .hb-comingsooncounter ul li {
    width: 25%;
    float: left;
    padding: 15px;
    list-style-type: none;
  }
  
  .hb-comingsooncounter ul li .hb-holder {
    width: 100%;
    float: left;
  }
  
  .hb-comingsooncounter ul li .hb-holder h3 {
    font-size: 50px;
    line-height: 40px;
    margin: 0 0 5px;
    font-weight: 500;
    display: inline-block;
    vertical-align: bottom;
  }
  
  .hb-comingsooncounter ul li .hb-holder h4 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    margin: 0 0 0 10px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    color: #666 !important;
  }
  
  .hb-comingsooncounter ul li .hb-holder h4:after {
    top: 0;
    left: -12px;
    content: '/';
    position: absolute;
  }
  
  /* =============================================
              About us Video Style					
  ============================================= */
  .hb-aboutusvideo {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
  }
  
  .hb-aboutusvideo img {
    display: block;
    display: block;
  }
  
  .hb-aboutusvideo .hb-video-btn {
    top: 50%;
    left: 50%;
    color: #fff;
    width: 60px;
    height: 60px;
    display: block;
    font-size: 20px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    border: 1px solid #fff;
    margin: -30px 0 0 -30px;
  }
  
  .hb-aboutusvideo .hb-video-btn:hover {
    background: #fff;
  }
  
  .popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
  }
  
  .lightbox-demo {
    padding: 5px;
    width: 500px;
  }
  
  .lightbox-demo .user-log-form {
    border: none;
  }
  
  .lightbox-demo h2 {
    margin: 0 0 10px;
  }
  
  .lightbox-demo p {
    margin: 0;
  }
  
  #html5-watermark a {
    display: none;
  }
  
  /* =============================================
              Gift Certifitcates Area Style					
  ============================================= */
  .hb-giftcertificates-area {
    float: left;
    width: 100%;
  }
  
  .hb-giftcertificates-box {
    float: left;
    width: 100%;
    border-radius: 10px;
  }
  
  .hb-giftcertificates-box:hover .hb-giftbtn {
    color: #fff;
  }
  
  .hb-gift-img {
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
  }
  
  .hb-gift-img img {
    display: block;
    border-radius: 10px 10px 0 0;
  }
  
  .hb-gift-price {
    top: 50%;
    left: 50%;
    width: 160px;
    padding: 15px 0;
    overflow: hidden;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .hb-gift-price h3 {
    font-size: 36px;
    line-height: 25px;
    color: #2d2c40;
    margin: 0 0 10px;
    font-weight: 500;
    font-family: "Arizonia", cursive;
  }
  
  .hb-gift-price span {
    font-size: 18px;
    line-height: 21px;
    display: block;
    font-weight: 600;
  }
  
  .hb-giftbtn {
    color: #fff;
    float: left;
    width: 100%;
    padding: 20px;
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
    background: #2d2c40;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
  }
  
  .hb-giftbtn:hover {
    color: #fff;
  }
  
  /* =============================================
              Faq Area Style					
  ============================================= */
  .hb-faq-area {
    float: left;
    width: 100%;
  }
  
  /* =============================================
              Accordian Style					
  ============================================= */
  .hb-accordian {
    float: left;
    width: 100%;
  }
  
  .hb-panel {
    float: left;
    width: 100%;
    margin: 0 0 34px;
  }
  
  .hb-panel h4 {
    margin: 0;
    color: #2d2c40;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
  }
  
  .hb-panel h4:after {
    top: -5px;
    left: -50px;
    color: #fff;
    width: 33px;
    height: 33px;
    display: block;
    font-size: 18px;
    line-height: 36px;
    content: '\f067';
    text-align: center;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  
  .hb-panel h4.active:after {
    content: '\f068';
  }
  
  .hb-panelcontent {
    float: left;
    width: 100%;
    padding: 20px 0 0;
  }
  
  .hb-panelcontent .hb-description {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
  }
  
  .hb-panelcontent .hb-description p {
    margin: 0;
  }
  
  .hb-panelcontent .hb-description p span {
    display: block;
  }
  
  .hb-testimonialcontentbox {
    float: left;
    width: 100%;
    padding: 30px;
    margin: 0 0 30px;
    position: relative;
    background: #f5f5f9;
  }
  
  .hb-testimonialcontentbox:after {
    width: 0;
    height: 0;
    left: 40px;
    content: "";
    bottom: -15px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f5f5f9;
  }
  
  .hb-testimonialcontentbox .hb-description {
    font-size: 15px;
    color: #000;
  }
  
  .hb-testimonialcontentbox .hb-description p {
    margin: 0;
  }
  
  .hb-testimonialutherbox {
    float: left;
    width: 100%;
  }
  
  .hb-testimonialutherbox figure {
    float: left;
    margin: 0 20px 0;
    border-radius: 50%;
  }
  
  .hb-testimonialutherbox figure img {
    display: block;
    border-radius: 50%;
  }
  
  .hb-testimonialutherbox .hb-uthername {
    float: none;
    width: auto;
    margin: 20px 0 0;
    overflow: hidden;
    text-align: left;
  }
  
  .hb-testimonialutherbox .hb-uthername h3 {
    display: block;
  }
  
  .hb-testimonialutherbox .hb-uthername span {
    display: inline-block;
    vertical-align: middle;
  }
  
  .hb-testimonialbox:hover .hb-testimonialcontentbox .hb-description {
    color: #fff;
  }
  
  .hb-testimonialbox:hover .hb-testimonialcontentbox:after {
    border-top-color: #afabff;
  }
  
  .hb-testimonialbox .hb-testimonialcontentbox.active .hb-description {
    color: #fff;
  }
  
  .hb-testimonialbox .hb-testimonialcontentbox.active:after {
    border-top-color: #afabff;
  }
  
  .paddingbottom {
    padding: 0 0 60px;
  }
  
  /* =============================================
              Contact Us Area Style					
  ============================================= */
  .hb-contactus-area {
    float: left;
    width: 100%;
  }
  
  .hb-contactusmap {
    float: left;
    width: 100%;
    margin: 0 0 48px;
  }
  
  .hb-addressarea {
    float: left;
    width: 100%;
    margin: 0 0 50px;
  }
  
  .hb-addressarea .hb-address p{
    text-align: center;
  }
  
  .hb-address {
    float: left;
    width: 100%;
    text-align: center;
  }
  
  .hb-address h2 {
    font-size: 24px;
    line-height: 27px;
    color: #2d2c40;
    font-weight: 500;
    margin: 0 0 15px;
  }
  
  .hb-addressbox {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
  }
  
  .hb-addressbox p {
    margin: 0;
  }
  
  .hb-addressbox p span {
    display: block;
  }
  
  .hb-contactus-formarea {
    float: left;
    width: 100%;
    padding: 45px 0 0;
    border-top: 1px solid #ebebeb;
  }
  
  .hb-contactus-formarea .hb-headcontent {
    margin: 0 0 40px;
  }
  
  .hb-contactus-formarea h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
  }
  
  .hb-contactusform .hb-btn {
    display: block;
    margin: 30px auto 0;
  }
  
  .textarea.form-control {
    padding: 10px 20px;
  }
  
  /* =============================================
              Blog Grid Style					
  ============================================= */
  .hb-bloggrid {
    margin: -25px 0;
  }
  
  .hb-bloggrid .hb-posttitle h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 15px;
  }
  
  /* =============================================
              Blog Grid Full Width Style					
  ============================================= */
  .hb-bloggridfullwidth .hb-post {
    margin: 25px 0;
  }
  
  .hb-btnarea {
    float: left;
    width: 100%;
    padding: 15px 0px 15px;
    text-align: center;
  }
  
  .hb-widgettitle {
    float: left;
    width: 100%;
    margin: 0 0 30px;
  }
  
  .hb-widgettitle h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    color: #2d2c40;
    font-weight: 500;
  }
  
  .hb-recentnews ul {
    margin: 0;
    float: left;
    width: 100%;
  }
  
  .hb-recentnews ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .hb-recentnews ul li:last-child {
    margin: 0;
  }
  
  .hb-recentnews ul li h4 {
    font-size: 16px;
    line-height: 19px;
    color: #2d2c40;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: capitalize;
  }
  
  .hb-categories ul {
    float: left;
    width: 100%;
    list-style: none;
        margin-left: 20px;
  }
  
  .hb-categories ul li {
    font-size: 14px;
    line-height: 17px;
    float: left;
    width: 100%;
    color: #2d2c40;
    font-weight: 600;
    position: relative;
    list-style-type: none;
    padding: 0 0 15px 25px;
    text-transform: capitalize;
  }
  
  .hb-categories ul li:after {
    top: 0;
    left: 0;
    font-size: 12px;
    content: '\f111';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  
  .hb-categories ul li:last-child {
    padding-bottom: 0;
  }
  
  .hb-categories.hb-categories2 {
    overflow: hidden;
  }
  
  .hb-categories.hb-categories2 ul {
    font-size: 14px;
    line-height: 16px;
  }
  
  .hb-categories.hb-categories2 ul li {
    font-weight: 500;
    color: #2d2c40;
    padding: 0 0 15px 6px;
  }
  
  .hb-categories.hb-categories2 ul li:after {
    display: none;
  }
  
  .hb-categories.hb-categories2 ul a {
    color: #2d2c40;
    display: block;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  
  .hb-categories.hb-categories2 ul span {
    float: right;
  }
  
  .hb-tags {
    float: left;
  }
  
  .hb-tags ul {
    float: left;
    width: 100%;
  }
  
  .hb-tags ul li {
    width: auto;
    padding: 0 2px 10px 0;
    display: inline-block;
    vertical-align: middle;
  }
  
  .hb-tags ul li .hb-tagbtn {
    width: auto;
    height: 28px;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 28px;
    padding: 0 15px;
    font-weight: 400;
    background: #fff;
    text-align: center;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
  }
  
  .hb-tags ul li .hb-tagbtn:hover {
    color: #fff;
  }
  
  .blogfullwidth .hb-postimage:before {
    background: none;
  }
  
  .blogfullwidth .hb-post {
    margin: 25px 0;
    border: 0;
  }
  
  .blogfullwidth .hb-post:last-child {
    margin: 25px 0 50px;
  }
  
  .blogfullwidth .hb-post:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .blogfullwidth .hb-postcontent {
    font-size: 16px;
    color: #000;
    padding: 0;
  }
  
  .hb-postmeta-area {
    float: left;
    width: 100%;
    padding: 30px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .hb-postmeta-area .hb-postmeta {
    margin: 0;
    width: auto;
    padding: 5px 0;
  }
  
  .hb-postmeta-area .hb-postmeta em {
    font-style: normal;
  }
  
  .hb-posttage {
    float: right;
  }
  
  .hb-posttage li {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    display: inline-block;
  }
  
  .hb-posttage li:first-child {
    padding-right: 30px;
  }
  
  .hb-posttage li i {
    margin-right: 15px;
  }
  
  .hb-posttage li a {
    color: #000;
  }
  
  .hb-bloggrid.blogfullwidth .hb-posttitle h3 {
    font-size: 30px;
    line-height: 33px;
    color: #2d2c40;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: capitalize;
  }
  
  .hb-readmore {
    display: block;
  }
  
  .hb-readmore i {
    margin: 0 0 0 5px;
  }
  
  .hb-content-block {
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    padding: 47px 30px 50px;
    margin: 0 0 43px;
    background-size: 200% auto;
  }
  
  .hb-content-block h3 {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 15px;
  }
  
  .hb-content-block p {
    margin: 0 0 23px;
  }
  
  .hb-content-block .hb-btn {
    font-size: 14px;
    line-height: 16px;
    width: 122px;
    background: #fff;
    display: block;
    margin: 0 auto;
    padding: 7px 0;
    height: auto;
  }
  
  /* =============================================
              Pagination Style					
  ============================================= */
  .hb-pagination ul {
    float: left;
  }
  
  .hb-pagination ul li a {
    width: 35px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
  }
  
  .hb-pagination ul li.hb-nextpage a {
    padding: 0;
    width: 74px;
    font-size: 14px;
    text-transform: capitalize;
  }
  
  .hb-pagination ul li.hb-nextpage a i {
    margin: 0 0 0 5px;
  }
  
  .hb-pagination ul li.hb-nextpage a:after {
    background: none;
  }
  
  .hb-pagination ul li.hb-prevpage a {
    padding: 0;
    width: 74px;
    font-size: 14px;
    text-transform: capitalize;
  }
  
  .hb-pagination ul li.hb-prevpage a i {
    margin: 0 5px 0 0;
  }
  
  .hb-pagination ul li.hb-prevpage a:after {
    background: none;
  }
  
  .hb-blogdetails .hb-post {
    border: 0;
  }
  
  .hb-blogdetails .hb-post:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .hb-blogdetails .hb-post .hb-postcontent h2 {
    font-size: 20px;
    line-height: 33px;
    color: #2d2c40;
    margin: 0 0 20px;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  .hb-blogdetails .hb-post .hb-postmeta {
    margin: 0 0 30px;
    color: #000;
  }
  
  .hb-blogdetails .hb-post .hb-postmeta li {
    font-size: 14px;
    line-height: 17px;
    padding: 0 6px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  
  .hb-blogdetails .hb-post .hb-postmeta li:first-child {
    padding-left: 0;
  }
  
  .hb-blogdetails .hb-post .hb-postmeta li:after {
    top: 0;
    width: 2px;
    height: 13px;
    right: -2px;
    content: "";
    position: absolute;
    background: #000;
  }
  
  .hb-blogdetails .hb-post .hb-postmeta li:last-child:after {
    background: none;
  }
  
  .hb-blogdetails .hb-post .hb-description {
    margin: 0 0 15px;
  }
  
  .hb-blogdetails .hb-post .hb-description p {
    color: #000;
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 30px;
  }
  
  .hb-blogdetails .hb-post figure {
    float: left;
    margin: 0 28px 30px 0;
  }
  
  .hb-blogdetails .hb-post figure img {
    display: block;
    border-radius: 5px;
  }
  
  .hb-blogdetails .hb-post h3 {
    font-size: 24px;
    line-height: 27px;
    color: #2d2c40;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: capitalize;
  }
  
  .hb-blogdetails .hb-post .hb-treatmentlist {
    overflow: hidden;
    margin: 0 0 30px;
  }
  
  .hb-blogdetails .hb-post .hb-treatmentlist li {
    font-size: 15px;
    line-height: 19px;
    float: left;
    width: 100%;
    color: #000;
    font-weight: 300;
    position: relative;
    padding: 9px 0 9px 20px;
  }
  
  .hb-blogdetails .hb-post .hb-treatmentlist li:before {
    left: 0;
    top: 8px;
    content: '\f00c';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  
  .hb-blogdetails .hb-post h4 {
    font-size: 20px;
    line-height: 23px;
    color: #2d2c40;
    margin: 0 0 20px;
    font-weight: 400;
    text-transform: capitalize;
  }
  
  .hb-blogdetails .hb-post blockquote {
    float: left;
    width: 100%;
    margin: 0 0 50px;
    position: relative;
    padding: 35px 50px;
    border: 1px solid #e9eaea;
  }
  
  .hb-blogdetails .hb-post blockquote:after {
    top: -14px;
    left: 55px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/quotes-img02.png) no-repeat;
  }
  
  .hb-blogdetails .hb-post blockquote q {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    display: block;
    font-weight: 300;
    margin: 0 0 15px;
  }
  
  .hb-blogdetails .hb-post .hb-uthername {
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
  }
  
  .hb-blogdetails .hb-post .hb-uthername em {
    font-size: 13px;
    line-height: 16px;
    color: #c1bfda;
    display: block;
    padding: 5px 0 0;
    font-weight: 400;
    font-style: normal;
  }
  
  .hb-blogdetails .hb-postimage {
    margin: 0 0 40px;
  }
  
  .hb-blogdetails .hb-postimage:before {
    background: none;
  }
  
  .hb-blogdetails .hb-postcontent {
    padding: 0;
  }
  
  .hb-tags-area {
    float: left;
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  
  .hb-tags-area .hb-tags ul li {
    padding: 0 12px 0 0;
  }
  
  .hb-socialshare {
    float: right;
  }
  
  .hb-socialshare ul {
    float: left;
    width: 100%;
    padding: 5px 0 0;
  }
  
  .hb-socialshare ul li {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .hb-socialshare ul li a {
    font-size: 16px;
    line-height: 19px;
    color: #2d2c40;
    display: block;
  }
  
  /* =============================================
              Comments Area Style					
  ============================================= */
  .hb-comments-area {
    float: left;
    width: 100%;
    margin: 0 0 20px;
  }
  
  .hb-comment-heading {
    float: left;
    width: 100%;
    margin: 0 0 40px;
  }
  
  .hb-comment-heading h2 {
    font-size: 24px;
    line-height: 27px;
    margin: 0;
    color: #232530;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  .hb-comments-box {
    float: left;
    width: 100%;
  }
  
  .hb-comment {
    float: left;
    width: 100%;
    margin: 0 0 45px;
  }
  
  .hb-commentimg {
    float: left;
    width: 100%;
    margin: 0 0 0;
    float: left;
    width: auto;
    border-radius: 50%;
  }
  
  .hb-commentimg img {
    display: block;
    border-radius: 50px;
  }
  
  .hb-comment-content {
    overflow: hidden;
    padding: 0 0 0 60px;
    position: relative;
  }
  
  .hb-comment-content:after {
    top: 0;
    left: 25px;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    background: #e9e9e9;
  }
  
  .hb-comment-content .hb-description {
    font-style: 14px;
    font-weight: 300;
    color: #000;
  }
  
  .hb-comment-content .hb-description p {
    margin: 0;
  }
  
  .hb-comment-date {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin: 0 0 20px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .hb-comment-date em {
    font-size: 14px;
    line-height: 17px;
    color: #c1bfda;
    display: block;
    padding: 0 0 10px;
    font-style: normal;
  }
  
  .hb-btn.hb-comment-btn {
    float: right;
    height: 35px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 35px;
  }
  
  .hb-paddingright {
    padding-left: 80px;
  }