@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #5E5E5E;
}
.py-md-5{
  padding: 40px 0;
}
.text_brand{
  color: #2D9B8E;
}
.bg_brand{
 background-color: #EAF5F4;
}
.bradius{
  border-radius: 12px;
}
.mx-20{
  margin: 0 20px;
}
.section{
  padding: 80px 0;
}
.pt_80{
  padding-top: 80px;
}
.pb_80{
  padding-bottom: 80px;
}
.pl_80{
  padding-left: 80px;
}
.pr_80{
  padding-right: 80px;
}
.bg-sky_{
  background: #EAF5F4;
}
.btn_blue_brand{
  background-color: #2D9B8E;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 24px;
}
.title_lawsuite_sign{
  font-size: 56px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
.Stay-up.comp .right_arrow{
  position: relative;
}
.Stay-up.comp select{
  color: #5E5E5E;
  font-size: 18px;
  cursor: pointer;
}
.Stay-up.comp select:focus{
  outline: none;
  box-shadow: none;
}
.Stay-up.comp .right_arrow:before{
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/select_arrow.png");
  cursor: pointer;
}
/*aside form*/
.form_com.bg-light_blue{
  background-color: #EAF5F4;
  padding: 16px 28px;
  border-radius: 12px;
}
.form_com.bg-light_blue button{
  width: fit-content;
}
.form_com.bg-light_blue h4{
  font-weight: 400;
  font-size: 18px;
  font-family: Noto Sans;
}
.form_com.bg-light_blue h4 span{
  font-weight: 500;
  font-size: 18px;
  color: #006A4E;
  line-height: 29px;
  font-family: Noto Sans;
}
.form_com.bg-light_blue p{
  color: #424242;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}
.form_com.bg-light_blue .input-field,
.form_com.bg-light_blue .input-field select,
.form_com.bg-light_blue .input-field select option{
  color: #B4B4B4;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 29.5px
}
.form_com.bg-light_blue .right_arrow:before {
  width: 15px;
  height: 15px;
  background-size: cover;
}
.roundup_main_section .roundup_box{
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 26px 0px rgba(45, 155, 142, 0.07);
  padding: 16px 24px;
  position: relative;
}
.roundup_main_section .roundup_box + .roundup_box{
  margin-top: 54px;
}
.roundup_main_section h2 > span{
  font-size: 36px;
}
.roundup_main_section h2{
  margin-bottom: 70px;
}
.roundup_main_section .roundup_box h3{
color: #1F1F1F;
font-size: 20px;
font-weight: 600;
  margin-bottom: 16px;
}
.roundup_main_section .roundup_box p{
  color: #5D5D5D;
  font-size: 18px;
  font-weight: 400;
}
.date_info{
 position: absolute;
 top: 50%;
 left: -120px;
 transform: translateY(-50%);
  color:#1F1F1F;
  font-size: 14px;
  font-weight: 500;
}
.date_info span{
  display: inline-block;
  background-color: #8F8F8F;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  margin-left: 10px;
}
.roundup_main_section .roundup_box:before{
  content: "";
  position: absolute;
  left: -33px;
  top: 50%;
  width: 2px;
  height: 100%;
  background-image: url('../images/dotted_boder.png');
}
.roundup_main_section .roundup_box:last-of-type:before{
  content: unset;
}

/*search com*/
.side_bar .search_form .form_group{
    position: relative;
}
.side_bar .search_form .form_group input{
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  background: #FFF;
  color: #818181;
  font-size: 20px;
  width: 100%;
  padding:4px 60px 4px 16px;
}
.side_bar .search_form .form_group a{
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #F9F9F9;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  height: 95%;
}
.side_bar .search_form .form_group a i{
  color: #818181;
}
/*related blogs*/
.related_blogs{
  display: flex;
  margin-bottom: 16px;
}
.related_blogs .blog_thumb {
  margin-right: 12px;
  display: inline-block;
  width: 100px;
  max-height: 78px;
}
.related_blogs .blog_thumb img{
  height: 100%;
  object-fit: cover;
  width: 100px;
  max-width: 100px;
}
.related_blogs .blog_info > a{
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
}
.related_blogs .blog_info > div{
  display: flex;
  align-items: center;
}
.related_blogs .blog_info > div a{
  color:#2A2A2A;
  font-size: 10px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.related_blogs .blog_info > div a span{
  display: inline-block;
  color:#2A2A2A;
  font-size: 10px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.related_blogs .blog_info > div a + a{
  margin-left: 16px;
}

.related_blogs .blog_info > div a span i{
  font-size: 17px;
  color: #2D9B8E;
  margin-right: 7px;
}


@media screen and (max-width: 911px) {
  .section {
    padding: 40px 0;
  }

  .roundup_main_section h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .roundup_main_section h2 > span {
    font-size: 20px;
  }

  .roundup_main_section .roundup_box h3 {
    font-size: 14px;
  }

  .roundup_main_section .roundup_box p {
    font-size: 12px;
  }

  .roundup_main_section .roundup_box {
    margin-left: 102px;
  }

  .date_info {
    left: -99px;
    font-size: 12px;
  }

  .side_bar {
    margin-top: 40px;
  }

  .side_bar .search_form .form_group input {
    padding: 20px 60px 20px 14px;
    font-size: 16px;
  }

  .related_blogs .blog_thumb {
    width: 94px;
  }

  .related_blogs .blog_thumb img {
    width: 94px;
  }
  .accordion-button{
    font-weight: 400;
  }
  .accordion-button:after{
    margin-left: 15px;
  }

}

/*.white_box{*/
  /*border-radius: 12px;*/
  /*background: #FFF;*/
  /*box-shadow: 0px 0px 26px 0px rgba(45, 155, 142, 0.07);*/
  /*padding: 30px;*/
/*}*/
/*.cmp_form{*/
  /*margin-top: 16px;*/
/*}*/
/*.cmp_form .form_group input{*/
  /*border-radius: 6px;*/
  /*border: 1px solid #2D9B8E;*/
  /*background: #FFF;*/
  /*width: 100%;*/
  /*font-size: 16px;*/
  /*color: #B4B4B4;padding: 10px 16px;*/
/*}*/
/*.cmp_form > a{*/
  /*margin-top: 24px;*/
/*}*/
/*si*/

/*filter css*/
/*.main_filter {*/
  /*display: flex;*/
  /*justify-content: space-between;*/
/*}*/
/*.lawsuits_filter{*/
  /*width: 90%;*/
  /*margin-right: 20px;*/
/*}*/
/*.lawsuits_filter .form_group {*/
  /*position: relative;*/
/*}*/
/*.lawsuits_filter .form_group input{*/
  /*border-radius: 6px;*/
  /*border: 2px solid #DDDDDD;*/
  /*background: #FFF;*/
  /*width: 100%;*/
  /*padding: 15px 90px 15px 20px;*/
/*}*/
/*.lawsuits_filter .form_group span{*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*position: absolute;*/
  /*right: 2px;*/
  /*top: 3%;*/
  /*background-color: #F9F9F9;*/
  /*padding: 7px 30px;*/
  /*height: 94%;*/
  /*border-top-right-radius: 6px;*/
  /*border-bottom-right-radius: 6px;*/
  /*cursor: pointer;*/
/*}*/
/*.lawsuits_filter .form_group span:hover{*/
  /*background-color: #667085;*/
/*}*/
/*.lawsuits_filter .form_group span:hover i{*/
  /*color: #DDDDDD;*/
/*}*/
/*.lawsuits_filter .form_group span i{*/
  /*font-size: 20px;*/
/*}*/
/*.main_filter .nav_filter {*/
  /*display: flex;*/
  /*align-items: center;*/
  /*position: relative;*/
/*}*/
/*.filter_menu{*/
  /*position: absolute;*/
  /*top: 58px;*/
  /*right: 0;*/
  /*width: 225px;*/
  /*background-color: #F9F9F9;*/
  /*padding: 40px 20px;*/
  /*border-top-left-radius: 22px;*/
  /*border-bottom-left-radius: 22px;*/
  /*z-index: 99999999;*/
/*}*/
/*.main_filter .nav_filter .filter_toggle{*/

/*}*/
/*.main_filter .nav_filter .filter_toggle i{*/
  /*font-size: 30px;*/
/*}*/
/*.main_filter .filter_menu{*/
  /*display: none;*/
/*}*/
/*.main_filter .filter_menu.is_active{*/
  /*display: block;*/
/*}*/
/*filter end*/
