


h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #006bc7;
    position: relative;
    padding-bottom: 5px;
}
#footer .footer-top h4 {
    padding-bottom: 0px !important;
}
.footer-top .footer-contact .info div h4 {
    margin-bottom: 4px;
}









#footer .footer-top h3 {
    font-size: 22px !important;
    margin: 0 0 30px 0 !important;
    padding: 2px 0 2px 0 !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    color: #006bc7 !important;
}









.footer-contact .info i {
    font-size: 22px;
    background: #fa0035;
    padding: 8px;
    max-width: 60px;
    min-width: 60px;
    text-align: center;
    min-height: 52px;
    line-height: 36px;
    float: left;
    margin-right: 15px;
    color: #fff;
}


.footer-contact .info p {
  font-size: 14px;
  margin-bottom: 0;
  color: #333;
}









#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
}



#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #03364d;
}



#footer .footer-top .footer-links.sociallinks a i {
    margin: 0 auto;
}

#footer .footer-top .footer-links.sociallinks a {
    display: inline-flex !important;
    border: 1px solid #fa0035;
    padding: 8px 0px 8px 0px;
    font-size: 22px;
    text-align: center;
    color: #fa0035;
    min-width: 40px;
}
#footer .footer-top .footer-links.sociallinks a:hover {
    display: inline-flex !important;
    border: 1px solid #1877f2;
    padding: 8px 0px 8px 0px;
    font-size: 22px;
    text-align: center;
    color: #fa0035;
    min-width: 40px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}


#footer .footer-newsletter {
    padding: 50px 0;
    background: #f3f5fa;
    text-align: center;
    font-size: 15px;
    color: #444444;
}

#footer .footer-newsletter {

    background-size: cover !important;
    background-position: center center !important;
    padding: 20px 20px !important;
    margin: 20px 0px;
    border: 1px solid #ededed;
}







.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa {
    font-size: 24px; /* Set the font size */
    color: #fa0035; /* Set the default color */
    transition: color 0.3s; /* Add transition effect */
}

.fa:hover {
    color: #1877f2; /* Change color on hover */
}




a {
    text-decoration: none;
}

a:hover {
    color: #ffffff; /* Change text color on hover */
    border-color: #0000ff; /* Change border color on hover */
        text-decoration: none;
}







/*
#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: rgb(0 0 0 / 33%) 0px 2px 15px;
    text-align: left;
}
 */

/* .subscribe {
    background-color: #007bff; Button background color
    color: white; Button text color
    border: none; Remove button border
    padding: 6px 12px; Adjust button padding as needed
    cursor: pointer; Change cursor to pointer on hover
    margin-left: 10px; Adjust margin between input and button as needed
} */




.footer-newsletter input[type="email"] {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 250px;
  font-size: 14px;
  color: #333;
}

.footer-newsletter input[type="submit"] {
  padding: 10px 20px;
  background-color: #d0021b;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
}






#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #03364d;
}
















.input-container {
  position: relative;
  display: inline-block;
}

#subscribe_email {
  width: 240px; /* Adjust width as needed */
  padding-right: 40px; /* Adjust padding to accommodate the subscribe button */
}

.subscribe {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px; /* Adjust padding as needed */
  border: none;
  background-color: red;
  color: white;
  border-radius: 0 24px 24px 0; /* Adjust border-radius to match the container */
  cursor: pointer;
}


#footer .copyright {
    float: left;
    font-size: 16px;
}


#footer .credits {
    float: right;
    padding-left: .5rem;
    font-size: 16px;
}


#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}


.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #03364d;
    background-color: #03364d;
}
