
.fa-check {
	font-family: 'FontAwesome';
    color: #4caf50!important;
    display: inline-block;
    font-size: 1.33333em;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: .75em;
    padding: 11px 0;
    text-rendering: auto;
    vertical-align: -.0667em;
}

.fa-question-circle {
	font-family: 'FontAwesome';
    box-sizing: border-box;
    color: #9e9e9e!important;
    display: inline-block;
    float: right!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
}

.set-width {
  max-width: 1366px;
}

.set-height {
  min-height: calc(100vh - 470px);
}

.mm-red-color {
  color: #dc1a00;
}

.mm-red-bg {
  background-color: #dc1a00;
}

.mm-border-color {
  border-color: #dc1a00;
}

.header-nav-width {
  min-width: 135px;
  margin: 0 auto;
}

/* Some Attributes Used to Resest style.css */
.header-nav-btn-width {
  z-index: unset;
  cursor: pointer;
  position: unset;
  top: 0;
  border: none;
  margin: unset;
  text-indent: unset;
  height: auto;
  width: auto;
}

.nav-item {
  min-width: 135px;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.nav-item:hover {
  border-bottom: 4px solid #dc1a00;
}

.nav-link:hover {
  color: #dc1a00!important;
}

.dd-menu {
  position: absolute!important;
  margin-top: 0;
  padding: 10px;
  font-size: .9375rem;
  font-weight: 300;
}

.mm-navbar-dd {
  display: block;
  width: 100%;
  clear: both;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  padding: .5rem;
  margin-left: 0;
  font-size: .9rem;
}

.dropdown-menu .mm-navbar-dd:hover {
  color: #fff!important;
  background-color: #dc1a00;
  font-weight: bold;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.footer-top-font {
  /* float: left; */
  /* display: inline-block; */
  /* width: 100px; */
  font-size: 1.28em;
  color: #757575;
  font-weight: 300;
  /* padding: 5px 0 0; */
}

.scrollbar-mm::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-mm::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #dc1a00;
}

.news-link > a:hover {
  color: #dc1a00 !important;
}

.home-btn {
  margin: 0;
  border-bottom: 2px solid #dc1a00;
}

.home-titles {
  position: relative;
}

.home-titles:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  border-bottom: 2px solid #dc1a00;
}

.home-btn:hover {
  background: #dc1a00;
  color:white;
}

.home-news p {
  font-size: 16px;
}

.small-font {
  font-size: 16px!important;
}

.smaller-font {
  font-size: 14px!important;
}

.single-breadcrumb a {
  color: black;
}

.single-breadcrumb span {
  color: #0088e7;
}

.single-title {
  border-top: 1px solid #dc1a00;
	border-bottom: 1px solid #dc1a00;
}

.single-content p {
  line-height: 2;
	margin: 0 0 24px;
	text-align: left;
}

.single-content .summary {
  font-style: italic;
	padding: 0 0 32px;
}

.single-content img {
  float:right;
  padding-left: 20px;
}
.single-content > p:not(:first-of-type) img {
  float: unset;
  padding-left: 0px;
  max-width: 100%;
}
.yarpp-related h4,
.single-sidebar h4 {
  position: relative;
  display: inline-block;
	line-height: 1.5;
	text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 12px;
  margin: 0;
}

.yarpp-related h4:before,
.single-sidebar h4:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 80%;
  border-bottom: 2px solid #dc1a00;
}

.latest-post a {
  color: black;
  font-weight: 700;
}

.latest-post a:hover {
  color: #dc1a00;
}

.latest-post i {
  color: #918f8f;
  font-weight: 300;
  font-size: 0.875em;
}

.yarpp-related ol {
	margin: 32px 0 0;
	padding: 0;
}

.yarpp-related li {
	list-style-type: none;
	padding: 16px;
  border-left: 1px solid #e0e0e0;
  max-width: 240px;
}

.yarpp-related li:last-child {
  border-right: 1px solid #e0e0e0;
}

.yarpp-related a {
	color: #424242;
	font-size: 1.28em;
}

.yarpp-related span {
	width: 100%;
	height: 138px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 0 16px;
}

.yarpp-related p {
	text-align: left;
	font-weight: 700;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
}

.pagination a:hover {
	color: #fff;
	background: #ff8901;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #ff8901;
	color: #fff;
}

.tick {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url(assets/img/plan-pricing/tick.png) no-repeat center center;
}

.spcl-btn {
  position: absolute;
  left: 13px;
}

.plan-pricing-btn {
  /*border: 1px solid #dc1a00;*/
  border: 1px solid #352A2A;
  /*color: #dc1a00;*/
  color: #352A2A;
  border-radius: 5px;
  padding: 4px 24px;
  background: white;
}

.plan-pricing-btn:hover {
  background: #dc1a00;
  color: white;
}

.chat-here-btn {
  /*border: 1px solid #dc1a00;*/
  border: 1px solid #352A2A;
  /*color: #dc1a00;*/
  color: #FFFFFF;
  border-radius: 5px;
  padding: 2px 6px;
  background: #dc1a00;
}

.chat-here-btn:hover {
  background: #FFFFFF;
  color: #352A2A;
}

.spcl-price-col {
  margin: 0;
	position: relative;
	top: -40px;
	width: calc(100% + 32px);
	z-index: 1;
	left: -16px;
}

.spcl-price-border {
  border-left: 2px solid #dc1a00;
  margin: -0.1em 0em;
}

.plan-tick {
  font-size: 18px;
	padding: 11px 0;
}

.plan-addition {
  color: #00a8ff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.plan-popular {
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	background: #cd303f;
	background: -webkit-linear-gradient(left, #cc2f40, #ef493c);
	background: -o-linear-gradient(right, #cc2f40, #ef493c);
	background: -moz-linear-gradient(right, #cc2f40, #ef493c);
	background: linear-gradient(to right, #cc2f40, #ef493c);
}

.plan-popular-btn {
  background: #dc1a00;
  color: white;
  border-radius: 5px;
  padding: 4px 24px;
}

.plan-popular-btn:hover {
  font-weight: 600;
  color:white;
}

.plan-bottom-cta {
  background-color: #ffd600;
  color:black;
  font-weight: bold;
}

.spcl-starter {
  position: relative;bottom: 56px;
}

.starter-pack-heading h2:before,
.starter-pack-heading h4:before {
  content: "";
  position: absolute;
  left: 15px;
	bottom: 0;
	width: calc(100% - 30px);
	border-bottom: 2px solid #dc1a00;
}

.starter-pack-list {
  margin-top:32px; columns: 2; -webkit-columns: 2; -moz-columns: 2;
}

@media only screen and (max-width: 768px) {
  .starter-pack-list {
    margin-top:32px; columns: 1; -webkit-columns: 1; -moz-columns: 1;
  }
  .spcl-starter {
    position: unset;
  }
}

.starter-pack-list li {
  text-align:left;
  border-left: 4px solid #dc1a00;
  margin: 0 0 16px;
  padding: 4px 24px 4px 16px;
  list-style-type: none;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
  break-inside: avoid;
  font-size:14px;
}

.agency-pack-line {
	width: calc(100% - 80px);
	height: 2px;
	background: #dc1a00;
	top: 134px;
	left: 40px;
	position: absolute;
}


.cross {
    position: relative;
    display: inline-block;
}

.cross::before {
    border-bottom: 3px solid #DC1A00;
    -webkit-transform: skewY(-10deg);
    transform: rotate(-19.23deg);
}

.cross::before {
    content: '';
    width: 110%;
    position: absolute;
    top: 50%;
}

.top-border-red {
    border-top: 1px solid #dc1a00;
}

.mm-bg-gradient {
    background: linear-gradient(90deg, rgba(220,26,0,1) 21%, rgba(249,84,32,1) 100%);
    color: white;
}

.mm-btn-yellow {
    color: black;
    background-color: #F3DC07;
    border-radius: 5px;
    padding: 4px 24px;
}

.btn {
    text-transform: none !important;
    font-weight: bold;
}

.comingsoon {
    margin-right: -1rem;
    margin-top: -0.3rem;
    
}

.outline-border-mm {
    outline: 1.5px solid #dc1a00;
}
