    /* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */
	
	
.text-blog-style ul li { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.text-blog-style ol li { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.text-blog-style ul ul li, .text-blog-style ol ul li { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 40px; 
}
.text-blog-style ol ol li, .text-blog-style ul ol li { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 40px; 
}
.text-blog-style p {
  color: #212529 !important;
}
.text-blog-style a, .text-blog-style a:hover, .text-blog-style a:focus, .text-blog-style a:active {
      font-size: 16px;
	  color: #29d801;
	  text-decoration: underline;
}
.text-blog-style table, .text-blog-style td, .text-blog-style th {
  border: 1px solid #bfbfbf;
}
.text-blog-style table {
  border-collapse: collapse;
}
.text-blog-style blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}

.tooltiptext-card {
  width: 97%;
  background-color: white;
  border: 1px solid #29d801;
  color: #000;
  border-radius: 6px;
  padding: 25px 25px 0 25px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 100;
  bottom: 100%;
  
  box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 0.2);
}

.arrow {
  background: #fff;
  border: solid #29d801;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 10px;
  
  /* Position */
  position: absolute;
  z-index: 101;
}

.down {
  top: calc(100% - 10px);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.down-1 {
  top: calc(100% + 3px);
  left: 12%;
  transform: rotate(45deg) translateX(-88%);
  -webkit-transform: rotate(45deg) translateX(-88%);
}

.down-2 {
  top: 100%;
  left: 37%;
  transform: rotate(45deg) translateX(-63%);
  -webkit-transform: rotate(45deg) translateX(-63%);
}

.down-3 {
  top: calc(100% - 4px);
  left: 63%;
  transform: rotate(45deg) translateX(-37%);
  -webkit-transform: rotate(45deg) translateX(-37%);
}

.down-4 {
  top: calc(100% - 8px);
  left: 88%;
  transform: rotate(45deg) translateX(-12%);
  -webkit-transform: rotate(45deg) translateX(-12%);
}

.tooltiptext-card-center {
  width: 93%;
  background-color: white;
  border: 1px solid #29d801;
  color: #000;
  border-radius: 6px;
  padding: 25px 25px 0 25px;
  text-align: center;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 100;
  bottom: 100%;
  
  box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 0.2);
}

.down-center {
  top: calc(100% - 3px);
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  -webkit-transform: rotate(45deg) translateX(-50%);
}

::-webkit-input-placeholder {
   font-size: 13px!important;
}

:-moz-placeholder { /* Firefox 18- */
      font-size: 13px!important;
}
::-moz-placeholder {  /* Firefox 19+ */
      font-size: 13px!important;
}


.btn {
  border-radius: 5px;
}