/* global */

.heading {
	color: #303030;
	text-align: center;	
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px; 
	text-transform: capitalize;
	letter-spacing: 0px;
}

@media screen and (min-width: 992px) {
		.heading {
				font-size: 36px;
				line-height: 47px; 
		}
}
/* hero */

.hero {
    padding: 100px 0 100px;
    background-position: top center;
}

@media screen and (min-width: 992px) {
	 .hero {
      padding: 163px 0 160px;   
	 }	
}

.hero .content .banner-subtitle {
	margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.hero .content .cta-review__wrap {
		display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.hero .content .cta-review__wrap > div {
		width: auto;
	}
}

.hero .content .cta-review__wrap a:first-child {
    margin-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
	.hero .content .cta-review__wrap a:first-child {
		margin-right: 16px;
		margin-bottom: initial;
	}

	.hero .content .cta-review__wrap a:last-child {
		margin-left: 16px;
	}
}


/* intro  */

.intro {
	margin-top: 100px;
	padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.intro {
		margin-top: 150px;
		padding-bottom: 80px;
	}	
}

.entry-content p {
	color: #303030;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 19px;
}

.intro .row {
	flex-direction: column-reverse;
}

@media screen and (min-width: 1200px) {
	.intro .row {
		  flex-direction: row;
	}
}

.intro .col-6:last-child {
	padding-top: 0px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
	.intro .col-6:last-child {
		padding-top: 5px;
  	text-align: right;
	}	
}

.intro .col-6 {
	flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
	.intro .col-6 {
		flex: 0 0 50%;
	  max-width: 50%;
	}
}


.intro .toc {
	padding: 18px 30px 15px 25px;
    margin: 40px 0 30px 0;
    box-shadow: none;
    max-width: 100%;
    border: 2px solid rgba(130, 148, 161, 0.50);
}

.intro .toc .toc-title {
	color: #303030;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

.intro .toc .toc-title:before {
	background: url(../../images/acc-open.svg);   
  	width: 32px;  
  	height: 32px;
  	top: initial;
  	display: block;
}
.intro .toc .toc-title[aria-expanded=true]:before {
	background: url(../../images/acc-close.svg);   
}

.intro .toc .toc-table-list li:first-child {
	border-top: 0px;
}

.intro .toc .toc-table-list li:last-child {
	border-bottom: 0px;
}

.intro .toc .toc-table-list li a {
	color: #004A8C;
    font-size: 17px;
    font-weight: 600;
}
.intro .toc .toc-table-list li a:hover {
    color: #007DB3;
}
/*
.intro .accordion {
	margin-top: 38px;
}

.intro .accordion__item {
    margin-bottom: 30px;
    border: 2px solid rgba(130, 148, 161, 0.50);
	background: #FFF;
}

.intro .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 25px;  
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.intro .accordion__header:focus-visible {
    outline: 2px solid yellow;
    outline-offset: -2px;
    background-color: rgba(0, 0, 0, 0.15);
}

.intro .accordion__header:hover {
    
 }

.intro .accordion__header::-webkit-details-marker {
  display: none; 
}

.intro .accordion__title {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
}

.intro .accordion__arrow::after {
  content: '';
  background: url(../../images/acc-open.svg);   
  width: 32px;  
  height: 32px;
  display: block;
}

.intro .accordion__item[open] .accordion__arrow::after {  
  background: url(../../images/acc-close.svg);   
  width: 32px;  
  height: 32px;
  display: block;
}

.intro .accordion__content {
  padding: 1rem 1.25rem;  
}

.intro .accordion__content p {
    color: #303030;	
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 19px;
}

.intro .accordion__details::details-content {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-8px);
}

.intro .accordion__details[open]::details-content {
  opacity: 1;
  transform: translateY(0);
}

.intro .accordion__header {
  color: #303030;
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px; 
}

@media screen and (min-width: 768px) {
	.intro .accordion__header {
		font-size: 22px;
		line-height: 38px; 
	}
}

@media screen and (min-width: 1200px) {
	.intro .accordion__header {
		font-size: 24px;
	}
}
*/


/* results  */

.case-studies-part {
	margin-bottom: 0px;
}

.case-studies-part .top-section {
   	padding-top: 40px;
   	padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
	.case-studies-part .top-section {
   		padding-top: 90px;
   		padding-bottom: 60px;
	}	
}
.case-studies-part .heading {
	color: #303030;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 130.556% */
	text-transform: capitalize;
	margin-bottom: 30px;
	max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 992px) {
	.case-studies-part .heading {
		margin-bottom: 70px;
		font-size: 36px;
		line-height: 47px;
		max-width: none;
    	margin-left: initial;
    	margin-right: initial;
	}
}

.case-studies-part .section-title:before,
.case-studies-part .section-title:after {
	display: none;
}

.case-studies-part .case-studies-slider {
	padding: 0px;
}

@media screen and (min-width: 768px) {
	.case-studies-part .case-studies-slider {	
		padding-bottom: 50px;
	}	
}

@media screen and (min-width: 992px) {
	.case-studies-part .case-studies-slider {	
		padding-bottom: 0px;
	}	
}

.case-studies-part .case-studies-slider .item {
	padding: 40px 60px 10px;
}

@media screen and (min-width: 768px) {
	.case-studies-part .case-studies-slider .item {
		padding: 60px 45px 10px;
	}
}

.case-studies-part .case-studies-slider .amount {
	color: #F17122;
	text-align: center;	
	font-family: "Poppins", sans-serif;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
}

@media screen and (min-width: 992px) {
	.case-studies-part .case-studies-slider .amount {
		font-size: 64px;
		line-height: 71px;
	}
}

.case-studies-part .case-studies-slider .content{
	padding-top: 28px;
}

.case-studies-part .case-studies-slider .content p {
	color: #303030;
	text-align: center;	
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.case-studies-part .case-studies-slider .content p a {
	display: none;
}

.case-studies-part .case-studies-slider .read-case {
	border-radius: 100px;
    border: 3px solid rgba(130, 148, 161, 0.50);
    padding: 6px 35px;
    color: #004A8C;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.case-studies-part .case-studies-slider .read-case:hover {
		background: #c0c9d014;
}

.case-studies-part .case-studies-slider .slick-dots {
	display: block;
	padding-top: 0px;
    margin-bottom: 30px;
    background: white;
    padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.case-studies-part .case-studies-slider .slick-dots {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {	
	.case-studies-part .slick-prev {
		  left: -30px;
	}

	.case-studies-part .slick-next {
		  right: -30px;
	}
}

.case-studies-part .top-section .btn {
   	background: linear-gradient(270deg, #004A8C 0%, #1C6FBA 99.76%);
}

.case-studies-part .top-section .btn:before {
	background: #1C6FBA;
}

.case-studies-part .bottom-section {
    padding-bottom: 75px;
}

.case-studies-part .bottom-section .heading {
	  padding-top: 65px;
		max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.case-studies-part .bottom-section .results-image {
	  margin-top: -215px;
    max-width: 664px;
    margin-left: auto;
    margin-right: auto;
}

.case-studies-part .bottom-section .results-image img {
		border: 10px solid #FFF;
	  background: url() lightgray 50% / cover no-repeat;
}

.case-studies-part .bottom-section .accordion {
		margin-top: 38px;
	  max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.case-studies-part .bottom-section .accordion__item {
    margin-bottom: 30px;
    border-top: 1px solid rgba(130, 148, 161, 0.50);
	  background: #FFF;
}

.case-studies-part .bottom-section .accordion__item:last-child {
    border-bottom: 1px solid rgba(130, 148, 161, 0.50);
    padding-bottom: 29px;
}

.case-studies-part .bottom-section .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0px 0px 0px;  
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.case-studies-part .bottom-section .accordion__header:focus-visible {
    outline: 2px solid yellow;
    outline-offset: -2px;
    background-color: rgba(0, 0, 0, 0.15);
}

.case-studies-part .bottom-section .accordion__header:hover {
    /*background-color: rgba(0, 0, 0, 0.15);*/
 }

.case-studies-part .bottom-section .accordion__header::-webkit-details-marker {
  display: none; /* Safari fallback */
}

.case-studies-part .bottom-section .accordion__title {
  font-weight: 600;
  display: flex;  
  gap: 12px;
}

@media screen and (min-width: 992px) {
		.case-studies-part .bottom-section .accordion__title {
				align-items: center;
		}
}

.case-studies-part .bottom-section .accordion__title b {
	color: #F17122;
	margin-right: 5px;
}

/* Custom Arrow */
.case-studies-part .bottom-section .accordion__arrow::after {
  /*close*/	
  content: '';
  background: url(../../images/acc-open.svg);   
  width: 32px;  
  height: 32px;
  display: block;
}


.case-studies-part .bottom-section .accordion__item[open] .accordion__header {
  
}

.case-studies-part .bottom-section .accordion__item[open] .accordion__arrow::after {
  /*open*/	  
  background: url(../../images/acc-close.svg);   
  width: 32px;  
  height: 32px;
  display: block;
}

/* Content Area with Smooth Reveal */
.case-studies-part .bottom-section .accordion__content {
  padding: 12px 57px 2px 25px;  
}

.case-studies-part .bottom-section .accordion__content p {
    color: #303030;	
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 19px;
}

/* Animation */
.case-studies-part .bottom-section .accordion__details::details-content {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-8px);
}

.case-studies-part .bottom-section .accordion__details[open]::details-content {
  opacity: 1;
  transform: translateY(0);
}

.case-studies-part .bottom-section .accordion__header {
    color: #303030;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px; 
}

@media screen and (min-width: 1200px) {
	.case-studies-part .bottom-section .accordion__header {
		font-size: 24px;
	}
}


.case-studies-part .bottom-section .free-evaluation-button {
		margin-top: 52px;
}


/* Attorneys */

.attorneys-section {
	 background: #F0F0F0;
	 padding-top: 80px;
	 padding-bottom: 80px;
}

.attorneys-section .heading {
		margin-bottom: 65px;
}

.attorneys-section .accident-attorneys-slider {

}

.attorneys-section .accident-attorneys-slider .item .box {
	  width: 330px;
	  margin-left: auto;
    margin-right: auto;
}

.attorneys-section .accident-attorneys-slider .item .image {

}

.attorneys-section .accident-attorneys-slider .item .name {	 	
    padding: 28px 25px;    
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    background: url(../../images/bg-orange-atty.jpg) no-repeat top center;
    background-color: #f17122;
}

.attorneys-section .accident-attorneys-slider .item .name a {	 	
	color: #fff;
}

@media screen and (min-width: 768px) {
	.attorneys-section .slick-prev {
		  left: -20px;
	}

	.attorneys-section .slick-next {
		  right: -20px;
	}
}

/* testimonials  */

.our-testimonials-section {    
	background: url(../../images/bg-testimonials.jpg);   
	background-size: cover;
    padding-top: 60px;
    padding-bottom: 25px;
}

@media screen and (min-width: 992px) {
	.our-testimonials-section {    
		padding-top: 80px;
    	padding-bottom: 65px;
	}
}

.our-testimonials-section .heading {
	  margin-bottom: 64px;
	  color: #fff;
}

.our-testimonials-section .video-item {
	max-width: 450px;
}

@media screen and (min-width: 1200px) {
	.our-testimonials-section .video-item {
		max-width: 370px;
	}
}

@media screen and (min-width: 1440px) {
	.our-testimonials-section .video-item {
		max-width: 450px;
	}
}

.our-testimonials-section .video-item .video-title {
    padding: 24px 20px 22px 25px;
    color: #FFF;
    font-family: "Poppins" , sans-serif;
    font-size: 17px;
    font-style: normal;
    text-transform: initial;
    font-weight: 700;
    line-height: 27.867px;
}

@media screen and (min-width: 768px) {
    .our-testimonials-section .video-item .video-title {
        padding: 24px 110px 22px 25px;
    }
}

@media screen and (min-width: 992px) {
    .our-testimonials-section .video-item .video-title {
        padding: 24px 90px 22px 25px;
    }
}
@media screen and (min-width: 1200px) {	
	.our-testimonials-section .video-item .video-title {
        min-height: 100px;
	}
}	
@media screen and (min-width: 1300px) {
    .our-testimonials-section .video-item .video-title {
        padding: 24px 35px 22px 25px;
    }
}

@media screen and (min-width: 1440px) {
    .our-testimonials-section .video-item .video-title {        
        padding: 24px 80px 22px 25px;
    }
}

.our-testimonials-section .video-item-holder {
    flex: 0 0 80%;
    max-width: 80%;
}

@media screen and (min-width: 992px) {
    .our-testimonials-section .video-item-holder {
        flex: 0 0 40.3333333333%;
        max-width: 40.3333333333%;
    }
}

@media screen and (min-width: 1300px) {
    .our-testimonials-section .video-item-holder {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

.our-testimonials-section .video-item .btn-play {
    right: 25px;
    bottom: -20px;
}

@media screen and (min-width: 992px) {
    .our-testimonials-section .video-item .btn-play {        
        bottom: -25px;
    }
}

@media screen and (min-width: 1300px) {
    .our-testimonials-section .video-item .btn-play {        
        bottom: -10px;
    }   
}

@media screen and (min-width: 1440px) {
    .our-testimonials-section .video-item .btn-play {        
        bottom: -25px;
    }   
}

@media screen and (min-width: 768px) {
	.our-testimonials-section .slick-prev {
		  left: -30px;
	}

	.our-testimonials-section .slick-next {
		  right: -30px;
	}
}

.our-testimonials-section .slick-prev {
   top: 30%;
}

.our-testimonials-section .slick-next {
	top: 30%;
}

.our-testimonials-section .case-studies-slider .slick-dots {
	display: none !important;
}

@media screen and (min-width: 992px) {
	.our-testimonials-section .slick-prev {
		  top: 50%;
	}

	.our-testimonials-section .slick-next {
		  top: 50%;
	}
}

.our-testimonials-section .testimonials-section {
	 padding: 25px 0 30px;
	 background: none;
}

.testimonials-section .written-testimonials {
	 margin-bottom: 40px;
}

.our-testimonials-section .testimonials-section .written-testimonials .written-testimonials-slider {
	 max-width: 800px;
}

.our-testimonials-section .testimonials-section .written-testimonials .written-testimonials-slider .item .content {
	 max-width: 730px;
	 color: #ffffff;
	 font-size: 20px;
     font-style: normal;
     font-weight: 400;
	 line-height: 30px;
}

@media screen and (min-width: 992px) {
	.our-testimonials-section .testimonials-section .written-testimonials .written-testimonials-slider .item .content {
		font-size: 24px;
		line-height: 40px;
	}
}

.our-testimonials-section .testimonials-section .written-testimonials .written-testimonials-slider .item cite {
	 color: #FFF;
	 margin-top: 35px;
	 text-align: center;	 
	 font-size: 22px;
	 font-style: normal;
	 font-weight: 700;
	 line-height: normal;
}

.our-testimonials-section .testimonials-section .slick-dots li.slick-active button {
    width: 17px;
    height: 17px;
    background-color: #ffffff;
    border-color: #ffffff;
}

.our-testimonials-section .testimonials-section .slick-dots li button {
    display: block;
    padding: 0;
    color: transparent;
    font-size: 0;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

/* five things */

.five-things {
    padding-top: 25px;
    padding-bottom: 5px;
}

.five-things .heading {	
	padding-top: 30px;
	max-width: 455px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 32px;
}

@media screen and (min-width: 992px) {
	.five-things .heading {
		padding-top: 65px;
		margin-bottom: 40px;
		max-width: 690px;
		font-size: 36px;
		line-height: 47px;
	}
}


.five-things .accordion {
	margin-top: 0px;
	max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.five-things .accordion__item {
    margin-bottom: 30px;    
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
	background: #FFF;
}

.five-things .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: normal;  
  padding: 30px 30px 30px 40px;  
  cursor: pointer;
  list-style: none;
  user-select: none;
}

@media screen and (min-width: 992px) {
	.five-things .accordion__header {
		align-items: center;
		display: flex;
	}
}

.five-things .accordion__header:focus-visible {
    outline: 2px solid yellow;
    outline-offset: -2px;
    background-color: rgba(0, 0, 0, 0.15);
}

.five-things .accordion__header:hover {
    /*background-color: rgba(0, 0, 0, 0.15);*/
 }

.five-things .accordion__header::-webkit-details-marker {
  display: none; /* Safari fallback */
}

.five-things .accordion__title {
   font-weight: 600;  
   text-align: center;
   display: block;
   width: 100%;
}

@media screen and (min-width: 992px) {
	.five-things .accordion__title {
		display: flex;  
  		gap: 12px;
  		text-align: initial;
  		width: initial;
	}
}

.five-things .accordion__title img {	
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
	.five-things .accordion__title img {
		display: initial;
		margin-right: 15px;	
		margin-left: initial;		
		margin-bottom: initial;
	}
}

.five-things .accordion__title b:hover {
	color: #F17122;
}

@media screen and (min-width: 992px) {
	.five-things .accordion__title {
		align-items: center;
	}
}

/* Custom Arrow */
.five-things .accordion__arrow::after {
  /*close*/	
  content: '';
  background: url(../../images/acc-open.svg);   
  width: 32px;  
  height: 32px;
  display: block;
}


.five-things .accordion__item[open] .accordion__header b {
	display: none;
}

.five-things .accordion__item[open] .accordion__arrow::after {
  /*open*/	  
  background: url(../../images/acc-close.svg);   
  width: 32px;  
  height: 32px;
  display: block;
}

/* Content Area with Smooth Reveal */
.five-things .accordion__content {
  padding: 0px 25px 25px 25px;  
}

@media screen and (min-width: 992px) {
	.five-things .accordion__content {
 	 	padding: 0px 57px 25px 42px;  
	}
}

.five-things .accordion__content .title {
	color: #303030;
	font-family: "Poppins" , sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 22px;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.five-things .accordion__content .title {
		text-align: initial;
	}
}

.five-things .accordion__content p {
    color: #303030;	
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 19px;
}

/* Animation */
.five-things .accordion__details::details-content {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-8px);
}

.five-things .accordion__details[open]::details-content {
  opacity: 1;
  transform: translateY(0);
}

.five-things .accordion__header {
    color: #303030;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px; 
}

@media screen and (min-width: 1200px) {
	.five-things .accordion__header {
		font-size: 24px;
	}
}

@media screen and (min-width: 992px) {
	.five-things .sidebar {
		padding-top: 48px;
	}
}

.five-things .sidebar .section-title svg {
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
}

.five-things .sidebar .section-title {
	color: #303030;
	font-family: "Poppins", sans-serif;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 700 !important;
	line-height: 33px;
}

.five-things .sidebar .resources {
	padding: 30px 3px 10px;
}

@media screen and (min-width: 992px) {
	.five-things .sidebar .resources {
		padding: 30px 17px 10px;
	}	
}

.five-things .sidebar .resources a {
	color: #007DB3;	
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	border-top: 1px solid rgba(130, 148, 161, 0.50);
	border-bottom: 1px solid rgba(130, 148, 161, 0.50);
	padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    padding-right: 55px;
}

.five-things .sidebar .resources a:hover {
	text-decoration: underline;
}

.five-things .sidebar .resources a:after {
	content: url(../../images/resource-icon.svg);    
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 0px;
}

/* aware */

.page-template-practice-area-refresh .awards-part .awards-wrap .slick-prev, 
.page-template-practice-area-refresh .awards-part .awards-wrap .slick-next {
	display: initial !important;
}

.page-template-practice-area-refresh .awards-part .awards-wrap .slick-dots {
	display: none !important;
}


@media screen and (max-width: 991px) {
.page-template-practice-area-refresh .awards-media {
		padding: 30px 0 60px;
	}
}

/* accident-section  */

.accident-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.accident-section {
		padding-top: 75px;
		padding-bottom: 80px;
	}	
}

.accident-section .mb-image {

}

.accident-section .mb-image img {
    width: 100%;
}

@media screen and (min-width: 992px) {
	.accident-section .mb-image {
		display: none;
	}
}

.accident-section .col-6 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 1300px) {
	.accident-section .col-6 {
		flex: 0 0 50%;
	    max-width: 50%;
	}
}

.accident-section .left-content h2 {
	color: #ffffff;	
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	text-transform: capitalize;
	margin-top: 10px;
	margin-bottom: 28px;
}

@media screen and (min-width: 992px) {
	.accident-section .left-content h2 {
		font-size: 36px;
		line-height: 47px;
	}
}

.accident-section .left-content p {
	color: #ffffff;	
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 1.5rem;
	text-shadow: none;
}

@media screen and (min-width: 992px) {
	.accident-section .left-content p {		
		text-shadow: 1px 1px 1px #000;
	}	
}

@media screen and (min-width: 1300px) {
	.accident-section .left-content p {
		text-shadow: none;
	}	
}

.accident-section .left-content ul {
	padding-left: 16px;
	color: #ffffff;
}

.accident-section .left-content ul li {
	color: #ffffff;
	padding-left: 18px;
	position: relative;	
    margin-bottom: 15px;
    text-shadow: none;
    line-height: 25px;
}

@media screen and (min-width: 992px) {
	.accident-section .left-content ul li {
		text-shadow: 1px 1px 1px #000;
	}	
}

@media screen and (min-width: 1300px) {
	.accident-section .left-content ul li {
		text-shadow: none;
	}	
}

.accident-section .left-content ul li:after {
	content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 8px;
    height: 8px;
    background-color: #f17122;
}

.accident-section .left-content ul li a {
	color: #ffffff;
}

.accident-section .center-content {
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.accident-section .center-content h2 {
	color: #303030;
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 47px;
	text-transform: capitalize;
	margin-bottom: 28px;
}

.accident-section .no-fee {
	display: none;
}

.accident-section .no-fee .items {
	max-width: 450px;
	border-top: 5px solid #FF6112;
	background: #FFF;
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
	padding: 60px 64px 65px;
    text-align: center;
}

@media screen and (min-width: 992px) {
	.accident-section .no-fee {
		display: flex;
		justify-content: space-between;
	    flex-wrap: wrap;
	    padding-top: 40px;
	    padding-bottom: 60px;
	}
	.accident-section .no-fee .items {
		max-width: 305px;
		padding: 60px 10px 65px;
	}
}

@media screen and (min-width: 1200px) {
	.accident-section .no-fee .items {
		max-width: 365px;
		padding: 60px 25px 65px;
	}
}

@media screen and (min-width: 1440px) {
	.accident-section .no-fee .items {
		max-width: 450px;
		padding: 60px 64px 65px;
	}
}

.accident-section .no-fee .items .description img {
	margin-bottom: 30px;
}

.accident-section .no-fee .items .description h3 {
	color: #303030;
	margin-bottom: 18px;
	text-align: center;	
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
}

.accident-section .no-fee .items .description p {
	color: #303030;
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 176.471% */
}

.accident-section .bottom-content p,
.accident-section .center-content p {
	color: #303030;	
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 1.5rem;
}

.accident-section .no-fee .items .description p a,
.accident-section .bottom-content p a,
.accident-section .center-content p a {
	text-decoration: underline;
}

.accident-section .bottom-content {
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 500px) {
	.accident-section .nofee-stories-slider {
		padding: 40px 50px;
	}
}

@media screen and (min-width: 992px) {
	.accident-section .nofee-stories-slider {
		display: none;
	}
}

.accident-section .nofee-stories-slider {
	border-top: 5px solid #FF6112;
	margin-top: 50px;
    margin-bottom: 50px;
    background: #FFF;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 40px;
}

.accident-section .nofee-stories-slider .description {
	width: 100%;
    display: inline-block;
    text-align: center;
}

.accident-section .nofee-stories-slider .description h3 {
    color: #303030;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; 
	margin-bottom: 15px;
}

.accident-section .nofee-stories-slider .description img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
    
.accident-section .nofee-stories-slider .description p {    
    color: #303030;
	text-align: center;	
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.accident-section .nofee-stories-slider .slick-prev {
	left: -20px;
}

.accident-section .nofee-stories-slider .slick-next {
    right: -20px;
}

/* core values */

.core-values {
	background: #004A8C url(../../images/bg-core-values.jpg);    
	background-repeat: no-repeat;
	padding-top: 75px;
	padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.core-values {
		padding-bottom: 70px;
	}
}

@media screen and (min-width: 1600px) {
	.core-values {
    	background-size: contain;
    }
}

.core-values .heading {
	color: #ffffff;
}

.core-values .values-box {
	display: none;
}

@media screen and (min-width: 992px) {
	.core-values .values-box {
		margin-top: 55px;
		justify-content: space-around;	    
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1440px) {
	.core-values .values-box {
		justify-content: space-between;	    
	}
}

.core-values .values-box .items {
	width: 328px;
	border: 2px solid rgba(3, 74, 140, 0.10);
	background: rgba(3, 74, 140, 0.62);
	backdrop-filter: blur(18.600000381469727px);
	padding: 43px 30px 55px;
	color: white;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (min-width: 1440px) {
	.core-values .values-box .items {
		margin-bottom: initial;
	}	
}

.core-values .values-box .items .description h3 {
	margin-top: 28px;
	font-weight: 700;
	margin-bottom: 13px;
}

.core-values .values-box .items .description p {
	line-height: 30px;
}

@media screen and (min-width: 992px) {
	.core-values .values-stories-slider {
		display: none;
	}
}

.core-values .values-stories-slider {	
	margin-top: 50px;
    margin-bottom: 50px;
    border: 2px solid rgba(3, 74, 140, 0.10);
	background: rgba(3, 74, 140, 0.62);
	backdrop-filter: blur(18.600000381469727px);
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 40px;
}

.core-values .values-stories-slider .description {
	width: 100%;
    display: inline-block;
    text-align: center;
}

.core-values .values-stories-slider .description h3 {
    color: #ffffff;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; 
	margin-bottom: 15px;
}

.core-values .values-stories-slider .description img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
    
.core-values .values-stories-slider .description p {    
    color: #ffffff;
	text-align: center;	
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.core-values .values-stories-slider .slick-prev {
	left: -20px;
}

.core-values .values-stories-slider .slick-next {
    right: -20px;
}

.core-values .values-stories-slider .slick-active button {
    background-color: #F17122 !important;
    border-color: #F17122 !important;
}

.core-values .values-stories-slider .slick-prev, 
.core-values .values-stories-slider .slick-next {
	top: 70%;	
}

.core-values .values-stories-slider .slick-dots li button {
	background-color: transparent;
}

.core-values .form-wrap {
	border-top: 5px solid #FF6112;
    background: #FFF;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
    max-width: 920px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 30px 30px;
}

@media screen and (min-width: 992px) {
	.core-values .form-wrap {
		margin-top: 100px;
		padding: 50px 70px 40px;
		margin-bottom: 85px;
	}
}

.core-values .form-wrap .section-title {
	color: #303030;
	max-width: 275px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 767px) {
	.core-values .form-wrap .section-title {
		max-width: none;
	    margin-left: initial;
	    margin-right: initial;
	}	
}

.core-values .form-wrap .section-title:after {
	display: none;
}

.core-values .form-wrap .gform_wrapper.gravity-theme .gform_required_legend {
	top: 85px;
}

@media screen and (min-width: 992px) {
	.core-values .form-wrap .gform_wrapper.gravity-theme .gform_required_legend {
		top: 75px;
	}	
}

.core-values .form-wrap .gform_button {
	margin-top: 15px;
	width: 100%;
}

.core-values .form-wrap .gform_button:hover {
	background: #ff8346 !important;
}

.core-values .bottom-content {
	padding-top: 10px;
}

.core-values .bottom-content .col-6:first-child img {
    margin-top: 10px;	
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
}

.core-values .bottom-content h2 {
	color: #FFF;
	font-family: "Poppins", sans-serif;
	font-size: 32px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 42px !important;
	text-transform: capitalize;
	margin-bottom: 24px;
	padding-bottom: 0px !important;
}

@media screen and (min-width: 992px) {
	.core-values .bottom-content h2 {
		font-size: 36px !important;
		line-height: 47px !important;
	}
}

.core-values .bottom-content .col-6:last-child {
	margin-top: 25px;
}

@media screen and (min-width: 1200px) {
	.core-values .bottom-content .col-6:last-child {
		max-width: 575px;
		margin-top: initial;
	    margin-left: auto;
	}
}

.core-values .bottom-content .col-6 {	
	color: #ffffff;
	flex: 0 0 100%;
	max-width: 100%;
}

@media screen and (min-width: 1200px) {
	.core-values .bottom-content .col-6 {	
		flex: 0 0 50%;
	    max-width: 50%;
	}
}

.core-values .bottom-content .col-6 p {
	color: #ffffff;	
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 1.5rem;
}

.core-values .bottom-content .col-6 ul {
	padding-left: 16px;
	color: #ffffff;
}

.core-values .bottom-content .col-6 ul li {
	color: #ffffff;
	padding-left: 18px;
	position: relative;	
    margin-bottom: 15px;
}

.core-values .bottom-content .col-6 ul li:after {
	content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 8px;
    height: 8px;
    background-color: #f17122;
}

.core-values .bottom-content .col-6 ul li a {
	color: #ffffff;
	text-decoration: underline;
}

/* map  */

.map-section {
	padding-top: 40px;	
	padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.map-section {
		padding-top: 80px;	
		padding-bottom: 80px;
	}
}

.map-section h2 {
	font-size: 32px;
	line-height: 42px;
	color: #303030;
}

@media screen and (min-width: 992px) {
	.map-section h2 {
		font-size: 35px;
		line-height: 47px;
	}
}

.map-section .row {
    flex-direction: row;
}

.map-section .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px;
}
.map-section .col-7 {
   	flex: 0 0 100%;
   	max-width: 100%;
   	margin-bottom: 22px;
}

@media screen and (min-width: 1200px) {
	.map-section .col-5 {
		margin-top: initial;
    	flex: 0 0 41.6666666667%;
    	max-width: 41.6666666667%;
	}
	.map-section .col-7 {
    	flex: 0 0 58.3333333333%;
    	max-width: 58.3333333333%;
    	margin-bottom: initial;
	}
}

@media screen and (max-width: 1199px) {
	.map-section .col-7 {
		padding-top: 0px !important;
	}
	.map-section .row {
		flex-direction: column-reverse;
	}
}

.map-section .entry-content p a {
	text-decoration: underline;
}

.map-section .entry-content .btn {
	margin-top: 16px;
	text-decoration: none;
}

.map-section .caption {
	display: none;
}

@media screen and (min-width: 992px) {
	.map-section .caption {
		margin-top: 23px;
		padding-top: 20px;
	    border-top: 1px solid rgba(130, 148, 161, 0.50);
	    width: 80%;
	    margin-left: auto;
	    margin-right: auto;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
}

.map-section .caption img {
	margin-right: 22px;
}

.map-section .caption span {
	color: #303030;
	text-align: center;	
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
}


@media screen and (min-width: 992px) {
	.map-section .mb-caption {
		display: none;
	}
}

.map-section .mb-caption {
	margin-top: 0px;
	padding-top: 20px;
    border-top: 1px solid rgba(130, 148, 161, 0.50);
    width: 100%;
    margin-left: auto;
    margin-right: auto;    
    padding-bottom: 20px;
}

.map-section .mb-caption img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.map-section .mb-caption span {
	color: #303030;
	text-align: center;	
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
}

.map-section svg * {
	transition: none;
}
/* ways to help  */

.ways-to-help {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.ways-to-help {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.ways-to-help .heading {
	color: #303030;
	margin-bottom: 65px;
}

.ways-to-help .col-6 {
	flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.ways-to-help .col-6:last-child {
	margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
	.ways-to-help .col-6 {
		flex: 0 0 50%;
    	max-width: 50%;
    	margin-bottom: 0px;
	}
	.ways-to-help .col-6:last-child {
		margin-bottom: 0px;
	}
}

.ways-to-help .col-6 a {
	color: #007DB3;
	text-decoration: underline;
}

.ways-to-help .col-6 ul li {
    padding-left: 40px !important;
    margin-bottom: 18px !important;
}

.ways-to-help .col-6 ul li:before {
	content: url(../../images/ways-to-help-icon.svg);
	width: 11px;
    height: 8px;    
    position: absolute;
    left: 0px;
}

.ways-to-help .col-6 ul li:after {
	display: none;
}

.ways-to-help .col-6 img {
	border-radius: 0px;
	width: 100%;
	margin-bottom: 40px;
}

.ways-to-help .col-6 .right-content,
.ways-to-help .col-6 .left-content {
	background: #FFF;
	height: 100%;
	padding-bottom: 10px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 992px) {
	.ways-to-help .col-6 .right-content,
	.ways-to-help .col-6 .left-content {		
		padding-bottom: 50px;	 
	}
}

.ways-to-help .col-6 .info {
	padding-left: 20px;
	padding-right: 15px;
}

@media screen and (min-width: 992px) {
	.ways-to-help .col-6 .info {
		padding-left: 60px;
		padding-right: initial;
	}
}

.ways-to-help .col-6 .info h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #303030;	
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
}

@media screen and (min-width: 992px) {
	.ways-to-help .col-6 .info h3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* joye law firm  */

.joye-law-firm {
	padding-top: 0px;
	padding-bottom: 40px;
	background-size: cover !important;
}

@media screen and (min-width: 1200px) {
	.joye-law-firm {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.joye-law-firm .col-5 {
	flex: 0 0 100%;
    max-width: 100%;
}

.joye-law-firm .col-7 {
	flex: 0 0 100%;
    max-width: 100%;
    margin-top: -50px;
}

@media screen and (min-width: 1300px) {
	.joye-law-firm .col-5 {
		flex: 0 0 41.6666666667%;
	    max-width: 41.6666666667%;
	}

	.joye-law-firm .col-7 {
		flex: 0 0 58.3333333333%;
	    max-width: 58.3333333333%;
	    margin-top: initial;
	}
}

@media screen and (min-width: 1300px) {
	.joye-law-firm .entry-content {
	 	max-width: 688px;
	 	margin-left: auto;
	}	
}

.mb-image img {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.mb-image {
		display: none;
	}
}

.joye-law-firm .entry-content h2 {
	position: relative;
	margin-bottom: 55px;
	max-width: 325px;
}

@media screen and (min-width: 500px) {
	.joye-law-firm .entry-content h2 {		
		max-width: none;
	}
}

.joye-law-firm .entry-content h2:after {
	content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 56px;
    height: 4px;
    background: url(../../images/heading-separator.svg) no-repeat center;
}

.joye-law-firm .entry-content h2,
.joye-law-firm .entry-content p {
	color: #fff;
}

.joye-law-firm .entry-content .button-area {
    text-align: center;
}

.joye-law-firm .entry-content .button-area .btn {
	margin-bottom: 35px;
    margin-top: 35px;
}

@media screen and (min-width: 768px) {
	.joye-law-firm .entry-content .button-area {
		text-align: initial;
		margin-top: 50px;
		display: flex;
	    align-items: center;
	    justify-content: space-evenly;
	}
	.joye-law-firm .entry-content .button-area .btn {
		margin-bottom: initial;
    	margin-top: initial;
	}
}

@media screen and (min-width: 1300px) {
	.joye-law-firm .entry-content .button-area {
		justify-content: space-between;
	}	
}

.joye-law-firm .entry-content .button-area .btn {
	border-radius: 100px;
    background: linear-gradient(270deg, #004A8C 0%, #1C6FBA 99.76%);
}

.joye-law-firm .entry-content .button-area .btn:hover {
    background: #1C6FBA !important;
}

.joye-law-firm .entry-content .button-area .btn:before {
	background: #1C6FBA !important;
}

/* community  */

.community {
	background: url(../../images/bg-community.jpg);
	padding-top: 40px;
	padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.community {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.community .tabs-section {
	display: none;
}

@media screen and (min-width: 992px) {
	.community .tabs-section {
		display: initial;
	}
}

.community .tabs-section .nav-tabs {
	border: 0px;	
	justify-content: center;
}

.community .tabs-section .nav-tabs .tab-item:first-child a {
	border-radius: 100px 0 0 100px;
    border: 2px solid #FFF;
}

.community .tabs-section .nav-tabs .tab-item:last-child a {
	border-radius: 0 100px 100px 0;
    border: 2px solid #FFF;
}

.community .tabs-section .nav-tabs .tab-item a:hover {
	background: #F17122;
}

.community .tabs-section .nav-tabs .tab-item .tab-link {
	color: #FFF;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	letter-spacing: 0.5px;
	text-transform: uppercase;	
    padding: 6px 35px;
}

.community .tabs-section .nav-tabs .tab-item .tab-link.active {
	background: #F17122;
}

.community .tab-content {
	background: #fff;
	margin-top: 70px;
}

.community .featured-story {
    padding: 0px;    
}

.community .featured-story .container {
    padding: 0px;    
}

@media screen and (min-width: 992px) {
	.community .featured-story {
	    padding: 50px;    
	}
}

.community .featured-story .video-item { 	
    max-width: 572px;    
}

@media screen and (min-width: 1200px) {
	.community .featured-story .video-item { 
		margin-left: 0px;
	}
}

.community .featured-story .video-item .video-title {
	padding: 45px 40px 45px;
	background: url(../../images/c-bg-orange.jpg) repeat-y top center;
}

.community .featured-story .content .btn {
	color: #F17122 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none !important;
}

.community .featured-story .content .btn:hover {
	color: #004a8c !important;
}

.community .featured-story .content .btn:after {
	content: url(../../images/read-more-c.svg);
	margin-left: 10px;
}

.community .featured-story .content .btn:hover:after {
	filter: brightness(0) saturate(100%) invert(18%) sepia(73%) saturate(3022%) hue-rotate(189deg) brightness(90%) contrast(116%);	
}

.community .featured-story .featured-stories-slider .col-lg-6 {
	flex: 0 0 100%;
    max-width: 100%;
}

.community .featured-story .featured-stories-slider .col-lg-6 .entry-content p a {
	color: #007DB3;
    text-decoration: underline;
}

@media screen and (min-width: 1200px) {
	.community .featured-story .featured-stories-slider .col-lg-6 {
		flex: 0 0 50%;
	    max-width: 50%;
	}
}

.community .featured-story .featured-stories-slider .slick-prev, 
.community .featured-story .featured-stories-slider .slick-next {
	display: none !important;
}

.community .featured-story .featured-stories-slider .slick-prev {
	display: none !important;
}

.community .featured-story .featured-stories-slider .slick-next {
    display: none !important;
}

@media screen and (min-width: 992px) {
	.community .featured-story .featured-stories-slider .slick-prev, 
	.community .featured-story .featured-stories-slider .slick-next {
		display: initial !important;
		display: 35%;
	}

	.community .featured-story .featured-stories-slider .slick-prev {
		display: initial !important;
		left: -100px;
	}

	.community .featured-story .featured-stories-slider .slick-next {
		display: initial !important;
	    right: -100px;
	}	
}

.community .featured-story .slick-dots {
	margin-top: 35px;
}

.community .featured-story.single-story .col-lg-6:first-child {
	text-align: center;
} 

.community .featured-story.single-story .col-lg-6 h3 {
	margin-bottom: 20px;
    color: #004a8c;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 38px;
}

.community .featured-story.single-story .btn {
	color: #F17122 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none !important;
    text-align: left;
}

.community .featured-story.single-story .btn:hover {
	color: #004a8c !important;
}

.community .featured-story.single-story .btn:after {
	content: url(../../images/read-more-c.svg);
	margin-left: 10px;
}

.community .featured-story.single-story .btn:hover:after {
	filter: brightness(0) saturate(100%) invert(18%) sepia(73%) saturate(3022%) hue-rotate(189deg) brightness(90%) contrast(116%);	
}

/******/

@media screen and (min-width: 992px) {
	.community .accordion {
		display: none;
	}
}

.community .accordion {
	margin-top: 38px;
	max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.community .accordion__item {
    margin-bottom: 0px;
    border-top: 1px solid rgba(130, 148, 161, 0.50);
	  background: #FFF;
}

.community .accordion__item:last-child {
    border-bottom: 1px solid rgba(130, 148, 161, 0.50);
    padding-bottom: 0px;
}

.community .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;  
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.community .accordion__header:focus-visible {
    outline: 2px solid yellow;
    outline-offset: -2px;
    background-color: rgba(0, 0, 0, 0.15);
}

.community .accordion__header:hover {
    /*background-color: rgba(0, 0, 0, 0.15);*/
 }

.community .accordion__header::-webkit-details-marker {
  display: none; /* Safari fallback */
}

.community .accordion__title {
  font-weight: 600;
  display: flex;  
  gap: 12px;
}

@media screen and (min-width: 992px) {
		.community .accordion__title {
				align-items: center;
		}
}

.community .accordion__title b {
	color: #F17122;
	margin-right: 5px;
}

/* Custom Arrow */
.community .accordion__arrow::after {
  /*close*/	
  content: '';
  background: url(../../images/acc-open.svg);   
  width: 32px;  
  height: 32px;
  display: block;
}


.community .accordion__item[open] .accordion__header {
  
}

.community .accordion__item[open] .accordion__arrow::after {
  /*open*/	  
  background: url(../../images/acc-close.svg);   
  width: 32px;  
  height: 32px;
  display: block;
}

/* Content Area with Smooth Reveal */
@media screen and (min-width: 992px) {
	.community .accordion__content {
	  padding: 12px 57px 2px 25px;  
	}
}

.community .accordion__content p {
    color: #303030;	
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 19px;
}

/* Animation */
.community .accordion__details::details-content {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-8px);
}

.community .accordion__details[open]::details-content {
  opacity: 1;
  transform: translateY(0);
}

.community .accordion__header {
    color: #303030;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px; 
	border: 1px solid rgba(130, 148, 161, 0.50);
    background: #F0F0F0;
}

@media screen and (min-width: 1200px) {
	.community .accordion__header {
		font-size: 24px;
	}
}

.community .accordion .featured-story .featured-stories-slider .content {
	padding-left: 15px;
    padding-right: 15px;
}


.community .accordion .featured-story.single-story .col-lg-6:last-child {
    padding: 20px;    
}

.community .accordion .featured-story .content .btn {
	text-align: left;
}

.community .accordion .featured-story .slick-dots {
	margin-top: 10px;
	padding-bottom: 35px;
}

/* faqs */

.faqs {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
	.faqs {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.faqs .heading {
	margin-bottom: 65px;
}

.faqs .accordion {
	margin-top: 38px;
	max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.faqs .accordion__item {
    margin-bottom: 30px;    
	background: #FFF;
	position: relative;
}

.faqs .accordion__item:last-child {    
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.faqs .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0px 18px 0px;  
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faqs .accordion__header:focus-visible {
    outline: 2px solid yellow;
    outline-offset: -2px;
    background-color: rgba(0, 0, 0, 0.15);
}

.faqs .accordion__header:hover {
    /*background-color: rgba(0, 0, 0, 0.15);*/
 }

.faqs .accordion__header::-webkit-details-marker {
  display: none; /* Safari fallback */
}

.faqs .accordion__title {
  font-weight: 600;
  display: flex;  
  gap: 12px;
  align-items: center;
  padding-left: 20px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
	.faqs .accordion__title {	  
	  padding-left: 14px;	  
	}	
}

.faqs .accordion__arrow {
	margin-right: 20px;
}

/*
@media screen and (min-width: 992px) {
	.faqs .accordion__title {
		align-items: center;
	}
}
*/

.faqs .accordion__header:before {
	content: "";
    background: #1C6FBA;
    height: 100%;
    width: 68px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.faqs .accordion__header img {
	z-index: 99;
    width: 25px;
    height: 25px;
    margin-right: 25px;
}

@media screen and (min-width: 768px) {
	.faqs .accordion__header img {
		z-index: 99;
	    width: 39px;
	    height: 34px;
	    margin-right: 20px;
	}
}

/* Custom Arrow */
.faqs .accordion__arrow::after {
  /*close*/	
  content: '';
  background: url(../../images/faqs-open.svg);   
  width: 18px;  
  height: 11px;
  display: block;
}

.faqs .accordion__item[open] .accordion__header {
  
}

.faqs .accordion__item[open] .accordion__arrow::after {
  /*open*/	  
  background: url(../../images/faqs-open.svg);   
  transform: rotate(180deg);
  width: 18px;  
  height: 11px;
  display: block;
}

/* Content Area with Smooth Reveal */
.faqs .accordion__content {
    padding: 32px 35px 35px 35px;
    z-index: 9;
    position: relative;
    background: white;
}

@media screen and (min-width: 768px) {
	.faqs .accordion__content {
		padding: 32px 60px 35px 80px;
	}
}

.faqs .accordion__content p {
    color: #303030;	
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 19px;
}

.faqs .accordion__content ul li {
	margin-bottom: 20px;
    line-height: 25px;
} 

.faqs .accordion__content ul li a {
    color: #007db3;
}

.faqs .accordion__content ul li a:hover {
    color: #004a8c;
}

/* Animation */
.faqs .accordion__details::details-content {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-8px);
}

.faqs .accordion__details[open]::details-content {
  opacity: 1;
  transform: translateY(0);
}

.faqs .accordion__header {
	color: #4B4B4B;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
}

@media screen and (min-width: 768px) {
	.faqs .accordion__header {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {
	.faqs .accordion__header {
		font-size: 17px;
	}
}


/* blog */

.blog-post {
	background: #F0F0F0;
	padding-top: 35px;
	padding-bottom: 35px;
}

@media screen and (min-width: 992px) {
	.blog-post {		
		padding-top: 85px;
		padding-bottom: 80px;
	}
}

.blog-post .title {
	color:  #303030;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	text-transform: capitalize;
	margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
	.blog-post .title {
		font-size: 36px;
		line-height: 47px;
	}
}

.blog-post .item .case-study-title {
	background: #FFF;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
	width: auto;
	padding-bottom: 36px;	
	margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 480px) {
	.blog-post .item .case-study-title {
		width: 445px;
	}
}

@media screen and (min-width: 1200px) {
	.blog-post .item .case-study-title {	
		width: 370px;
		margin-left: initial;
    	margin-right: initial;
	}
}

@media screen and (min-width: 1440px) {
	.blog-post .item .case-study-title {	
		width: 445px;
	}
}

.blog-post .item .case-study-title .title {
	text-align: left;
	padding-top: 30px;
	color: #303030;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px;
	margin-bottom: 5px;
}

.blog-post .item .case-study-title .box-content {
	padding-left: 15px;
    padding-right: 15px;
    height: auto;
    padding-bottom: 35px;
}

@media screen and (min-width: 480px) {
	.blog-post .item .case-study-title .box-content {
		padding-left: 20px;
    	padding-right: 20px;    
	}
}

@media screen and (min-width: 992px) {
	.blog-post .item .case-study-title .box-content {
		height: 445px;
		padding-bottom: initial;
	}
}

@media screen and (min-width: 1440px) {
	.blog-post .item .case-study-title .box-content {
		height: 415px;
	}
}

.blog-post .item .case-study-title .box-content .author {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #303030;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.blog-post .item .case-study-title .box-content .author span {
	font-weight: 400;
}

.blog-post .item .case-study-title .box-content .author a {
	color: #007DB3;	
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
}

.blog-post .item .case-study-title .box-content .excerpt,
.blog-post .item .case-study-title .box-content .excerpt p {
	color: #303030;
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; 
}

.blog-post .item .case-study-title .read-more {
	margin-left: 20px;
	color: #F17122;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

@media screen and (min-width: 1200px) {
	.blog-post .slick-slide {
		margin-left: 11px !important;
	}
}

.blog-post .slick-dots {
	margin-top: 0px;
	background: white;
    padding-top: 15px;
    padding-bottom: 25px;
}

@media screen and (min-width: 450px) {
	.blog-post .slick-dots {
	    margin-top: 18px;
	    background: none;
    	padding-top: initial;
    	padding-bottom: initial;
	}
}

.blog-post .slick-prev {
	margin-left: -17px !important;
}

.blog-post .slick-next {
	margin-right: -17px !important;
}