@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url(//8237031.fs1.hubspotusercontent-na1.net/hubfs/8237031/raw_assets/public/Townlineequipment_March2024/fonts/fa-solid-900.eot) format("embedded-opentype"), 
    url(//8237031.fs1.hubspotusercontent-na1.net/hubfs/8237031/raw_assets/public/Townlineequipment_March2024/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//8237031.fs1.hubspotusercontent-na1.net/hubfs/8237031/raw_assets/public/Townlineequipment_March2024/fonts/fa-solid-900.woff) format("woff"), 
    url(//8237031.fs1.hubspotusercontent-na1.net/hubfs/8237031/raw_assets/public/Townlineequipment_March2024/fonts/fa-solid-900.ttf) format("truetype"), 
    font-style: normal; font-weight: 900; font-display: block; 
}

/* Header Styling  */
.mobile-header{
  display: none;
}
.main-header{
  display: block;
  width: 100%;
  background: #fff;
}
.main-header .main-header-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.clear{
  clear: both;
}
.main-header .head-logo{
  width: 16%;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul {
  justify-content: space-between;
  align-items: center;
}

.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li {
  margin: 0;
  position: relative;
}
.main-header .main-header-container .head-nav {
  width: 72%;
  padding: 0 20px;
  box-sizing: border-box;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>a {
  color: #000;
  font-size: 1.2vw;
  padding: 5px;
  transition: .2s ease-in;
  font-weight: 500;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent 20%, #f15d22 20%) 100% 1;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.locations>a,
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.shop-online>a,
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.request-a-quote>a
{
  border: none;
}

.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.locations>a,
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.shop-online>a{
  background: #797979 !important;
  color: #fff !important;
  border: 0px !important;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.request-a-quote>a{
  background: #f15d22 !important;
  color: #fff !important;
  border: 0px !important;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.locations>a i {
  margin-right: 5px;
}
#menu-button {
  display: none;
}
.main-header nav.mobile{
  display: none;
}

.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul {
  z-index: 100;
  display: block;
  line-height: 18px;
}

.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul>li {
  margin: 0;
  max-width: 300px;
  min-width: 200px;
  box-sizing: border-box;
  position: relative;
  display: block;
  float: none;
  width: auto;
}

.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: 14px;
  margin: 0;
  display: block;
  border-right: none;
  border-left: none;
  border-bottom: 0px;
  padding: 10px 20px;
  font-weight: 500;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul>li ul {
  top: 0 !important;
  line-height: 18px;
  left: 100% !important;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul>li ul>li {
  float: none;
  width: auto;
  max-width: 300px;
  min-width: 200px;
  box-sizing: border-box;
  position: relative;
  margin: 0;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul>li ul>li a {
  font-size: 14px;
  margin: 0;
  padding: 10px 20px;
  font-weight: 500;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul>li a:hover {
  background: #f15d22;
}
.main-header .header-logo-2 {
  width: 12%;
}
.main-header .head-logo img {
  max-width: 382px !important;
  width: 100% !important;
}
.main-header .header-logo-2 img {
  width: 100% !important;
  max-width: 600px !important;
}






/* Footer Styling  */
.footer_container {
  border-color: #f15d22;
  background: #ddd;
  border-top: 15px solid #f15d22;
  box-sizing: border-box;
  font-size: 14px;
  padding: 20px 6%;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  z-index: 9;
}

.footer_container .footer_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer_container .footer_wrapper .menu_wrappear {
  width: 50%;
}
.footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li {
  position: relative;
  width: 50%;
  margin: 0;
}

.footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li>a {
  color: #797979;
  font-size: 20px;
  font-weight: 700;
}

.footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li ul {
  display: block;
}

.footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li ul>li {
  margin: 0;
}

.footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li ul>li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 1px 0;
  white-space: normal;
  color: #797979;
}
footer .contactus_wrapper {
  width: 33.33%;
}
footer .logo_wrapper {
  text-align: center;
  width: 16.666%;
}
footer .contactus_wrapper h4 {
  font-weight: 700;
  margin: 0;
}
footer .contactus_wrapper .inner-wrapper-contactus{
  min-height: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .contactus_wrapper .inner-wrapper-contactus .foot-location-cont-1 p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
}
footer .contactus_wrapper .inner-wrapper-contactus .foot-location-cont-1 {
  width: 33%;
  min-height: 20px;
}

footer .contactus_wrapper .inner-wrapper-contactus .foot-location-cont-1 p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
}

footer .contactus_wrapper .inner-wrapper-contactus .foot-location-cont-1 a>p {
  font-weight: bold;
  color: #f15d22 !important;
}
footer .action_btn a {
  box-sizing: content-box !important;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  margin: 5% 0;
  text-decoration: none;
  border: none;
  width: 100%;
  border-radius: 5px;
}
footer .sticky{
  display: none;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul li a {
  display: block;
}

@media screen and (min-width: 949px){
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li:hover a {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(0, 0, 0, 1.0);
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li:hover a {
    background: #000;
    color: #fff;
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li:hover a {
    background: #000;
    color: #fff;
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.locations ul li a,
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.shop-online ul li a{
    background: #797979 !important;
    color: #fff !important;
    border: 0px !important;
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.request-a-quote>a:hover {
    transition: 0.2s all ease;
    cursor: pointer;
    background: #e44d11 !important;
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    display: none;
    top: 114%;
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul ul {
    position: absolute;
    right: 0;
    width: 100%;
    white-space: nowrap;
    display: none;
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul>li:hover>ul ,
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul>li>ul>li:hover>ul {
    display: block;
  }
}


@media only screen and (max-width: 1400px){
  footer .contactus_wrapper .inner-wrapper-contactus .foot-location-cont-1 p {
    font-size: 16px;
  }

  .footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li ul>li a {
    font-size: 15px;
    margin: 0;
  }
}

@media only screen and (max-width: 1540px){
  .footer_container {
    padding: 20px 3%;
  }
}


@media screen and (max-width: 1200px){
  footer .contactus_wrapper{
    width: 25%;
  }
  footer .contactus_wrapper .inner-wrapper-contactus .foot-location-cont-1 {
    display: block;
    width: 100%;
    margin: 2% auto;
    padding: 0 !important;
  }
  footer .logo_wrapper{
    width: 25%;
  }
}

@media screen and (max-width: 1146px){
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>a {
    font-size: 1.1vw;
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.locations>a i {
    margin-right: 3px;
  }
}

@media only screen and (max-width: 1000px){
  footer .action_btn a {
    font-size: 16px;
  }
}

@media screen and (max-width: 950px){
  .mobile-header-state-count b {
    color: #797979;
  }
  #menu-button .mobile-phone-contact ul li ul li a:hover {
    color: #fff;
    background: #797979;
  }
  .mobile-header .location-wrap ul>li ul>li a:hover {
    background: #5B5B5B !important;
  }
  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li ul li ul {
    list-style: none;
    font-weight: 300;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #454545;
    margin: 0;
    padding: 0;
  }
  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul li ul {
    width: 100%;
  }
  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li ul li ul>li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
  }
  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li ul li ul>li>a {
    background: #666;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
  }
  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li>a:hover {
    background: #f05b25 !important;
  }
  .mobile-header{
    display: block;
  }
  .mobile-header .mobile-header-inner {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 20px;
  }
  .mobile-header .location-wrap {
    width: 40%;
  }
  .mobile-header .mobile-header-inner ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .mobile-header .mobile-header-inner ul li ul{
    display: none;
  }
  .mobile-header .mobile-header-inner ul li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-header .mobile-header-inner ul li>a {
    color: #fff;
    font-size: 24px;
    padding: 10px 20px;
    background: #f15d22;
    display: block;
    white-space: nowrap;
    text-align: center;
    transition: 0.2s all ease;
  }
  .mobile-header .mobile-header-inner ul li ul {
    position: absolute;
    z-index: 3;
    width: 100%;
  }
  .mobile-header .mobile-header-inner ul li ul li a {
    font-size: 20px;
    background: #797979;
  }
  .mobile-header-state-count {
    min-height: 20px;
    font-size: 24px;
    font-weight: 800;
    color: #797979;
  }
  .mobile-header-state-count span {
    color: #f15d22;
  }
  .main-header .main-header-container .head-nav nav.desktop {
    display: none;
  }

  .main-header .head-logo {
    width: 48%;
    order: 1;
    max-width: 100%;
  }

  .main-header .main-header-container .head-nav {
    width: 100%;
    order: 3;
  }

  .main-header .header-logo-2 {
    width: 40%;
    order: 2;
    max-width: 100%;
    margin: 0 auto;
  }

  .main-header .main-header-container {
    padding: 10px 20px;
  }

  .main-header .header-logo-2 img {
    width: 100% !important;
    max-width: 600px !important;
  }

  .main-header .main-header-container .head-nav #menu-button {
    display: flex;
    position: relative;
    z-index: 2;
    padding: 15px 0;
    width: 100%;
    float: none;
  }

  #menu-button a.menu-toggle {
    color: #797979;
    text-decoration: none;
    text-align: center;
    width: 50%;
    font-size: 28px;
  }

  #menu-button a.menu-toggle i {
    color: #f15d22;
  }

  #menu-button .mobile-phone-contact {
    width: 50%;
    text-align: center;
  }
  #menu-button .mobile-phone-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #menu-button .mobile-phone-contact ul {
    position: relative;
    margin-bottom: 10px;
  }

  #menu-button .mobile-phone-contact ul li {
    margin: 0;
  }

  #menu-button .mobile-phone-contact ul>li>a {
    color: #797979;
    font-size: 28px;
    display: block;
  }

  #menu-button .mobile-phone-contact ul>li>a .fa-phone {
    color: #f15d22 !important;
    font-size: 28px !important;
  }

  #menu-button .mobile-phone-contact ul>li>a .fa-caret-down {
    color: #797979 !important;
    font-size: 20px !important;
  }

  #menu-button .mobile-phone-contact ul li ul {
    position: absolute;
    z-index: 2;
    width: 100%;
  }
  #menu-button .mobile-phone-contact ul li ul{
    display: none;
  }

  #menu-button .mobile-phone-contact ul li ul li a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    background: #ddd;
    transition: 0.2s all ease;
  }

  #menu-button .mobile-phone-contact ul li ul li a span {
    font-size: 20px;
  }
  .mobile-header .mobile-header-inner ul li>a:hover {
    background: #e44d11;
  }
  #menu-button a.menu-toggle:hover {
    color: #f05b25;
  }
  .main-header .main-header-container nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #333;
    z-index: 999999999999999999;
    overflow: auto;
    transition: all .5s ease-in-out;
  }

  .main-header .main-header-container nav.mobile .mobile_top {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
  }

  .main-header .main-header-container nav.mobile .mobile_top a {
    display: inline-block;
    padding: 6px 9px 5px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    vertical-align: top;
  }

  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul {
    list-style: none;
    font-weight: 300;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #454545;
    margin: 0;
    padding: 0;
    display: block;
  }

  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
  }

  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li>a {
    position: relative;
    display: block;
    padding: 8px 10px;
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    border: none;
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.locations>a, .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.shop-online>a {
    background: transparent !important;
  }

  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.request-a-quote>a {
    background: transparent !important;
  }
  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li a .click {
    background: url(https://www.townlineequipment.com/arrow.png) 10px 12px no-repeat;
    background-size: 55%;
    position: relative;
    display: block;
    float: right;
    margin: -15px -10px 0 0;
    cursor: pointer;
    z-index: 12399994;
    width: 44px;
    height: 44px;
    -webkit-transition: background-size .3s ease-in-out;
    -moz-transition: background-size .3s ease-in-out;
    transition: background-size .3s ease-in-out;
  }
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.locations>a i {
    display: none;
  }
  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li ul {
    display: none;
  }
  .mobile-menu-open .main-header .main-header-container nav.mobile {
    left: 0;
  }
  .mobile-menu-open .main-header .main-header-container nav.mobile .nav-footer {
    padding: 25px;
    font-size: 12px;
    color: #fff;
  }
  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li ul {
    list-style: none;
    font-weight: 300;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #454545;
    margin: 0;
    padding: 0;
  }

  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li ul li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
  }

  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li ul li a {
    background: #444;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    line-height: normal;
  }
}

@media only screen and (max-width: 900px){
  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul>li.request-a-quote {
    background-color: #f15d22;
  }
}


@media only screen and (max-width: 768px){
  footer .sticky .stickylink .phoneslider a:hover {
    background: #f15d22;
  }

  footer .sticky .stickylink .mapslider a:hover {
    background: #f15d22;
  }
  footer .phoneslider-open .stickylink .phoneslider ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  footer .contactus_wrapper h4 {
    border-bottom: 6px solid #f15d22;
    margin-bottom: 5px !important;
  }
  .footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li>a {
    border-bottom: 6px solid #f15d22;
    margin-bottom: 5px !important;
    display: inline-block;
  }
  .main-header .main-header-container nav.mobile .hs-menu-wrapper>ul{
    margin: 0 auto !important;
    padding-top: 40px;
  }
  footer .action_btn a {
    font-size: 16px;
  }
  .footer_container {
    padding-bottom: 80px;
  }

  .footer_container .footer_wrapper {
    margin-bottom: 20px;
  }

  .footer_container .footer_wrapper .menu_wrappear {
    padding-left: 4px;
    text-align: center;
    width: 66.66666%;
  }

  .footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }

  footer .contactus_wrapper {
    padding-right: 4px;
    text-align: center;
    width: 33.3333%;
  }

  footer .logo_wrapper {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 40%;
  }
  footer .sticky {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    border-top: 2px solid #fff;
    z-index: 100000;
    text-align: center;
    min-height: 20px;
  }

  footer .sticky .stickylink {
    min-height: 20px;
    width: 33.33%;
    border-right: 1px solid #666;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    padding: 10px 0;
  }

  footer .sticky .stickylink p {
    color: #fff;
    font-weight: bold;
    margin: 0;
    display: block;
    height: 100%;
    font-size: 16px;
    cursor: pointer;
  }
  footer .sticky .stickylink:hover {
    background: #f15d22;
  }
  footer .sticky .stickylink a {
    font-size: 14px;
    display: block;
    height: 100%;
    font-weight: bold;
    color: #fff;
  }
  footer .sticky .stickylink .mapslider, 
  footer .sticky .stickylink .phoneslider {
    min-height: 20px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 0;
    right: 0;
    background: #000;
    border-bottom: 1px solid #666;
    text-align: center;
    display: none;
  }
  .mapslider>div,
  .mapslider>div>span,
  .mapslider>div>div {
    width: 100%;
  }
  .phoneslider>div, .phoneslider>div>span, .phoneslider>div>div {
    width: 100%;
  }
  .mapslider ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  footer .sticky .stickylink .phoneslider a {
    font-size: 14px;
    display: block;
    height: 100%;
    color: #fff !important;
    font-weight: bold;
    width: 33.33%;
    padding: 10px 0;
    background: #000;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  footer .phoneslider-open .stickylink .phoneslider{
    display: flex;
    bottom: 40px;
    flex-wrap: wrap;
  }
  footer .sticky .stickylink .mapslider a {
    font-size: 14px;
    display: block;
    color: #fff;
    width: 33.33%;
    padding: 10px 0;
    background: #000;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    box-sizing: border-box;
  }
  footer .mapslider-open .stickylink .mapslider{
    bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  footer .sticky .stickyorange {
    background: #f15d22;
    border-right: none;
  }
}

@media only screen and (max-width: 600px){
  .footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li ul>li a {
    font-size: 14px;
  }
  .footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li>a{
    font-size: 18px;
  }
  .footer_container p {
    font-size: 15px;
  }
  footer .contactus_wrapper .inner-wrapper-contactus .foot-location-cont-1 p {
    font-size: 15px;
  }
  footer .action_btn a{
    font-size: 14px;
  }
  footer .sticky .stickylink p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px){
  .footer_container .footer_wrapper .menu_wrappear{
    width: 100%;
  }
  footer .contactus_wrapper{
    width: 80%;
    margin: 3% auto;
  }
  footer .contactus_wrapper .inner-wrapper-contactus .foot-location-cont-1 {
    display: inline-block;
    zoom: 1;
    width: 45%;
    margin: 0 2%;
  }
  footer .logo_wrapper{
    width: 60%;
    padding-top: 10px;
  }
}


@media only screen and (max-width: 447px){
  .mobile-header .mobile-header-inner ul li>a {
    font-size: 18px;
  }

  .mobile-header .mobile-header-inner ul li ul li a {
    font-size: 16px;
  }

  .mobile-header-state-count {
    font-size: 18px;
    text-align: center;
  }
}

@media (max-width: 414px){
  .footer_container .footer_wrapper .menu_wrappear {
    width: 80%;
    margin: 0 auto;
  }
  footer .sticky .stickylink .phoneslider {
    position: absolute;
  }

  .footer_container .footer_wrapper .menu_wrappear {
    width: 80%;
    margin: 0 auto;
  }

  .footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li {
    margin: 3% auto;
    width: 90%;
  }

  footer .contactus_wrapper {
    margin: 3% auto;
    padding-right: 0;
    width: 90% !important;
    text-align: center;
  }

  footer .logo_wrapper {
    padding-top: 10px;
    width: 70%;
  }
}


@media only screen and (max-width: 340px){
  #menu-button .mobile-phone-contact ul>li>a {
    font-size: 20px;
  }

  #menu-button a.menu-toggle {
    font-size: 20px;
  }

  #menu-button .mobile-phone-contact ul>li>a .fa-phone {
    font-size: 20px !important;
  }
}


.tabber .media-col .form-wrap .hs-input, form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea{
  height: auto;
  padding: 6px 12px;
  width: 100% !important;
  font-size: 13px;
  line-height: 1.42857143;
  font-family: sans-serif;
}
.span2 .hs-button, .span3 .hs-button, .span4 .hs-button, .span5 .hs-button, .span6 .hs-button {
  font-size: 18px;
  padding: 6px 12px;
  border: none;
}


.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.lp-footer .footer_wrapper {
  justify-content: end;
}
.footer_container .footer_wrapper .menu_wrappear .hs-menu-wrapper>ul>li ul>li a:hover {
  color: #f15d22;
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.locations>a:hover, .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.shop-online>a:hover {
  background: #5B5B5B !important;
  color: #fff !important;
}

.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.locations ul li:hover a, .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li.shop-online ul li:hover a {
  background: #5B5B5B !important;
  color: #fff !important;
}
.main-header .main-header-container nav.mobile .mobile_top a:hover {
  color: #f05b25;
}

@media (max-width: 1200px){
  .lp-footer .contactus_wrapper  {
    padding-right: 4px;
    text-align: center;
    width: 33.3333%;
  }
  .lp-footer .logo_wrapper{
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 40%;
  }
}

@media (max-width: 1300px){
  .main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>ul{
    top: 100%;
  }
}


@media (max-width: 767px){
  .lp-footer .logo_wrapper{
    width: 70%;
  }
}










.footer_container{
  background: rgba(221, 221, 221, 1.0);
}
footer p{
  color: rgba(121, 121, 121, 1.0);
}
footer a{
  color: rgba(241, 93, 34, 1.0);
}
footer a:hover{
  color: rgba(241, 93, 34, 1.0); 
}
footer h4{
  color: rgba(121, 121, 121, 1.0);
}
.main-header{
  background: rgba(255, 255, 255, 1.0); 
}
.main-header .main-header-container .head-nav .hs-menu-wrapper>ul>li>a{
  color: rgba(0, 0, 0, 1.0);
}

/*  ==========  Blog CSS  ==============  */

section.blog-index,
.blog-index__post{
  margin-bottom:0!important;
}
.body-container--blog-index .dnd-section>.row-fluid .dnd-column, 
.body-container--blog-index .dnd-section>.row-fluid>[class*=span].dnd-module {
    padding: 0;
}
.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}
.hs-blog-listing  .content-wrapper{
  padding: 0!important;
}

.hs-blog-post .content-wrapper{
  padding: 2% !important;
  background: #fff;
  z-index: 101;
}
/* Blog header */

.blog-header {
  text-align: center;
}
.blog-header__inner {
  width: 100%;
  vertical-align: middle;
  border: 0;
  min-height: 570.89px;
  background-size: cover;
}
.header_section .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0!important;
}
.header_section  .dnd-section {
  padding: 0;
}
@media (max-width: 1700px){
  .blog-header__inner {
    min-height: 498.59px;
  }
}
@media (max-width: 1540px){
  .blog-header__inner {
    min-height: 455.69px;
  }
}
@media (max-width: 1400px){
  .blog-header__inner {
    min-height: 414.59px;
  }
}
@media (max-width: 1200px){
  .blog-header__inner {
    min-height: 354.59px;
  }
}
@media (max-width: 1000px){
  .blog-header__inner {
    min-height: 294.59px;
  }
}
@media (max-width: 800px){
  .blog-header__inner {
    min-height: 233.69px;
  }
}
@media (max-width: 600px){
  .blog-header__inner {
    min-height: 174.59px;
  }
}
@media (max-width: 500px){
  .blog-header__inner {
    min-height: 144.3px;
  }
}
@media (max-width: 400px){
  .blog-header__inner {
    min-height: 114.59px;
  }
}
@media (max-width: 360px){
  .blog-header__inner {
    min-height: 102.3px;
  }
}
@media (max-width: 320px){
  .blog-header__inner {
    min-height: 96px;
  }
}
/* Blog header - author listing */
.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}
.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}
.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
/* Blog header - tag listing */
.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
  text-transform: capitalize;
}
/* Blog listing */
.blog-index {
  display: inline-block;
  width: 100%;
}
.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.hs-blog-listing .left_section .dnd-section>.row-fluid {
  padding: 0;
}
.hs-blog-listing .left_section .dnd-section{
  padding: 0;
}
.hs-blog-listing .left_section {
  width: 80%;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
.hs-blog-listing .right_section {
  width: 15%;
  margin: 2% 0 2% 2%;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
.blog-index__post {
  padding: 2% ;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 101;
  background: #fff;
  max-width: 100%;
  display: block;
  box-shadow: none!important;
}
.blog-index__post .blogthumbnail {
  width: 27%;
  margin-right: 2%;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
.blog-index__post .blogdetails {
  width: 70%;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
.blog-index__post .header_title {
  padding: 0;
  display: block;
}
.blog-index__post .header_title h2 {
  margin: 0;
  padding: 0;
}
.blog-index__post .blogdetails .entry-content {
  min-height: 25px;
  padding: 0 0 2% 0;
  margin: 0;
}
.blog-index__post .blogdetails .more-link {
  background: #f15d22;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  display: block;
  width: 30%;
  margin: 20px 0 0 0;
  outline: 0;
}
.blog-index__post .blogdetails .more-link:hover {
  background: #333;
}
.blog-index__post-inner-card.no-image .header_title {
  position: static;
}
.blog-index__post-inner-card.no-image .blogdetails {
  margin-top: 4px;
}
.hs-blog-listing .right_section .dnd-section {
  padding: 0;
}
.hs-blog-listing .right_section .dnd-section>.row-fluid {
  padding: 0;
}
.blog-sidebar-topic-filter {
  margin: 0;
  padding: 0;
}
.widget-module ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  list-style: none;
}
.widget-module ul>li>a {
  width: 100%;
  display: block;
  background: #f15d22;
  padding: 6px 20px;
  margin: 8px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
  -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 60%);
  box-shadow: 5px 5px 5px rgb(0 0 0 / 60%);
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  outline: 0;
}
.widget-module ul>li>a:hover {
  background: #333;
  padding-left: 25px;
  color: #fff;
}
span.filter-link-count {
  display: none;
}
.hs-blog-post  .content-wrapper .main {
  padding: 2%;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 101;
  background: #fff;
  max-width: 100%;
  display: block;
}
.blog-footer {
  margin: auto;
  position: relative;
}
.blog-comments,
.blog-footer .post-tags {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
}
.blog-footer .post-tags .blog-sidebar-topic-filter {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 100%;
  margin: 2% 0 2% 2%;
}
.main .post-title {
  width: 68%;
  position: absolute;
  right: 2%;
  top: 30px;
  padding: 0;
}
.main .post-img {
  width: 27%;
  margin-right: 2%;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
.blog-post-index {
  width: 70%;
  margin-top: 125px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}
.main .post-img img {
  max-width: 100%;
  max-height: 300px;
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
}
h1.blog-post__title {
  margin: 0;
  text-transform: uppercase;
  padding: 0;
}
@media (min-width: 768px){
  .blog-comments {
    width: 33.33333333%;
    float: left;
  } 
}
@media (min-width: 1200px){
  .blog-footer .post-tags {
    width: 66.66666667%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}
.blog-index__post-inner-card {
  background: #fff;
  width: 100%;
  height:auto !important;
}
.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}
@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}
.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}
.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-post__tag-link:hover {
  text-decoration: none;
}
.blog-index__post-content h2 {
  margin: 0.5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}
.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-post__read-more a:hover {
  text-decoration: none;
}
.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}
.blog-post__read-more svg {
  height: auto;
  width: 15px;
}
.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
/* Blog listing - sidebar */
@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}
@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}
.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}
.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}
.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}
.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}
.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}
.blog-sidebar a {
  text-decoration: none;
}
.blog-sidebar a:hover {
  text-decoration: none;
}
.blog-sidebar .filter-link-count {
  display: none;
}
.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}
.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}
.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}
.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* Blog mobile sidebar */
@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }
  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}
/* Blog pagination */
.pagination-wapper {
  padding: 2% 2% 3% 2%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.screen-reader-text {
  margin: 0;
}
.blog-pagination-right,
.blog-pagination-left {
  width: 250px;
  zoom: 1;
  vertical-align: top;
  margin: 5px auto;
  background: #f15d22;
  text-align: center ;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: none ;
  text-transform: uppercase;
}
.blog-pagination-right:hover,
.blog-pagination-left:hover {
  background: #333;
  cursor: pointer;
}
.blog-pagination-right a.next-link,
.blog-pagination-left a.prev-link {
  color: #fff;
  padding: 10px 0;
  display: block;
  width: 100%;
  height: 100%;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}
.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}
.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}
.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}
/* Blog post */
.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}
.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}
.blog-post.no-image {
  margin-top: 50px;
}
.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  text-decoration: none;
}
.blog-post__timestamp {
  display: inline-block;
}
.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}
.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}
@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}
.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}
.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}
.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}
@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }
  .blog-post {
    width: 90%;
    padding: 30px;
  }
  .blog-post h1 {
    font-size: 1.6rem;
  }
}
/* Blog related posts */
.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-related-posts h2 {
  text-align: center;
}
.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}
.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}
.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}
.blog-related-posts__title a {
  color: #494a52;
}
/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 767px;
}
.blog-comments h2 {
  margin-bottom: 0;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment.depth-0:first-child {
  margin-top: 2em;
}
.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
.hs-blog-listing .dnd-section > .row-fluid {
  max-width: 100%;
}
.hs-blog-listing,
.hs-blog-post {
  font-size: 18px;
  line-height: 1.5;
}
.widget-module ul>li>a {
  transition: none;
}
.blog-index__post .blogdetails .more-link {
  transition: none;
}
.blog-index__post .header_title a,
.blog-sidebar-topic-filter a, 
.widget-module ul li a {
  transition: none;
}
.pagination-wapper h2 {
  color: #f15d22;
}
.hs-blog-post .content-wrapper {
  max-width: 100%;
}
h1.blog-post__title {
  font-size: 36px;
}
.blog-post__body p {
  line-height: 1.5;
}
.header_section .dnd-module {
  display: block !important;
}
.blog-comments h2 {
  color: #f15d22;
}
@media only screen and (max-width: 1400px) {
  .hs-blog-listing,
  .hs-blog-post {
    font-size: 16.00002px;
  }
}
@media only screen and (max-width: 600px) {
  .hs-blog-listing,
  .hs-blog-post {
    font-size: 14.99994px;
  }
}
/* Subscription section */
.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}
.subscription-form label {
  text-align: center;
}
@media (max-width: 1700px){
  .hs-blog-listing .left_section {
    width: 75%;
  }
  .hs-blog-listing .right_section {
    width: 20%;
  }
  .blog-footer .post-tags .blog-sidebar-topic-filter {
    width: 20%;
  }
}

@media (max-width: 1540px){
  .blog-index__post .blogdetails {
    width: 65%;
  }
  .blog-index__post .blogthumbnail {
    width: 32%;
  }
  .blog-index__post .blogdetails {
    width: 65%;
  }
}
@media (max-width: 1400px){
  .blog-index__post .blogdetails .more-link {
    width: 40%;
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (max-width: 1200px){
  .hs-blog-listing .right_section {
    width: 25%;
  }
  .hs-blog-listing .left_section {
    width: 70%;
  }  

  .blog-footer .post-tags .blog-sidebar-topic-filter {
    width: 25%;
    margin: 5% auto;
  }
}
@media (max-width: 1000px){
  .blog-index__post {
    padding: 2% 4%;
  }
  .hs-blog-listing .left_section {
    width: 65%;
  }
  .hs-blog-listing .right_section {
    width: 30%;
  }
  .blog-index__post .header_title {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
  }
  .blog-index__post .blogdetails {
    display: block;
    margin: 1% auto;
    width: 100%;
  }

  .blog-index__post .blogthumbnail img {
    max-height: none;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
  }
  .hs-blog-post .content-wrapper .main {
    padding: 2% 4%;
  }
  .main .post-title {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
  }
  .main .post-img {
    display: block;
    margin: 1% auto;
    width: 100%;
  }
  .blog-post-index {
    display: block;
    margin: 1% auto;
    width: 100%;
  }
}
@media (max-width: 999px){
  .blog-footer .post-tags .blog-sidebar-topic-filter {
    width: 100%;
  }
}
@media (max-width: 800px){
  .blog-index__post {
    width: 100%;
    padding: 2% 5%;
  }
  .hs-blog-listing .right_section {
    width: 90%;
    margin: 5%;
  }
  .hs-blog-listing .left_section {
    width: 100%;
  }
  .blog-index__post .blogthumbnail {
    width: 100%;
  }
  .pagination-wapper {
    background: #333;
    border: 0;
  }
  .hs-blog-post .content-wrapper .main {
    padding: 2% 5%;
  }
}

@media (max-width: 600px){
  .hs-blog-post .content-wrapper .main,
  .blog-index__post{
    padding: 4% 8%;
  }
}
@media (max-width: 360px){
  .hs-blog-post .content-wrapper .main,
  .blog-index__post{
    padding: 2% 10%;
  }
  .sidebar .blog-index{
    padding: 0;
  }
}