.profile-btn-img {
  width: 18px;
  height: 18px;
}

.profile-btn {
  font-size: 15px;
  text-transform: uppercase;
}


.footer-cta {
  background: #0c3f74 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  margin-top: 8px;

}

.cta-text {
  padding-left: 15px;
  display: inline-block;
  text-align: justify;
}

.cta-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #FFFFFF;
  font-size: 14px;
}

.single-cta {
  display: flex;

}

.single-cta input {
  width: 100%;
  padding: 14px 28px;
  background: #FFFF;
  border: 1px solid #2E2E2E;
  color: #FFFFFF;

}

.single-cta button {
  right: 11px;
  background: #FFFF;
  padding: 6px 20px;
  border: 1px solid #fff;
  top: 8px;
  border-radius: 3px;
}

.single-cta button i {
  color: #FFFFFF;
  font-size: 22px;
  transform: rotate(-6deg);
}

#navbarCollapse {
  height: 100px;
}


.footer .squre-radius {
  border-radius: 10% !important;
}

.footer .footer-logo {
  width: 200px;
  /* height: 80px; */
}

.footer-top-text {
  padding-left: 1rem;
}

.footer-logo-section {
  margin-left: -15px;
}


.sticky-header {
  position: sticky;
  top: 0;
  /* background-color: #fffafa; */
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: white;
  padding: 10px 0;
  width: 100%;
  z-index: 1000;
  /* Keeps it on top of other content */
  text-align: center;
}

/* Apply Poppins globally across the website */
body {
  font-family: 'Poppins' !important;
  font-size: 14px;
  /* Force Poppins font */
}

/* Ensure all headings use Poppins as well */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins' !important;
}

.page-header {
  height: 230px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .footer-p {
    text-align: justify;
  }

  .footer-top-text h6 {
    text-align: start;
  }
}




@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
  .footer-p {
    text-align: justify;
  }

  .footer-top-text h6 {
    text-align: start;
  }
}


/* ipad mini Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .all-footer-align {
    text-align: justify;
  }

  .footer-top-text {
    text-align: start;
    padding-left: 1rem;
  }
}


/* ipad mini landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

  .all-footer-align {
    text-align: justify;
  }

  .footer-top-text {
    text-align: start;
    padding-left: 1rem;
  }

}