/**
Theme Name: pherrus
Author: Beedev
Author URI: https://www.beedev.com.au
Description: Pherrus
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pherrus
Template: astra
*/

/* fonts */
@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-LightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-RegularItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-Book.ttf") format("truetype");
  font-weight: 450;
  font-style: normal;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-BookItalic.ttf") format("truetype");
  font-weight: 450;
  font-style: italic;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-Black.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Biotif";
  src: url("fonts/Biotif-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

/* ===== Steps Section ===== */
.steps{
/*   padding: 40px 0; */
  background:#fff;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.steps__wrap{
  margin: 0 auto;
  padding: 0 10px;
  display:flex;
  gap:24px;
  align-items:stretch;
}

/* Card base */
.step{
  position:relative;
  flex: 1 1 0;
  min-height: 380px;
  padding: 34px 34px 28px;
  border-radius: 28px;
  background:#f3f3f3;
  overflow:hidden;
  transition: flex .35s ease, background .35s ease, transform .35s ease;
}

/* Default "closed" view */
.step .step__content{
  max-height: 0;
  opacity: 0;
  transform: translateY(6px);
  overflow:hidden;
  transition: max-height .35s ease, opacity .25s ease, transform .35s ease;
}

/* Titles */
.step__title{
  margin: 70px 0 0;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 800;
	font-family: "Montserrat", Sans-serif;
  color:#232323;
  letter-spacing: -0.2px;
  transition: color .25s ease;
}
.step .step__content span{
	font-family: "Montserrat", Sans-serif;
	font-weight:bold;
}
/* Badge */
.step__badge{
  width:60px;
  height:60px;
  border-radius:999px;
  background:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  position:absolute;
  top:26px;
  left:26px;
}
.step__badge-top{
 font-size: 9px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 12px;
    font-family: "Montserrat", Sans-serif;
    margin-top: -3px;
	color:#232323;
}
.step:hover .step__badge-top{
	color:#F35149;
}
.step__badge-num{
  font-size:20px;
  font-weight:900;
  color:#F35149;
line-height:11px;
}
.step__badge--outline{
  background:transparent;
  border:1.6px solid #111;
}
.step__badge--outline .step__badge-num{
  color:#111;
}

/* Content styles */
.step__content{
  margin-top: 10px;
  color:#232323;
  font-size: 14px;
  line-height: 1.6;
}
.step.step--default .step__content{
	color:#fff;
}
.step.step--default .step__content span a{
	color:#fff;
}
.step .step__content span a{
	color:#232323 !important;
	border-bottom: 2px solid #232323 !important;
}

.step .step__content span a i{
	color:#232323 !important;
}
.step:hover .step__content span a{
	color:#fff !important;
	border-bottom: 2px solid #fff !important;
}
.step:hover .step__content span a i{
	color:#fff !important;
}
.step.step--default .step__content span a{
	color:#fff !important;
	border-bottom: 2px solid #fff !important;
}
.step.step--default .step__content span a i{
	color:#fff !important;
}

.step:hover .step__content{
	color:#fff;
}
.step__content ul{
  margin: 0 0 18px 18px;
  padding:0;
}
.step__content li{ 
    line-height: 18px;
    margin: 9px 0;
    letter-spacing: 0.2px;
    font-size: 15px;
}
.step:hover .step__badge-top, .step:hover .step__badge-num{
	color:#F35149;
}
.step__cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  font-size: 12px;
  letter-spacing:.04em;
  text-transform: uppercase;
  color:#fff;
  text-decoration:none;
  border-bottom: 2px solid rgba(255,255,255,.65);
  padding-bottom: 6px;
}
.step__cta:hover{ border-bottom-color:#fff; }

/* =========================================
   1) DEFAULT: Step 1 OPEN on page load
========================================= */
.step--default{
  flex: 1.55 1 0;
  background:#F35149;
}
.step--default .step__content{
  max-height: 260px;
  opacity: 1;
  transform: translateY(0);
}
.step--default .step__title{ color:#fff; }

/* Outline badge becomes white when open */
.step--default .step__badge--outline{
  background:#fff;
  border-color:transparent;
}

/* =========================================
   2) HOVER: hovered card OPEN (red)
========================================= */
.step:hover{
  flex: 1.55 1 0;
  background:#F35149;
  transform: translateY(-2px);
}
.step:hover .step__content{
  max-height: 260px;
  opacity: 1;
  transform: translateY(0);
}
.step:hover .step__title{ color:#fff; }
.step:hover .step__badge--outline{
  background:#fff;
  border-color:transparent;
}

/* =========================================================
   3) KEY FIX:
      When hovering card 2 or 3, CLOSE Step 1 (grey + hidden)
      (requires :has(), no JS)
========================================================= */
.steps__wrap:has(.step:not(.step--default):hover) .step--default{
  flex: 1 1 0;
  background:#f3f3f3;
  transform:none;
}
.steps__wrap:has(.step:not(.step--default):hover) .step--default .step__content{
  max-height:0;
  opacity:0;
  transform: translateY(6px);
}
.steps__wrap:has(.step:not(.step--default):hover) .step--default .step__title{
  color:#111;
}

/* Also restore outline badge look when Step 1 is closed */
.steps__wrap:has(.step:not(.step--default):hover) .step--default .step__badge--outline{
  background:transparent;
  border-color:#111;
}
.steps__wrap:has(.step:not(.step--default):hover) .step--default .step__badge--outline .step__badge-num{
  color:#111;
}

/* Responsive */
@media (max-width: 900px){
  .steps__wrap{ flex-direction:column; }
  .step, .step:hover, .step--default{
    flex: 1 1 auto;
    transform:none;
  }
  .step .step__content{ max-height: 600px; opacity: 1; transform:none; }
}


.dpsp-icon-total-share svg, .dpsp-network-icon .dpsp-network-icon-inner svg{
    max-height:18px !important;
}
.footer-logobox-stamp {
    margin-bottom: 25px;
    margin-top: 14px;
}


.free-cons-form .col{
	margin-bottom: 20px;
}
.free-cons-form input, .free-cons-form select{
	width: 100% !important;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #272727;
    font-family: Biotif;
    font-style: normal;
	    line-height: 20px;
    font-weight: 300;
	padding-left:0px !important;
    font-size: 14px;
    color: #707070;
    letter-spacing: 0.4px;
	text-transform:uppercase;
}
#google-ic a.ti-header.ti-header-grid.source-Google {
    border-top: 4px solid #34a853;
    border-radius: 5px !important;
}
.free-cons-form input:focus, .free-cons-form select:focus{
	 border: 0;
	 border-bottom: 1px solid #272727;
}
.free-cons-form{
	margin-bottom:5%;
}
.free-cons-form .col.lab-col {
    margin-top: 35px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
	color: #707070;
	    font: normal normal bold 15px / 20px Biotif;
	 letter-spacing: 0.4px;
}
.free-cons-form  .wpcf7-submit{
	background-color: #F25149 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    border-radius: 30px 30px 30px 30px;
	max-width:340px;
	letter-spacing:0px;
}
.free-cons-form .col.sub-col p{
	width: 100% !important;
	text-align:center;
}
.free-cons-form .col.margin-btm-70 p{
	width: 100% !important;
}
blockquote{
	margin: 0;
}
.post-type-archive-industries #primary{
	margin-bottom:0px !important;
}
.judgement-debt .arrow-list{
	margin-top:10px;
}
.ast-masthead-custom-menu-items{
	padding:0px;
}
body .industry-into-content-inner h1{
font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #000000;
    text-transform: capitalize;
}
.collapsible:after {
    content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-weight: bold;
	margin-top: 7px;
    float: right;
	margin-right:30px;
    margin-left: 0px;
}
.collapsible.active:after {
    content: "\f106";
    color: #fff;
	margin-right:30px;
	margin-top: 7px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: bold;
    float: right;
    margin-left: 0px;
}
.content {
 max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	padding:0 12px;
}
money_tips{
	color: #000;
}
.hp-post-body {
     background-color: #F35149; 
}
.biotif-regular h2{
    font-family: "Biotif" !important;
}
.pherrus {
  float: left;
  width: 50%;
  padding: 20px;
}
.featured-image-wrapper {
    height: 330px;
    overflow: hidden;
}

.blog-post-tags::lastchild .comma-sep{
	display: none;
}

/* Clearfix (clear floats) */
.rows::after {
  content: "";
  clear: both;
  display: table;
}

body {
  font-family: "Biotif";
  font-weight: 300;
  font-size: 16px;
	letter-spacing: 0.06em;
  line-height: 150%; /* or 24px */
}
.footer-menu-container {
    
    display: flex;
}
.tax{
	padding-bottom: 0px !important;
}
.footer-menu-item.first{
	margin-top: 40px;
}

.footer-menu-container ul.footer-menu.footer-menu-left {
    margin-right: 30px;
    width: calc(50% - 40px);
}

.footer-menu-container ul.footer-menu li.footer-menu-item.footer-menu-heading a {
  font-size: 16px;
    font-family: "Biotif";
    margin-bottom: 40px;
    font-weight: 500;
	color: #fff;
}

h1,
h2,
h3 {
  font-size: 32px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

ul.alpha {list-style-type: lower-alpha;}

ul.dashed {
  list-style-type: none !important;
}

ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}
img.servicesection{
	display: none !important;
}



p {
  margin-bottom: 0 !important;
}
.red-color{
	color: #FF0000;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px !important;
}

/* Common Classes to be used */
.ast-separate-container {
  background-color: #fff;
}

.blog-content strong {
    font-size: 20px;
    padding: 20px 0 10px;
    display: block;
    line-height: 26px;
}

.small-heading {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%; /* or 21px */
  letter-spacing: 0.18em;
  font-feature-settings: "kern" off;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin-bottom: 5px !important;
}

.small-heading-dark {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.12em;
  color: #272727;
  text-transform: uppercase;
  font-weight: 500;
}

p.normal-text {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #606060;
  margin-bottom: 20px !important;
}

button,
.ast-button,
.ast-custom-button,
.button,
input#submit,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  color: #ffffff;
  background: #f35149;
  height: 32px;
  padding: 8px 12px;
  width: 131px;
  text-align: center;
}

.arrow-link {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.arrow-link-white {
  color: rgba(255, 255, 255, 0.8);
}

ul {
  list-style: none;
  padding-left: 0;
	
  margin-left: 0;
}

ul.service-ullist {
    margin-left: 40px;
}

.btn-large {
  width: 235px;
}
.redhalf-section-industry{
    margin:70px 0;
}
section.industry-listing-container {
    background: #f6f6f6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 66px;
    padding-top: 96px;
}

/* Form elements */
.getreportformbox .wpcf7 input:not([type="submit"]),
.getreportformbox .wpcf7 select,
.getreportformbox .wpcf7 textarea {
  width: 100%;
  padding: 0.5em 0;
  border: 0;
  border-bottom: 1px solid #272727;
  background-color: transparent;
}

.hp-getintouch-formbox .wpcf7 input:not([type="submit"]),
.hp-getintouch-formbox .wpcf7 select,
.hp-getintouch-formbox .wpcf7 textarea {
  width: 100%;
  padding: 0.5em 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #272727;
}

.contact-details-form .wpcf7 input:not([type="submit"]),
.contact-details-form .wpcf7 select,
.contact-details-form .wpcf7 textarea {
  width: 100%;
  padding: 0.5em 0;
  border: 0;
  border-bottom: 1px solid #272727;
  background-color: transparent;
}

.contact-details-form .wpcf7 input::-webkit-input-placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.contact-details-form .wpcf7 input:-ms-input-placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.contact-details-form .wpcf7 input::placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.subscribe-heading {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450 !important;
  font-size: 24px !important;
  line-height: 31px !important;
}

.subscribe-heading-white {
  color: #ffffff !important;
}

.col {
  display: flex;
  justify-content: space-between;
}

.col .col-half {
  width: 48%;
}

/* Footer */
.footer-adv .ast-row {
  display: flex;
}

.footer-adv .footer-adv-overlay {
  padding-top: 65px;
  padding-bottom: 85px;
}

.footer-adv .footer-adv-widget.footer-adv-widget-1 {
 	width: 30%;
	padding:0 25px 0 0;
}

.footer-adv .footer-adv-widget.footer-adv-widget-2 {
  width: 20%;
}

.footer-adv .footer-adv-widget.footer-adv-widget-3 {
  width: 24%;
}

.footer-adv .footer-adv-widget.footer-adv-widget-4 {
  width: 26%;
}

.footer-adv-widget h2.widget-title {
  font-size: 20px;
  font-family: "Biotif";
  margin-bottom: 40px;
  font-weight: 300;
}

.footer-logobox {
  margin-bottom: 25px;
}

.footer-logobox img {
  max-width: 250px;
}

.site-footer ul.social-icons-list {
  display: flex;
}

.site-footer ul.social-icons-list li {
  margin-right: 42px;
  font-size: 28px;
}

.site-footer ul.menu li {
  line-height: 33px;	
  font-size: 16px;	
  font-weight: 400;
}

p.foot-contact {
  font-size: 16px;	
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px !important;
}

p.foot-contact:last-child {
  margin-bottom: 0 !important;
}

p.foot-address.foot-contact span {
  display: block;
}

p.foot-contact:before {
  font-family: "Fontawesome";
  position: absolute;
  top: 0;
  left: 0;
}

p.foot-address.foot-contact:before {
  content: "\f041";
}

p.foot-phnum.foot-contact:before {
  content: "\f095";
}

p.foot-email.foot-contact:before {
  content: "\f003";
}

/*p.foot-address.foot-contact:before {
    background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/07/location-icon-white2.png);
    width: 16px;
    content: "";
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
}

p.foot-phnum.foot-contact:before {
    background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/07/phone-icon-white.png);
    width: 16px;
    content: "";
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
}

p.foot-email.foot-contact:before  {
    background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/07/mail-icon-white.png);
    width: 16px;
    content: "";
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
} */

.ast-small-footer-section.ast-small-footer-section-1 {
  font-family: Biotif;
  font-style: normal;
  font-weight: 200;
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
}

/* Header */
.main-header-bar {
    padding: 0.5em 0;
}

/* high grade tax */
.high-grade-tax-main{
	min-height:385px;
}
.high-grade-tax-main h3.elementor-heading-title.elementor-size-default {
    padding-left: 30px;
}

/* Main Navigation */
.main-header-menu li {
  font-weight: 500;
  color: #272727;
}

.main-header-menu li a{
  font-weight: 500;
  color: #272727;
}

.main-header-menu li a.ast-custom-button-link .ast-button {
    max-width: 158px;
}

.main-header-menu li ul.sub-menu li a {
    font-size: 14px;
}


/* Home page */
h1.hp-banner-heading {
  line-height: 36px;
  color: rgba(27, 20, 20, 0.9);
  text-transform: capitalize;
}

h1.hp-banner-heading span {
  display: block;
  font-size:40px;
  font-weight:bold;
}

p.banner-description {
  margin-bottom: 0;
}

p.banner-description {
    letter-spacing: 0.06em;
    color: #606060;
}

p.banner-cta {
  padding-top: 25px;
}

p.banner-cta a {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F35149;
}

p.banner-cta a img {
  vertical-align: bottom;
}

.hp-abt-cols {
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 42px 0 120px 0;
}

.hp-abt-cols .hp-about-container {
  max-width: 60%;
  padding-right: 25px;
}

.hp-abt-cols .hp-about-container h2 {
    line-height: 36px;
}

p.hp-pherrus-stats-item span.large-red-text {
    font-family: Biotif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    padding-right: 0px;
    display:block;
}

p.hp-pherrus-stats-item  span.sm-dollar {
    font-size: 22px;
}
p.hp-pherrus-stats-item.bottom-section {
    margin-bottom: 0 !important;
}
p.hp-pherrus-stats-item {
    display: block;
    align-items: center;
    background: #F35149;
    margin-bottom: 20px !important;
    float: left;
    width: 196px;
    color: #ffffff;
    height:90px;
    text-align: center;
    padding:20px 0;
    margin-right:15px;
    -webkit-box-shadow: 0px 0px 6px 2px #ccc;
    -moz-box-shadow: 0px 0px 6px 2px #ccc;
    box-shadow: 0px 0px 6px 2px #ccc;
}
p.hp-pherrus-stats-item:nth-child(even) {
    margin-right: 0;
}

.hp-pherrus-stats-container {
  width: 40%;
  margin: 24px 0px 0 10px;
}


h2.redstrip-heading {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.25em;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.hp-wwo-section {
  max-width: 100%;
  margin: 0 auto;
}

ul.service-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

ul.service-list li {
  width: 33.33%;
  position: relative;
  font-family: Biotif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #ee2e24;
  margin-bottom: 33px;
}

ul.service-list li a {
  color: #696969;
  display: flex;
  align-items: center;
  font-size:19px;
}

ul.service-list li a img {
  max-width: 18px;
  margin-right: 15px;
}

.getreportformbox {
  max-width: 300px;
}

.getintouch-imagebox {
  position: relative;
  padding-top: 10px;
}

.getintouch-imagebox img.getintouch-image-bg {
  position: absolute;
  right: -40px;
  z-index: -1;
  top: 95px;
}

.hp-getintouchbox {
  padding-left: 10px;
}

.hp-getintouchbox .col.margin-btm-70 {
  margin-bottom: 70px !important;
}

/* Subscribe form box */
.subscribeform {
  width: 60%;
  display: flex;
  margin: 0 auto;
}

.subscribeform .formitem input[type="email"] {
  background-color: transparent;
  border: 1px solid #272727;
}

.subscribeform .formitem:first-child {
  width: 58%;
  margin-right: 10px;
  text-align: left;
}

.subscribeform .formitem.submitbtnbox {
  width: 40%;
}

.subscribeform
  .formitem.submitbtnbox
  input.wpcf7-form-control.wpcf7-submit.ast-button.submitbtn {
  width: 100%;
  background-color: #fff;
  border-color: #fff;
  color: #606060;
  height: 45px;
}

.subscribeform .wpcf7 form > div,
.subscribeform .wpcf7 form > p {
  margin-bottom: 0;
}

.subscribe-heading.subscribe-heading-black {
  text-align: center;
  margin-bottom: 45px;
}

.subscribeformbox.subscribeformbox-white
  input.wpcf7-form-control.wpcf7-submit.ast-button.submitbtn {
  background-color: #272727 !important;
  color: #fff !important;
}

/* Homepage Blog Listings */
ul.hp-posts-listing {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

ul.hp-posts-listing li.hp-post-list-item {
  width: 50%;
  position: relative;
}

ul.hp-posts-listing li.hp-post-list-item a {
  display: block;
}

ul.hp-posts-listing li.hp-post-list-item .hp-post-featured-img img {
  width: 100%;
}

ul.hp-posts-listing li.hp-post-list-item .hp-post-list-item-inner {
  position: relative;
}

ul.hp-posts-listing
  li.hp-post-list-item
  .hp-post-list-item-inner
  .hp-post-body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f35149;
  color: #fff;
}

ul.hp-posts-listing
  li.hp-post-list-item:first-child
  .hp-post-list-item-inner
  .hp-post-body,
ul.hp-posts-listing
  li.hp-post-list-item:last-child
  .hp-post-list-item-inner
  .hp-post-body {
  background-color: #292929;
}

ul.hp-posts-listing
  li.hp-post-list-item
  .hp-post-list-item-inner

  .hp-post-body
  h3.hp-post-title {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  max-width: 72%;
  text-align: left;
  padding: 12px 12px;
  margin-bottom: 0;
  min-height: 70px;
}

ul.hp-posts-listing
  li.hp-post-list-item
  .hp-post-list-item-inner
  .hp-post-body
  .hp-post-body-inner-con {
  position: relative;
}

ul.hp-posts-listing
  li.hp-post-list-item
  .hp-post-list-item-inner
  .hp-post-body
  .hp-post-body-inner-con
  img.blog-arrow-right {
  position: absolute;
  top: 10%;
  right: 0;
}

p.text-center.blog-knowmore {
  margin-top: 70px;
}

.blog-content strong {
    font-weight: 500;
}

/* About Page */
.about-contentbox {
/*   padding: 20px; */
}

.about-contentbox {
    margin-top: 100px;
    margin-bottom: 50px;
}

.about-contentbox .about-contentbox-inner {
  display: flex;
  background-color: #f6f6f6;
  padding: 33px;
}

.about-contentbox .about-contentbox-inner .about-description {
  width: 47%;
  padding: 0 20px;
}

.about-contentbox .about-contentbox-inner .about-description p.normal-text {
  margin-bottom: 20px !important;
}

.about-contentbox .about-contentbox-inner .about-content-image {
  width: 53%;
}

.about-contentbox .about-contentbox-inner .about-content-image img {
  position: absolute;
  top: -25px;
  left: 0;
}

.about-contentbox .about-bottom-content {
    background-color: #f6f6f6;
    padding: 20px 33px 33px 33px;
}

.about-contentbox .about-contentbox-inner.about-top-content {
    padding-bottom: 0;
}

.abt-consultant-container {
    margin-top: 0;
    margin-bottom: 60px;
}

h1.large-heading {
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  color: #000000;
}

.about-half-thumbnail-containers {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.about-half-thumbnail-containers .about-tumbnailbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-half-thumbnail-containers .about-half-thumbnail-description {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 40px;
}

.about-half-thumbnail-containers .about-tumbnailbox img {
  position: ABSOLUTE;
  top: -46px;
  width: 100%;
  padding: 40px 40px 0 40px;
	left:0px;
}

.about-half-thumbnail-containers .about-half-thumbnail-description {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 35% 40px 100px 40px;
  margin-top: 30%;
}

.about-half-thumbnail-containers .about-half-thumbnail-description h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 0.075em;
  color: #272727;
  font-family: Biotif;
}

.consultant-thumbnail {
  width: 35%;
  position: relative;
}

.abt-consultant-container {
  overflow: hidden;
}

.consultant-thumbnail img.large-bg-top-left {
  position: absolute;
  top: -32px;
  left: -50px;
  z-index: -1;
}

.consultant-thumbnail img.small-bg-bottom-right {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}

.about-our-consultant-container h2 {
    font-family: Biotif;
}

.conusltant-list-continer {
  width: 55%;
}

.about-our-consultant-container ul.arrow-list {
    padding-left: 45px;
}

.single.single-pherrus_services ul.arrow-list li {
/*     color: #272727; */
}

ul.arrow-list li {
  margin-bottom: 15px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
/*   letter-spacing: 0.06em; */
  color: #606060;
}


ul.arrow-list li:before {
  content: "";
  background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/05/list-arrow-image.png);
  width: 32px;
  height: 32px;
  position: absolute;
  background-repeat: no-repeat;
  left: -40px;
  top: 2px;
}

.about-whychooseus {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 50px 50px 100px 50px;
}

.about-whychooseus h2 {
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.075em;
  color: #272727;
  font-family: -webkit-body;
  font-family: Biotif;
  margin-bottom: 50px;
}

.whychoose-text {
  width: 50%;
  padding-right: 60px;
}

.whychooseus-thumbnail {
  width: 50%;
}

.subscribeformbox.subscribeformbox-black
  .subscribeform
  .formitem
  input[type="email"] {
  background-color: transparent;
  border: 1px solid #eeeff7;
}

.subscribeformbox.subscribeformbox-black
  .subscribeform
  .formitem
  input[type="email"]::-webkit-input-placeholder,
.subscribeformbox.subscribeformbox-black
  .subscribeform
  .formitem
  input[type="email"]:-ms-input-placeholder,
.subscribeformbox.subscribeformbox-black
  .subscribeform
  .formitem
  input[type="email"]::placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.49);
}

.subscribeformbox.subscribeformbox-black
  .subscribeform
  .formitem.submitbtnbox
  input.wpcf7-form-control.wpcf7-submit.ast-button.submitbtn {
  width: 100%;
  border-color: #ffffff;
  height: 45px;
  background: #ffffff;
  font-family: Biotif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.115em;	  
  color: #272727;
  text-transform: none;	  
}

/* Contact Page */
.contact-form-section {
  overflow: hidden;
}

.contact-details-titlebox {
  text-align: center;
  margin-bottom: 60px;
}

.contact-details-titlebox p.normal-text {
  max-width: 45%;
  margin: 0 auto;
}

.contact-mapbox iframe {
  height: 530px;
  width: 100%;
}

.contact-details-container {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 42px;
  position: relative;
}

.contact-details-container img.contact-section-topleft-bg {
  position: absolute;
  top: -51px;
  left: -60px;
  z-index: -1;
}

.contact-details-left {
  width: 50%;
}

.contact-details-right {
  width: 50%;
}

li.contact-details-list-item {
  margin-bottom: 65px;
  position: relative;
  padding-left: 50px;
}

li.contact-details-list-item.contact-details-list-address {
  /*font-size: 18px;*/
  /*line-height: 150%;*/
  /*letter-spacing: 0.06em;*/
  color: #606060;
  font-weight: 450;
}

li.contact-details-list-item:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background-repeat: no-repeat;
  width: 20px;
  height: 24px;
}

li.contact-details-list-item.contact-details-list-address:before {
  background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/05/conatact-address-icon.png);
}

li.contact-details-list-item.contact-details-list-tel:before {
  background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/05/contact-telephone-icon.png);
}

li.contact-details-list-item.contact-details-list-workdays:before {
  background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/05/contact-clock-icon.png);
}

li.contact-details-list-item.contact-details-list-address span.span-block {
  max-width: 250px;
  display: block;
}

.contact-details-right {
  width: 50%;
  padding-left: 75px;
  border-left: 1px solid;
  border-left: 1px solid #c2c2c2;
}

.contact-details-right
  input.wpcf7-form-control.wpcf7-submit.git-submit.ast-button {
  width: 235px !important;
}

.contact-details-form {
  padding:0 0 50px;
}

/* Inudstry Listing Page */
.industy-content-left {
  width: 43%;
}

.industy-content-right {
  width: 55%;
}

.industy-content-left-inner {
  background: #f6f6f6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 60px 40px;
}

.industy-content-left h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 30px;
}

.industy-content-left p.normal-text {
  margin-bottom: 15px !important;
}

.industy-content-right img {
  width: 100%;
  padding-right: 41px;
}

.industry-get-report {
  padding: 100px 0;
}

.industry-get-report-inner {
  max-width: 54%;
  margin: 0 auto;
  text-align: center;
}

.industry-get-report p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #272727;
}

section.industry-listing-container h2 {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #272727;
  margin-bottom: 50px;
}

/*.listing {
  display: grid;
  grid-gap: 3.45%;
  grid-template-columns: 31% 31% 31%;
}*/

.listing {
  display: flex;
  flex-wrap: wrap;
}

.listing .listing-item {
  margin-bottom: 30px;
}

.listing  .listing-item{
  width: 32%;  
  margin-right: 2%;
}

.listing  .listing-item:nth-child(3n + 3) {
    margin-right: 0;
}

section.industry-listing-container .listing-item .listing-item-inner {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 30px 25px;
    min-height: 220px;
}

.listing-item h3 {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  color: #f35149;
  display: flex;
  margin-bottom: 10px;
  min-height: 50px;
}

section.industry-listing-container .listing-item h3 {
    min-height: 30px;
}

.listing-item .listing-item-inner h3 img {
  margin-right: 10px;
  vertical-align: middle;
}

.listing-item .listing-item-inner {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px 10px;
  min-height: 264px;
}

.listing-item:hover .listing-item-inner {
  background: #ffffff;
  box-shadow: 0px 4px 4px #f35149;
}

.listing-item a.read-more {
  font-family: Biotif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #f35149;
}

/* Industry Search */
h1.page-title {
  font-family: Biotif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.075em;
  color: #272727;
}

.search-text-container {
  position: relative;
  margin-bottom: 90px;
}

.search-text-container input.searchbar {
  width: 100%;
  background-color: #f7f7f7;
  border: 0;
  height: 61px;
  font-size: 18px;
  padding-left: 25px;
}

.search-text-container button {
  height: 100%;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

ul.industry-cat-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

ul.industry-cat-list li {
  width: 31%;
  text-align: center;
  background-color: #f6f6f6;
  height: 48px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 23px;

  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.175em;

  color: #6a6a6a;
}

li.industry-search-result-item {
  background: #f35149;
  padding: 27px 37px;
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #ffffff;
}

/* Free health checkup page */
h1.healthcheck-heading {
  text-align: center;
}

h2.healthcheck-heading-subheading {
  font-family: Biotif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #f35149;
}

.free-healthcheck-formbox {
  background: #f7f7f7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 84px 130px;
}

.free-healthcheck-formbox .form-item label {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #9c9c9c;
}

.free-healthcheck-formbox .form-item input {
  height: 50px;
  border: 0px;
  background-color: #fff;
}

.free-healthcheck-formbox .form-item {
  margin-bottom: 25px;
}

p.free-check-title {
  font-family: Biotif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #f35149;
}

p.free-check-desc {
  font-family: Biotif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #828282;
  margin-bottom: 20px !important;
}

input.wpcf7-form-control.wpcf7-submit.get-report-btn {
  background: #f35149;
  border: 1px solid #f35149;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.115em;
}

/* Services */
.services-listing-content {
  padding-left: 65px;
  margin-bottom: 120px;
  position: relative;
}

.services-listing-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}

.service-images {
  display: flex;
  justify-content: space-between;
}

.service-images .service-images-col {
  width: 49%;
}

.service-images .service-images-col img {
  width: 100%;
}

.service-desc h1 {
  font-family: Georgia;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  color: #000000;
  margin-top: 45px;
}

.service-desc p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #272727;
  margin-top: 35px;
}

.services-listing-box {
  background: #f6f6f6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 70px 50px;
}

.services-listing-box .listing-item h3 a {
    display: block;
    padding-left: 25px;
    position: relative;
}

.services-listing-box .listing-item .listing-item-inner h3 img {
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    left: 4px;
    top: 3px;
}

h2.services-listing-heading {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #272727;
  margin-bottom: 25px;
}

p.services-listing-desc {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #606060;
  text-align: center;
  margin-bottom: 75px !important;
}

.services-content {
/*   padding-left: 44px; */
}

.services-featured-image {
  max-width: 82%;
}

.services-featured-image img {
  width: 100%;
}

.services-content .services-content-inner {
  background-color: #f6f6f6;
  padding: 108px 45px 45px 29px;
  margin-top: -80px;
}

.services-content-inner h1 {
  font-family: Georgia;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  color: #000000;
  margin-bottom: 35px;
}

.service-content-box p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #272727;
  margin-bottom: 20px !important;
}

/* Blog page */
.featured-blogs-container {
  padding-top: 75px;
  padding-bottom: 90px;
}

.featured-listing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.featured-listing .featured-list-post-item {
  width: 46.5%;
}

.featured-listing .featured-list-post-item .featured-post-item-inner {
  position: relative;
}

.featured-listing
  .featured-list-post-item
  .featured-post-item-inner
  .featued-post-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-listing
  .featured-list-post-item
  .featured-post-item-inner
  .featued-post-body
  .featued-post-body-inner {
  max-width: 231px;
  min-width: 231px;
}

p.featured-post-date {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #ffffff;
}

.featured-post-title-container {
  background: #343434;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.featued-blog-post-title {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  padding: 0 25px;
}

p.featured-post-categories {
  line-height: 1.1;
  position: relative;
  padding-left: 26px;
  padding-top: 10px;
}

p.featured-post-categories a, p.featured-post-categories {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
  color: #ffffff;
}

.featured-post-tags a, .featured-post-tags {
  font-family: Biotif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
  color: #ffffff;
}

p.featured-post-categories:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/05/white-price-tag-icon.png);
}

.featured-post-tags {
  line-height: 1.1;
  position: relative;
  padding-left: 26px;
  padding-top: 10px;
}

.featured-post-tags:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 10px;
  left: 0;
  background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/05/white-folder-fill-icon.png);
}

.featured-list-post-item .featued-post-body p.featured-post-date,
.featured-list-post-item .featued-post-body .featured-post-meta-container {
  display: none;
}

.featured-listing
  .featured-list-post-item:hover
  .featured-post-item-inner:before {
  background: rgba(243, 81, 73, 0.32);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.featured-list-post-item:hover .featued-post-body p.featured-post-date,
.featured-list-post-item:hover
  .featued-post-body
  .featured-post-meta-container {
  display: block;
}

.featured-list-post-item .post-featured-img img {
  width: 100%;
}

.featured-list-post-item span.comma-sep {
  color: #fff;
}

.featured-list-post-item span.comma-sep:last-item {
  display: none;
}

.featured-list-post-item > a {
  display: block;
}

.blog-get-report-container {
  background: #f6f6f6;
  margin-bottom: 105px;
}

.blog-get-report-container .blog-get-report-container-inner {
  padding: 45px 0;
  text-align: center;
  max-width: 575px;
  margin: 0 auto;
}

.blog-get-report-container .blog-get-report-container-inner p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.09em;
  color: #272727;
  margin-bottom: 25px !important;
}

.main-blog-post-item {
  margin-bottom: 35px;
}

.main-blog-post-item .main-blog-item-inner {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 45px;
}

.main-blog-post-item .main-blog-item-inner .main-blog-item-img {
  width: 50%;
}

.main-blog-post-item .main-blog-item-inner .main-blog-item-img img {
  width: 100%;
}

.main-blog-post-item .main-blog-item-inner .main-blog-post-body {
  width: 50%;
}

h3.main-blog-blog-post-title,
h3.main-blog-blog-post-title a {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.025em;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.main-blog-post-title-container p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #272727;
  margin-bottom: 10px !important;
}

.main-blog-post-body-inner {
  padding-left: 60px;
}

p.main-blog-post-categories a {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
  color: #9b9292;
}

.main-blog-post-tags a {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
  color: #9b9292;
}

p.main-blog-post-categories span.comma-sep,
.main-blog-post-tags span.comma-sep {
  color: #9b9292;
}

p.main-blog-post-categories span.comma-sep:last-child,
.main-blog-post-tags span.comma-sep:last-child {
  display: none;
}

p.main-blog-post-categories {
  position: relative;
  padding-left: 26px;
}

p.main-blog-post-categories:before {
  content: "";
  position: absolute;
  with: 21px;
  height: 21px;
  width: 21px;
  left: 0;
  top: 4px;
  background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/05/grey-price-tag-icon.png);
}

.main-blog-post-tags {
  position: relative;
  padding-left: 26px;
}

.main-blog-post-tags:before {
  content: "";
  position: absolute;
  with: 21px;
  height: 21px;
  width: 21px;
  left: 0;
  top: 4px;
  background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/05/grey-folder-fill-icon.png);
  background-repeat: no-repeat;
}

.main-blog-listing {
  margin-bottom: 15px;
}

.loadmore-contianer {
  text-align: center;
  margin-bottom: 120px;
}

.blog-filters-container {
    margin-bottom: 35px;
}

.blog-filters-container .blog-filters-container-inner {
    display: flex;
	    justify-content: flex-end;
}

.blog-filters-container .blog-filters-container-inner .blog-filter-half {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.blog-filter-half.blog-filter-half-right .blog-filter-widgets {
    display: flex;
	justify-content: space-between;
}

.blog-filter-half.blog-filter-half-right .blog-filter-widgets h2.widgettitle {
    display: none;
}

.blog-filter-half.blog-filter-half-right .blog-filter-widgets .blog-filter-widget.blog-filter-category-widget {
    width: 197px;
	margin-right: 50px;
	background-color: #f9f7f5;
}

.blog-filter-half.blog-filter-half-right .blog-filter-widgets .blog-filter-widget.blog-filter-archive-widget {
	margin-right: 50px;
}

.blog-filter-half.blog-filter-half-right .blog-filter-widgets  .blog-filter-widget.blog-filter-sort-widget {
    width: 100px;
}

.blog-filter-half.blog-filter-half-right .blog-filter-widgets .blog-filter-widget .widget select {
    max-width: 100%;
    font-family: Biotif;
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 73px;
    color: #F35149;
    background-color: #f9f7f5;
    border: 0;
    height: 54px;
    padding-right: 0;
}

.blog-filter-half.blog-filter-half-right .blog-filter-widgets .blog-filter-widget .widget select:focus {
    border: 0;
    outline: none;
}

.blog-filters-container .blog-filters-container-inner .blog-filter-half.blog-filter-half-left{
	display:none;
}

.blog-filter-half.blog-filter-half-left p.blog-filter-trending {
    font-family: Biotif;
    font-style: normal;
    font-weight: 450;
    font-size: 18px;
    line-height: 24px;
    color: #F35149;
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
}

.blog-filter-half.blog-filter-half-left p.blog-filter-trending img {
    margin-right: 8px;
    vertical-align: bottom;
    display: inline-block;
    margin-top: -4px;
}

.loadmore-contianer button#more_posts.loading {
    color: transparent;
}

.loadmore-contianer button#more_posts.loading:before {
    content: "loading...";
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}


.blog-listing-container .alm-btn-wrap {
    text-align: center;
    margin-bottom: 100px;
}

.blog-listing-container .alm-btn-wrap .pherrus-red-button.pherrus-red-button-large {
    line-height: 1;
}


/* Recent Blogs Shortcode */
.recent-post-container {
  margin-bottom: 50px;
}

.recent-post-container .section-title {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #1a1a1a;
  margin-bottom: 45px;
}

ul.recent-posts-listing {
  display: flex;
  justify-content: space-between;
}

li.recent-post-list-item {
  width: 30%;
}

li.recent-post-list-item h3.recent-post-post-title,
li.recent-post-list-item h3.recent-post-post-title a {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.025em;
  color: #1a1a1a;
  margin-top: 30px;
  margin-bottom: 20px;
}

li.recent-post-list-item .recent-post-post-body-inner-con p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #272727;
}

/* Blog Single page */
.blog-post-meta-details h1.post-title {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.025em;
  color: #ee2e24;
  margin-bottom: 15px;
}

.blog-post-meta-details p.blog-post-date {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #606060;
  margin-bottom: 30px !important;
}

.blog-post-featured-image img {
  width: 100%;
}

.blog-post-featured-image {
  margin-bottom: 40px;
  margin-top: 40px;
}

.blog-post-content p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #000000;
}

.blog-post-content p strong, .blog-post-content p b {
    font-weight: 500;
	color: #EE2E24;
}
p.cash-rev {
    margin-bottom: 20px !important;
}
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4 {
  font-family: Biotif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%; /* or 27px */
  letter-spacing: 0.06em;
  color: #ee2e24;
  padding: 10px 0;
}

.blog-post-content ul {
  list-style-type: disc;
  margin-left: 15px;
  padding: 15px 0;
  margin-bottom: 0;
}

.blog-post-content ul li {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #000000;
}

.blog-post-content {
  display: flex;
  margin-bottom: 100px;
}

.blog-post-content-left {
  width: 78%;
}

.blog-post-content-right {
  width: 22%;
}

p.blog-post-categories {
  position: relative;
  margin-bottom: 20px !important;
  padding-left: 40px;
}

p.blog-post-categories a {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-transform: lowercase;
  color: #ee2e24;
}

.blog-post-tags {
  position: relative;
}

.blog-post-tags a {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-transform: lowercase;
  color: #ee2e24;
}

p.blog-post-categories:before {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/05/red-price-tag-large-icon.png);
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

.blog-post-tags {
  position: relative;
  margin-bottom: 20px !important;
  padding-left: 40px;
}

.blog-post-tags:before {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  background-image: url(https://www.pherrus.com.au/wp-content/uploads/2020/05/red-folder-fill-large-icon.png);
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

/* Testimonials Listing page */
.featured-testimonial-listing {
  margin-top: 65px;
}

.featured-testimonail-item
  .featured-testimonial-video-thumnail
  .featured-testimonial-video-thumnail-inner {
  width: 70%;
  position: relative;
}

.featured-testimonail-item
  .featured-testimonial-video-thumnail
  .featured-testimonial-video-thumnail-inner
  img.featured-thumb-image {
  width: 100%;
}

.featured-testimonail-item
  .featured-testimonial-video-thumnail
  .featured-testimonial-video-thumnail-inner
  img.large-play-btn {
  position: absolute;
  top: 42%;
  left: 48%;
}

.featured-testimonial-details-inner {
  width: 48%;
  background-color: #272727;
  padding-top: 160px;
  position: relative;
}

.featured-testimonial-details-inner .featured-testimonail-title {
  font-family: Biotif;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 37px;
  color: #ffffff;
}

.featured-testimonial-details-inner p {
  font-family: Biotif;
  font-style: italic;
  font-weight: 200;
  font-size: 18px;
  line-height: 37px;
  color: #ffffff;
}

.featured-testimonial-details {
  display: flex;
  justify-content: flex-end;
  margin-top: -130px;
  z-index: -1;
  position: relative;
}

.featured-testimonial-details .featured-testimonial-details-con {
  padding-left: 55px;
  padding-bottom: 65px;
}

.featured-testimonial-details-inner img.ft-quote-icon {
  position: absolute;
  right: 40px;
  top: 59px;
}

.testimonail-page-intro {
  display: flex;
  justify-content: flex-start;
  margin-top: -80px;
  margin-bottom: 120px;
}

.testimonail-page-intro .testimonial-page-intro-inner {
  width: 43%;
}

.testimonail-page-intro .testimonial-page-intro-inner h1 {
  margin-bottom: 20px;
}

.testimonials-videos-listing-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: WRAP;
}

.testimonials-videos-listing-inner .testimonials-videos-item {
  width: 42%;
  margin-bottom: 70px;
}

.testimonials-videos-listing-inner
  .testimonials-videos-item
  img.testimonials-videos-thumb-image {
  width: 100%;
}

.testimonials-videos-listing-inner
  .testimonials-videos-item
  .testimonials-videos-thumnail-inner {
  position: relative;
}

.testimonials-videos-listing-inner
  .testimonials-videos-item
  .testimonials-videos-thumnail-inner
  img.small-play-btn {
  position: absolute;
  top: 42%;
  left: 47%;
  max-width: 45px;
}

.testimonials-videos-thumnail {
  margin-bottom: 50px;
}

.testimonials-videos-details-inner h2 {
  font-family: Biotif;
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #ee2e24;
}

.testimonials-videos-details-inner p {
  font-family: Biotif;
  font-style: italic;
  font-weight: 200;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}

.testimonials-videos-details-con p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #606060;
}

.text-testimonial-listing-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-testimonial-listing-inner .text-testimonial-item {
  width: 42%;
  margin-bottom: 70px;
}

.text-testimonial-listing-inner
  .text-testimonial-item
  .text-testimonial-details {
  background-color: #f6f6f6;
  margin-top: -22px;
}

.text-testimonial-item
  .text-testimonial-details
  .text-testimonial-details-inner {
  padding: 40px 40px 30px 22px;
}

.text-testimonial-details-con p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.text-testimonial-item
  .text-testimonial-details
  .text-testimonial-details-inner
  h2.text-testimonial-title {
  font-family: Biotif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #ee2e24;
}

.text-testimonial-item
  .text-testimonial-details
  .text-testimonial-details-inner
  .testimonial-author-details
  p {
  font-family: Biotif;
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.text-testimonial-thumnail-inner img {
  margin-left: 22px;
}

.text-testimonial-details-con {
  margin-bottom: 20px;
}

/* Industry Type page */
.col.industry-type-content {
  position: relative;
  padding-bottom: 120px;
}

.col.industry-type-content .industry-type-content-left {
  width: 60%;
}

.col.industry-type-content .industry-type-content-right {
  width: 40%;
  padding: 95px 75px 140px 31px;
  min-height: 600px;
}

.col.industry-type-content:before {
  content: "";
  width: 56%;
  height: 100%;
  background-color: #272727;
  position: absolute;
  z-index: -1;
  right: 0;
}

.col.industry-type-content .industry-type-content-left img {
  width: 100%;
  margin-top: 50px;
}

.industry-type-content-right h1 {
  font-family: Georgia;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  color: #fafafa;
  margin-bottom: 25px;
}

.industry-type-content-right p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #fdfcfc;
}

.industry-type-gallery {
  display: flex;
  margin-top: -150px;
}

.industry-type-image-right {
  padding-left: 50px;
}

.industry-type-getreport {
  margin-top: 50px;
  margin-bottom: 75px;
}

.industry-type-getreport .industry-type-getreport-inner {
  max-width: 575px;
  margin: 0 auto;
  text-align: center;
}

.industry-type-getreport .industry-type-getreport-inner p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #272727;
  margin-bottom: 48px !important;
}

.ind-list-item .ind-list-item-inner {
  display: flex;
}

.ind-list-item .ind-list-item-inner .industry-thumbnail {
  width: 54.5%;
}

.ind-list-item .ind-list-item-inner .ind-list-item-details {
  width: 45.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ind-list-item {
  padding: 60px 0;
  margin-bottom: 75px;
  position: relative;
}

.industry-category-listing .ind-list-item:last-child {
  margin-bottom: 0;
}

.ind-list-item .ind-list-item-inner .industry-thumbnail img {
  width: 100%;
}

.ind-list-item .ind-list-item-inner .ind-list-item-details-inner h2 {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.04em;
  color: #f35149;
  margin-bottom: 15px;
}

.ind-list-item .ind-list-item-inner .ind-list-item-desc p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #272727;
  margin-bottom: 25px !important;
}

.ind-list-item .ind-list-item-inner .ind-list-item-details-inner {
  padding: 0 42px;
}

.ind-list-item:before {
  width: 69%;
  content: "";
  height: 100%;
  background-color: #f6f6f6;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.ind-list-item.ind-list-item-imgright:before {
  left: 0;
}

.ind-list-item.ind-list-item-imgright .ind-list-item-inner {
  flex-direction: row-reverse;
}

/* Red Section */
section.redhalf-section:before {
  content: "";
  width: 49%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f35149;
}

.redhalf-content {
  padding: 75px 75px 28px 45px;
  position: relative;
  z-index: 1;
}

.redhalf-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  right: -5px;
  background-color: rgba(39, 39, 39, 0.1);
  z-index: -1;
}

.redhalf-content-inner p.normal-text {
    margin-bottom: 0 !important;
    font-weight: 450;
}

section.redhalf-section {
  overflow: hidden;
}

.whitehalf-formbox {
  padding: 25px;
}

.whitehalf-formbox h2.get-report-title {
  font-family: Biotif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: #414141;
  margin-bottom: 50px;
}

.getreportformbox .wpcf7 input::-webkit-input-placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.getreportformbox .wpcf7 input:-ms-input-placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.getreportformbox .wpcf7 input::placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.getreportformbox .formitem.submitbox {
  padding-top: 25px;
}

.hp-getintouch-formbox .wpcf7 input::-webkit-input-placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.hp-getintouch-formbox .wpcf7 input:-ms-input-placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.hp-getintouch-formbox .wpcf7 input::placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.hp-getintouch-formbox {
  margin-top: 35px;
}

.hp-getintouch-formbox input.wpcf7-form-control.wpcf7-submit {
    width: 235px;
    height: 40px;
    left: 88px;
    top: 5858px;
    background: #EE2E24;
}

section.hp-getintouch-section {
  overflow: hidden;
}

.hp-getintouch-formbox .wpcf7 .wpcf7-validation-errors {
    border-color: red;
    font-size: 12px;
}

/* Home page testimonails */
.hp-testimonails-section-inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 140px;
}

.hp-testimonails-section-inner .hp-testimonails-section-left {
  width: calc(50% - 10px);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.hp-testimonails-section-inner .hp-testimonails-section-right {
  width: calc(50% - 10px);
}

.hp-featured-testimonial-listing .hp-featured-testimonail-item {
  position: relative;
}

.hp-featured-testimonial-listing
  .hp-featured-testimonail-item
  img.large-play-btn {
  position: absolute;
  top: 41%;
  left: 48%;
}

.hp-testimonails-section-inner
  .hp-testimonails-section-right
  .hp-testimonail-page-intro
  .hp-testimonial-page-intro-inner {
  padding: 0 20px 40px 100px;
}

.hp-testimonials-videos-listing .hp-testimonials-videos-listing-inner {
  display: flex;
  justify-content: space-between;
}

.hp-testimonails-section-inner .hp-testimonails-section-right .hp-testimonail-page-intro .hp-testimonial-page-intro-inner p.testimonail-intro-text.normal-text {
    margin-bottom: 0 !important;
}

.hp-testimonials-videos-listing {
    position: relative;
}

.hp-testimonials-videos-listing a.viewmoretestimonials {
    display: block;
    position: absolute;
    bottom: -60px;
    right: 0;
}

.hp-testimonials-videos-listing
  .hp-testimonials-videos-listing-inner
  .hp-testimonials-videos-item {
  position: relative;
  width: calc(50% - 7.5px);
}

.hp-testimonials-videos-listing
  .hp-testimonials-videos-listing-inner
  .hp-testimonials-videos-item
  img.small-play-btn {
  position: absolute;
  top: 40%;
  left: 48%;
  width: 24px;
  height: 32px;
}

.hp-featured-testimonial-listing {
  padding-top: 54px;
}

.hp-testimonail-page-intro.show-below-767 {
  display: none;
}

.hp-testimonail-page-intro.hide-below-767 {
  display: block;
}

.hp-featured-testimonail-item {
  position: relative;
}

.hp-featured-testimonail-item img.hp-testimonail-left-bg {
  position: absolute;
  top: -80px;
  z-index: -1;
  left: -49px;
}

.hp-testimonails-section {
  padding-top: 50px;
}

.hp-testimonails-section img.hp-testimonail-center-bg {
  position: absolute;
  bottom: 25px;
  left: 30%;
  z-index: -1;
}

section.hp-testimonials-container {
  overflow: hidden;
}

/* Common Testimonail text */
.common-text-testimonial-listing-inner {
  display: flex;
}

.common-text-testimonial-item {
  display: flex;
}

.common-text-testimonial-item .common-text-testimonial-thumnail {
  width: 122px;
}

.common-text-testimonial-item .common-text-testimonial-details {
  width: calc(100% - 122px);
}

.common-text-testimonial-item
  .common-text-testimonial-details
  .common-text-testimonial-details-con
  p {
  font-family: Biotif;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.common-text-testimonial-item
  .common-text-testimonial-details
  h2.common-text-testimonial-title {
  font-family: Biotif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #ee2e24;
  margin-bottom: 0;
}

.common-text-testimonial-item .common-testimonial-author-details p {
  font-family: Biotif;
  font-style: italic;
  font-weight: 200;
  font-size: 13px;
  line-height: 24px;
  color: #000000;
}

.common-text-testimonial-item .common-text-testimonial-details-inner {
  padding: 0 0 0 22px;
  max-width: 80%;
}

.common-text-testimonial-item .common-text-testimonial-details-con {
  margin-bottom: 20px;
}

.common-text-testimonial-listing.common-text-testimonial-quotedown
  p.quotebox-grey {
  text-align: right;
}

.text-testimonial-quoteup {
  padding: 80px 0;
}

h2.testimonails-heading-common {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #272727;
}

p.quotebox-grey {
  padding: 0 0 20px 0;
}

h2.latest-blogs-title {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #272727;
}

.latest-blogs-container ul.hp-posts-listing {
  margin-top: 50px;
}

.testimonial-getintouchbox {
  background: #f6f6f6;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 55px;
}

.testimonial-getintouchbox .testimonail-getintouch-title {
  font-family: Georgia;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #f35149;
}

.getintouch-formbox {
  max-width: 410px;
  margin: 0 auto;
  padding-top: 35px;
}

.getintouch-formbox .wpcf7 input:not([type="submit"]),
.getintouch-formbox .wpcf7 select,
.getintouch-formbox .wpcf7 textarea {
  width: 100%;
  padding: 0.5em 0;
  border: 0;
  border-bottom: 1px solid #272727;
  background-color: transparent;
}

.getintouch-formbox .wpcf7 input::-webkit-input-placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.getintouch-formbox .wpcf7 input:-ms-input-placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

.getintouch-formbox .wpcf7 input::placeholder {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(39, 39, 39, 0.49);
}

section.text-testimonial-quotedown h2.testimonails-heading-common {
  margin-bottom: 70px;
}

/* Industry Details page*/
.industry-thumnail img {
  width: calc(100% - 34px);
}

.industry-into-content {
  display: flex;
  justify-content: flex-end;
}

.industry-into-content .industry-into-content-inner {
  max-width: 84%;
  padding: 120px 50px 95px 70px;
  background: #f6f6f6;
  margin-top: -45px;
  z-index: -1;
}

.industry-into-content h1 {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.04em;
  color: #f35149;
  text-transform: uppercase;
}

.industry-into-content p.ind-intro-text {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #313131;
}

.ast-page-builder-template .comments-area,
.single.ast-page-builder-template .entry-header,
.single.ast-page-builder-template .post-navigation {
  display: none;
}

.single.single-industry h2.industry-setion-heading {
  font-family: Biotif;
  font-style: normal;
  font-weight: 450;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.04em;
  color: #f35149;
}

.single.single-industry p.industry-para {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 40px !important;
}

.single.single-industry ul.arrow-list {
  padding-left: 40px;
}

.single.single-industry ul.arrow-list li {
  margin-bottom: 15px;
  position: relative;
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.06em;
  color: #000000;
}

.industry-details-getreport p.indgetreport {
  font-family: Biotif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 15px !important;
}

/* Button */
.text-center.button-container {
  text-align: center;
}

.pherrus-red-button.pherrus-red-button-large {
  background: #f35149;
  width: 235px;
  height: 40px;
  font-family: Biotif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}

input.wpcf7-form-control.wpcf7-submit.ast-button {
  background: #f35149;
  width: 235px;
  height: 40px;
  font-family: Biotif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}

/* Archive Page title*/
.ast-separate-container .ast-archive-description {
	padding: 0;
    background-color: transparent;
    margin-bottom: 15px;
}

.ast-separate-container .ast-archive-description h1.page-title {
    font-family: Biotif;
    font-style: normal;
    font-weight: 450;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.04em;
    color: #F35149;
    text-transform: capitalize;
}

/* Social share */
#dpsp-floating-sidebar.dpsp-position-right {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px 0px 0px 10px;
    padding: 25px 10px 25px 10px;
}

#dpsp-floating-sidebar.dpsp-position-right .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook {
    font-size: 22px;
    border-color: #Fff;
    background: #Fff;
    color: #3C5A9A !important;
}

#dpsp-floating-sidebar.dpsp-position-right .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter {
        font-size: 22px;
    border-color: #Fff;
    background: #Fff;
    color: #03A9F4 !important;
}

#dpsp-floating-sidebar.dpsp-position-right .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest {
      font-size: 22px;
    border-color: #Fff;
    background: #Fff;
    color: #D32F2F !important;  
}

.dpsp-button-style-1 .dpsp-network-btn.dpsp-facebook .dpsp-network-icon {
    color: #3C5A9A !important;
}

.dpsp-button-style-1 .dpsp-network-btn.dpsp-twitter .dpsp-network-icon {
   color: #03A9F4 !important;
}

.dpsp-button-style-1 .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon {
 color: #D32F2F !important;  
}

#dpsp-floating-sidebar.dpsp-position-right .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
    font-size: 22px;
}


.industryzigzagsection p.industry-para {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #606060;
    margin-bottom: 20px !important;
}

.industryzigzagsection ul.arrow-list {
    padding-left: 40px;
}

.industryzigzagsection .industry-setion-heading {
    font-weight: 500;
    letter-spacing: 0.075em;
    color: #F35149;
    font-family: Biotif;
}

.industryzigzagsection h2, .industryzigzagsection h3 {
    font-weight: 500;
    letter-spacing: 0.075em;
    color: #F35149;
    font-family: Biotif;
}

.industryzigzagsection p {
    font-family: Biotif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #606060;
    margin-bottom: 20px !important;
}

.industrypage-into-section {
    padding: 70px 0px 120px 0px;
}
.hp-abt-cols.who-weare.aos-init.aos-animate {
    padding: 0px 0 0px 0;
}
p.details-below {
    padding-top: 50px;
}
h2.business_accounting {
    color: #f35149;
    text-align: center;
    font-size:40px;
    font-weight:bold;
    width: 65%;
    margin: 0 auto 60px;
}
.industry-zigzagsection {
    padding: 0 0 60px 0 !important;
}


body.page-id-1331 .contact-details-form .wpcf7 input:not([type="submit"]), 
body.page-id-1331 .contact-details-form .wpcf7 select, 
body.page-id-1331 .contact-details-form .wpcf7 textarea{
    border:1px solid #e5e5e5;
    padding:0.5em 10px;
    resize:none;
}

body.page-id-1331 .contact-details-form .wpcf7 input:not([type="submit"])::placeholder, 
body.page-id-1331 .contact-details-form .wpcf7 textarea::placeholder{
    color:#666;
}

.nice-select.wpcf7-form-control{
    float:none !important;
}

.nice-select .list{
    width:100%;
}

.nice-select .option.focus, 
.nice-select .option.selected {
    background-color: #f35149 !important;
    color:#fff;
}

.nice-select .option:hover,
.nice-select .option.focus:hover
.nice-select .option.selected:hover{
    background-color: #f35149 !important;
    color:#fff;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
    color:#272727 !important;
}

.nice-select .option{
    min-height:unset;
    line-height:30px;
}

.blog-post-content .blog-content p{
    margin:0 0 10px !important;
}

.blog-post-content .blog-content p img{
    margin:30px auto;
}

.blog-post-content .blog-content ul{
    padding:0;
    margin: 20px 0 15px 15px;
}

.blog-post-content .blog-content ul li strong{
    padding-top:0;
}

.blog-post-content .blog-content ul li{
    margin:0 0 15px;
}

body.archive .nice-select{
    border-radius:0;
    border:0;
    border-bottom:1px solid #272727;
    background:transparent;
    padding:0;
}

section[data-id="6fc74e2"],
section[data-id="6fc74e2"] h1,
section[data-id="6fc74e2"] h2,
section[data-id="6fc74e2"] h3,
section[data-id="6fc74e2"] .form-inline .input-group .input-group-addon, 
section[data-id="6fc74e2"] .form-inline .input-group .input-group-btn,
section[data-id="6fc74e2"] .form-inline .input-group .form-control{
	font-family: "Biotif";
}

section[data-id="6fc74e2"] .panel-form>.panel-heading {
    padding: 10px 20px 7px;
    line-height: 35px;
	font-weight: 500;
}

section[data-id="6fc74e2"] .panel-form>.panel-heading > i {
    background: transparent;
    color: #e2231a;
    margin: 0 10px 0 0;
}

section[data-id="6fc74e2"] button.btn {
    padding: 8px 20px 5px;
    line-height: 25px;
    height: auto;
    width: auto;
}

.calculator .panel-form .panel-body .form-group.form-group-lg label {
    font-size: 17px;
    color: #000;
    line-height: 25px;
}

/* .ngc-append-result {
    padding: 40px 20px;
    background: #F2F2F2;
} */

.ngc-append-result h1 {
    text-align: center;
}

.ngc-append-result .table>thead>tr>td.active,
.ngc-append-result .table>thead>tr>th.active,
.ngc-append-result .table>thead>tr.active>td,
.ngc-append-result .table>thead>tr.active>th,
.ngc-append-result .table>tbody>tr>td.active,
.ngc-append-result .table>tbody>tr>th.active,
.ngc-append-result .table>tbody>tr.active>td,
.ngc-append-result .table>tbody>tr.active>th,
.ngc-append-result .table>tfoot>tr>td.active,
.ngc-append-result .table>tfoot>tr>th.active,
.ngc-append-result .table>tfoot>tr.active>td,
.ngc-append-result .table>tfoot>tr.active>th{
	background:#DFDFDE;
}

.ngc-append-result .table>thead>tr>th, 
.ngc-append-result .table>thead>tr>td, 
.ngc-append-result .table>tbody>tr>th, 
.ngc-append-result .table>tbody>tr>td, 
.ngc-append-result .table>tfoot>tr>th, 
.ngc-append-result .table>tfoot>tr>td{
	border-bottom:1px solid #ddd !important;
}

.singlevideo-box{
	width:100%;
}

.singlevideo-box > div{
	padding:0 !important;
	height:630px !important;
}

.singlevideo-box iframe{
	height:630px;
}

#servid .singlevideo-box > div{
		height:580px !important;
	}

#servid .singlevideo-box iframe{
	height:580px;
}

@media (min-width: 769px) {
  .ast-footer-overlay {
    padding-top: 5px;
    padding-bottom: 5px;
  }
	
	.mu-about-us-right{
		margin:30px auto 35px;
		width:340px;
	}
	
	.mu-about-us-right iframe{
		width:100%;
	}
}
@media (min-width: 992px) {
	.mobile-contact-btn{
		display:none;
	}
}
@media (min-width: 1024px) {
    .blog-post-content-left{
        padding-right:26px;
    }
}
@media (max-width: 1199px) {
  .footer-adv .footer-adv-overlay {
    padding-left: 30px;
    padding-right: 15px;
  }
	.tax-sect h4{
		font-size:22px !important; 
		line-height:27px !important;
	}
	.tax-sect {
    min-height: 335px !important;
}
	.tax-sect .elementor-element-populated{
		padding:20px !important;
	}
}

@media (max-width: 1025px) {
  .about-contentbox .about-contentbox-inner .about-content-image img {
    position: absolute;
    top: -34px;
    left: 0;
    max-width: 50%;
  }
	
	.singlevideo-box > div{
		padding:0 !important;
		height:550px !important;
	}

	.singlevideo-box iframe{
		height:550px;
	}
	
	#servid .singlevideo-box > div{
		height:505px !important;
	}
	
	#servid .singlevideo-box iframe{
		height:500px;
	}
}

@media (max-width: 1024px) {
    .main-header-menu a {
        padding: 0 0.5em;
    }
	p.hp-pherrus-stats-item {
    width: 190px;
   
   
}
	.tax-sect {
    min-height: 300px !important;
}
    
    /* Home About Us */
    .hp-abt-cols {
        max-width: 100%;
        display: flex;
        margin: 0 auto;
        padding: 42px 10px 0px 10px;
    }
    
    .hp-abt-cols .hp-about-container {
        padding-right: 40px;
    }
    
    .hp-pherrus-stats-container {
        margin: 15px auto 0 auto;
    }
    
    p.hp-pherrus-stats-item {
        margin-bottom: 20px !important;
    }
    
    .ast-header-break-point .header-main-layout-1 .main-navigation button.ast-menu-toggle {
        width: 35px;
    }
    
    
    
    /* Home what we offer section */
    .hp-wwo-section {
        max-width: calc(100% - 20px);
        margin: 0 auto;
    }
    
    ul.service-list {
        margin-top: 40px;
		margin-bottom:0px;
    }
    
    /* Common testimonails quote down */
    .common-text-testimonial-listing.common-text-testimonial-quotedown {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    
    /* Common testimonials quote up */
    .common-text-testimonial-listing.common-text-testimonial-quoteup {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    
    /* Common blog section */
    ul.hp-posts-listing {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Home get in touch */
    .hp-getintouchbox {
        padding-left: 20px;
    }
    
    /*home testimonial */
    .hp-testimonails-section {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Footer */
    .ast-footer-overlay {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    /* About Page */
    .aboutintrocontainer {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .abouttwocolcontent {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .about-half-thumbnail-containers.padding-right-30 {
        padding-right: 7px;
    }
    
    .about-half-thumbnail-containers.padding-left-30 {
        padding-left: 7px;
    }
    
    .about-contentbox {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .about-our-consultant-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /*industry individual page */
    .industryzigzagsection {
        padding: 0px 10px 0px 10px ;
    }
    
    .industrysingleintro {
/*         padding-left: 10px;
        padding-right: 10px; */
    }
    
    .industrypage-into-section {
        padding: 60px 10px 60px 10px;
    }
    
    .services-listing-content {
        margin: 0 10px 120px 10px;
    }
    
    .services-listing-box {
         margin: 0 10px 30px 10px;
    }
    
    .testimonial-getintouchbox.aos-init {
        margin: 0 10px;
    }
    
    .featured-blogs-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .blog-get-report-container{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .blog-listing-container {
        padding: 0 20px;
    }
    
    .blog-filter-widget.blog-filter-sort-widget {
        display: none;
    }
    
    .recent-post-container {
        padding: 0 20px;
    }

    .blog-post-featured-image {
        padding: 0 10px;
    }
    
    .blog-post-content {
        padding: 0 22px;
    }
        
}

@media (max-width: 1023px) {

    /* Responsive menu */
    .main-header-bar-navigation.toggle-on {
        display: block !important;
        position: absolute;
        height: 100%;
        min-height: 100vh;
        background-color: rgb(23 21 22);
        padding: 0 0;
    }
	   .page.page-id-18487 .Book-consult-btn a {
        background: transparent !important;
        padding: 10px 20px !important;
        border-radius: 0px !important;
        display: inline-block !important;
        width: 100% !important;
        border: 0;
        border-bottom-width: 1px !important;
        border-style: solid !important;
        border-color: var(--ast-border-color) !important;
        color: #606060 !important;
    }
	.page.page-id-18487 .Book-consult-btn a span.menu-text{
		color: #707070 !important;
		font-weight:400 !important;
	}
    .ast-header-break-point .main-header-menu {
        background-color: transparent;
    }
    
    .main-header-menu li a {
        color: #fff;
    }
    
    .ast-header-break-point .ast-main-header-bar-alignment {
        margin-top: 10px;
    }
    
    .main-header-bar .main-header-bar-navigation.toggle-on {
        padding-top: 0;
    }
    
    body.ast-main-header-nav-open {
        overflow-y: hidden;
    }
    
    .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle, .ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children>.ast-menu-toggle {
        color: #fff;
    }
    
    .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children ul.sub-menu .ast-menu-toggle {
        color: #171516 !important;
    }
    
    .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu li a {
        color: #171516;
        font-size: 1em;
		line-height: 2;
    padding-bottom: 5px;
    }
    
    .ast-header-break-point .header-main-layout-1 .main-navigation {
        overflow-y: scroll;
        padding-bottom: 150px;
    }
    
    /* Responsive menu ends */
    
    
  .footer-adv .footer-adv-widget.footer-adv-widget-1 {
    width: 30%;
  }

  .footer-logobox img {
    max-width: 190px;
  }

  .site-footer ul.social-icons-list li {
    margin-right: 24px;
    font-size: 18px;
  }

  .footer-adv .footer-adv-widget.footer-adv-widget-4 {
    width: 30%;
  }
  
    .about-contentbox {
        margin-top: 50px;
        margin-bottom: 50px;
    }
  
}
@media (max-width: 922px) {
	.step--default {
    background: #F35149;
}
.steps__wrap:has(.step:not(.step--default):hover) .step--default {
   
   background: #F35149;
  
}
	.steps__wrap:has(.step:not(.step--default):hover) .step--default .step__title, .steps__wrap:has(.step:not(.step--default):hover) .step--default .step__content{
		color:#fff;
	}
	.steps__wrap:has(.step:not(.step--default):hover) .step--default .step__content {
    max-height: fit-content;
    opacity: 1;
    transform: none;
}
	.tax-sect {
    min-height: 225px !important;
}
	.package-img img {
		max-height: 45px !important;
	}
	.typ-acc, .pher-acc{
		width:100% !important;
	}
	.typ-acc{
		margin-bottom:20px;
	}
}
@media (min-width: 1180px) and (max-width: 1660px) {
	.tax-sect h4.elementor-heading-title{
		font-size: 24px !important;
    	line-height: 30px !important;
	}
	.tax-sect{
		min-height:350px !important;
	}
	.package-img img {
		max-height: 46px !important;
	}
	.tax-sect .elementor-element-populated{
		padding:30px !important;
	}
}
@media (min-width: 1024px) and (max-width: 1024px) {
	.test-vid , .test-cont{
		width:50% !important;
	}
	.test-bl{
		display:none;
	}
	.page.page-id-18487 .main-navigation span.menu-text{
		font-size:12px;
	}
	.page.page-id-18487 .main-header-menu .menu-link{
		padding:0px 10px !important;
	}
	.page.page-id-18487 .main-header-menu .Book-consult-btn a.menu-link{
		padding: 10px !important;
		font-size:11px !important;
	}
	.page.page-id-18487 .main-navigation span.menu-text{
		font-size:11.4px !important;
	}
}
@media (max-width: 991px) {
  .subscribeform {
    width: 100%;
    display: flex;
    margin: 0;
    flex-direction: column;
    margin-left:10px;  
	}
	.desk-btn{
		display:none;
	}
	.mobile-contact-btn{
		padding-top:4px;
	}
	.mobile-contact-btn a i{
		font-size:22px;
		        color: #f25149;
        margin-right: 14px;
	}
  .subscribeform .formitem:first-child {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 15px;
  }

  .subscribeform .formitem.submitbtnbox {
    width: 100%;
/* 	padding-right: 18px; */
  }

  .hp-testimonails-section-inner
    .hp-testimonails-section-right
    .hp-testimonail-page-intro
    .hp-testimonial-page-intro-inner {
    padding: 0 20px 40px 0px;
  }

  li.recent-post-list-item
    .recent-post-post-body
    .recent-post-post-body-inner-con
    p {
    display: none;
  }

  li.recent-post-list-item h3.recent-post-post-title,
  li.recent-post-list-item h3.recent-post-post-title a {
    font-size: 16px;
    line-height: 1.4;
    color: #1a1a1a;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .blog-post-content {
    margin-bottom: 30px;
    flex-direction: column;
  }

  .blog-post-content-left {
    width: 100%;
  }

  .blog-post-content-right {
    width: 100%;
    margin-top: 25px;
  }
	
	.singlevideo-box > div{
		padding:0 !important;
		height:409px !important;
	}

	.singlevideo-box iframe{
		height:409px;
	}
	
	
	#servid .singlevideo-box > div{
		height:400px !important;
	}
	#servid .singlevideo-box iframe{
		height:360px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .featured-list-post-item:hover .featued-post-body p.featured-post-date,
  .featured-list-post-item:hover
    .featued-post-body
    .featured-post-meta-container {
    display: none;
  }

  ul.industry-cat-list li {
    font-size: 14px;
  }
  
}

@media (max-width: 900px) {
  .hp-abt-cols .hp-about-container {
    max-width: 50%;
    padding-right: 45px;
  }

  .hp-pherrus-stats-container {
    width: 50%;
  }

  ul.hp-posts-listing {
    margin-top: 50px;
  }
  
    .listing  .listing-item{
      width: 48%;  
      margin-right: 2%;
    }
    
    .listing  .listing-item:nth-child(3n + 3) {
        margin-right: 2%;
    }
  
    .listing  .listing-item:nth-child(2n + 2) {
        margin-right: 0%;
    }
  
  
}
@media screen and (max-width: 800px) and (min-width: 700px) {
	.industy-content-left {
    width: 100%;
}
.industy-content-right {
    width: 100%;
	padding-left: 42px;
}
	.col.industry-content-main{
     display: block; 
    justify-content: space-between;
}
	p.hp-pherrus-stats-item {
    width: 182px;
    margin-right: 10px;
   
}
	
	.pherrus-red-button.pherrus-red-button-large{
		margin-top:50px;
	}
	p.normal-text.industrypara {
		margin-top: 20px;
	}
	.whychooseus-content.col{
		display: block;
	}
	p.hp-pherrus-stats-item.bottom-section {
    margin-bottom: 10 !important;
}
	ul.arrow-list.industry{
		padding-left: 38px !important; 
	}
	.whychoose-text {
    width: 100%;
    padding-right: 0px; 
}
	.about-whychooseus {
    padding: 50px 50px 50px 50px;
  }
img.section-margin-top {
margin-top: 50%;
}
img.sectionfinancial-margin-top	{
		margin-top: 30%;
	}
	.consultant-thumbnail-inner{
		margin-top: 50%;
	}
	h4.strategy{
		margin-top: 20px;
	}
		
	.wpcf7 .wpcf7-form-control-wrap {
    width: 97.5%;
    display: block;
}
	img.image1{
		display: none;
	}	
	img.servicesection {
     display: block !important;
    padding-left: 59px;
}
	.about-contentbox .about-contentbox-inner .about-description {
		width: 100%;
    max-width: 100%;
		padding : 0;
	}
	.about-contentbox .about-contentbox-inner .about-content-image {
    width: 100%;
}
	.about-contentbox .about-contentbox-inner {
    display: block;
    background-color: #f6f6f6;
    padding: 33px;
	padding-bottom: 1px;
	
}
	.about-contentbox .about-contentbox-inner .about-description p.normal-text.industrypara {
    margin-top: 20px !important;
		margin-bottom: 0;
}
.about-contentbox .about-bottom-content {
    background-color: #f6f6f6;
    padding: 0px 33px 33px 33px;
}
	.recent-post-container {
    margin-bottom: 0px;
}
	ul.arrow-list{
		margin-top: 0px !important;
	}
	.abt-consultant-container{
		margin-bottom: 0px;
	} 
	.about-contentbox {
   margin-bottom: 0px; 
}

	
}
@media (max-width: 767px) {
	img.servicesection{
	display: none;
}
	body .industry-into-content-inner h1{
		font-size: 35px;
    line-height: 1.4;
	}
	.free-cons-form .wpcf7-submit{
		 font-size: 14px;
    	line-height: 18px;
    	max-width: 280px;
	}
	.consultant-thumbnail{
		margin-top: 40px;
	}
	.post-type-archive-industry .arrow-list.industry{
		max-width: 90%;
    margin-left: auto;
	} 
	.industry-listing-container .listing-item .listing-item-inner{
		margin-left:15px;
		margin-right:15px;
	}
	.getreportformbox .formitem.submitbox{
		margin-bottom:0px;
	}
	.service-desc p{
		margin-top: 20px;
	}
	h2.services-listing-heading{
		margin-top:25px
	}
	.about-our-consultant-container {
        padding-left: 0px;
        padding-right: 0px;
    }
	body.post-type-archive-pherrus_services .listing-item .listing-item-inner{
		padding: 15px;
	}
	p.services-listing-desc{
		margin-bottom: 30px !important;
	}
	.post-type-archive-pherrus_services .listing-item h3{
		min-height:26px;
	}
	.footer-adv-widget h2.widget-title{
		margin-bottom: 15px;
	}
	.about-whychooseus h2{
		line-height:25px;
	}
.featured-image-wrapper {
    height: auto;
    overflow: hidden;
}
	p.text-center.blog-knowmore {
    margin-top: 20px;
}
	
	/*B ADD */
	.redhalf-section-industry {
    margin: 0px;
}
	
	section.industry-listing-container h2 {
    margin-bottom: 10px !important;
}
	.industry-zigzagsection {
    padding: 0px !important;
}
	.industryzigzagsection .industry-setion-heading {
		font-size: 23px;
	}
	.about-contentbox .about-contentbox-inner{
		padding: 30px;
	}
	.industryzigzagsection{
		padding-left: 0px;
		padding-right: 0px;
		
	}
	.wpcf7 form .wpcf7-response-output{
	    margin: 0.5em;
	}
	h2.latest-blogs-title {
		text-align: left;
	}
	.testimonials-videos-thumnail {
    margin-bottom: 30px;
}
	.testimonial-getintouchbox.aos-init{
		margin: 0px;
	}
	.ast-separate-container #content .ast-container {
		padding: 0px;
	}
	.featured-testimonial-listing {
    margin-top: 30px;
   }
	
	h2.book_servicepage{
		font-size: 22px !important;
		
	}
		h3.book_servicepage{
		font-size: 23px ;
		}
	.common-text-testimonial-listing.common-text-testimonial-quotedown{
/* 		margin: 0px; */
	}
	
	section.text-testimonial-quotedown h2.testimonails-heading-common {
    margin-bottom: 30px;
}
	.services-content .services-content-inner {
    padding-left:20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
	.services-content-inner h1 {
		margin-bottom: 25px;
	}
	p.hp-pherrus-stats-item:nth-child(even) {
    margin-right: 18;
}
	.whoweare.h2{
		margin-bottom: 0px !important; 
	}
	  .about-contentbox .about-bottom-content {
    background-color: #f6f6f6;
    padding: 0px 20px 30px 20px;
}
	p.details-below {
    padding-top: 18px;
}
	hp-abt-cols.who-weare.aos-init.aos-animate {
    padding: 0px;
}
	.hp-testimonails-section {
    padding-top: 0px;
}
	.single.single-industry h2.industry-setion-heading {
    font-size: 24px;
    line-height: 34px;
 }


	.about-contentbox .about-contentbox-inner{
		padding: 0px 20px 0px 20px;
	}
	.entry-content h2{
    font-size: 21px;
}
	.single.single-industry p.industry-para{
		margin-bottom: 20px !important;
	}
	.quote-icon-grey-left{
		max-width: 15% !important;
	}
	.quote-icon-grey-right{
		max-width: 15% !important;
	}
	.text-testimonial-quoteup {
    padding: 30px 0 0;
}
ul.hp-posts-listing {
	margin-top: 30px;
	}
	.pherrus-red-button.pherrus-red-button-large{
		margin-top: 13px !important;
			}
	
	.financial-section .elementor-element-populated{
		padding-bottom: 0px !important;
	}
	.financial-section-top .elementor-element-populated{
		padding-top: 0px !important;
	}
	.business_servicepage .elementor-element-populated{
		padding: 0px !important;
	}
	.recent-post-container .section-title{
		margin-bottom: 30px;
	}
		.ato .elementor-element-populated{
		padding-bottom: 0px !important;
	}
		.audit .elementor-element-populated{
		padding-top: 0px !important;
	}
	.subscribe-heading.subscribe-heading-black {
    text-align: left;
	padding-left: 10px;
    margin-bottom: 30px;
	margin-top:10px;
}
	
	.about-contentbox .about-contentbox-inner .about-description p.normal-text {
    margin-bottom: 0px;
}
	
	h2.business_accounting {
	line-height: 45px;
    color: #f35149;
    text-align: left;
    font-size: 38px;
    font-weight: bold;
	width: 100%;
    margin: 0 auto 30px;
}
	.high-grade-tax h2.business_accounting{
		max-width: calc(100% - 20px);
	}
	h2.business_accounting.whoweare{
		margin: 0 auto;
	}
	p.hp-pherrus-stats-item{
		width:47%;
		
	}
	.high-grade-tax-main {
		min-height: auto;
	}	
	
  ul.service-list li {
    width: 50%;
  }

  section.redhalf-section:before {
    width: 0;
    height: 0;
    background-color: transparent;
  }

  .redhalf-content {
    background-color: #f35149;
  }
	.blog .whitehalf-formbox {
    padding: 35px 13px 25px;
  }
	.blog-listing-container .alm-btn-wrap{
		margin-bottom: 55px;
	}
  .whitehalf-formbox {
    padding: 35px 13px 25px;
  }
	
  .post-type-archive-industry .whitehalf-formbox {
    padding: 45px 25px 25px 25px !important;
  }

  .getreportformbox {
    max-width: 100%;
  }

  ul.hp-posts-listing li.hp-post-list-item {
    width: 100%;
    position: relative;
  }

  .footer-adv .footer-adv-widget.footer-adv-widget-1 {
    width: 100%;
  }

  .footer-adv .footer-adv-widget.footer-adv-widget-2 {
    width: 181px;
  }

  .footer-adv .footer-adv-widget.footer-adv-widget-3 {
    width: calc(100% - 180px);
  }

  .footer-adv .footer-adv-widget.footer-adv-widget-4 {
    width: 100%;
  }

  .ast-footer-overlay {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-adv .ast-row {
    flex-wrap: wrap;
  }

  .getintouch-imagebox {
    text-align: center;
  }

  .hp-getintouchbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hp-testimonails-section-inner {
    flex-direction: column;
  }

  .hp-testimonails-section-inner .hp-testimonails-section-left {
    width: 100%;
  }

  .hp-testimonails-section-inner .hp-testimonails-section-right {
    width: 100%;
  }

  .hp-testimonails-section-inner
    .hp-testimonails-section-right
    .hp-testimonail-page-intro
    .hp-testimonial-page-intro-inner {
    padding: 40px 20px 40px 0px;
  }

  .hp-testimonail-page-intro.show-below-767 {
    display: block;
  }

  .hp-testimonail-page-intro.hide-below-767 {
    display: none;
  }

  .hp-featured-testimonial-listing {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .common-text-testimonial-listing-inner {
    display: flex;
    flex-direction: column;
  }

  .common-text-testimonial-item {
    margin-bottom: 15px;
  }

  .common-text-testimonial-item .common-text-testimonial-details-inner {
    padding: 0 0 0 22px;
    max-width: 100%;
  }

  .about-contentbox .about-contentbox-inner {
    flex-direction: column;
  }

  .about-contentbox .about-contentbox-inner .about-content-image img {
    position: relative;
    top: unset;
    left: unset;
    max-width: 100%;
    width: 100%;
  }

  .about-contentbox .about-contentbox-inner .about-content-image {
    width: 100%;
	  padding-top: 50px;
  }

  .about-contentbox .about-contentbox-inner .about-description {
    width: 100%;
    padding: 25px 0 0;
  }

  .padding-right-30 {
    padding-right: 0;
  }

  .padding-left-30 {
    padding-left: 0;
  }

  .about-half-thumbnail-containers {
    margin-bottom: 40px;
  }

  .about-our-consultant-container .col {
    flex-direction: column;
  }

  .consultant-thumbnail {
    width: 100%;
  }
  
  .consultant-thumbnail img.consultant-mainimg {
    width: 100%;
}

  .conusltant-list-continer {
    width: 100%;
    margin-bottom: 3px;
  }

  .conusltant-list-continer ul.arrow-list {
    padding-left: 45px;
  }

  .whychooseus-content.col {
    flex-direction: column;
  }

  .whychoose-text {
    width: 100%;
    padding-right: 0;
  }

  .whychooseus-thumbnail {
    width: 100%;
  }

  .about-whychooseus {
    padding: 25px;
  }

  .about-half-thumbnail-containers .about-half-thumbnail-description {
    padding: 35% 20px 20px 20px;
  }

  .about-contentbox {
    padding: 0;
  }

  .col.industry-content-main {
    flex-direction: column;
  }

    .industy-content-left {
        width: 100%;
        padding: 0 10px;
    }


  .industy-content-right {
    width: 100%;
    padding-top: 30px;
    padding-right:10px;
    padding-left: 10px;
  }

  .industy-content-left-inner {
    padding: 20px;
  }

  .industry-get-report-inner {
    max-width: 400px;
  }

  .listing {
    grid-template-columns: 48% 48%;
    max-width: 600px;
    margin: 0 auto 45px auto;
  }

  .col.industry-type-content {
    flex-direction: column;
    background-color: #272727;
    padding-bottom: 0;
  }

  .col.industry-type-content .industry-type-content-left {
    width: 100%;
  }

  .col.industry-type-content .industry-type-content-right {
    width: 100%;
    padding: 25px;
  }

  .industry-type-gallery {
    display: flex;
    margin-top: 25px;
  }

  .ind-list-item .ind-list-item-inner {
    flex-direction: column;
  }

  .ind-list-item .ind-list-item-inner .industry-thumbnail {
    width: 100%;
  }

  .ind-list-item {
    padding: 20px;
    margin-bottom: 25px;
    position: relative;
    background-color: #f6f6f6;
  }

  .ind-list-item .ind-list-item-inner .ind-list-item-details-inner {
    padding: 20px 0;
  }

  .ind-list-item .ind-list-item-inner .ind-list-item-details {
    width: 100%;
  }

  .ind-list-item.ind-list-item-imgright .ind-list-item-inner {
    flex-direction: column;
  }

  .main-blog-post-item .main-blog-item-inner {
    padding: 20px;
    flex-direction: column;
  }

  .main-blog-post-item .main-blog-item-inner .main-blog-item-img {
    width: 100%;
  }

  .main-blog-post-item .main-blog-item-inner .main-blog-post-body {
    width: 100%;
  }

  .main-blog-post-body-inner {
    padding: 25px 0;
  }

  .contact-details.col {
    flex-direction: column;
  }

  .contact-details-left {
    width: 100%;
  }

  .contact-details-titlebox p.normal-text {
    max-width: 80%;
    margin: 0 auto;
  }

  li.contact-details-list-item.contact-details-list-address span.span-block {
    max-width: 100%;
    display: block;
  }

  .contact-details-right {
    width: 100%;
    padding-left: 0;
    border-left: 1px solid;
    border-left: 0;
  }

  .contact-details-form {
    padding: 0 0 0 0;
  }

  .contact-details-container {
    padding: 20px;
  }

  ul.industry-cat-list li {
    width: 49%;
  }

  .featured-testimonail-item
    .featured-testimonial-video-thumnail
    .featured-testimonial-video-thumnail-inner {
    width: 100%;
    position: relative;
  }

  .featured-testimonial-details {
    margin-top: 0;
  }

  .featured-testimonial-details-inner {
    width: 100%;
    padding-top: 20px;
  }

  .featured-testimonial-details .featured-testimonial-details-con {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .featured-testimonial-details-inner img.ft-quote-icon {
    display: none;
  }

  .testimonail-page-intro {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .testimonail-page-intro .testimonial-page-intro-inner {
    width: 100%;
  }

  .testimonials-videos-listing-inner {
    flex-direction: column;
  }

  .testimonials-videos-listing-inner .testimonials-videos-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .text-testimonial-listing-inner {
    flex-direction: column;
  }

  .text-testimonial-listing-inner .text-testimonial-item {
    width: 100%;
    margin-bottom: 70px;
  }

  .services-listing-content {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #f6f6f6;
  }

  .services-listing-content:before {
    background-color: transparent;
  }

  .services-listing-box {
    padding: 20px;
  }

  .services-featured-image {
    max-width: 100%;
  }

  .services-content {
    padding-left: 0;
  }

  .free-healthcheck-formbox {
    padding: 40px;
  }

  .industry-thumnail img {
    width: 100%;
  }

  .industry-into-content .industry-into-content-inner {
    max-width: 100%;
    padding: 25px;
    background: #f6f6f6;
    margin-top: 0;
    z-index: -1;
  }
  
    .about-contentbox {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    
    .about-half-thumbnail-containers .about-tumbnailbox img {
        padding: 40px 10px 0 10px;
    }
    
    .about-our-consultant-container .col.mt-80 {
        margin-top: 0;
    }
    
    .abt-consultant-container {
        margin-bottom: 0px;
    }
    
    .consultant-thumbnail .consultant-thumbnail-inner {
        position: relative;
        margin: 0 auto;
        max-width: calc(100% - 20px);
    }
    
    .industry-get-report {
        padding: 60px 0;
    }
    
    section.industry-listing-container {
        padding-bottom: 24px;
        padding-top: 60px;
    }
    
    .industryzigzagsection.nomobpaddingbottom .elementor-widget-container {
        margin-bottom: 0 !important;
    }
    
    .industryzigzagsection.nomobpaddingbottom {
        padding: 0px 10px 10px 10px !important;
    }
    
    .industrypage-into-section {
        padding: 30px 0px 30px 0px;
    }
    
    .featured-testimonial-listing {
        padding: 0 20px;
    }
    
    .testimonail-page-intro {
        padding: 0 20px;
    }
    
    .testimonials-videos-listing {
        padding: 0 20px;
    }
    
    .text-testimonial-listing {
        padding: 0 20px;
    }
    
    .featured-blogs-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .blog-get-report-container{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .blog-listing-container {
        padding: 0 20px;
    }
    
    .blog-filter-widget.blog-filter-sort-widget {
        display: none;
    }
    
    .recent-post-container {
        padding: 0 20px;
    }
    
    /* Headings in mobile */
    h1.large-heading {
        font-size: 35px;
        line-height: 1.4;
    }
    
    p.normal-text {
        font-size: 14px;
    }
    
    .industryzigzagsection p.industry-para {
        font-size: 14px;
    }
    
    .industry-details-getreport p.indgetreport {
        font-size: 14px;
    }
    
    .about-half-thumbnail-containers .about-half-thumbnail-description h2 {
        font-size: 22px;
        line-height: 30px;
		margin-bottom:10px;
    }
    
    .subscribe-heading {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    
    ul.arrow-list li {
        font-size: 14px;
    }
    
    .industy-content-left h1 {
        font-size: 22px;
        line-height: 28px;
    }
    
    .industry-get-report p {
        font-size: 14px;
    }
    
    h2.testimonails-heading-common {
        font-size: 20px;
        line-height: 30px;
    }
    
    .industry-into-content h1 {
        font-size: 21px;
        line-height: 28px;
    }
    
    .single.single-industry p.industry-para {
        font-size: 14px;
    }
    
    .single.single-industry ul.arrow-list li {
        font-size: 14px;
    }
    
    .service-desc h1 {
        font-size: 22px;
        line-height: 28px;
    }
    
    h2.services-listing-heading {
        font-size: 22px;
        line-height: 28px;
    }
    
    .redhalf-content {
        padding: 45px 35px 28px 35px;
    }

    .whitehalf-formbox h2.get-report-title {
        font-size: 22px;
        line-height: 28px;
		margin-bottom:25px;
    }
    
    .recent-post-container .section-title {
        font-size: 22px;
        line-height: 28px;
		text-align: center;
	
    }
	.ast-container{
		padding-left: 10px;
		padding-right: 10px;
	}
	.blogsection .ast-container{
		padding-left: 0px;
		padding-right: 0px;
	}
    .recent-post-container {
		margin-top: 0px !important;
        margin-bottom: 0px;
    }
    
    .services-content-inner h1 {
        font-size: 22px;
        line-height: 28px;
    }
    
    .service-content-box p {
        font-size: 14px;
    }
    
    .blog-post-content p,
    .blog-post-content ul li,
    .blog-post-content ol li{
        font-size: 14px;
    }
    
    h2.redstrip-heading {
        font-size: 1.5em;
    }
    
    .mobile-contact-btn{
        margin:0 30px 0 0;
    }
    
    .footer-adv .footer-adv-widget.footer-adv-widget-3,
    .footer-adv .footer-adv-widget.footer-adv-widget-2{
        width:100%;
    }
	
	h1.healthcheck-heading.aos-init.aos-animate {
		font-size: 25px;
	}
	
	section.calculator .panel-body{
		padding:10px;
	}
	
	.ngc-append-result p{
		line-height: 30px;
    	font-size: 15px;
	}
	
	.ngc-append-result .table>thead>tr>th, 
	.ngc-append-result .table>thead>tr>td, 
	.ngc-append-result .table>tbody>tr>th, 
	.ngc-append-result .table>tbody>tr>td, 
	.ngc-append-result .table>tfoot>tr>th, 
	.ngc-append-result .table>tfoot>tr>td{
		font-size: 15px;
		line-height: 25px;
		font-weight: 500;
	}
      
}

@media (max-width: 640px) {
  .hp-abt-cols {
    flex-direction: column;
    padding: 42px 0 40px 0;
  }

  .hp-abt-cols .hp-about-container {
    max-width: 100%;
    padding-right: 0;
  }

  .hp-pherrus-stats-container {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0 auto;
  }

  .featured-listing {
    flex-direction: column;
  }

  .featured-listing .featured-list-post-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .featured-listing
    .featured-list-post-item
    .featured-post-item-inner
    .featued-post-body
    .featued-post-body-inner {
    max-width: 80%;
  }

  ul.recent-posts-listing {
    flex-direction: column;
	margin: 0;
	  
  }

  li.recent-post-list-item {
    width: 100%;
  }

  ul.industry-cat-list li {
    font-size: 14px;
  }
  
    .listing  .listing-item{
      width: 100%;  
      margin-right: 0;
    }
    
    .listing  .listing-item:nth-child(3n + 3) {
        margin-right: 0;
    }
  
    .listing  .listing-item:nth-child(2n + 2) {
        margin-right: 0%;
    }
  
	.subscribeform{
		width:90%;
		margin:0 auto;
	}
}

@media (max-width: 600px) {
  .listing {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .listing-item .listing-item-inner {
    min-height: auto;
  }

  .listing .listing-item {
    margin-bottom: 25px;
  }

  section.industry-listing-container {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  
  .blog-filters-container .blog-filters-container-inner .blog-filter-half {
    overflow: hidden;
  }
  
  .blog-filter-half.blog-filter-half-right .blog-filter-widgets .blog-filter-widget .widget select {
    font-size: 11px;
	background-color: #f9f7f5;
  }
  
  .blog-filter-half.blog-filter-half-right .blog-filter-widgets .blog-filter-widget.blog-filter-category-widget {
    width: 140px;
    margin-right: 10px; 
  }
  
  .blog-filter-half.blog-filter-half-right .blog-filter-widgets .blog-filter-widget.blog-filter-archive-widget {
    margin-right: 10px;
  }
  
  .blog-filter-half.blog-filter-half-right .blog-filter-widgets .blog-filter-widget.blog-filter-sort-widget {
    width: 70px;
  }
  
  .mu-about-us-right{
		margin:30px auto 35px;
		width:100%;
	}
	
	.mu-about-us-right iframe {
		width: 275px !important;
		height: 495px !important;
		margin: auto !important;
		display: block;
	}
}

@media screen and (max-width:600px){
	.singlevideo-box > div,
	#servid .singlevideo-box > div{
		padding:0 !important;
		height:205px !important;
	}

	.singlevideo-box iframe{
		height:205px !important;
	}
	
	#servid .singlevideo-box iframe{
		height:200px;
	}
		
		body.blog .featured-blogs-container{
			padding-top:45px;
	}
}

@media (max-width: 599px) {
  ul.industry-cat-list li {
    width: 100%;
  }
}

@media (max-width: 479px) {
  ul.service-list li {
    width: 100%;
  }

  .testimonial-getintouchbox {
    padding: 25px;
  }

  .free-healthcheck-formbox {
    padding: 20px;
  }

  .free-healthcheck-formbox .form-item label {
    font-size: 16px;
  }
	
}

@media (max-width: 400px) {
  .subscribeform {
    width: 95%;
  }
}


.single-commontext {
    margin:0 0 100px;
    padding:20px;
    border-radius:5px;
    border:1px solid #bf0005;
}

.single-commontext p{
	color:#000;
}

@media screen and (max-width:600px){
	.single-commontext {
		width:calc(100% - 44px);
		margin:0 auto 45px;
	}
	
	.single-commontext p{
		font-size:14px;
	}
}

@media screen and (max-width:1024px) and (min-width:992px){
	.footer-adv .footer-adv-widget.footer-adv-widget-1 {
		width: 30%;
		padding:0 25px 0 0;
	}

	.footer-adv .footer-adv-widget.footer-adv-widget-2 {
	  width: 24%;
	}

	.footer-adv .footer-adv-widget.footer-adv-widget-3 {
	  width: 24%;
	}

	.footer-adv .footer-adv-widget.footer-adv-widget-4 {
	  width: 22%;
	}
}

@media screen and (max-width:991px) and (min-width:768px){
	.footer-adv .footer-adv-widget.footer-adv-widget-1 {
		width: 30%;
		padding:0 0 0 0;
	}

	.footer-adv .footer-adv-widget.footer-adv-widget-2 {
	  width: 24%;
		padding:0 0 0 25px;
	}

	.footer-adv .footer-adv-widget.footer-adv-widget-3 {
	  width: 24%;
		padding:0 15px 0 0;
	}

	.footer-adv .footer-adv-widget.footer-adv-widget-4 {
	  width: 22%;
	}
}

div#hometestishort {
    margin:25px 0 0
}

div#hometestishort .single-item-wrapper {
    max-width: 750px;
    margin: 10px auto;
    background: #fff !important;
    padding: 45px 45px;
    box-shadow: 0 0px 5px #00000036;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

div#hometestishort .single-item-wrapper h3.author-name {
    display: none;
}

div#hometestishort .single-item-wrapper h4.author-bio {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    margin: 25px 0 0;
    order: 2;
}

div#hometestishort .single-item-wrapper .item-content-wrapper {
    background: #fff;
    padding: 20px 0 0;
}

div#hometestishort .swiper-arrow.swiper-button-prev {
    left: 11%;
    border-radius: 100%;
    top: 60%;
    background: #f35149;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#hometestishort .swiper-arrow.swiper-button-next {
    right: 11%;
    border-radius: 100%;
    top: 60%;
    background: #f35149;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#hometestishort .swiper-arrow.swiper-button-next > i,
div#hometestishort .swiper-arrow.swiper-button-prev > i{
	line-height:1px;
}

.shortvideo-box{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:35px 0;
}

@media screen and (max-width:600px){
	div#hometestishort .swiper-arrow.swiper-button-next{
		right:0;
	}
	
	div#hometestishort .swiper-arrow.swiper-button-prev{
		left:0;
	}
}

@media screen and (min-width:1200px){
	body.single.single-pherrus_services section[data-id="63ea9239"] > .elementor-container.elementor-column-gap-no{
		max-width:1140px
	}
}

footer .collapsible:after{
	display:none;
}

ul#menu-quick-links-menu > li > ul >li {
    padding-left: 15px;
    position: relative;
}
ul#menu-quick-links-menu > li > ul >li:before {
    content: '-';
    position: absolute;
    left: 0;
}
.close-icon{
        position: absolute;
    right: 8px;
    top: 8px;
    padding: 1px 2px;
    font-size: 30px;
    cursor:pointer;
    color:red;
}

.close-single-icon{
        position: absolute;
    right: 8px;
    top: 8px;
    padding: 1px 2px;
    font-size: 30px;
    cursor:pointer;
    color:red;
}
.close-gd-icon{
        position: absolute;
    right: 8px;
    top: 8px;
    padding: 1px 2px;
    font-size: 30px;
    cursor:pointer;
    color:red;
}
.daterangepicker .drp-calendar {
    max-width: 302px !important;
}