Doctery User Guide

On behalf of DesignerByte team, we would like to thank you for purchasing this item. Your support encourages us to build better items and continuously bring value to our products. This documentation file covers all the information needed to install and use this Template. You'll find everything you need to know to create a stunning and beautiful website in minutes.

Doctery Introduction

This documentation will give you an understanding of how Doctery template is structured and guide you in performing common functions.

If you want to customize, please contact us here: [email protected]

Author: DesignerByte

Installation

Follow the steps below to get started with your Site Template:

  1. Open the ... /Template Folder to find all the Templates Files
  2. You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
  3. Make sure you upload the required files/folders listed below:
    • html/css - Stylesheets Folder
    • html/fonts - Fonts Folder
    • html/images - Images Folder
    • html/js - Javacripts Folder
    • html/index.html - (and All HTML files)
    The other files can be used according to your preferences.
  4. You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.

Basic template Structure

The template has a responsive layout and is based on the Bootstrap V4 Framework . Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Click Here to know more about Bootstrap.


HTML Structure

The general HTML structure is the same throughout the template. Here is thegeneral HTML structure of the template:

<!DOCTYPE html>

<html lang="en">

<head>

[Page meta, page css, page title etc...]

</head>

<body>

<!-- page wrapper -->

<div class="page-wrapper">

<!--header -->

<header id="site-header" class="header">

<div id="header-wrap">

[MENU CONTENT]

</div>

</header>

<!--header -->

<!-- page content -->

<div class="page-content">

<!--Section 1 -->

<section>

[SECTION 1 CONTENT]

</section>

<!--Section 1 -->

<!--Section 2 -->

<section>

[SECTION 2 CONTENT]

</section>

<!--Section 2 -->

</div>

<!-- page content -->

<!--footer -->

<footer class="footer">

[FOOTER_CONTENT]

</footer>

<!--footer -->

</div>

<!-- page wrapper -->

[PAGE JAVASCRIPTS HERE]

</body>

</html>



CSS Structure

The general CSS structure is the same throughout the template. Here is the general CSS structure of the template:


<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">

<!-- Fontawesome -->
<link rel="stylesheet" href="css/fontawesome.css">

<!-- Flaticon -->
<link rel="stylesheet" href="css/flaticon.css">

<!-- Doctery Icons -->
<link rel="stylesheet" href="css/pbminfotech-base-icons.css">

<!-- Themify Icons -->
<link rel="stylesheet" href="css/themify-icons.css">

<!-- Slick -->
<link rel="stylesheet" href="css/swiper.min.css">

<!-- Magnific -->
<link rel="stylesheet" href="css/magnific-popup.css">

<!-- AOS -->
<link rel="stylesheet" href="css/aos.css">

<!-- Shortcode CSS -->
<link rel="stylesheet" href="css/shortcode.css">

<!-- Base CSS -->
<link rel="stylesheet" href="css/base.css">

<!-- Style CSS -->
<link rel="stylesheet" href="css/style.css">

<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">



Javascript Structure

The general Javascript structure is the same throughout the template. Here is the general Javascript structure of the template:


<!-- jQuery JS -->
<script src="js/jquery.min.js"></script>

<!-- Popper JS -->
<script src="js/popper.min.js"></script>

<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>

<!-- jquery Waypoints JS -->
<script src="js/jquery.waypoints.min.js"></script>

<!-- jquery Appear JS -->
<script src="js/jquery.appear.js"></script>

<!-- Numinate JS -->
<script src="js/numinate.min.js"></script>

<!-- Slick JS -->
<script src="js/swiper.min.js"></script>

<!-- Magnific JS -->
<script src="js/jquery.magnific-popup.min.js"></script>

<!-- Circle Progress JS -->
<script src="js/circle-progress.js"></script> 

<!-- AOS -->
<script src="js/aos.js"></script>

<!-- Scripts JS -->
<script src="js/scripts.js"></script> 

Favicon icon

Favicon is an icon associated with the URL that is displayed at various places, such as in a browser’s address bar or next to the site name in a bookmark list.

You can add a Favicon to your Website using the following code:


<link rel="shortcut icon" href="images/favicon.ico"/>

Logo Settings

The Logo Container can be found in the Header Container - Replace "logo-white.png" with your own logo image URL.

<a href="index.html"><img src="images/logo-dark.png" alt="logo"></a>

Note Default height of logo is 60px. you can set height according to your logo type and your requirement.

Changing Fonts style

You can add/change the site font, from all fonts used from Google Web Font Services, with the one that suits you the best. You can find the font link in css folder base.css file. See example below:

<!-- Public Sans -->
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800;900&family=Righteous&display=swap');

<!-- Rajdhani -->
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800;900&family=Rajdhani:wght@300;400;500;600;700&family=Righteous&display=swap');

In order to change the fonts, you will need to edit the above links with your custom font, You can easily use Google Web Font Services if you plan to use a Google Font or remove it completely. If you plan to use a self hosted font, here is an Example of using Self Hosted Fonts

Helper Classes

We have created some really useful helper classes for you. These classes help you to quick position elements without writing new CSS rules. These classes are generic helper classes predefined in the CSS pages, here is quick view what they can do

Section title

You can use this code for your page section title to maintain title style.

<div class="pbmit-heading-subheading">
   <h4 class="pbmit-subtitle">Subheading</h4>
   <h2 class="pbmit-title">Your Title</h2>
</div>

Background color

You can use color in the background. simply add .pbmit-bg-color-global (or any color you want) class where you want to use. See example below:

<div class="pbmit-bg-color-global">  

[YOUR CONTENT]

</div>

Note We include 4 background color helper class in our template pbmit-bg-color-global, pbmit-bg-color-secondary, pbmit-bg-color-light and pbmit-bg-color-blackish You can add unlimited background color class according to your needs

Background Image

You can use an image in the background simply add InlineStyle in div tag and by use of this you can create your own bg. See example below:

<div style="background:url(Path); ">    

[YOUR CONTENT]

</div>

Sliders

  • Swiper Slider

Swiper Slider

This excellent carousel slider can be controlled using HTML5 data attributes.

Find the full online Swiper Slider documentation .

Shortcode

  • Accordion
  • Buttons
  • Blog Post
  • Counter
  • Icon Box
  • Service Box
  • Pricing Tables
  • Progress Bar
  • Team
  • Testimonials

Accordion

Use the below code to display accordion:

<div class="accordion" id="accordionExample">
  <div class="accordion-item">
    <h2 class="accordion-header" id="headingOne">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
        Accordion Item #1
      </button>
    </h2>
    <div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
      <div class="accordion-body">
        <strong>This is the first item's accordion body.</strong> It is shown by default, until the collapse plugin adds the appropriate classes
      </div>
    </div>
  </div>
</div>

Button

Use the below to display Default Buttons:

Class Code Description Result
.pbmit-btn
<a href="#" class="pbmit-btn">Button</a>
Button Button
.pbmit-btn .pbmit-btn-outline
<a href="#" class="pbmit-btn pbmit-btn-outline">View Gallery</a>
Outline Button Button

Counter

Use the below code to display Counter style:

Counter Style 1
<div class="pbminfotech-ele-fid-style-1 ">
   <div class="pbmit-fld-contents">
      <div class="pbmit-fld-wrap">
         <h4 class="pbmit-fid-inner">
            <span class="pbmit-number-rotate numinate completed" data-appear-animation="animateDigits" data-from="0" data-to="9980" data-interval="5" data-before="" data-before-style="" data-after="" data-after-style="">9980</span><span class="pbmit-fid-sub"><sup>+</sup></span>        
         </h4>
         <h3 class="pbmit-fid-title">Happy Patients</h3>
         <div class="pbmit-heading-desc">Over the success critical patients surgery in the  clinic</div>
      </div>
   </div>
</div>
Counter Style 2
<div class="pbminfotech-ele-fid-style-3 ">
   <div class="pbmit-fld-contents">
      <div class="pbmit-circle-outer completed" data-id="100" data-digit="67" data-fill="#1bbde4" data-emptyfill="rgba(27,189,228,0.10)" data-before="" data-after="<sup>%</sup>" data-thickness="3">
         <div class="d-flex align-items-center">
            <div class="pbmit-circle"><canvas width="110" height="110"></canvas>
               <h4 class="pbmit-fid-inner pbmit-blackish-color">
                  <span class="pbmit-number-rotate numinate completed" data-appear-animation="animateDigits" data-from="0" data-to="67" data-interval="5" data-before="" data-before-style="" data-after="" data-after-style="">67</span><span class="pbmit-fid-sub"><sup>%</sup></span>
               </h4>
            </div>
            <div class="pbmit-circle-inner">
               <h3>Qualified Doctors</h3>
               <div>Medical experts present in the our clinic.</div>
            </div>
         </div>
      </div>
   </div>
</div>

Icon box

Use the below code to display Icon box style:

Icon box Style 1
<div class="pbmit-ihbox pbmit-ihbox-style-1">
   <div class="pbmit-ihbox-box d-flex">
         <div class="pbmit-ihbox-icon">
            <div class="pbmit-ihbox-icon-wrapper">
            <div class="pbmit-icon-wrapper pbmit-icon-type-icon">
               <i class="pbmit-doctery-icon pbmit-doctery-icon-doctor-1"></i>
            </div>
         </div>
         </div>
         <div class="pbmit-ihbox-contents">
            <h2 class="pbmit-element-title text-white">Standards of Treatment</h2>
            <div class="pbmit-heading-desc">We provide standard treatment & best medical facility in clinic. </div>
         </div>
   </div>
</div>
Icon box Style 2

<div class="pbmit-ihbox pbmit-ihbox-style-2">
   <div class="pbmit-ihbox-box">
      <div class="pbmit-ihbox-headingicon">
         <div class="pbmit-ihbox-icon">
            <div class="pbmit-ihbox-icon-wrapper pbmit-ihbox-icon-type-image">
               <img class="img-fluid" src="images/img-16.jpg" alt="Make Appointment">
            </div>
         </div>
         <div class="pbmit-ihbox-contents">
            <h2 class="pbmit-element-title">Make Appointment</h2>
            <div class="pbmit-heading-desc">We will conduct a thorough examination of health</div>
         </div>
      </div>
   </div>
</div>  

Icon box Style 3

<div class="pbmit-ihbox pbmit-ihbox-style-3">
   <div class="d-flex">
      <div class="pbmit-ihbox-icon">
         <div class="pbmit-ihbox-icon-wrapper">
            <div class="pbmit-icon-wrapper pbmit-icon-type-icon">
               <i class="pbmit-doctery-icon pbmit-doctery-icon-calendar"></i>
            </div>
         </div>
      </div>
      <div class="pbmit-ihbox-contents">
         <h2 class="pbmit-element-title">Infection Prevention</h2>
         <div class="pbmit-heading-desc">We provide infection prevention & best medical facility in clinic.</div>
      </div>
   </div>
</div>

Icon box Style 4

<div class="iconbox iconbox-style-4">
    <div class="iconbox-inner d-flex">
        <div class="iconbox-number">
            <div class="iconbox-icon skincolor">01.</div>
        </div>
        <div class="iconbox-contents">
            <div class="iconbox-title">
                <h2>Cornea Services</h2>
            </div>
            <div class="iconbox-desc">
                <p>Visual acuity test sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et</p>
            </div>
        </div>
    </div>
</div>

Icon box Style 5

<div class="pbmit-ihbox pbmit-ihbox-style-5 pbmit-bg-color-global">
   <div class="pbmit-ihbox-icon">
         <div class="pbmit-ihbox-icon-wrapper">
         <div class="pbmit-icon-wrapper pbmit-icon-type-icon">
            <i class="pbmit-doctery-icon pbmit-doctery-icon-ambulance"></i>
         </div>
         </div>
   </div>
   <div class="pbmit-overlay">
         <div class="pbmit-ihbox-icon">
         <div class="pbmit-ihbox-icon-wrapper">
            <div class="pbmit-icon-wrapper pbmit-icon-type-icon">
               <i class="pbmit-doctery-icon pbmit-doctery-icon-ambulance"></i>
            </div>
         </div>
         </div>
   </div>
   <div class="pbmit-ihbox-contents ">
         <h2 class="pbmit-element-title mb-3"> Emergency Cases</h2>
         <p class="text-white">Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua Ut enim ad minim veniam quis</p>
         <h2 class="pbmit-title text-white">1-800-123-4560</h2>
   </div>
   <div class="home-3-Emergency-section-img">
         <img src="images/img-09.jpg" class="img-fluid" alt="Our Location Support">
   </div>
</div>

Icon box Style 6

<div class="pbmit-ihbox pbmit-ihbox-style-6">
   <div class="d-flex align-items-center">
      <div class="pbmit-ihbox-icon">
         <div class="pbmit-ihbox-icon-wrapper pbmit-ihbox-icon-type-image">
            <img src="images/author.jpg" alt="Richard Muldoone">
         </div>
      </div>
      <div class="pbmit-ihbox-contents">
         <h2 class="pbmit-element-title">Richard Muldoone</h2>
         <h6 class="pbmit-element-heading"> FOUNDER</h6>
      </div>
   </div>
</div>

Icon box Style 7

<div class="pbmit-ihbox pbmit-ihbox-style-7">
   <div class="pbmit-ihbox-contents">
      <div class="pbmit-ihbox-icon">
         <div class="pbmit-ihbox-icon-wrapper pbmit-ihbox-icon-type-image">
            <img src="images/icon-7.png" alt="Welcome to our site">
         </div>
      </div>
      <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 200 200">
         <defs>
            <path d="M0, 100a100, 100 0 1, 0 200, 0a100, 100 0 1, 0 -200, 0" id="txt-path"></path>
         </defs>
         <text>
            <textPath startOffset="0" xlink:href="#txt-path">
               Medico Working Since 1986   Give Bes Service			
            </textPath>
         </text>
      </svg>
   </div>
</div>

Icon box Style 8

<div class="pbmit-ihbox-style-8">
   <div class="pbmit-ihbox-box">
      <div class="pbmit-ihbox-icon">
         <div class="pbmit-ihbox-icon-wrapper">
            <div class="pbmit-icon-wrapper pbmit-icon-type-icon">
               <i class="pbmit-doctery-icon pbmit-doctery-icon-map"></i>
            </div>
         </div>
      </div>
      <div class="pbmit-ihbox-contents">
         <h2 class="pbmit-element-title"> Our Location​​</h2>
         <div class="pbmit-heading-desc">456, Lorem Street,New York,<br>33454, NY.</div>
      </div>
   </div>
</div>

Icon box Style 9

<div class="pbmit-ihbox-style-9">
   <div class="pbmit-ihbox-box">
         <div class="pbmit-ihbox-icon">
            <div class="pbmit-ihbox-icon-wrapper">
               <div class="pbmit-icon-wrapper">
                     <i class="pbmit-doctery-icon-plastic-surgery"></i>
               </div>
            </div>
         </div>
         <div class="pbmit-ihbox-contents">
            <h2 class="pbmit-element-title">Surgery</h2>
         </div>
   </div>
</div>

Service Box

Use the below code to display Service Box style:

Service Box Style 1

<article class="pbmit-service-style-1">
   <div class="pbminfotech-post-item">
      <div class="pbmit-service-icon-overlay">
         <div class="pbmit-featured-wrapper">
            <img src="images/services/service-01.jpg" class="img-fluid" alt="service 1">
         </div>
         <div class="pbmit-service-icon-wrapper">
            <i class="pbmit-doctery-icon pbmit-doctery-icon-pimples"></i>			
         </div>
      </div>
      <div class="pbminfotech-box-content">
         <div class="pbminfotech-box-content-inner">
            <h3 class="pbmit-service-title">Plastic Surgery</h3>
            <div class="pbmit-service-content">
               <p>We are give best quality health care service & facility of latest technology so patient surgery easy & secure.</p>
            </div>
            <div class="pbmit-service-btn"> 
               <a href="service-details.html">
                  <span class="pbmit-btn-text">More</span>
                  <i class="pbmit-base-icon-right-arrow"></i>
               </a>
            </div>
         </div>
      </div>
   </div>
</article>

Service Box Style 2

<article class="pbmit-service-style-2 professional">
   <div class="pbminfotech-post-item">
      <div class="pbmit-featured-wrapper">
         <img src="images/services/service-01-770x770.jpg" class="img-fluid" alt="service 1">
      </div>
      <div class="pbminfotech-box-content">
         <div class="pbminfotech-box-content-inner">
            <div class="pbmit-heading-cat">
               <h3 class="pbmit-service-title"><a href="service-details.html">Plastic Surgery</a></h3>
            </div>
            <div class="pbmit-service-content">
               <p>We are give best quality health care service & facility of latest technology so patient surgery easy & secure.</p>
            </div>
         </div>
      </div>
   </div>
</article>

Pricing Tables

Use the below code to display Pricing Tables style:

<div class="pbmit-pricing-table-box">
<h3 class="pbminfotech-ptable-heading">Basic Doctery</h3>
<div class="pbminfotech-sep"></div>
<div class="pbmit-pricing-table-wrap pbmit-bg-color-light">
   <div class="pbmit-ptable-icon">
      <div class="pbmit-ptable-icon-wrapper">
         <div class="pbmit-icon-wrapper pbmit-icon-type-icon">
            <i class="pbmit-doctery-icon pbmit-doctery-icon-first-aid-kit-1"></i>
         </div>
      </div>
   </div>
   <div class="pbminfotech-ptable-price-w">
      <div class="pbminfotech-ptable-price">29<sup>.99</sup></div>
      <div class="pbminfotech-ptable-symbol">$</div>
      <div class="pbminfotech-ptable-frequency">/ month</div>
   </div>
   <div class="pbminfotech-ptable-desc">medical examination, free consultation, recommendations</div>
   <div class="pbmit-ptable-lines-w">
      <div class="pbmit-ptable-line"><i class="fa fa-check"></i> Routine checkup</div>
      <div class="pbmit-ptable-line"><i class="fa fa-check"></i> 24h Assisance</div>
      <div class="pbmit-ptable-line"><i class="fa fa-times"></i> 100 Tests & Treatments</div>
      <div class="pbmit-ptable-line"><i class="fa fa-check"></i> Regular Health Checkups</div>
      <div class="pbmit-ptable-line"><i class="fa fa-times"></i> Blood Test</div>
   </div>
   <div class="pbmit-ptable-btn"><a href="index-02.html" class="pbmit-btn">Get Started Now</a></div>
</div>
</div>

Progress Bar

Use the below code to display Progress Bar style:

   <div class="progressbar">
   <span class="progress-label">Biotechnology</span>
   <div class="progress progress-lg progress-percent-bg">
         <div class="progress-bar aos aos-init aos-animate" data-aos="slide-right" data-aos-delay="200" data-aos-duration="1000"
          data-aos-easing="ease-in-out" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
            <span class="progress-percent">80%</span>
         </div>
   </div>
</div>

Team

Use the below code to display Team:.

Team Style 1

<article class="pbmit-team-style-1 ">
   <div class="pbminfotech-post-item">
      <div class="pbminfotech-team-wrap">
         <div class="pbminfotech-team-image-box">
            <div class="pbmit-featured-wrapper">
               <img src="images/team/team-img-01.jpg" class="img-fluid" alt="team 1">
            </div>
         </div>
         <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
               <h3 class="pbmit-team-title"><a href="doctor-single.html">Justin Beckham</a></h3>
               <div class="pbminfotech-box-team-position">
                  <div class="pbminfotech-box-team-position">Cardiology Specialist</div>
               </div>
            </div>
         </div>
         <div class="pbminfotech-overlay-box">
            <div class="pbmit-team-content">
               <p>Quis ipsum suspendisse ultrices gravida risus commodo viverra maecenas accumsan lacus</p>
            </div>
            <div class="pbminfotech-box-social-links">
               <ul class="pbmit-social-links pbmit-team-social-links">
                  <li class="pbmit-social-li pbmit-social-facebook">
                     <a href="#" title="Facebook" target="_blank"><span>
                        <i class="pbmit-base-icon-facebook-squared"></i></span>
                     </a>
                  </li>
                  <li class="pbmit-social-li pbmit-social-twitter">
                     <a href="#" title="Twitter" target="_blank"><span>
                        <i class="pbmit-base-icon-twitter"></i></span>
                     </a>
                  </li>
                  <li class="pbmit-social-li pbmit-social-linkedin">
                     <a href="#" title="LinkedIn" target="_blank"><span>
                        <i class="pbmit-base-icon-linkedin-squared"></i></span></a>
                     </li>
                  <li class="pbmit-social-li pbmit-social-flickr">
                     <a href="#" title="Flickr" target="_blank"><span>
                        <i class="pbmit-base-icon-flickr"></i></span>
                     </a>
                  </li>
               </ul>
            </div>
         </div>
      </div>
   </div>
</article>

Team Style 2

<article class="pbmit-team-style-2 ">
   <div class="pbminfotech-post-item">
      <div class="pbminfotech-team-image-box">
         <div class="pbmit-featured-wrapper">
            <img src="images/team/team-img-01.jpg" class=" img-fluid" alt="">
         </div>
      </div>
      <div class="pbminfotech-box-content">
         <div class="pbminfotech-box-content-inner">
            <h3 class="pbmit-team-title"><a href="#">Jennifer Winds</a></h3>
            <div class="pbminfotech-box-team-position">
               <div class="pbminfotech-box-team-position">Neurology Specialist</div>
            </div>
            <div class="pbminfotech-box-social-links">
               <ul class="pbmit-social-links pbmit-team-social-links">
                  <li class="pbmit-social-li pbmit-social-facebook">
                     <a href="#" title="Facebook" target="_blank">
                        <span>
                           <i class="pbmit-base-icon-facebook-squared"></i>
                        </span>
                     </a>
                  </li>
                  <li class="pbmit-social-li pbmit-social-twitter">
                     <a href="#" title="Twitter" target="_blank">
                        <span>
                           <i class="pbmit-base-icon-twitter"></i>
                        </span>
                     </a>
                  </li>
                  <li class="pbmit-social-li pbmit-social-linkedin">
                     <a href="#" title="LinkedIn" target="_blank">
                        <span>
                           <i class="pbmit-base-icon-linkedin-squared"></i>
                        </span>
                     </a>
                  </li>
                  <li class="pbmit-social-li pbmit-social-youtube">
                     <a href="#" title="Youtube" target="_blank">
                        <span>
                           <i class="pbmit-base-icon-youtube-play"></i>
                        </span>
                     </a>
                  </li>
               </ul>
            </div>
         </div>
      </div>
   </div>
</article>
Team Style 3

<article class="pbmit-team-style-3">
   <div class="pbminfotech-post-item">
         <div class="pbminfotech-team-image-box">
            <div class="pbmit-featured-wrapper">
               <img src="images/team/team-img-01.jpg" class="img-fluid" alt="Team 1">
            </div>
         </div>
         <div class="pbminfotech-box-content">
            <div class="pbminfotech-box-content-inner">
               <h3 class="pbmit-team-title"><a href="doctor-single.html">Justin Beckham</a></h3>
               <div class="pbminfotech-box-team-position">Cardiology Specialist</div>
            </div>
         </div>
   </div>
</article>

Testimonial

Use the below code to display Testimonial:.

Testimonial Style 1
<article class="pbmit-testimonial-style-1">
    <div class="pbminfotech-post-item">
       <div class="pbminfotech-box-content d-md-flex">
          <div class="pbminfotech-box-img">
             <div class="pbmit-featured-wrapper"><img src="images/testimonial-01.jpg" class="img-fluid" alt="" /></div>
             <div class="pbminfotech-box-author">
                <h3 class="pbminfotech-box-title">Amanda Kinedy</h3>
                <div class="pbminfotech-testimonial-detail">Hematology</div>
             </div>
          </div>
          <div class="pbminfotech-box-desc">
             <blockquote class="pbminfotech-testimonial-text">
                <div>
                   <div>I appreciate your hospital really good environment and excellent patient care.
                        You are continuously handle patient treatment wonderfully.
                        Thanks for your great service. Please enjoy the chocolates.
                    </div>
                </div>
             </blockquote>
             <div class="pbminfotech-box-star-ratings">
                <div class="pbminfotech-box-star-ratings">
                    <i class="pbmit-base-icon-star pbmit-active"></i>
                    <i class="pbmit-base-icon-star pbmit-active"></i>
                    <i class="pbmit-base-icon-star pbmit-active"></i>
                    <i class="pbmit-base-icon-star pbmit-active"></i>
                    <i class="pbmit-base-icon-star pbmit-active"></i>
                </div>
             </div>
          </div>
       </div>
    </div>
 </article>
Testimonial Style 2
<article class="pbmit-testimonial-style-2">
   <div class="pbminfotech-post-item">
      <div class="pbminfotech-box-content">
         <div class="pbminfotech-box-desc">
            <div class="pbminfotech-box-star-ratings">
               <i class="pbmit-base-icon-star pbmit-active"></i>
               <i class="pbmit-base-icon-star pbmit-active"></i>
               <i class="pbmit-base-icon-star pbmit-active"></i>
               <i class="pbmit-base-icon-star pbmit-active"></i>
               <i class="pbmit-base-icon-star pbmit-active"></i>
            </div>
            <blockquote class="pbminfotech-testimonial-text">
               <div>I appreciate your hospital really good environment and excellent patient care.
               You are continuously handle patient treatment wonderfully. Thanks for your great service.
               Please enjoy the chocolates.</div>
            </blockquote>
         </div>
         <div class="pbminfotech-author-wrapper d-flex align-items-center">
            <div class="pbminfotech-box-img">
               <div class="pbmit-featured-wrapper">
                  <img src="images/testimonial/testimonial-01.jpg" class="img-fluid" alt="testimonial 1">
               </div>
            </div>
            <div class="pbminfotech-box-author">
               <h3 class="pbminfotech-box-title">Amanda Kinedy</h3>
               <div class="pbminfotech-testimonial-detail">Hematology</div>
            </div>
         </div>
      </div>
   </div>
</article>
Testimonial Style 3
<article class="pbmit-testimonial-style-3">
   <div class="pbminfotech-post-item">
      <div class="pbminfotech-box-content">
         <div class="pbminfotech-box-img">
            <div class="pbmit-featured-wrapper">
               <img src="images/testimonial/testimonial-01.jpg" class="img-fuild" alt="testimonial 1">
            </div>
         </div>
         <div class="pbminfotech-box-desc">
            <blockquote class="pbminfotech-testimonial-text">
               <div>I appreciate your hospital really good environment and excellent patient care.
               You are continuously handle patient treatment wonderfully. Thanks for your great service.
               Please enjoy the chocolates.</div>
            </blockquote>
         </div>
         <div class="pbminfotech-box-author">
            <div class="pbminfotech-box-star-ratings">
               <i class="pbmit-base-icon-star pbmit-active"></i>
               <i class="pbmit-base-icon-star pbmit-active"></i>
               <i class="pbmit-base-icon-star pbmit-active"></i>
               <i class="pbmit-base-icon-star pbmit-active"></i>
               <i class="pbmit-base-icon-star pbmit-active"></i>
            </div>
            <h3 class="pbminfotech-box-title">Amanda Kinedy</h3>
         </div>
      </div>
   </div>
</article>


Browser Support

Hectolab supports all major Browsers like Google Chrome, Mozilla Firefox, Safari, Opera, Internet Explorer 10 and above.

How to rate this item

If you like our theme and support, Please do not forget to rate it with 5 stars in your Downloads section and write a review in Comments as it will add more value to our services!

Kindly visit here: http://themeforest.net/downloads and find "Rate this item" below the download button and rate out the theme.

Advance Thanks in Anticipation!

Source & Credits

All images and videos are for preview purposes only and are not included in the download files. Images are of copyrights under Creative Commons CC0.


Images



Scripts



CSS & Fonts



Note For questions on basic HTML, Javascript or CSS editing - please give your question a quick Google or visit W3Schools as template issues get top priority. You will need some knowledge of HTML/CSS to edit the template.