.icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon.icon-explore {
  background-image: url("./../img/icons/explore.svg");
}
.icon.icon-phone {
  background-image: url("./../img/icons/call-love.svg");
  width: 40px;
  height: 40px;
}
.icon.icon-email {
  background-image: url("./../img/icons/mail-favourite.svg");
  width: 40px;
  height: 40px;
}

* {
  transition: all 0.3s ease;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 170%;
  color: #4E545E;
  margin: 0;
  padding: 30px 0;
  overflow-x: hidden;
}

.container {
  max-width: 1411px;
  width: 95%;
  margin: 0 auto;
}

.texture {
  background-image: url("./../img/texture.png");
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.btn {
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #EBEFFA;
  color: #153CB7;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  padding: 0 32px;
  height: 80px;
  font-size: 18px;
  width: 100%;
  max-width: 420px;
  cursor: pointer;
  box-sizing: border-box;
}
.btn i {
  margin-left: 16px;
}
.btn.btn-white {
  background-color: #fff;
}

.gradient_title {
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(89.76deg, #153CB7 12.68%, #8D75C2 42.17%, #FFB3B3 114.06%), #080F30;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

section#top {
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
section#top .rebranded-block {
  border-radius: 24px;
  position: relative;
  background-color: #153CB7;
  width: 59%;
  padding: 103px 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#top .rebranded-block .texture {
  border-radius: 24px;
}
section#top .rebranded-block .wrap {
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
}
section#top .rebranded-block .wrap h1 {
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 86.4px */
  text-transform: capitalize;
  margin: 0 0 32px;
  color: #FFF !important;
}
section#top .rebranded-block .wrap p {
  color: #EBEFFA;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#top .rebranded-block .wrap .action {
  max-width: 639px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  margin: 0 auto;
}
section#top .rebranded-block .wrap .action .logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
section#top .rebranded-block .wrap .action .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
section#top .rebranded-block .wrap .action .contact .call, section#top .rebranded-block .wrap .action .contact .email {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 32px;
}
section#top .rebranded-block .wrap .action .contact .call div span, section#top .rebranded-block .wrap .action .contact .call div a, section#top .rebranded-block .wrap .action .contact .email div span, section#top .rebranded-block .wrap .action .contact .email div a {
  display: block;
  color: #fff;
}
section#top .rebranded-block .wrap .action .contact .call div span, section#top .rebranded-block .wrap .action .contact .email div span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  margin-bottom: 16px;
}
section#top .rebranded-block .wrap .action .contact .call div a, section#top .rebranded-block .wrap .action .contact .email div a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}
section#top .images-block {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section#top .images-block img {
  max-width: 100%;
}
section#top .images-block img:first-child {
  margin-bottom: 30px;
}

section#bullets {
  margin-top: 40px;
}
section#bullets .inner {
  border-top: 1px solid #E9EAED;
  border-bottom: 1px solid #E9EAED;
  padding: 54px 26px;
  display: flex;
  justify-content: space-between;
}
section#bullets .inner h5 {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 36px;
  line-height: 43.2px;
  max-width: 481px;
  color: #080F30;
}
section#bullets .inner p {
  color: #4E545E;
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 400;
  margin: 0;
}

section#blog {
  margin-top: 40px;
}
section#blog h2 {
  margin: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 180.5%;
}
section#blog p.subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin: 8px 0 0;
}
section#blog .blog-posts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}
section#blog .blog-posts .blog-post {
  display: flex;
  justify-content: start;
  gap: 28px;
}
section#blog .blog-posts .blog-post img {
  width: 328px;
  height: 260px;
  border-radius: 12px;
}
section#blog .blog-posts .blog-post .blog-content h3 {
  color: #080F30;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  margin: 0;
}
section#blog .blog-posts .blog-post .blog-content .meta {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  margin-top: 13px;
}
section#blog .blog-posts .blog-post .blog-content .meta span {
  color: #626A77;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
section#blog .blog-posts .blog-post .blog-content .meta span.dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #153CB7;
}
section#blog .blog-posts .blog-post .blog-content .read-more {
  margin-top: 24px;
  color: #153CB7;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 30.6px */
  text-decoration: none;
}
section#blog .blog-posts .blog-post .blog-content .read-more i {
  margin-left: 16px;
}

footer {
  margin-top: 40px;
  background-color: #153CB7;
  padding: 59px 90px;
  border-radius: 24px;
  position: relative;
}
footer .texture {
  border-radius: 24px;
}
footer .wrap {
  position: relative;
  z-index: 1;
}
footer .wrap .evaro {
  position: relative;
  z-index: 1;
  margin: 0 0 48px 0;
  padding: 0 0 48px 0;
  border-bottom: 1px dashed #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .wrap .evaro .content {
  max-width: 534px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
footer .wrap .evaro .content img.epharmacy {
  max-width: 184px;
}
footer .wrap .evaro .content img.arrow {
  max-width: 83px;
}
footer .wrap .evaro .content img.evaro-logo {
  max-width: 205px;
}
footer .wrap .evaro #menu-footer {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 54px;
  color: #fff;
  padding: 0;
  list-style: none;
}
footer .wrap .evaro #menu-footer li a {
  margin: 0 0 32px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  pointer-events: none;
  text-decoration: none;
  color: #fff;
}
footer .wrap .evaro #menu-footer li ul {
  padding: 0;
  list-style: none;
}
footer .wrap .evaro #menu-footer li ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
  list-style: none;
  margin: 0 0 5px;
  pointer-events: auto;
  text-decoration: none;
}
footer .wrap .copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
footer .wrap .copy .npa {
  padding: 15px 30px;
  background-color: #FAFAFB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
footer .wrap .copy .npa img {
  width: 61px;
}
footer .wrap .copy p {
  color: #EBEFFA;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  max-width: 450px;
  text-align: right;
}

@media screen and (max-width: 1600px) {
  section#top .rebranded-block {
    padding: 59px 43px;
  }
  section#top .rebranded-block .wrap h1 {
    font-size: 60px;
    margin-bottom: 80px;
  }
  section#top .rebranded-block .action {
    gap: 74px;
  }
  footer .wrap .evaro .content {
    max-width: 474px;
    gap: 22px;
  }
  footer .wrap .evaro .content img.epharmacy {
    max-width: 174px;
  }
  footer .wrap .evaro .content img.arrow {
    max-width: 63px;
  }
  footer .wrap .evaro .content img.evaro-logo {
    max-width: 145px;
  }
}
@media screen and (max-width: 1365px) {
  .btn {
    line-height: 70px;
    height: 70px;
  }
  section#top .rebranded-block {
    width: 51%;
  }
  section#top .rebranded-block .wrap h1 {
    font-size: 44px;
  }
  section#top .rebranded-block .wrap p {
    font-size: 21px;
  }
  section#top .rebranded-block .wrap .action .logos .epharmacy {
    max-width: 200px;
  }
  section#top .rebranded-block .wrap .action .logos .arrow {
    max-width: 90px;
  }
  section#top .rebranded-block .wrap .action .logos .evaro {
    max-width: 124px;
  }
  section#top .images-block {
    width: 48%;
  }
  section#bullets .inner {
    padding: 38px 26px;
  }
  section#bullets .inner h5 {
    font-size: 30px;
    line-height: 39.2px;
    max-width: 337px;
  }
  section#bullets .inner div:first-child h5 {
    font-size: 25px;
  }
  section#blog .blog-posts .blog-post img {
    max-width: 178px;
    height: auto;
  }
  footer .wrap .evaro {
    display: block;
  }
  footer .wrap .evaro .content {
    margin-bottom: 40px;
  }
  footer .wrap .evaro .navigation_wrap {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 1112px) {
  section#top .rebranded-block .wrap h1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  section#top {
    display: block;
  }
  section#top .rebranded-block {
    width: 100%;
    box-sizing: border-box;
  }
  section#top .rebranded-block .wrap h1 {
    margin-bottom: 30px;
  }
  section#top .rebranded-block .wrap .action {
    margin-top: 20px;
    gap: 44px;
  }
  section#top .rebranded-block .wrap .action .contact .call, section#top .rebranded-block .wrap .action .contact .email {
    gap: 19px;
  }
  section#top .images-block {
    display: none;
  }
  section#bullets .inner {
    flex-wrap: wrap;
  }
  section#bullets .inner div h5 {
    font-size: 24px;
  }
  section#bullets .inner div:first-child {
    width: 100%;
  }
  section#bullets .inner div:first-child h5 {
    text-align: center;
    max-width: 500px;
    display: block;
    margin: 0 auto 33px;
  }
  section#blog .blog-posts {
    display: block;
  }
  section#blog .blog-posts .blog-post {
    margin-bottom: 48px;
  }
  section#blog .blog-posts .blog-post:last-child {
    margin-bottom: 0;
  }
  footer .wrap .evaro #menu-footer {
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
  }
  footer .wrap .evaro #menu-footer li {
    width: 44%;
    margin-bottom: 32px;
  }
  footer .wrap .evaro #menu-footer li ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    line-height: 64px;
    height: 64px;
    font-size: 14px;
  }
  .icon.icon-phone, .icon.icon-email {
    width: 20px;
    height: 20px;
  }
  section#top .rebranded-block {
    padding: 37px 32px;
    max-width: 560px;
    margin: 0 auto;
  }
  section#top .rebranded-block .wrap {
    width: 100%;
  }
  section#top .rebranded-block .wrap h1 {
    font-size: 36px;
    margin-bottom: 24px;
  }
  section#top .rebranded-block .wrap p {
    font-size: 16px;
  }
  section#top .rebranded-block .wrap .action {
    margin-top: 45px;
  }
  section#top .rebranded-block .wrap .action .logos .epharmacy {
    max-width: 93px;
  }
  section#top .rebranded-block .wrap .action .logos .arrow {
    max-width: 42px;
  }
  section#top .rebranded-block .wrap .action .logos .evaro {
    max-width: 103px;
  }
  section#top .rebranded-block .wrap .action .contact .call div span, section#top .rebranded-block .wrap .action .contact .call div a, section#top .rebranded-block .wrap .action .contact .email div span, section#top .rebranded-block .wrap .action .contact .email div a {
    font-size: 10px;
  }
  section#top .rebranded-block .wrap .action .contact .call div span, section#top .rebranded-block .wrap .action .contact .email div span {
    margin-bottom: 4px;
  }
  section#top .images-block {
    display: block;
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
  section#top .images-block img:first-child {
    margin-bottom: 16px;
  }
  section#bullets .inner {
    padding: 24px 0;
  }
  section#bullets .inner div h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
  }
  section#bullets .inner div p {
    font-size: 12px;
  }
  section#blog {
    margin-top: 16px;
  }
  section#blog h2 {
    font-size: 18px;
  }
  section#blog p.subtitle {
    font-size: 12px;
    max-width: 268px;
  }
  section#blog .blog-posts .blog-post {
    padding: 0 16px;
    align-items: start;
  }
  section#blog .blog-posts .blog-post img {
    width: 101px;
    height: auto;
  }
  section#blog .blog-posts .blog-post .blog-content h3 {
    font-size: 12px;
  }
  section#blog .blog-posts .blog-post .blog-content .meta {
    display: none;
  }
  section#blog .blog-posts .blog-post .blog-content .read-more {
    font-size: 8.926px;
    text-decoration: underline;
    display: block;
    margin-top: 15px;
  }
  section#blog .blog-posts .blog-post .blog-content .read-more i {
    width: 15px;
    height: 15px;
  }
  footer {
    padding: 36px 29px;
  }
  footer .wrap .evaro .content img.epharmacy {
    max-width: 93px;
  }
  footer .wrap .evaro .content img.arrow {
    max-width: 42px;
  }
  footer .wrap .evaro .content img.evaro-logo {
    max-width: 103px;
  }
  footer .wrap .evaro .navigation_wrap {
    gap: 28px;
  }
  footer .wrap .evaro .navigation_wrap nav h6 {
    margin-bottom: 25px;
    font-size: 14px;
  }
  footer .wrap .evaro .navigation_wrap nav ul li {
    margin-bottom: 8px;
  }
  footer .wrap .evaro .navigation_wrap nav ul li a {
    font-size: 14px;
  }
  footer .wrap .copy {
    display: block;
  }
  footer .wrap .copy .npa {
    max-width: 198px;
    margin: 0 auto 24px;
    box-sizing: border-box;
  }
  footer .wrap .copy p {
    text-align: center;
    max-width: 100%;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
  }
}

/*# sourceMappingURL=style.css.map */
