/*
Theme Name:         Wosnik Law 2024 (Updated)
Theme URI:          http://foundationpress.olefredrik.com
Github Theme URI:   https://github.com/olefredrik/FoundationPress
Description:        Custom Theme built on FoundationPress 6
Version:            1.0.0
Author:             Brett Campbell
Author URI:         brettbradleycampbell.com

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /assets/scss folder.
  Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
  'npm run watch' or 'npm run build'.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */

.form-control,
.blog-formblock input,
.blog-formblock textarea {
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--primaryColor);
  opacity: 80%;
  height: 52px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E1E2E3;
  border-radius: 8px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: unset;
}

.form-group {
  margin: 0 0 22px;
}

.blog-formblock textarea {
  min-height: 100px;
  resize: none;
}

.btn {
  padding: 12px 32px;
  font-size: 14px;
  color: #212129;
  font-family: "Inter", sans-serif;
  border: 1px solid #DDAB1D;
  border-radius: 100px;
  background: #DDAB1D;
  transition: background-color .15s ease-out, color .15s ease-out;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  display: inline-block;
}

.btn:hover {
  border-color: #212129;
  background-color: #212129 !important;
  color: #fefefe;
}

/* Featured Tiles Section New */
.center{
  text-align: center;
}

.d-flex{
  display: flex;
}


.main-heading{
  font-size: 48px;
  font-weight: 400;
  color: #000;
  line-height: 125%;
  margin-bottom: 0;
}

.section-title{
  font-size: 32px;
  font-family: 'Libre Baskerville';
  font-weight: 400;
  color: #212129;
  margin-bottom: 0;
}

.inner-featured-wrap{
  margin-top: 65px;
  position: relative;
}

.featrued-wrapper{
  padding: 80px 0 100px;
}

.feature-head {
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
}

.featured-cards{
  width: 33.33%;
  background: #EFEFEF;
  padding: 24px 20px;
  border-radius: 2px;
}

.feature-left h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: #000000;
  margin: 0;
}

.feature-left p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  opacity: 40%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 184%;
  margin: 2px 0 0;
}

.feature-desc{
  padding-top: 80px;
}

.feature-desc p{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 140%;
  margin: 0;
}

.feature-right {
  background: #6B8422;
  padding: 5px 22px;
  border-radius: 100px;
  display: inline-block;
}

.feature-right p{
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  line-height: 122%;
}

.inner-featured-wrap .slick-slide {
 margin: 0 8px;
}

.inner-featured-wrap .slick-list {
 margin: 0px -8px 0px -8px;
}

.inner-featured-wrap .slick-next, 
.inner-featured-wrap .slick-prev {
  top: auto;
  bottom: -85px;
  border: 1px solid #E1E2E3;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  transition: all 200ms ease-out;
}

/* .inner-featured-wrap .slick-next:hover, 
.inner-featured-wrap .slick-prev:hover {
  transform: scale(1.2);
} */

.inner-featured-wrap .slick-prev {
  left: 46.5%;
}

.inner-featured-wrap .slick-next {
  right: 47.5%;
}

.inner-featured-wrap .slick-next:before, 
.inner-featured-wrap .slick-prev:before{
    background: url(./assets/images/feature-right.svg) no-repeat;
    background-size: contain;
    width: 7px;
    height: 12px;
    color: transparent;
    opacity: 1;
    font-size: 0;
    display: inline-block;
}

.inner-featured-wrap .slick-prev:before{
    background: url(./assets/images/feature-left.svg) no-repeat;
}

.featrued-wrapper .slick-slider .slick-track, 
.featrued-wrapper .slick-slider .slick-list {
  display: flex;
}

.home .featrued-wrapper {
  margin-bottom: 60px;
}

/* End Featured Tiles Section New */

/* Blog Post */
.blog-slider {
  position: relative;
  padding-bottom: 0 !important;
}

.blog-slider .section-title {
  position: absolute;
  top: 70px;
}

.inner-blogwrapper{
  padding: 80px 0;
  gap: 100px;
  justify-content: space-between;
}

/* .blog-post .inner-blogwrapper{
  padding: 80px 0 0;
} */

.blogmain-content{
  width: calc(100% - 500px);
}

.blogsidebar {
  width: 500px;
  position: sticky;
  top: 20px;
  height: 100%;
}

.blogpills-wrap{
  gap: 10px;
  margin: 24px 0 28px;
}

.blgpills{
  background: #DCAA32;
  padding: 5px 22px;
  border-radius: 100px;
}

.blgpills p{
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
}

.blg-written-date p{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: 60%;
  line-height: 128%;
  margin-bottom: 10px;
}

.line{
  display: block;
  width: 30px;
  height: 1px;
  background: #E1E2E3;
  margin: 60px 0;
}

.blog-content-description p,
.blog-content-description ul li{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 150%;
}

.blog-content-description p{
  margin-bottom: 20px;
}

.blog-content-description h2{
  font-size: 32px;
  font-weight: 400;
  color: #000;    
  line-height: 125%;
  margin: 35px 0 35px;
}

.blog-content-description ul {
  padding-left: 18px;
  margin-bottom: 25px;
}

.blog-content-description ul li {
 list-style: disc;
 padding-bottom: 6px;
}

.blog-slider .feature-desc {
  padding-top: 45px;
  padding-bottom: 60px;
}

.blog-slider .feature-left h5 {
  font-size: 24px;
  font-style: italic;
}

.blog-slider .inner-featured-wrap .slick-next,
.blog-slider .inner-featured-wrap .slick-prev {
  top: -40px;
  bottom: auto;
}

.blog-slider .inner-featured-wrap .slick-prev{
  left: auto;
  right: 40px;
}

.blog-slider .inner-featured-wrap .slick-next{
  right: 0;
}

.blog-slider .featured-cards.slick-active{
  background: #F7F7F7;
  opacity: 1;
}

.blog-slider .featured-cards{
  background: #F7F7F7;
  opacity: 40%;
}

.innerblg-sidebar {
  border: 1px solid #E1E2E3;
  padding: 25px;
  border-radius: 2px;
}

.innerblg-sidebar h4 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  margin: 24px 0;
}

.innerblg-sidebar>p {
  font-size: 14px;
  color: #000;
  opacity: 60%;
  text-align: center;
  margin-bottom: 28px;
}

.blogsidebar .send-button button {
  width: 100%;
}

input.wpcf7-submit{
    padding: 12px 32px;
    font-size: 14px;
    color: #212129;
    border: 1px solid #DDAB1D;
    border-radius: 100px;
    background: #DDAB1D;
    transition: 0.5s ease-in;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
    display: inline-block;
    height: auto;
    opacity: 1;
    transition: background-color .15s ease-out, color .15s ease-out;
    cursor: pointer;
}

input.wpcf7-submit:hover {
  border-color: #212129;
  background: #212129 !important;
  color: #fefefe;
}

.submit-btn-wrpr {
  position: relative;
}

.submit-btn-wrpr span.wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 10px;
  right: 20px;
}

.submit-btn-wrpr p {
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 10px 0 0;
  line-height: 132%;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -12px;
}

.blog-formblock input:focus, .blog-formblock textarea:focus{
  outline: 0;
  box-shadow: unset;
  border-color: #E1E2E3;
  background-color: #fff;
  transition: unset;
  opacity: 1;
}

/* End Blog Post */ 

/* Blog Archive */
.blogsection .main-heading {
  margin-bottom: 74px;
}

.blogpost-cards p.descp {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  margin-bottom: 0;
}

.blogpost-cards {
  border: 1px solid #E1E2E3;
  border-radius: 4px;
  margin-bottom: 36px;
  padding: 30px;
}

.blogpost-cards:last-child {
  margin-bottom: 0;
}

.pagination .current{
  background: #DDAB1D;
  color: #212129;
  border-radius: 2px;
}
/* End Blog Archive */

/* Practicearea Hub CSS*/
.practicearea-section {
  padding: 70px 0 120px;
}

.inner-practicearea {
  flex-wrap: wrap;
  gap: 16px 16px;
  padding-top: 80px;
  max-width: 1000px;
  margin: 0 auto;
}

.practicearea-block {
  background: #EFEFEF;
  padding: 12px 16px;
  border-radius: 2px;
  width: calc(50% - 8px);
  align-items: center;
  justify-content: space-between;
  transition: all ease .60s;
}

.practicearea-block:hover{
  background: #DDAB1D;
}

.practicearea-block p{
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 122%;
  margin-bottom: 0;
}

/* End Practicearea Hub*/

/* Practice Area Page */

.bg-lightgrey{
  background:#EFEFEF;
}

.prachub-section{
  padding: 100px 0 120px;
}

.headcontbtn-section {
  padding: 100px 0 160px;
}

.headcontbtn-section .main-container {
  height: 100%;
}

.inner-headcontbtn {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bg-black{
  background: #181820;
}

.headcontbtn-section h1,
.headcontbtn-section p{
  color: #fff;
}

.headcontbtn-section p{
  font-size: 16px;
  max-width: 590px;
  margin: 48px auto;
}

.prachub-section{
  background:#EFEFEF;
}

.prachub-section .inner-practicearea {
  padding-top: 62px;
}

.prachub-section .practicearea-block{
  background: #E1E1E1;
}

.prachub-section .practicearea-block:hover{
  background: #DDAB1D;
}

/* End Practice Area Page */

/* FAQ */
.faqouter-wraper {
  padding: 55px 0 0;
}

.faqouter-wraper .acc__title {
  font-size: 18px;
  font-weight: 400;
  padding-right: 15px;
}

.acc {
  margin: 0 auto 0;
  width: 100%;
}

.acc__card {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid #E6E1D4;
}

.acc__card:first-child {
  padding-top: 0;
}

.acc__card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.acc__title {
  cursor: pointer;
  color: var(--primaryColor);
  display: block;
  position: relative;
  font-family: var(--mainFont);
  font-size: 24px;
}

.acc__title::after {
  width: 12px;
  height: 12px;
  background: url(./assets/images/plus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  content: " ";
  top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
  background: url(./assets/images/minus.svg) no-repeat;
  background-size: contain;
  top: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acc__panel {
  font-size: 16px;
  display: none;
  margin: 0;
  padding: 20px 0 0;
  color: var(--primaryColor);
  opacity: 60%;
  line-height: 150%;
}

/* End FAQ */

/* Review CSS */

.clientreview-wrapper {
  padding: 80px 0 100px;
}

.clientreview-wrapper .inner-clientreview {
  margin-top: 50px;
}

.clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-next, 
.clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev  {
  border: 1px solid #E1E2E3;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  padding: 0;
  display: block !important;
}

.clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-next:before, 
.clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev:before{
    background: url(./assets/images/feature-right.svg) no-repeat;
    background-size: contain;
    width: 7px;
    height: 12px;
    color: transparent;
    opacity: 1;
    font-size: 0;
    display: inline-block;
    transform: unset;
    top: 7px;
    left: 10px;
}

.clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev:before{
  background: url(./assets/images/feature-left.svg) no-repeat;
}

.clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-next:after, 
.clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev:after{
  display: none;
}

.clientreview-wrapper .ti-widget.ti-goog .ti-controls {
  top: auto !important;
  bottom: -40px;
}

.clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-next {
  right: 47.5%;
}

.clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev {
  left: 46.5%;
}

.ti-widget.ti-goog .ti-controls .ti-next:hover, 
.ti-widget.ti-goog .ti-controls .ti-prev:hover{
  transform: unset;
}

.clientreview-wrapper .ti-reviews-container-wrapper {
  margin: 0 !important;
}

.clientreview-wrapper .ti-widget-container{
  margin: 0 !important;
}

.ti-widget.ti-goog .ti-controls .ti-next:hover, 
.ti-widget.ti-goog .ti-controls .ti-prev:hover {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

/* Landing Page Css */

.dark-theme header.site-header,
.practice-area-subpage header.site-header {
  background: #181820;
  border-bottom: 0;
}

.dark-theme .top-bar .menu a,
.practice-area-subpage .top-bar .menu a {
  opacity: .8;
  color: #fefefe;
}

.dark-theme .top-bar .is-dropdown-submenu,
.practice-area-subpage .top-bar .is-dropdown-submenu {
  border: none;
  background: 0 0;
}

.dark-theme .menu-icon:after,
.practice-area-subpage .menu-icon:after {
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe
}

.landingbanner-section{
  padding: 52px 0 80px;
}

.landing-headcont .section-title {
  max-width: 600px;
  color: #fff;
}

.innerlanding-section {
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.landing-headcont p {
  max-width: 900px;
}


.landing-left {
  width: 35%;
}

.landing-right {
  width: 60%;
}

.landing-right p {
  font-size: 16px;
  color: #212129;
  line-height: 24px;
  margin: 44px 0 25px;
}

.landing-headcont {
  height: auto;
  padding: 105px 0 105px;
}

/* Dark Theme */
  .dark-theme .landingbanner-section {
    background: #181820;
    margin-top: -1px;
}

.dark-theme .main-heading,
.dark-theme .landing-right p{
    color: #FEFEFE;
}

.dark-theme .bg-black {
    background: #EFEFEF;
}

.dark-theme .landing-headcont .section-title,
.dark-theme .landing-headcont p {
    color: #212129;
}

.footer-badges ul {
    flex-wrap: wrap;
    justify-content: center;
}




/* Media CSS */
@media(max-width: 1440px){
  .feature-desc {
    padding-top: 60px;
  }

  .blog-content-description h2 {
    margin: 35px 0 25px;
  }

  .line {
    margin: 50px 0;
  }

  .blog-content-description h2 {
    font-size: 32px;
    font-weight: 400;
    color: #000;
    line-height: 125%;
    margin: 35px 0 25px;
  }

  .blog-slider .feature-desc {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .line {
    margin: 40px 0;
  }

}

@media (max-width: 1280px){

  .main-heading {
    font-size: 42px;
  }

  .blogpost-cards .section-title {
    font-size: 28px;
  }

  .feature-right {
    padding: 5px 18px;
  }

  .inner-blogwrapper {
    gap: 80px;
  }

  .blogsection .main-heading {
    margin-bottom: 50px;
  }

  .blogsection .main-heading {
    margin-bottom: 50px;
  }

  .blogpost-cards {
    padding: 22px;
  }

  .blog-slider .section-title {
    top: 75px;
  }

  .inner-practicearea {
    padding-top: 60px;
    max-width: 800px;
  }

  .practicearea-block p {
    font-size: 18px;
  }

  .practicearea-section {
    padding: 70px 0 80px;
  }

  .headcontbtn-section p {
    margin: 42px auto;
  }

  .innerlanding-section {
    gap: 80px;
  }

  .footer-badges ul a svg {
    width: 100px !important;
  }

  .footer-badges ul li img {
      max-width: 100px !important;
  }

  .slbadge.rsbadge-blue {
      width: 122px;
      height: 101px;
  }

.footer-badges ul li .slbadge.rsbadge-blue .slbadge_header {
    width: 100%;
    height: 100%;
}

}

@media(max-width: 1024px){

  .section-title {
    font-size: 28px;
  }

  .main-heading {
    font-size: 36px;
  }

  .feature-left h5 {
    font-size: 18px;
  }

  .feature-right p {
    font-size: 11px;
  }

  .clientreview-wrapper,
  .featrued-wrapper {
    padding: 60px 0 80px;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-next,
  .inner-featured-wrap .slick-next {
    right: 47%;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev,
  .inner-featured-wrap .slick-prev {
    left: 46%;
  }

  .clientreview-wrapper .inner-clientreview,
  .inner-featured-wrap {
    margin-top: 40px;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls {
    bottom: -30px;
  }

  .inner-featured-wrap .slick-next, .inner-featured-wrap .slick-prev {
    bottom: -72px;
  }

  .inner-blogwrapper {
    gap: 60px;
    padding: 60px 0;
  }

  .faqouter-wraper {
    padding: 40px 0 0;
  }

  .blogsidebar {
    width: 430px;
  }

  .blogmain-content {
    width: calc(100% - 430px);
  }

  .innerblg-sidebar h4 {
    font-size: 22px;
    margin: 20px 0;
  }

  .innerblg-sidebar {
    padding: 20px;
  }

  .form-control, .blog-formblock input, .blog-formblock textarea {
    height: 50px;
  }

  .blogpost-cards .section-title {
    font-size: 24px;
  }

  .blog-content-description h2 {
    font-size: 28px;
  }

  .blog-content-description h2 {
    font-size: 25px;
    margin: 35px 0 18px;
  }

  .blog-slider .section-title {
    top: 40px;
  }

  .blog-slider .feature-left h5 {
    font-size: 20px;
  }

  .blog-slider .feature-desc {
    padding-top: 26px;
    padding-bottom: 40px;
  }

  .inner-practicearea {
    max-width: 700px;
  }

  .headcontbtn-section {
    padding: 80px 0 80px;
  }

  .prachub-section .inner-practicearea {
    padding-top: 45px;
  }

  .innerlanding-section {
    gap: 60px;
  }

  .landing-right p {
    margin: 34px 0 25px;
  }
}

@media (max-width: 992px){
  .main-heading {
    font-size: 32px;
  }

  .section-title {
    font-size: 25px;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-next, 
  .inner-featured-wrap .slick-next {
    right: 46.5%;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev, 
  .inner-featured-wrap .slick-prev {
    left: 45.5%;
  }

  .feature-desc {
    padding-top: 40px;
  }

  .blogpost-cards {
    padding: 18px;
  }

  .blogpost-cards .section-title {
    font-size: 22px;
  }

  .inner-practicearea {
    padding-top: 45px;
  }

  .practicearea-section {
    padding: 60px 0 60px;
  }

  .practicearea-block p {
    font-size: 16px;
  }

  .practicearea-block {
    padding: 10px 14px;
  }

  .top-bar .menu a {
    margin-left: 1rem;
  }

  .top-bar .menu>li:not(.menu-text)>a {
    padding: 1rem .5rem;
  }
}

@media (max-width: 820px){

  .header-logo {
    max-width: 178px;
  }

  .top-bar .menu>li:not(.menu-text)>a {
    padding: 1rem .2rem;
  }

  .inner-blogwrapper {
    flex-direction: column;
    align-items: center;
  }

  .blogmain-content {
    width: 100%;
  }

  .blogpills-wrap {
    margin: 20px 0 24px;
  }

  .blogsection .main-heading {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px){

  .main-heading {
    font-size: 30px;
  }

  .blog-content-description h2 {
    font-size: 22px;
  }

  .clientreview-wrapper .inner-clientreview, 
  .inner-featured-wrap {
    margin-top: 32px;
  }

  .clientreview-wrapper, .featrued-wrapper {
    padding: 50px 0 60px;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev, 
  .inner-featured-wrap .slick-prev {
    left: 45%;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-next, 
  .inner-featured-wrap .slick-next {
    right: 46%;
  }

  .inner-blogwrapper {
    gap: 50px;
    padding: 50px 0;
  }

  .faqouter-wraper {
    padding: 30px 0 0;
  }

  .innerblg-sidebar h4 {
    font-size: 20px;
  }

  .blogpost-cards {
    margin-bottom: 26px;
  }

  .blgpills p {
    font-size: 11px;
  }

  .blog-slider .section-title {
    top: 28px;
  }

  .btn {
    font-size: 12px;
  }

  .headcontbtn-section {
    padding: 50px 0 80px;
  }

  .landingbanner-section {
    padding: 52px 0 60px;
  }

}

@media (max-width:767px){
  .top-bar .menu>li:not(.menu-text)>a {
    padding: 1rem;
  }

  .mobile-menu .menu .is-active>a{
    opacity: .8;
    color: #fefefe;
  }

  .innerlanding-section {
    gap: 50px;
    flex-direction: column;
  }

  .landing-right {
    width: 100%;
  }

  .innerlanding-section {
    gap: 50px;
  }

  .landing-right p {
    font-size: 15px;
  }

  .landing-right p {
    margin: 28px 0 25px;
  }

}

@media (max-width: 680px){

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-next, 
  .inner-featured-wrap .slick-next {
    right: 45%;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev, 
  .inner-featured-wrap .slick-prev {
    left: 44%;
  }

  .section-title {
    font-size: 22px;
  }

  input.wpcf7-submit {
    font-size: 12px;
  }

  .blog-formblock textarea {
    min-height: 80px;
  }

  .blogpost-cards .section-title {
    font-size: 18px;
  }

  .blog-slider .section-title {
    top: 22px;
  }

  .headcontbtn-section p {
    margin: 25px auto 40px;
  }

  .headcontbtn-section {
    padding: 50px 0 60px;
  }

  .landing-left{
    width: 100%;
  }

}

@media (max-width: 500px){
  .main-heading {
    font-size: 28px;
  }

  .blogsidebar {
    width: 100%;
  }

  .innerblg-sidebar {
    padding: 15px;
  }

  .acc__card {
    padding: 15px 0;
  }

  .faqouter-wraper .acc__title {
    font-size: 16px;
  }

  .acc__title::after {
    top: 6px;
  }

  .inner-clientreview .ti-widget.ti-goog .ti-controls-line {
    display: none !important;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev, .inner-featured-wrap .slick-prev {
    left: 42%;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-next, .inner-featured-wrap .slick-next {
    right: 42%;
  }

  .clientreview-wrapper .inner-clientreview, .inner-featured-wrap {
    margin-top: 28px;
  }

  .practicearea-block {
    width: 100%;
  }

  .practicearea-section {
    padding: 60px 0 50px;
  }

  .inner-practicearea {
    padding-top: 40px;
  }

  .prachub-section .inner-practicearea {
    padding-top: 30px;
  }

  .headcontbtn-section p {
    font-size: 15px;
    padding: 0 12px;
  }

  .footer-badges ul {
    justify-content: space-between;
}

}

@media (max-width: 380px){

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-next, .inner-featured-wrap .slick-next {
    right: 41%;
  }

  .clientreview-wrapper .ti-widget.ti-goog .ti-controls .ti-prev, .inner-featured-wrap .slick-prev {
    left: 41%;
  }

}