body{
    margin: 0px;
}
.footer-cta-btns {

    margin-bottom: 32px;
}
.footer-cta-social {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
      gap: 12px;
}
.footer-cta .footer-cta-social p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-cta-social .footer-cta-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.footer-cta .footer-cta-social .footer-cta-social-icons a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #004f95;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 41px;
    justify-content: center;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    width: 41px;
}
.footer-cta-btns a {
    -webkit-box-flex: 1;
    background-color: transparent;
    border: 2px  solid #004f95;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
  border-radius: 6px;
    color: #fff;
background-color: #003b6f;
    background-image: -webkit-gradient(linear,left top,right top,from(#004f95),color-stop(50%,#004f95),color-stop(50%,#003b6f),to(#003b6f));
    background-image: linear-gradient(90deg,#004f95,#004f95 50%,#003b6f 0,#003b6f);
    background-position: 100%;
    background-size: 210%;
  text-decoration: none;
  -webkit-transition: .3s ease;
    transition: .3s ease;
}

.footer-cta .footer-cta-social .footer-cta-social-icons a svg {
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 20px;
}
.footer-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 35px;
    padding-right: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-additional-links a {
    color: #fff;
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
      text-decoration: none;
      font-size: 12px;
}
.footer-additional-links a:first-of-type {
    border-right: 2px solid #6ea0c1;
  padding-left:0px
}
 .footer-cta-social .footer-cta-social-icons a:hover {
    background-color: #004f95;
}
.footer-additional-links {
    color: #6ea0c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-bottom: 24px;
    max-width: 280px;
    text-align: right;
}
.sign-footer-links a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 18px;
    opacity: .8;
    text-transform: none;
    text-decoration: none;
}

.sign-foote-wrapper {
    background-color: #003b6f;
    padding-bottom: 50px;
    padding-top: 50px;
}

.sign-footer-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.sign-footer-heading h5 {
    margin: 0px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 18px;
    opacity: .8;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sign-footer-links a:hover {
    text-decoration: underline;
}
.sign-gooter-inner {
    padding-bottom: 10px;
}
 .footer-additional-links a:last-of-type {
    border-left: 2px solid #6ea0c1;
}
.footer-additional-links {
    color: #6ea0c1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-bottom: 24px;
    max-width: 280px;
    text-align: right;
}


 .footer-cta .footer-cta-btns a:hover {
    background-position: 0;
}
/************** ipad ***************/
@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){}

/************** iphone roatate***************/
@media (max-width: 767px) {

.sign-footer-outer {
    display: block;
}
  .footer-menu {
    flex-wrap: wrap;

}
  .sign-gooter-inner {
    flex: 0 0 100%;
}


/************** iphone ***************/
@media (max-width: 479px) {}
