.LEGAL {
  margin-top: 187px;
  margin-bottom: 215px;
  color: #fff;
  font-size: 12px;
}
.LEGAL-DETAIL {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 45px;
}
.messager{
  max-width: 590px;
}

.LEGAL-DETAIL span {
    width: 25px;
    height: 3px;
    background: #4D6DB5;
    display: inherit;
    margin-left: -45px;
    position: absolute;
    margin-top: 27px;
}
.contact-tel{
  text-align: center;
  background: #283346;
  color: #536aa4;
  padding: 75px 0px;
}
.contact-sent{
  background: #f0f0f0;
  padding-top: 70px;
  padding-bottom: 70px;

}
.messager input ,.messager input:focus ,.messager textarea ,.messager textarea:focus{
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #cccdd9;
  background: none;
  margin-left: 10px;
}
.messager-submit{
  border-radius: 0px;
  width: 200px;
  background-color: #4D6DB5;
  color: #283346;
}
.messager-submit:hover{
  background-color: #4D6DB5;
  color: #FFF;
}



.slide-nav{
  position: absolute;
    bottom: -20px;
}
.carousel-inner{
  min-height: 80px;
}



.slide-nav button,.slide-nav .active{
  width: 12px!important;
  height: 12px!important;
  border-radius: 15px!important;
  margin-right: 4px!important;
  margin-left: 4px!important;
  padding: 0px;
}
.slide-nav .active{
  background: #4D6DB5;
  border: 2px solid #4D6DB5;

}
.slide-nav button{
  background: #535C6B;
  border: 2px solid #535C6B;
}


.contact-address{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
  font-size: 20px;
}
.contact-address text{
  display: block;
  font-weight: 400;
}

iframe{
  height: 595px;
  width: 100%;
}

.footer-2 {
    margin-top: -5px;
}

.form-control{
  font-weight: 300;
}
.contact-tel-mobile{
  display: none;
}
@media (max-width: 767px){
  .contact-tel-mobile{
    display: inline-block;
  }
  .contact-tel-web{
    display: none;
  }
  .LEGAL{
    margin-top: 129px;
    margin-bottom: 129px;
  }
  .LEGAL-DETAIL{
    font-size: 30px;

  }
}

@media (max-width: 425px){
  .LEGAL{
    margin-top: 114px;
    margin-bottom: 114px;
  }
  .LEGAL-DETAIL{
    font-size: 28px;

  }
}
@media (max-width: 320px){

  .LEGAL-DETAIL {
      font-size: 24px;
  }
}


/*
@media (max-width: 1024px){
  .LEGAL-DETAIL {
    font-size: 35px;
  }
  .LEGAL{
    min-height: 400px;
  }
}

@media (max-width: 767px){
  .LEGAL-DETAIL {
    font-size: 30px;
  }
  .LEGAL{
    min-height: 370px;
  }
  .LEGAL-DETAIL span{
    margin-top: 20px;
  }
}


@media (max-width: 425px){
  .LEGAL-DETAIL {
    font-size: 28px;
  }
  .LEGAL{
    min-height: 350px;
  }
}


@media (max-width: 375px){
  .LEGAL {
    min-height: 300px;
  }
} */
