
.LEGAL {
  min-height: 420px;
  color: #fff;
  font-size: 12px;
}
.LEGAL-DETAIL {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 45px;
}

.LEGAL-DETAIL span {
  width: 25px;
  height: 3px;
  background: #4D6DB5;
  display: inherit;
  margin-left: -45px;
  position: absolute;
  margin-top: 27px;
}
.service_detail{
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 120px;

}

.list-work{
  margin-top: 100px;
  color: #6D6E71;
}

hr{
  margin-top: 15px;
  margin-bottom: 15px;
}
.morinfo{
  cursor: pointer;
  color: #6D6E71;
}
.morinfo a{
  color: #6D6E71!important;
  cursor: pointer;

}

.morinfo a:hover{
  color: #283346!important;
  font-weight: 500;
}
.morinfo a:hover label{
  margin-right: 45px;
}



.working-with{

  font-size: 20px;
  font-weight: 500;
  padding-bottom: 45px;
  padding-top: 45px;
}
.working-with label{
  font-size: 16px;
  color: #6D6E71;
}

.morinfo span{
  background-image: url(../img/right-2.svg);
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  margin-left: -31px;
  margin-top: -3px;
}
.morinfo label{
  margin-right: 35px;
}
.morinfo span:hover{
  background-image: url(../img/right-2-1.svg);
}

.working-with  img{
  max-width: 130px;
}
div a.mail-to{
  color:#4D6DB5;

}


.service-url a:first-child {
    border-top: 1px solid #4f6fb5;
}
.service_detail a {
    text-decoration: none;
    color: #283346;
}
.service-url a {
    color: #9196a9;
    display: inherit;
    padding: 15px 0px;
    text-decoration: unset;
    border-bottom: 1px solid #4f6fb5;
    color: #4D6DB5;
}

.service-url a.active {
    color: #33333d;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}
.service_detail hr{
  color: #4f6fb5;
  background: #4f6fb5;
  /* opacity: 1; */
}
.reg{
  width: 200px;
  height: 45px;
  background: #4D6DB5;
  border-radius: 0px;
}


#accordionExample .accordion-button,.accordion-collapse{
  border-left: none;
  border-right: none;

}
.accordion-item:first-of-type #accordionExample .accordion-button{
  border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
#accordionExample .accordion-button:focus{
  outline: 0px;
  box-shadow:none;
}
#accordionExample .accordion-button{
  color: #6D6E71!important;
}
#accordionExample .accordion-button:not(.collapsed){
    background: none;
}
.show-mobile{
  display: none;
}
#accordionExample .accordion-button{
  border-color: rgb(77 109 181 / 25%);
}
#accordionExample .accordion-button:not(.collapsed)::after{
  background-image: url(../img/right-2.svg);
  transform: rotate( 90deg );
}
#accordionExample .accordion-button::after{
    background-image: url(../img/right-2-1.svg);
    transform: rotate( 270deg );
    width: 30px;
    height: 30px;
    background-size: 30px;
}

.accordion-button.collapsed{
  color: #6D6E71!important;
}
.accordion-button{
  color: #283346!important;
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1024px){
  .LEGAL-DETAIL {
    font-size: 35px;
  }
  .LEGAL{
    min-height: 400px;
  }
}

@media (max-width: 767px){
  .service_detail .container {
    padding: 0px;
  }
  .show-mobile{
    display: inline-block;
  }
  .show-web{
    display: none;
  }
  .LEGAL-DETAIL {
    font-size: 30px;
  }
  .LEGAL{
    min-height: 370px;
  }
  .LEGAL-DETAIL span{
    margin-top: 20px;
  }
  .about {
    padding-left: 50px;
    padding-right: 50px;
  }
  .morinfo label{
    display: none;
  }
  .morinfo span{
    margin-top: -16px;
  }
  .working-with{
    text-align: center;
  }
  .working-text{
    margin-top: 15px!important;
  }
  .service_detail {
    padding-bottom: 70px;
  }
  .list-work {
    margin-top: 80px;
  }
  .work-box ,.service-url,.show-mobile {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
}


@media (max-width: 425px){
  .work-box ,.service-url,.show-mobile {
    padding-left: 50px!important;
    padding-right: 50px!important;
  }
  .about {
    padding-left: 40px;
    padding-right: 40px;
  }
  .LEGAL-DETAIL {
    font-size: 28px;
  }
  .LEGAL{
    min-height: 350px;
  }


  @media (max-width: 375px){
    .work-box ,.service-url,.show-mobile {
      padding-left: 40px!important;
      padding-right: 40px!important;
    }
    .about {
      padding-left: 30px;
      padding-right: 30px;
    }
    .LEGAL {
      min-height: 300px;
    }

  }
