/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2024 | 12:04:14 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.ez-toc-title::after {
  content: "";
  background: #bf2426 !important;
  display: block;
  height: 1px;
  width: 70px;
  margin-top: 12px !important;
}
.ez-toc-title {
  font-weight: bold !important;
  margin-bottom: 17px !important;
  display: block !important;
}
.ez-toc-list li a {
  margin-bottom: 5px !important;
/*   border-bottom: 1px dashed #b5b5b5; */
}
#ez-toc-container a:visited {
  color: #444 !important;
}
#ez-toc-container {
  box-shadow: 0px 0px 10px #e8e8e8;
  padding: 30px;
  border: 0 !important;
  border-radius: 13px;
  background: #a2a2a20a !important;
}
/* ############# */
.blogcta {
  display: flex;
  align-items: center;
  margin-bottom: 54px;
  justify-content: space-between;
  padding: 25px 28px;
  border-radius: 5px;
  box-shadow: 0 0 28px #14918a7a;
}
.blogcta p, .blogcta a {
  margin-bottom: 0;
}
.blogcta a {
	border: 2px solid transparent;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-image: linear-gradient(45deg, #17c0ae, #f9b416);
	border-image-slice: 100%;
	border-image-slice: 1;
	padding: 9px 35px;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	display: inline-block;
}
.blogcta p {
  font-size: 18px;
}
.blogcta p strong {
  color: #bf2426;
  font-size: 21px;
}

.blogcta a:hover {
  background: linear-gradient(to bottom right, #f9b416, #41baa5);
  color: #fff;
  transition: 0.5s all;
}
.blogcta.two p:first-child {
  font-size: 21px !important;
  width: 61% !important;
}
.blogcta.two {
  padding: 17px 28px !important;
}
.blogcta.two a{
    padding: 11px 43px !important;
}
.blogcta.four {
  margin-top: 45px;
}

.blogcta.three {
  margin-top: 50px;
}
.blogcta.three p:first-child {
  font-size: 19px;
}
.blogcta.three p strong {
  font-size: 18px !important;
}

.post-learn-more{
    color: #fff !important;
    background: #c52727;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 29px !important;
    font-weight: 700;
}