@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn[wght].woff2') format('woff2 supports variations'),
  url('../fonts/Vazirmatn[wght].woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

* {
  font-feature-settings: "ss01";
}


.global-btn{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  padding: 7px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #2d3441;
  background: #efbd74;
  width:fit-content;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.golden{
  color:#efbd74 !important;
}
.ltr{
  direction: ltr !important;
}
.bg-image-center{
  background-position: center !important;
}
body{
  font-family: Vazirmatn;
  background-color: #2D3441;
}

.bg-overlay {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffff20;
  z-index: 100;
  height: 100%;
  backdrop-filter: blur(9px);
  display: none;
}
.bg-overlay.active {
  display: block;
}


.mobile-search-box.active {
  top: 160px;
}
.mobile-search-box {
  position: fixed;
  top: -160px;
  width: 90%;
  background: #1a1a1c;
  box-shadow: 0px 3px 0px rgba(0,0,0,.05);
  border-radius: 10px;
  z-index: 100;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 20px;
  transition: top .3s ease-in-out;
}

.mobile-search-box .input-section input {
  padding: 15px;
  font-size: 12px;
  line-height: 27px;
  text-align: right;
  color: #bfbfbf;
  border: 1px solid #39393b;
  border-radius: 5px;
  width: 100%;
  background-color: #39393b;
  margin-bottom: 20px;
}

.mobile-search-box .gold-button {
  width: 100%;
  border: none;
}

.gold-button {
  background: #CE953E;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  padding: 14px 50px;
}

.mobile-search-box .title-section {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  color: #eee;
  margin-bottom: 20px;
}

.mobile-search-box .close-btn i {
  font-size: 27px;
  color: #efefef;
}

#sidebar-menu.active {
  left: 0;
}
#sidebar-menu {
  padding: 0px 10px 10px 24px;
}
#sidebar-menu {
  position: fixed;
  top: 0;
  left: -254px;
  width: 254px;
  height: 100vh;
  background-color: #1a1a1c;
  transition: left .3s ease-in-out;
  z-index: 10000;
}

header .header-logo-section,
.mobile-sidebar-logo{
  background: #D9D9D9;
  border-radius: 0px 0px 50% 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 99px;
  height: 100px;
  padding: 8px 17px 21px 13px;
  margin-left: 58px;
}

header{
  background-color:#2D3441;
  width: 100%;
  position: fixed;
  z-index: 3;
}

header.home-header{
  position: relative;
  background-color: transparent;
}
.mobile-sidebar-logo{
  width: 71px;
  height: auto;
  background-color: #efefef;
  margin-left: 16px;
}
#sidebar-menu .header-logo-section{
  color: white;
  font-weight: 800;
}
#sidebar-menu .close-btn {
  font-size: 30px;
}
.header-logo-section .title {
  font-size: 12px;
  font-weight: 900;
  color: #eee;
}

.header-logo-section .subtitle {
  font-size: 11px;
  font-weight: 400;
  color: #d2ba67;
}

#sidebar-menu .navbar-nav .nav-item {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #eee;
  position: relative;
  padding-right: 9px;
}

#sidebar-menu .phone-number {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}


.phone-number i {
  border: 1px solid #d2ba67;
  padding: 3px;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #d2ba67;
  margin-right: 9px;
  font-size: 20px;
}

.phone-number .description {
  color: #adadad;
  font-weight: 700;
  font-size: 10px;
}

.phone-number .number {
  font-weight: 700;
  font-size: 20px;
}

#sidebar-menu .number {
  color: #d2ba67;
}

#sidebar-menu .navbar-nav .nav-item:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 9px;
  background: #eee;
  right: 0;
  top: 17px;
}


header .menu-item .nav-link{
  color: #FFF;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
header .navbar{
  padding-top: 0px;
}

header .navbar-nav > .menu-item:not(:first-child){ 
  margin-right: 20px;
}

header .search-box input{
  border-radius: 5px;
  background: #D9D9D9;
  backdrop-filter: blur(4px);
  padding: 9px 16px;
  border: none;
  font-size: 14px;
  width: 259px;
  height: 36px;
}

header .search-box button{
  left: 10px;
  top: 10px;
  color: #2D3441;
}
header .search-box button i{
  font-size: 20px;
}

header .header-phone-number{
  border-radius: 6px;
  background: #CE953E;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 18px 4px 15px;
  font-weight: 900;
  margin-right: 18px;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1;
}


header.home-header {
  position: absolute;
  width: 100%;
}

section.home-top-section{
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.52) 0%, rgba(10, 10, 10, 0.52) 100%), url("../images/brandlawyers-office.webp"), lightgray 50% ;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 154px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

section.home-top-section .home-site-title{
  border-radius: 5px;
  color: #2D3441;
  font-weight: 900;
  /* padding: 0px 15px; */
  width:fit-content ;
  font-size: 37px;
  position:relative;
  z-index: 1;
  color: white;
  
  /* background: linear-gradient(90deg, #B89D7C 8.47%, #F6DBA6 31.61%, #FFEBC3 51.15%, #F0BE79 71.72%, #EEBC70 100%); */
}

h1.home-site-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21px;
  top: 23px;
  z-index: -1;
  background: #ce953e73;
  right: 0;
}

section.home-top-section .home-site-description{
  width: 283.312px;
  color: #CBCBCB;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  margin-top: 20px;
}
section.home-top-section .home-button-section{
  display: flex;
  justify-content: space-between;
  width: 283.312px;
  margin-top: 18px;
}
section.home-top-section .home-button-section a{
  border-radius: 28px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  padding: 7px 16px;
  font-size: 16px;
  font-weight: 400;
  color: white;
  
  
}

section.home-top-section .home-button-section a.support-btn{
  background: #CE953E;
  
}

section.home-top-section .home-button-section a.aboutus-btn{
  border: 1px solid #CE953E ;
  padding: 7px 20px;
  color: #CE953E;
  font-weight: 600;
  
  background: #30291f4d;
  backdrop-filter: blur(5.5px);
}

section.home-advantages-section{
  position: relative;;
  
}
section.home-advantages-section .single-advantage{
  border-radius: 24px;
  background: rgba(180, 180, 180, 0.39);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5.5px);
  height: 238px;
  text-align: center;
  padding: 34px 24px 48px 24px;
}
section.home-advantages-section .single-advantage .title{
  color: #FFF;
  font-family: Vazirmatn;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
section.home-advantages-section .single-advantage .description{
  color: #FFF;
  text-align: center;
  font-family: Vazirmatn;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 216.667% */
  margin-top: 16px;
}
section.home-advantages-section .single-advantage .splitter{
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
section.home-advantages-section .single-advantage .splitter img{
  background: #545454;
}
section.home-advantages-section .single-advantage .splitter::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  z-index: -1;
  bottom: 5px;
}
section.home-advantages-section .container{
  top: -119;
}

section.home-about-section{
  /* margin-top: 250px; */
}

.border-div{
  background: linear-gradient(90deg, #B89D7C, #F6DBA6, #FFEBC3, #F0BE79, #EEBC70 100%);
  padding: 1px;
  border-radius: 15px;
  
}

section.home-about-section .about-image-section .border-div img{
  border-radius: 15px;
  
}

.section-title{
  color: #FFF;
  font-weight: 700;
  font-size: 31px;
  
}

.section-title-splitter{
  background-image: url(../images/title-devider.svg);
  height: 12px;
  background-size: auto;
  background-position: right top;
  background-repeat: no-repeat;
  margin-top: 14px;
}

section.home-about-section .about-description{
  color: #FFF;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px; /* 246.154% */
  margin-top: 15px;
}

section.home-video-section{
  margin-top: 90px;
  background: #171D26;
  padding: 80px 0px;
}

section.home-video-section .service-item{
  border-radius: 13px;
  background: #54585d;
  text-align: center;
  padding: 26px 33px;
  
}

section.home-video-section .service-item .service-title{
  color: #F2C686;
  font-size: 15px;
  font-weight: 600;
  margin-top: 11px;
}

section.home-video-section .service-item .service-description{
  color: #FFF;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px; /* 138.462% */
  margin-top: 6px;
}

section.home-faq-section{
  padding-top: 35px;
  padding-bottom: 80px;
}
section.home-faq-section .accordion-item{
  margin-bottom: 12px;
  border:none;
  background: none;
  
}
section.home-faq-section .accordion-item .accordion-button{
  background-image: linear-gradient(180deg, #171d26 0%, #242b37 100%);
  color: white;
  border-radius: 16px 16px 0px 0px !important;
  border: 2px solid #1e242d;
  font-size: 14px;
  font-weight: 500;
  
}

section.home-faq-section .accordion-item .accordion-button:focus{
  box-shadow: none;
  /* border-color: rgba(0,0,0,.125); */
}
section.home-faq-section .accordion-item .accordion-button.collapsed{
  border-radius: 16px !important;
}

section.home-faq-section .home-faq-container{
  margin-top: 40px;
}

section.home-faq-section .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

section.home-faq-section .accordion-item .accordion-body{
  background: #222935;
  color: white;
  font-size: 14px;
  line-height: 33px;
  font-weight: 400;
  border-radius: 0px 0px 15px 15px;
  border: 1px solid #222731;
  border-top: none;
}

section.home-socialmedia-section{
  padding: 59px 0px;
  background-color: #171D26;
}
section.home-socialmedia-section .section-title{
  font-size: 17px;
}

section.home-socialmedia-section .description{
  font-size: 13px;
  color: #FFF;
  font-weight: 400;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 31px;
}

section.home-socialmedia-section .social-icons a{
  color: #FFF;
  margin-left: 21px;
  font-size: 29px;
  
}


section.home-socialmedia-section .consultation-form input:not([type="submit"]),
section.home-socialmedia-section .consultation-form textarea
{
  background: #2d3441;
  border: 1px solid #0e121d;
  color: white;
}

section.home-socialmedia-section .consultation-form input::placeholder,
section.home-socialmedia-section .consultation-form textarea::placeholder{
  color:wheat;
}

section.home-last-blog-post{
  padding: 60px 0px;
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.52) 0%, rgba(10, 10, 10, 0.52) 100%), url("../images/home-blog-bg.jpg"), lightgray 50% ;
  position: relative;
}
section.home-last-blog-post .single-item{
  background: rgba(180, 180, 180, 0.39);
  backdrop-filter: blur(5px);
  border-radius: 10px;
}

section.home-last-blog-post .single-item img{
  border-radius: 10px 10px 0px 0px;
}

section.home-last-blog-post .single-item .post-title{
  color: #F2C686;
  font-weight: 700;
  font-size: 15px;
  margin-top: 17px;
  padding-right: 20px;
}

section.home-last-blog-post .single-item .excerpt-div{
  padding: 0px 20px;
  line-height: 26px;
  color: #FFF;
  font-size: 14px;
}

section.home-last-blog-post .single-item a{
  color: #F2C686;
  text-decoration: none;
  margin-right: auto;
  font-size: 13px;
  display: block;
  padding-bottom: 13px;
}
section.home-last-blog-post .owl-nav button span{
  color: #bcbcbc;
  font-size: 90px;
  position: absolute;
  top: 105px;
}

section.home-last-blog-post .owl-nav button.owl-next span{left: -50px;}
section.home-last-blog-post .owl-nav button.owl-prev span{right: -50px;}



section.home-comments{
  padding: 55px 0px 132px 0px;
}

section.home-comments .swiper .comment-slide {
  width: 500px;
  height: 238px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 0px 41px 16px rgba(0, 0, 0, 0.11);
  font-size: 15px;
  padding: 54px 61px;
}

section.home-comments .swiper .comment-slide .commentor-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}
section.home-comments div.swiper-button-next::after,
section.home-comments div.swiper-button-prev::after{
  color: #D9D9D9 !important;
}


section.home-comments .swiper .comment-slide .quote-top {
  position: absolute;
  top: 10px; /* تعیین موقعیت از بالا */
  right: 10px; /* تعیین موقعیت از راست */
  rotate: 180deg;
}

section.home-comments .swiper .comment-slide .quote-bottom {
  position: absolute;
  bottom: 10px; /* تعیین موقعیت از پایین */
  left: 10px;
}

section.home-comments .swiper .comment-slide .quote-top,
section.home-comments .swiper .comment-slide .quote-bottom
{
  font-size: 40px;
  color: #D9D9D9; /* رنگ کم رنگ */
}


footer{
  background-color: #171D26;
  padding: 40px 0px 0px 0px;
  border-top: 2px solid #a183589c;
}
footer .footer-item-title{
  position: relative;
  margin-bottom: 15px;
  margin-top: 30px;
}
footer .footer-item-title span{
  color: #efbd74;
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
  background-color: #171D26;
  position: relative;
  padding-left: 11px;
} 
footer .footer-item-content{
  color: #f0f0f0;
  font-size: 13px;
  line-height: 27px;
}
footer .footer-item-content.aboutus{
  padding: 0px 20px;
}

footer .footer-item-title::after{
  content: "";
  top: 10px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3f3f3f;
  
}

footer .social-button a{
  font-size: 28px;
  text-decoration: none;
  color: #F2C686;
  margin-left: 15px;
}
footer .social-button a:hover{
  color: #d09e54;
}

footer .social-button{
  margin-top: 15px;
}

footer .copyright{
  background: #141920;
  color: #a2a1a1;
  font-size: 12px;
  font-weight: 400;
  padding: 14px 0px;
  margin-top: 30px;
}
footer .copyright a{
  color: #cec8bf;  
}

footer .footer-item-content a{
  display: block;
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 10px;
}

footer .about-section{
  padding-left: 40px;
}



.single-article-section .content-container {
  padding: 20px;
}
.border-div .inner-div {
  box-shadow: 0px 3px 0px rgba(0,0,0,.05);
  border-radius: 20px;
  background-color: #ffff;
  padding-bottom: 20px;
}


.single-article-section{
  background: #f2f2f2;
}



.landing-content-section  .content-container,
.single-article-section{
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  color: #303030;
  padding-top: 133px;
  padding-bottom: 37px;
}

.archive-section{
  padding-top: 133px;
}

.archive-section {
  background-color: #f7f7f7;
}

.archive-section .service-title {
  margin-bottom: 30px;
}
.archive-section .item-title {
  text-decoration: none;
  color: #3c3c3c;
  font-weight: 700;
  word-spacing: -2px;
  font-size: 23px;
}

.archive-section .item-excerpt {
  color: #707070;
  font-size: 14px;
  line-height: 28px;
}
.common-section .service-title {
  margin-bottom: 40px;
}
.home-services-section .service-title h1, .common-section .service-title h1{
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #1A1A1C;
}

.landing-content-section  .content-container .breadcrumb-section,
.single-article-section .breadcrumb-section{
  background: #f5f5f5;
    border-radius: 6px;
    padding: 0px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #474747;
}

.similar-post-section img {
  width: 100%;
  height: auto;
  filter: grayscale(1);
  border-radius: 10px;
}

.similar-post-section .item:hover img {
  transition: .5s;
  filter: grayscale(0);
}

.yarpp-related a {
  font-weight: 700;
  text-decoration: none;
}

.landing-content-section  .content-container .breadcrumb-section a,
.single-article-section .breadcrumb-section a{
/* color: red; */
text-decoration: none;
}
.single-article-section .category-section a{
  background: #eeeeee;
  color: #4f4f4f;
  border-radius: 34px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 10px;
  display: inline-block;
  line-height: 22px;
}
.single-article-section .content-container{
  padding: 20px;
  text-align: justify;
}
.single-article-section .image-section img{
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.single-article-section .image-section {
  margin-bottom: 30px;
}
.single-article-section .title-section h1{
  font-weight: 800;
  color: #333333;
  font-size: 28px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 11px;
  margin-bottom: 11px;
}

.single-article-section h2,
.single-article-section h3,
.single-article-section h4,
.single-article-section h5,
.single-article-section h6
{
  color: #444647;;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 43px;
}

.similar-post-section img{
  width: 100%;
  height: auto;
  filter: grayscale(1);
  border-radius: 10px;
}

.similar-post-section .item:hover img{
  transition: 0.5s;
  filter: grayscale(0);
}
.similar-post-section .item{
  text-align: center;
  display: block;
  color: #333333;
  font-size: 16px;
}

.sidebar-title{
  font-weight: 800;
  font-size: 27px;
}

.left-sidebar-section .inner-div{
  padding: 20px;
}

.section-404{
  padding: 181px 0px;
}

.section-404 .number {
  font-weight: 900;
  text-align: center;
  font-size: 155px;
  color: #ce953e;
}

.section-404 .description-text {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}

section.contactus-section{
  padding-top: 133px;
}


section.contactus-section .contact-container{
  border: 1px solid #5c5c5c;
  border-radius: 10px;

}
section.contactus-section .map-section iframe{
  width: 100%;
  border-radius: 10px;
}


.landing-top {
  padding-top: 127px;
  padding-bottom: 171px;
}
.landing-top h1 {
  font-weight: 800;
  font-size: 36px;
  line-height: 57px;
  text-align: center;
  color: #eee;
}

.landing-top .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #eee;
  margin-top: 12px;
}

.landing-video-section .video-container {
  overflow: hidden;
  border-radius: 20px;
}

.landing-content-section {
  padding-bottom: 60px;
  background-color: white;
  padding-top: 65px;
}

.landing-faq-section {
  margin-bottom: 80px;
  background-color: #f9f9f9;
  padding-bottom: 79px;
  padding-top: 52px;
}

.landing-comments-section {
  padding: 62px 0;
}

.landing-top .landing-consultation-btn {
  display: inline-block;
  margin-top: 38px;
}
.landing-content-section .content-container, .single-article-section {
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  color: #435057;
}
.landing-content-section .content-container {
  padding: 70px;
  position: relative;
  overflow: hidden;

  border-radius: 19px;
  border: 1px solid #d7d7d7;
}
.landing-content-section .content-container p{
  text-align: justify;
}

.landing-comments-section{
  background: #d9d9d9;
}

#consultation-section {
  scroll-margin-top: 100px;
}

.landing-comments-section .commenter-name {
  font-weight: 800;
  font-size: 16px;
  color: #1a1a1c;
  text-align: center;
  margin-top: 27px;
  line-height: 57px;
}

.landing-comments-section .comment-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  color: #566d79;
  margin-bottom: 44px;
  margin-right: 160px;
  margin-left: 160px;
}

.lastpost-swiper .swiper-button-prev,
.lastpost-swiper .swiper-button-next{
  color: white;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(255 255 255);
  font-weight: 700;
}

.footer-about-title{
  font-weight: 800;
  font-size: 19px;
  margin-bottom: 7px;
}


circle {
    fill: #ce953e !important;
}

.grecaptcha-badge {
  display: none !important;
}


.home-video-section .lawsuits-row .accordion-button,
.home-video-section .lawsuits-row .accordion-button.collapsed
{
  background: #f2c686;
  border-radius: 10px 10px 0px 0px;
}

.home-video-section .lawsuits-row .accordion-item{
  border-radius: 10px;
}

.home-video-section .lawsuits-row .accordion-item .accordion-body a {
  text-decoration: none;
  color: white;
}

.home-video-section .lawsuits-row .accordion-item .accordion-body{
  background: #54585d;
    border: 1px solid #f2c686;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    color: white;
}

@media screen and (max-width: 576px)
{
  header .mobile-search-btn {
    font-size: 27px;
    color: #d9d9d9;
  }
  
  header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23D2BA67' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 18px;
    height: 18px;
  }
  
  header .navbar-toggler {
    border-color: #d2ba67;
    padding: 8px;
  }
  
  header nav .container {
    justify-content: space-around !important;
  }
  
  section.home-top-section .home-site-title {
    width: 100%;
    text-align: center;
  }
  section.home-top-section .home-site-description {
    width: 100%;
    text-align: center;
  }
  section.home-top-section .home-button-section {
    width: 100%;
    justify-content: space-around;
  }
  h1.home-site-title::after {
    display: none;
  }
  section.home-advantages-section .container {
    top: 0px;
  }
  
  section.home-advantages-section .single-advantage {
    margin-bottom: 20px;
  }
  
  section.home-top-section {
    padding-top: 0px;
    justify-content: center;
  }
  section.home-advantages-section {
    padding-top: 20px;
  }
  
  section.home-advantages-section .single-advantage .splitter img {
    background: #62666e;
  }
  section.home-about-section {
    margin-top: 24px;
  }
  
  .section-title {
    font-size: 24px;
    text-align: center;
  }
  
  .section-title-splitter {
    background-position: center;
    background-size: 145px;
  }
  
  section.home-about-section .about-description {
    font-size: 13px;
    padding: 0px 13px;
  }
  .home-about-section .about-image-section{
    order: 0;
    margin-bottom: 21px;
  }
  .home-about-section .about-content-section{
    order: 1;
  }
  
  section.home-video-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  
  section.home-video-section {
    margin-top: 50px;
  }
  .global-btn {
    margin-left: auto;
    margin-right: auto;
  }
  
  .home-video-section .video-div{
    margin-bottom: 20px;
  }
  section.home-faq-section .accordion-item .accordion-button {
    line-height: 26px;
  }
  section.home-socialmedia-section .description {
    text-align: center;
  }
  
  section.home-socialmedia-section .social-icons  {
    text-align: center;
    margin-bottom: 50px;
  }
  section.home-faq-section {
    padding-bottom: 53px;
  }
  
  .swiper{
    width: 100% !important;
  }
  
  section.home-comments .swiper .comment-slide {
    width: 100%;
  }
  footer .col{
    width: 100%;
  }
  
  footer .about-section {
    padding-left: unset;
  }
  
  footer .footer-item-title {
    text-align: center;
  }
  footer .footer-item-content {
    text-align: center;
  }
  footer .footer-item-title span {
    padding-right: 11px;
  }
  section.home-comments {
    padding-bottom: 100px;
  }
  section.home-comments .swiper .comment-slide {
    height: auto;
  }
  footer .social-button {
    text-align: center;
  }
  
  footer .social-button a {
    font-size: 33px;
  }
  header .header-logo-section{
    margin-left: 15px;
  }

  #sidebar-menu .navbar-nav .nav-item {
    display: block;
    line-height: 26px;
  }

  #sidebar-menu .nav-link {
     color: white;
  }

  .landing-content-section .content-container {
    padding: 70px 10px !important;
  }

  .landing-content-section .content-container .breadcrumb-section, .single-article-section .breadcrumb-section {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 0px 16px;
    font-size: 11px;
    font-weight: 400;
    color: #474747;
    line-height: 23px;
}

.single-article-section .title-section h1 {
  font-weight: 800;
  color: #333333;
  font-size: 18px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
}

.landing-content-section .content-container img{
    margin-bottom:15px;
}

.lawsuits-row .accordion-body{
    height:100%;
}
}

.content-container p a {
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px dashed #ce953e;
    color: #ce953e;
}

.related-article-link{
background-color: #f7f7f7;
    padding-right: 20px;
    border-right: 6px solid #9d6a1d;
    margin: 20px 0px;
}

.related-article-link a {
    color: #9d6a1d;
    text-decoration: none;
    border-bottom: 1px dashed #ce953eab;
    padding-bottom: 3px;
}

.custom-legal-text {
    background-color: #fffdf9;
    border: 1px solid #ce953e;
    padding: 20px;
    line-height: 1.8;
    font-size: 16px;
    border-radius: 5px;
}