.footer {
  padding: 34px 0;
  background: #eaeff7;
  padding-bottom: 0;
}

.container-footer {
  background: #eaeff7 !important;
}

.footer-infor {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #c0cee6;
  padding-bottom: 30px;
}

.footer-child > a {
	color: #2b5aa9;
	}

.footer-child {
  width: 100%;
  color: #2b5aa9;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  
}
.footer-help > p:hover {
  border-bottom: 1px solid #2b5aa9;
}

.footer-quick-link > a > p:hover {
  border-bottom: 1px solid #2b5aa9;
}

.footer-quick-link,
.footer-help {
  width: 75%;
}

.footer-quick-link > h4,
.footer-help > h4,
.footer-submit > h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}
.footer-quick-link > a > p,
.footer-help > p {
  color: #2b5aa9;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.field {
  display: flex;
  align-items: center;
  position: relative;
}

.field > img {
  background: #2b5aa9;
  border-radius: 0px 6px 6px 0px;
  padding: 10px;
}
.field .btn-footer {
  border: 0;
  display: flex;
}
.field .btn-footer > svg {
  background: #2b5aa9;
  border-radius: 0px 6px 6px 0px;
  /* padding: 10px; */
  height: 48px;
  width: 50px;
  /* padding: 0 25px; */
  padding: 2px 10px;
  cursor: pointer;
}
.field .btn-footer > svg:hover {
  background: #ffd500;
}
.field .btn-footer > svg:hover .rowpath {
  fill: #2b5aa9 !important;
}

.field > input {
  padding: 14px 15px;
  border: 0;
  border-radius: 6px 0 0 6px;
  min-width: 300px;
  font-family: "SVN-Gilroy", sans-serif !important;
height:48px;
}

.field-input:focus-visible {
  border: 0;
  outline: none;
}

.linking-footer {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
  align-items: center;
}

.contact-infor > a{
 color: #2b5aa9;
}

.contact-infor {
 color: #000000;
display: flex;
align-items: center;
    gap: 10px;
}

.contact-infor > svg {
	height:24px;
	width: auto;
color: #2b5aa9;
}

.link-text {
  color: #000;
  text-transform: uppercase;
}
.link-text > a {
  color: #2b5aa9;
  text-transform: uppercase;
}
.link-btn-top {
align-items: center;
    background: rgba(0,51,102,.2)!important;
    border-radius: 8px!important;
    bottom: 20px!important;
    display: flex;
    justify-content: center;
    right: 20px!important;
    transition: all .3s ease-out;
    cursor: pointer;
    font-size: 14px;
    font-variant: tabular-nums;
    height: 40px;
width: 40px;
    line-height: 1.5715;
    color: #fff;
    font-size: 20px;
position: fixed;
bottom: 20px;
right:20px;
}

.link-btn-top:hover{
background:  #036 !important;
}

.linking-footer .link-logo > a > svg:hover .cricle_svg {
  stroke: #ffd500;
  cursor: pointer;
}

.linking-footer .link-logo > a > svg:hover .path_link {
  fill: #ffd500;
}
.footer_subtext {
  color: initial;
}
.footer-logo .footer_subtext {
  color: #2b5aa9;
  font-weight: 400;
}
.valid-email-footer {
  display: none;
  color: #c73f3f;
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  left: 5px;
  /* backround: #9da9b49e; */
  font-weight: 700;
}

.contact-footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.address-footer-mobile {
  display: none;
}

.footer-header{
	    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
padding-bottom: 30px;
}

.footer-header > a > img {
	height:60px;
	width: auto;
}

.footer-header .footer_subtext{
	    color: #2b5aa9;
}

.footer-address-label{
	color: #000;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
  .footer {
    padding: 60px 100px;
    padding-bottom: 0;
  }
  .field > input {
    min-width: 285px;
  }
  .footer-child {
    gap: 12px;
  }
}

@media (min-width: 740px) and (max-width: 1023px) {
  .footer {
    padding: 60px;
    padding-bottom: 0;
  }
  .field > input {
    min-width: 200px;
  }
  .footer-child {
    gap: 12px;
  }
}

@media (max-width: 740px) {
  .footer {
    padding: 40px 30px;
    padding-bottom: 0;
  }
  .footer-infor {
    flex-direction: column;
  }
  .footer-logo {
    align-items: center;
  }
  .footer-log > div {
    display: flex;
    text-align: center;
    width: initial;
  }
  .footer-child > p {
    width: 100% !important;
    display: flex;
    text-align: center;
  }
  .footer-child .footer_subtext {
    width: 100% !important;
  }
  .footer_subtext {
    justify-content: center;
  }
  .footer-child > div {
    display: flex;
    text-align: center;
    width: 100% !important;
  }
  .field > input {
    width: 100%;
min-width:initial;
  }

  .linking-footer .link-logo {
    display: flex;
    gap: 5px;
  }
  .linking-footer .link-logo > a > img {
    height: auto;
  }
  .link-btn-top {
    padding: 3px 10px;
    font-size: 20px;
  }
  .link-text {
    font-size: 12px;
  }
  .footer-child .contact-footer {
    justify-content: flex-start;
    text-align: start;
  }
  .footer-child .address-footer {
    display: none;
  }
  .address-footer-mobile {
    display: block;
  }
.footer-header{
	padding-bottom: 0;
font-size:14px;
flex-direction: column;
}
.footer-header .footer_subtext{
    font-size: 14px;
    text-align: center;
}
.footer-header > a > img{
	height: auto;
}
.footer-address-label{
	display: none;
}

.contact-infor > svg {
	height:20px;
}
}
