.fnew .container{
  max-width: 1300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.fnew {
  /*background-color: #111d38;*/
  background-image: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Golos Text, sans-serif;
}
footer ul {
  padding-left: 0;  margin: 0;
  list-style: none;
}
footer a.btn-bg {
  background: #365193;
  color: #ffffff;
  padding: 9px 25px;
  border: 2px solid #365193;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;outline: none;
  line-height: 20px;text-decoration: none;
  transition: 0.4s all;
}
footer a.btn-transparent {
  background: transparent;
  color: #ffffff;
  padding: 9px 40px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;text-decoration: none;outline: none;
  transition: 0.4s all;
}
.content-box {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)/-2);
  margin-right: calc(var(--bs-gutter-x)/-2);
  box-sizing: border-box;
}

.content-box .box {
  width: 15%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x)/2);
  padding-right: calc(var(--bs-gutter-x)/2);
  box-sizing: border-box;
}

.content-box .box-2{
 width: 25%; 
}

footer .content-box .box .logo-box img {
  width: 110px;
  margin-bottom: 24px;
  display: block;
}
footer .content-box .box .title h2 {
  /*color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;*/
  
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 24px;
  color: #667085;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

footer .text-lugar{
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 40px 0;
}

footer .content-box .box .social-icons {
  margin-top: 20px;
  display: -webkit-box;display: -ms-flexbox;display: flex;
  display: none;
}
footer .content-box .box .social-icons a span {
  line-height:0;
}
footer .content-box .box .social-icons a {
  border-radius: 50px;
  margin-right: 15px;
  line-height: 30px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .content-box .box .social-icons a svg {
  height: 26px;
  text-align: center;
  fill:#fff;
}

footer .content-box .box .social-icons img{
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  padding: 6px;
}

footer .content-box .box .get-in-touch .title h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  padding: 24px 0 10px 0;
  margin-bottom: 0;
}
footer .content-box .box .get-in-touch .address h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
}
footer .content-box .box .get-in-touch .address a{
  text-decoration: none;
}
footer .content-box .box .get-in-touch .address .office p {
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  margin: 0 0 15px;
  color: #fff;
}
footer .content-box .box ul li {
  margin:0;padding:0;  line-height: normal;
  margin: 15px 0;
}
footer .content-box .box ul li a {
  /*font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  line-height: 2.5;
  padding-top: 10px;
  padding-bottom: 0;
  color: #9c9c9c;
  outline: none;*/
  
  color: #5e606e;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Golos Text, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
footer .content-box .box ul li a:hover {
  /*color: #8bffd9;*/
  color: #cc5302;
}
footer .content-box .box .btn-box .btn {
  margin-bottom: 26px;
}
footer .content-box .box .link-phone {
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  outline: none;
}
footer .content-box .box .link-phone:hover {
opacity:0.5;
}

.footer-bottom{
  border-top: 1px solid #eaecf0;
  color: #667085;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 50px;
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom a{
 font-weight: 400; 
  margin: 0 10px;
}

.footer-bottom span{
 font-weight: 400; 
  margin: 0 10px 0 0;
}

.footer-bottom .footer-bottom-right a img{
  width: 25px;
}

.footer-bottom .footer-bottom-right a:hover{
  text-decoration: none;
}
/*-------- footer-css-end --------*/

@media (min-width: 1200px) and (max-width: 1329px) {
  .fnew .container {
    max-width: 1160px !important;
    padding: 0 15px;margin:0px auto;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {
 footer .content-box {
  --bs-gutter-x: 1.5rem;
}

}

@media screen and (max-width: 1199px) {
  footer .container {
    max-width: 920px;
    width: 100%;
    padding: 0 15px;margin: 0px auto;
  }
}

@media screen and (max-width: 991px) {
   footer .content-box {
  --bs-gutter-x: 1.5rem;
  }
  footer .container {
    max-width: 720px;
    width: 100%;margin: 0px auto;
  }
  .content-box .box {
    width: 35%;
  }
  
  .content-box .box-2 {
    width: 100%;
    margin-bottom: 40px;
  }
  .content-box .box:nth-child(3), .content-box .box:last-child {
    /*margin-top: 16px;*/
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  
  footer .content-box .box .title h2{
    margin-bottom: 16px;
  }
  
  footer .box .btn-box {
    display: inline-block;
    margin-bottom: 30px; 
  }
  footer .container {
    max-width: 515px;
    width: 100%;margin: 0px auto;
    padding: 0 30px;
  }
  .content-box {
    --bs-gutter-x: 2rem;
  }
  .content-box .box {
    width: 100%;
    margin-top: 20px !important;
  }
  
  .content-box .box-2{
    width: 100%;  
    height: 120px;
  }
  
  .content-box .box:nth-child(2) {
    /*margin-top: 16px;*/
    margin-top: 0px;
  }
  footer .content-box .box .btn-box .btn {
    margin-bottom: 25px;display: inline-block;margin-right: 10px;
  }
  footer .content-box .box .btn-box .btn:last-child {
    margin-bottom: 0;
  }
  
  footer .text-lugar{
    font-size: 14px;  
  }
  
  footer .content-box .box ul li a{
   font-size: 14px; 
  }
  
  .footer-bottom{
    font-size: 14px; 
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-bottom .footer-bottom-left{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    order: 2;
    margin-top: 20px;
  }
  
  .footer-bottom a:nth-child(1){
   margin: 0;
  }
  
.footer-bottom .footer-bottom-left a{
    margin: 10px 0;
  }