
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* font-family: 'Open Sans', sans-serif; */








/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1170px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1170px;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #565656;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1f7a11;
}

a:hover,
a:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #005200;
}

a:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #47a239;
}

/* Headings */

h1,
.h1 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #565656;
  font-size: 45px;
  text-transform: capitalize;
}

h2,
.h2 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #565656;
  font-size: 40px;
  text-transform: capitalize;
}

h3,
.h3 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #565656;
  font-size: 24px;
  text-transform: capitalize;
}

h4,
.h4 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #565656;
  font-size: 20px;
  text-transform: capitalize;
}

h5,
.h5 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #565656;
  font-size: 18px;
  text-transform: capitalize;
}

h6,
.h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #565656;
  font-size: 16px;
  text-transform: capitalize;
}

/* Blockquote */

blockquote {
  border-left-color: #69A84F;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 4px solid #68ac40;

  padding-top: 10px;
padding-right: 12px;
padding-bottom: 10px;
padding-left: 12px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(104, 172, 64, 1.0)

;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 3px solid #68ac40;
;
  color: 

  
  
    
  


  rgba(104, 172, 64, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(144, 212, 104, 1.0);
  border-color: #90d468;
}





form,
.submitted-message {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #69A84F;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(105, 168, 79, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #FFFFFF;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 16px;
  color: #565656;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #565656;
}

/* Help text */

form legend {
  color: #565656;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #565656;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #565656;
}

::-moz-placeholder {
  color: #565656;
}

:-ms-input-placeholder {
  color: #565656;
}

::placeholder {
  color: #565656;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #565656;
}

.fn-date-picker td.is-selected .pika-button {
  background: #565656;
}

.fn-date-picker td .pika-button:hover {
  background-color: #565656 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #565656;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 3px solid #68ac40;
;
  padding-top: 10px;
padding-right: 12px;
padding-bottom: 10px;
padding-left: 12px;
;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  background-color: 

  
  
    
  


  rgba(86, 86, 86, 1.0)

;
  border-radius: 0px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(144, 212, 104, 1.0);
  border-color: #90d468;
}





/* Table */

table {
  border: 1px solid #565656;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #565656;

  padding: 8px;

  color: #565656;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #565656;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #565656;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #565656;
  font-family: Open Sans;
}

.menu__child-toggle-icon {
  border-top-color: #565656;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #2e2e2e;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #2e2e2e;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #7e7e7e;
}

.menu__child-toggle-icon:active {
  border-top-color: #7e7e7e;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #565656;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px none #565656;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px none #565656;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #565656;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #565656;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #565656;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #565656;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #565656;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 40px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #565656;
}

.blog-post__tag-link {
  color: #565656;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #2e2e2e;
}

.blog-post__tag-link:active {
  color: #7e7e7e;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: capitalize;
}

.blog-related-posts__title-link {
  color: #565656;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #2e2e2e;
}

.blog-related-posts__title-link:active {
  color: #7e7e7e;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 40px;
}

#comments-listing .comment-reply-to {
  color: #1f7a11;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #005200;
}

#comments-listing .comment-reply-to:active {
  color: #47a239;
}





.hs-search-results__title {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #565656;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: capitalize;
}

.hs-blog-post-listing__post-title-link {
  color: #565656;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #2e2e2e;
}

.hs-blog-post-listing__post-title-link:active {
  color: #7e7e7e;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #565656;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #565656;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #2e2e2e;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #7e7e7e;
}

.hs-pagination__link-icon svg {
  fill: #565656;
}

/* Pricing card */

.card__price {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #565656;
  font-size: 24px;
}

.card__body svg {
  fill: #565656;
}

/* Social follow */

.social-links__icon {
  background-color: #565656;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #2e2e2e;
}

.social-links__icon:active {
  background-color: #7e7e7e;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #565656;
  font-size: 24px;
}





* { margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height:1; }
.row-fluid [class*="span"].no-height { min-height: auto; }
.container,
.row-fluid .container[class*="span"], .page-center { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after,
.row-fluid .container[class*="span"]:after { clear: both; content: ""; display: table; }
.row { margin-right: -15px; margin-left: -15px; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
input, button, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline: 0; border: 1px solid #ccc; background: #fff; height: 50px; padding: 0 20px; font-family: 'Open Sans', sans-serif;  font-size: 16px; width: 100%; }
input[type=checkbox], input[type=radio] { width: auto; height: auto; }
textarea { padding: 15px 20px; height: 100px; }
input[type=submit], button { align-items: center; background: #68ac40; border: 3px solid #68ac40; box-sizing: border-box; color: #fff; display: flex; font-size: 16px; line-height: 24px; font-weight: 700; height: 100%; justify-content: center; padding: 10px 12px; text-align: center; text-transform: uppercase; width: auto;  cursor: pointer; padding: 8px 20px; display: inline-block; }
input[type=submit]:hover, button:hover { background-color: #ffffff; color: #00658b; }
ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; float: left; width: 100%; }
p { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height:26px; color:#565656; }
img{ width:100%; max-width:100%; }
a{ text-decoration:none; }
p:last-child{ margin-bottom:0; }
h1,h2,h3,h4,h5,h6 { margin-top:0; font-weight:700; margin-bottom:10px; font-family: 'Open Sans', sans-serif; }
h3.form-title { display: none; }

.dnd-section>.row-fluid { max-width: 100%; }
.dnd-section, .dnd-section .dnd-column { padding: 0; }
.content-wrapper { max-width: 100%; }
button.fancybox-close-small { border: none; opacity: 1; }
button.fancybox-close-small:hover { color: #fff; background: #68ac40; }




.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:45%; left:0; width:auto; height: auto; font-size:0px; color:#000000; cursor:pointer; transform: translateY(-50%);}
.slick-slider .slick-arrow.slick-prev:before{content:'\f104'; font-size:63px; line-height:30px; font-family: FontAwesome; color:white; }
.slick-slider .slick-arrow.slick-next:before{content:'\f105'; font-size:63px; line-height:30px; font-family: FontAwesome; color:white;}
.slick-slider .slick-arrow.slick-next{left:auto; right:0px;}
.slick-slider .slick-dots{ padding-left:0px; position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:12px; height:12px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}


/* press-releases-blog-post-css-being */
.pr-blog-post .blog-post { width: 100%; display: block; margin: 0 auto; }
.pr-blog-post .blog-post .post-wrap { width: 100%; display: inline-block; vertical-align: top; }
.pr-blog-post .blog-post .post-wrap .post-top { width: 100%; display: inline-block; vertical-align: top; padding-bottom: 30px; }
.pr-blog-post .blog-post .post-wrap .post-top .post-title { width: 100%; display: inline-block; vertical-align: top; }
.pr-blog-post .blog-post .post-wrap .post-top .post-title h1 { width: 100%; display: inline-block; vertical-align: top; font-size: 50px; line-height: 60px; margin: 0 0 15px 0; color: #565656; font-weight: 600; }
.pr-blog-post .blog-post .post-wrap .post-top .post-title h1 span { width: 100%; display: inline-block; vertical-align: top; font-size: 50px; line-height: 60px; margin: 0; color: #565656; font-weight: 600; }
.pr-blog-post .blog-post .post-wrap .post-top .author-wrap { width: 100%; display: inline-block; vertical-align: top; margin: 0 0 0 0; }
.pr-blog-post .blog-post .post-wrap .post-top .author-wrap a { width: auto; display: inline-block; vertical-align: top; color: #565656; text-decoration: underline; font-weight: 600; }
.pr-blog-post .blog-post .post-wrap .post-top .author-wrap a:hover { color: #68ac40; }
.pr-blog-post .blog-post .post-wrap .post-top .author-wrap p { width: 100%; display: inline-block; vertical-align: top; margin: 0; font-weight: 600; color: #565656; margin-top: 10px; }
.pr-blog-post .blog-post .post-wrap .post-top .feature-img { width: 100%; display: inline-block; }
.pr-blog-post .blog-post .post-wrap .post-top .feature-img img { width: 100%; display: inline-block; vertical-align: top; max-width: 100%; object-fit: contain; object-position: center; max-height: 620px; }
.pr-blog-post .blog-post .post-wrap .post-body p: contains('&nbsp;') { display: none; }
.pr-blog-post .blog-post .post-wrap .post-body p:empty { display: none; }
.pr-blog-post .blog-post .post-wrap .post-body p[&nbsp;] { display: none; }
.pr-blog-post .blog-post .post-wrap .post-body p { width: 100%; display: inline-block; vertical-align: top; font-size: 18px; line-height: 1.75em; color: #565656; margin: 0 0 12px 0; }
.pr-blog-post .blog-post .post-wrap .post-body h2 { width: 100%; display: inline-block; vertical-align: top; line-height: 1.25; margin: 20px 0 20px 0; }
.pr-blog-post .blog-post .post-wrap .post-body ol, .blog-wrap .blog-post-wrapper .post-body ul { width: 100%; display: inline-block; vertical-align: top; padding: 0 0 0 30px; box-sizing: border-box; }
.pr-blog-post .blog-post .post-wrap .post-body ol li, .blog-wrap .blog-post-wrapper .post-body ul li { width: 100%; margin: 4px 0 4px 0; }
.pr-blog-post .blog-post .post-wrap .post-body li { line-height: 1.42; margin: 0 0 1.4rem; }
.pr-blog-post .blog-post .post-wrap .post-body ol li br, .blog-wrap .blog-post-wrapper .post-body ul li br { display: none; }
.pr-blog-post .blog-post .post-wrap .post-body h3 { width: 100%; display: inline-block; line-height: 1.25; margin: 20px 0 20px 0; }
.pr-blog-post .blog-post .post-wrap .post-body h4 { width: 100%; display: inline-block; line-height: 1.25; margin: 20px 0 20px 0; }
.pr-blog-post .blog-post .post-wrap .post-body p a { color: #68ac40 !important; }
.pr-blog-post .blog-post .post-wrap .post-body p a:hover { color: #565656 !important; }
.pr-blog-post .blog-post .post-wrap .post-body blockquote { width: 100%; display: inline-block; vertical-align: top; box-sizing: border-box; margin: 20px 0 20px 0; background: rgb(104 172 64 / 20%); padding: 30px 30px 30px 30px; border-left: 5px solid #4a7c3a; font-style: italic; }
.pr-blog-post .blog-post .post-wrap .post-body blockquote p { margin: 0; font-style: italic; width: 100%; display: inline-block; vertical-align: top; font-size: 18px; line-height: 1.75em; color: #565656; }
.pr-blog-post .blog-post .post-wrap .post-body table { width: 100% !important; border: 1px solid #565656 !important; margin: 20px 0; }
.pr-blog-post .blog-post .post-wrap .post-body table tr td { border: 1px solid #565656 !important; }
.pr-blog-post .blog-post .post-wrap .post-body iframe, .blog-wrap .blog-post-wrapper .post-body video { margin: 20px 0; }
.pr-blog-post .blog-post .post-wrap .post-body img, .blog-wrap .blog-post-wrapper .post-body p img { width: 100% !important; display: inline-block; vertical-align: top; max-width: 100% !important; object-position: center; object-fit: contain; margin: 10px 0; }
.pr-blog-post .blog-post .post-wrap .post-tag { width: 100%; display: inline-block; vertical-align: top; }
.pr-blog-post .blog-post .post-wrap .post-tag ul { width: 100%; display: inline-block; vertical-align: top; padding: 0; }
.pr-blog-post .blog-post .post-wrap .post-tag ul li { width: 100%; display: inline-block; vertical-align: top; padding: 0; color: #565656; font-size: 18px; line-height: 28px; font-weight: 600; text-transform: capitalize; }
.pr-blog-post .blog-post .post-wrap .post-tag ul li i { font-size: 22px; line-height: 26px; display: inline-block; vertical-align: top; padding-right: 5px; box-sizing: border-box; }
.pr-blog-post .blog-post .post-wrap .post-tag ul li a { width: auto; display: inline-block; vertical-align: top; padding: 0 4px 0 4px; color: #565656; font-size: 18px; line-height: 28px; font-weight: 600; text-transform: capitalize; }
.pr-blog-post .blog-post .post-wrap .post-tag ul li a:hover { color: #68ac40; }

.blog-related-posts__post a { width: 100%; display: inline-block; vertical-align: top; }
.blog-related-posts__post h3.blog-related-posts__title a { color: #313334; width: 100%; display: inline-block; font-size: 20px; font-weight: 600; line-height: 30px; margin: 0 0 12px 0; }
.blog-related-posts__post a img { width: 100%; display: inline-block; box-shadow: 0 1px 5px #7d817e; height: 200px; object-fit: contain; }
.blog-related-posts__post h3.blog-related-posts__title { margin: 0; }
.blog-related-posts__post .blog-related-posts__content { width: 100%; display: inline-block; padding: 15px 0 0 0; }
.blog-related-posts__list { justify-content: flex-start; }
/* press-releases-blog-post-css-end */

/* press-releases-blog-index-css-being */

/* press-releases-blog-index-css-end */



@media (max-width: 1199px){
  .pr-blog-post .blog-post .post-wrap .post-top .post-title h1, .pr-blog-post .blog-post .post-wrap .post-top .post-title h1 span { font-size: 34px; line-height: 44px; }
  .pr-blog-post .blog-post .post-wrap .post-body h2 { font-size: 30px; line-height: 40px; }
  .pr-blog-post .blog-post .post-wrap .post-body h3 { font-size: 22px; line-height: 32px; }
}

@media (max-width: 991px){
  .pr-blog-post .blog-post .post-wrap .post-top .post-title h1, .pr-blog-post .blog-post .post-wrap .post-top .post-title h1 span { font-size: 32px; line-height: 42px; }
  .pr-blog-post .blog-post .post-wrap .post-body h2 { font-size: 26px; line-height: 36px; }
  .pr-blog-post .blog-post .post-wrap .post-body h3 { font-size: 22px; line-height: 32px; }
  .pr-blog-post .container { width:100%; }
  .blog-post .container, .blog-header__inner .container, .blog-related-posts .container { width:100%; }
}

@media (max-width: 767px){
  .pr-blog-post .blog-post .post-wrap .post-top .post-title h1, .pr-blog-post .blog-post .post-wrap .post-top .post-title h1 span { font-size: 28px; line-height: 38px; } 
  .pr-blog-post .blog-post .post-wrap .post-body h2 { font-size: 24px; line-height: 34px; }
  .pr-blog-post .blog-post .post-wrap .post-body h3 { font-size: 22px; line-height: 32px; }
  .blog-related-posts__post { padding: 1rem 0; }
  .slick-slider .slick-dots li button { position: relative; height: 48px !important; width: 48px !important; background: transparent !important; margin: 0 -18px; }
  .slick-slider .slick-dots li button:after { content: ""; width: 9px; height: 9px; position: absolute; top: 50%; left: 50%; display: inline-block; background: #9f9f9f; border-radius: 100%; transform: translate(-50%, -50%); }
}

@media screen and (min-width: 768px){
  .blog-related-posts__post { margin: 0;} 
}


@media(min-width:768px){
  .container,.row-fluid .container[class*="span"], .page-center { width:750px; }
}

@media(min-width:992px){
  .container,.row-fluid .container[class*="span"], .page-center { width:970px; }
}

@media(min-width:1170px){
  .container,.row-fluid .container[class*="span"], .page-center { width:1140px; }
}



/* New Css Added 08-02-2024 */

