@font-face {
  font-family: "Oracle Sans";
  src: url("https://www.oracle.com/oce/dc/assets/CONTBAEC8AD883C94ED8BBF006DFF3AAE749/native/OracleSans-Rg.woff2") format("woff2"),
    url("https://www.oracle.com/oce/dc/assets/CONT61F34C662D214495B2A1D18A48938CA4/native/OracleSans-Rg.woff") format("woff"),
    url("https://www.oracle.com/oce/dc/assets/CONT1EFC04390DAF436594C0AA573976FE4C/native/OracleSans-Rg.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Oracle Sans";
  src: url("https://www.oracle.com/oce/dc/assets/CONTEE9EDA80C7584A008ADCAE847319A682/native/OracleSans-Bd.woff2") format("woff2"),
    url("https://www.oracle.com/oce/dc/assets/CONT5B3AF5698E6646E5824217378C6C386F/native/OracleSans-Bd.woff") format("woff"),
    url("https://www.oracle.com/oce/dc/assets/CONT08FD74BBA4404B738E7FBB22C9396EB8/native/OracleSans-Bd.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Oracle Sans";
  src: url("https://www.oracle.com/oce/dc/assets/CONTEDF21F50199841DC8662427E88F15114/native/OracleSans-Lt.woff2") format("woff2"),
    url("https://www.oracle.com/oce/dc/assets/CONT86AEA32F15AC4FCAA7C45EABB68572B5/native/OracleSans-Lt.woff") format("woff"),
    url("https://www.oracle.com/oce/dc/assets/CONT5CC28ACEC7EC46F1B1AE622407D10408/native/OracleSans-Lt.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

body {
  font-family: "Oracle Sans", sans-serif;
}
body {
  font-family: "Oracle Sans", sans-serif;
}
p {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.bg-cream {
  background-color: #fdfaf0 !important;
}
.bg-green {
  background-color: #4c825c;
}
.bg-red {
  background-color: #b94f3c;
}
.bg-purple {
  background-color: #756284;
}
.color-green {
  color: #4c825c;
}
.color-red {
  color: #b94f3c;
}
.color-purple {
  color: #756284;
}
.color-blue {
  color: #4f8188;
}
.btn-purple,
.btn-purple:hover {
  background-color: #756284;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.btn-purple:hover {
  background-color: #5a4b66;
}
.badge {
  border-radius: 25px;
  color: #fff;
  padding: 7px 0;
  font-size: 18px;
  font-weight: 500;
}
.badge img {
  max-height: 38px;
}
@media (max-width: 767px) {
  .badge {
    margin: auto;
  }
}
.rounded-bottom-10 {
  border-radius: 0 0 10px 10px;
}
/* Modal Popup */
.modal-dialog .modal-content {
  border-radius: 10px;
}

.modal-dialog .modal-content .modal-header,
.modal-dialog .modal-content .modal-footer {
  border: 0px;
}

.modal-dialog .modal-content .modal-header .modal-logo {
  width: 220px;
  padding: 10px;
  margin-right: 10px;
  text-align: right;
}
.modal-dialog .modal-content .modal-header .modal-logo img {
  max-width: 110px;
}
.modal-dialog .modal-content .modal-header .ip-soft-logo img {
  max-width: 124px;
}
@media (min-width: 992px) {
  .modal-dialog .modal-content .ip-soft-section {
    margin-left: 110px;
  }
}
.modal-body.rounded-bottom-10 {
  background-color: #ffffff;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-weight: bold;
  padding-top: 16px;
}

.modal-dialog .modal-content .modal-header .close {
  font-size: 40px;
}

.modal-dialog .modal-content .modal-body .icon-wrapper {
  display: flex;
  justify-content: flex-end;
}

.modal-dialog .modal-content .modal-body .icon-wrapper img {
  width: 45px;
  /* height: 45px; */
}

.modal-dialog .modal-content .modal-header .modal-title-wrapper {
  display: flex;
  align-items: center;
}

.modal-backdrop {
  opacity: 1 !important;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-dialog .btn-class-mobile-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .modal-dialog .modal-content .modal-header {
    flex-wrap: wrap;
    display: block;
  }
  .modal-dialog .modal-content .modal-header .modal-logo {
    width: 100%;
    flex: 100%;
    text-align: left;
    padding: 20px 0 0;
    margin-right: 0;
  }
  .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    padding-top: 10px;
  }
  .modal-body.rounded-bottom-10 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .modal-icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
/* Navbar */
.oracle-logo-wrapper {
  margin-top: 36px;
}

#staticMenu {
  margin: 0;
  padding: 0;
}
#staticMenu li {
  list-style: none;
}
#staticMenu li a {
  color: #212529;
}
#staticMenu li a:hover {
  text-decoration: none;
}
.navbar-item {
  display: block;
  padding: 5px 25px;
  border-right: 1px solid #afaeac !important;
  width: auto;
  min-width: 155px;
  height: 90px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  cursor: pointer;
}

.navbar-item:last-child {
  border-right: 0px;
}
.header-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 56px;
}
.subheader-text {
  color: #617d71;
}

@media (max-width: 767px) {
  .header-text {
    font-size: 42px;
    margin-top: 20px;
  }
  .subheader-text {
    font-size: 20px;
  }
}
.chapter-text,
.trend-text {
  color: #c34733;
  font-weight: 600;
  font-size: 14px;
}
.illustration1-wrapper img {
  width: 100%;
}
.illustration1-wrapper {
  position: relative;
}
.illustration1-wrapper .arrow-down {
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 62%) -8%,
    rgb(255 255 255 / 0%) 90%
  );
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 35px 0px 12px 0px;
}
.illustration1-wrapper .arrow-down .arrow-img {
  width: 22px;
}

/*  Sticky menu */
#sticky-header {
  display: none;
  top: -50px;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  transform: translateY(-100%);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#sticky-header.sticky {
  display: flex;
  top: 0;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  #sticky-header.sticky {
    display: none;
  }
}
.sticky-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #312d2a;
}
.sticky-wrapper .logo-wrapper {
  padding: 0 10px 0 0;
}
.sticky-menu {
  min-height: 105px;
}
.sticky-menu ul {
  padding: 0;
  margin: 0;
}
.sticky-menu li {
  list-style: none;
}
.sticky-menu .navbar-item {
  display: block;
  color: #ffffff;
  border-right: 0px !important;
  padding: 20px 25px 10px;
  min-height: 105px;
  -webkit-transition: all 0.5s 0s ease-in;
  -moz-transition: all 0.5s 0s ease-in;
  -o-transition: all 0.5s 0s ease-in;
  transition: all 0.5s 0s ease-in;
}
.sticky-menu .navbar-item:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s 0s ease-out;
  -moz-transition: all 0.5s 0s ease-out;
  -o-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
  background-color: rgba(255, 255, 255, 0.1);
}
.sticky-menu .navbar-item.active {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}
.oracle-logo-wrapper.sticky {
  position: fixed;
  top: 0;
}
ul#staticMenu > li {
  padding-bottom: 20px;
}
ul li.dropdown .dropdown-menu {
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin-top: 0;
}
ul li.dropdown .dropdown-menu .dropdown-background {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
}
ul li.dropdown .dropdown-menu .dropdown-background.sticky-dropdown {
  background-color: #312d2a;
}
ul li.dropdown .dropdown-menu .dropdown-background li a {
  color: #ffffff !important;
  text-decoration: none;
}
ul li.dropdown .dropdown-menu li {
  padding-bottom: 10px;
}
ul li:hover .navbar-item {
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dropdown-toggle {
  white-space: normal;
}
.dropdown-toggle::after {
  display: none;
}
#staticMenu > li:nth-child(4),
.sticky-menu ul > li:nth-child(3) {
  min-width: 215px;
}
#staticMenu > li:nth-child(4),
.sticky-menu ul > li:nth-child(3) {
  min-width: 200px;
}
#staticMenu > li:nth-child(6),
.sticky-menu ul > li:nth-child(5) {
  min-width: 200px;
}
#staticMenu > li:nth-child(7),
.sticky-menu ul > li:nth-child(6) {
  min-width: 157px;
}
/* Mobile Menu */
.humburger {
  width: 33px;
  display: none;
}
.humburger span {
  width: 100%;
  height: 4px;
  margin-bottom: 5px;
  display: block;
  background-color: #8b8580;
}
#mobileNav {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  z-index: 999;
  overflow: scroll;
}
.mobiHead {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#mobileCloser {
  cursor: pointer;
}
#mobileCloser img {
  max-width: 18px;
}
.chev-down {
  max-width: 12px;
  position: absolute;
  right: 0;
  bottom: 27px;
}
.footnote img {
  max-width: 23px;
  display: block;
  padding-bottom: 5px;
}
.footnote span {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .humburger {
    display: block;
  }
  #staticMenu,
  #sticky-header.sticky {
    display: none !important;
  }
  .oracle-logo-wrapper {
    display: flex;
    align-items: center;
    padding: 15px 0;
    background-color: #ffffff;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .oracle-logo-wrapper.sticky {
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 15px 15px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 15px -7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding-left: 15px;
    padding-right: 15px;
    left: 15px;
  }
  #mobileMenuButton {
    display: flex;
    justify-content: flex-end;
  }
  .mobiMenu-body {
    margin: 10px 0;
  }
  .mobiMenu-body ul {
    padding: 0px;
  }
  .mobiMenu-body ul > li {
    list-style: none;
    border-bottom: solid 1px #e4dbc1;
  }
  .mobiMenu-body ul li .navbar-item {
    position: relative;
    border-right: 0px !important;
    font-size: 18px;
    text-align: left;
    color: #312d2a;
    width: auto;
    min-width: auto;
    height: auto;
    padding: 20px 0;
  }
  .mobiMenu-body ul li .navbar-item:hover {
    text-decoration: none;
  }
  .mobiMenu-body ul .navbar-item .chapter-text,
  .trend-text {
    font-size: 14px;
  }
  ul li.dropdown .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    padding-left: 20px;
    transform: unset !important;
    float: none;
    margin: 0;
  }
  ul li.dropdown .dropdown-menu .dropdown-background {
    background-color: transparent;
    padding: 0 0 20px 0;
  }
  ul li.dropdown .dropdown-menu .dropdown-background li:last-child {
    padding-bottom: 0;
  }
  ul li.dropdown .dropdown-menu .dropdown-background li a {
    color: #312d2a !important;
    font-size: 14px;
  }
  .more-info {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .humburger {
    display: block;
  }
  #staticMenu,
  #sticky-header.sticky {
    display: none !important;
  }
  .oracle-logo-wrapper {
    display: flex;
    align-items: center;
    padding: 15px 0;
    background-color: #ffffff;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .oracle-logo-wrapper.sticky {
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 15px 15px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 15px -7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding-left: 15px;
    padding-right: 15px;
    left: 15px;
  }
  #mobileMenuButton {
    display: flex;
    justify-content: flex-end;
  }
  .mobiMenu-body {
    margin: 10px 0;
  }
  .mobiMenu-body ul {
    padding: 0px;
  }
  .mobiMenu-body ul > li {
    list-style: none;
    border-bottom: solid 1px #e4dbc1;
  }
  .mobiMenu-body ul li .navbar-item {
    position: relative;
    border-right: 0px !important;
    font-size: 18px;
    text-align: left;
    color: #312d2a;
    width: auto;
    min-width: auto;
    height: auto;
    padding: 20px 0;
  }
  .mobiMenu-body ul li .navbar-item:hover {
    text-decoration: none;
  }
  .mobiMenu-body ul .navbar-item .chapter-text,
  .trend-text {
    font-size: 14px;
  }
  ul li.dropdown .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    padding-left: 20px;
    transform: unset !important;
    float: none;
    margin: 0;
  }
  ul li.dropdown .dropdown-menu .dropdown-background {
    background-color: transparent;
    padding: 0 0 20px 0;
  }
  ul li.dropdown .dropdown-menu .dropdown-background li:last-child {
    padding-bottom: 0;
  }
  ul li.dropdown .dropdown-menu .dropdown-background li a {
    color: #312d2a !important;
    font-size: 14px;
  }
  .more-info {
    display: none;
  }
}

@media (max-width: 767px) {
  .humburger {
    display: block;
  }
  .more-info {
    display: none;
  }
  .oracle-logo-wrapper {
    display: flex;
    align-items: center;
    padding: 15px 0;
    background-color: #ffffff;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .oracle-logo-wrapper.sticky {
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 15px 15px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 15px -7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #mobileMenuButton {
    display: flex;
    justify-content: flex-end;
  }
  .mobiMenu-body {
    margin: 10px 0;
  }
  .mobiMenu-body ul {
    padding: 0px;
  }
  .mobiMenu-body ul > li {
    list-style: none;
    border-bottom: solid 1px #e4dbc1;
  }
  .mobiMenu-body ul li .navbar-item {
    position: relative;
    border-right: 0px !important;
    font-size: 18px;
    text-align: left;
    color: #312d2a;
    width: auto;
    min-width: auto;
    height: auto;
    padding: 20px 0;
  }
  .mobiMenu-body ul li .navbar-item:hover {
    text-decoration: none;
  }
  .mobiMenu-body ul .navbar-item .chapter-text,
  .trend-text {
    font-size: 16px;
  }
  ul li.dropdown .dropdown-menu {
    position: relative !important;
    top: 0 !important;
    padding-left: 20px;
    transform: unset !important;
    float: none;
    margin: 0;
  }
  ul li.dropdown .dropdown-menu .dropdown-background {
    background-color: transparent;
    padding: 0 0 20px 0;
  }
  ul li.dropdown .dropdown-menu .dropdown-background li:last-child {
    padding-bottom: 0;
  }
  ul li.dropdown .dropdown-menu .dropdown-background li a {
    color: #312d2a !important;
    font-size: 15px;
  }
}
/* Content */
#excSummary .content-wrapper.container {
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.excecutive-summary-wrapper {
  background-image: url(https://www.oracle.com/oce/dc/assets/CONT1BA7621BE27949CE8184F01F583CDEFC/native/background1B.png?asdf);
  height: 100%;
  background-repeat: no-repeat;
  padding-bottom: 300px;
  position: relative;
  /*background-position: bottom;*/
  background-position:10%;
  background-size: cover;
  margin-bottom: 50px;
}
.content-wrapper.container {
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px;
  padding: 0px;
}
.content {
  position: relative;
}
.content .active-bar {
  position: absolute;
  margin-top: 10px;
  -webkit-transition: transform 0.5s 0s ease-in;
  -moz-transition: transform 0.5s 0s ease-in;
  -o-transition: transform 0.5s 0s ease-in;
  transition: transform 0.5s 0s ease-in;
}
.active-bar a {
  background-color: #827d79;
  display: block;
  height: 1px;
  width: 27px;
  margin-bottom: 22px;
}

.active-bar.sticky {
  position: fixed;
  z-index: 100;
  -webkit-transition: transform 0.5s 0s ease-out;
  -moz-transition: transform 0.5s 0s ease-out;
  -o-transition: transform 0.5s 0s ease-out;
  transition: transform 0.5s 0s ease-out;
}

.active-bar a.active {
  background-color: #42726f;
  height: 3px;
  width: 37px;
}
.img-collaborarting {
  right: 0;
  position: absolute;
}
.img-sunflower {
  position: absolute;
  left: 0;
}
.img-helping {
  width: 80%;
  max-width: 600px;
  margin: 20px 0 35px;
}

.actbox .number-list{

display: flex;
justify-content: center;
font-weight: bold;
}
.actbox span.number {
  font-size: 70px;
  font-weight: bold;
}
.actbox span.hashtag {
  font-size: 30px;
  font-weight: bold;
}
.act-text-box{
padding-top: 20px;
    font-size: 25px;
}
.row.actbox1 {
  background-color: #E6EFF4;
  padding: 25px 10px;
  border-radius: 10px;
}
.row.actbox2 {
  background-color: #F0CC71;
  padding: 10px;
  border-radius: 10px;
  margin-top:20px;
}
.actbox2 .number-list.color-green, .actbox1 .number-list.color-green {
  display: flex;
  justify-content: left;
  font-weight: bold;
}
.actbox2 span.number, .actbox1 span.number {
  font-size: 70px;
}
.actbox2 span.hashtag, .actbox1 span.hashtag {
  font-size: 30px;
  font-weight: bold;
}

/* media queries for responsiveness */

@media (min-width: 992px) {
  .content {
    padding: 50px 200px 130px 200px;
  }
  .content .active-bar {
    left: 55px;
  }
  .img-collaborarting {
    top: 10%;
    width: 235px;
  }
  .img-sunflower {
    bottom: 22%;
    width: 235px;
  }
  .why-act-wrapper .intelligent-image {
    right: 20px;
    width: 180px;
  }
  .why-act-wrapper .agile-image {
    left: -53px;
    bottom: 55px;
    width: 250px;
  }
  .why-act-wrapper .Integral-image {
    right: -12px;
    bottom: 84px;
    width: 200px;
  }
}

@media (min-width: 1368px) {
  .img-sunflower {
    bottom: 23%;
    width: 340px;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .img-sunflower {
    bottom: 23%;
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .img-collaborarting {
    top: 20%;
    width: 325px;
  }
  .why-act-wrapper .intelligent-image {
    right: -40px;
    width: 242px;
  }
  .why-act-wrapper .agile-image {
    left: -134px;
    bottom: 35px;
    width: 280px;
  }
  .why-act-wrapper .Integral-image {
    right: -70px;
    bottom: 51px;
    width: 240px;
  }
}
@media (max-width: 992px) {
  .content {
    padding: 70px 100px;
  }
  .content .active-bar {
    left: 25px;
  }
  .img-helping {
    width: 400px;
  }
  .img-collaborarting {
    top: 2%;
    width: 125px;
  }
  .img-sunflower {
    bottom: 16%;
    width: 175px;
  }
  .why-act-wrapper .intelligent-image {
    right: 0px;
    width: 90px;
  }
  .why-act-wrapper .agile-image {
    right: -6px;
    left: auto;
    top: 30px;
    width: 250px;
  }
  .why-act-wrapper .Integral-image {
    right: 15px;
    top: 5px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 50px 20px;
  }
  .content .active-bar {
    display: none;
  }
  .img-collaborarting {
    display: none;
  }
  .img-sunflower {
    bottom: 0;
    width: 250px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .img-helping {
    width: 75%;
    height: 100%;
    margin: 10px 0 25px;
  }
  .img-6trends {
    margin-top: -80px !important;
  }
  .img-6trends img {
    max-width: 272px !important;
  }
  .excecutive-summary-wrapper {
    padding-bottom: 110px !important;
  }
  .img-why-act {
    margin-top: -95px !important;
  }
  .img-why-act img {
    width: 250px !important;
  }
  .img-why-act.img-part img {
    width: 200px !important;
  }
  .insurance-graph {
    bottom: 0px !important;
    margin-top: 15px;
  }
  .why-act-wrapper {
    padding-top: 155px !important;
    padding-bottom: 330px !important;
  }
  .why-act-wrapper .agile-image {
    right: 0px;
    left: auto;
    top: 30px;
    width: 140px;
  }
  .has-pb-mobile {
    padding-bottom: 15px;
  }
  .mb-md-3.mb-5.d-flex {
    margin-bottom: 1em !important;
  }
}

/* media queries css end */
.img-6trends {
  margin-top: -190px;
}
.img-6trends img {
  width: 600px;
}
.content-title-wrapper {
  padding-bottom: 32px;
}
.content-title-wrapper .content-title {
  color: #437c94;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.mobile-only {
  display: none;
}
img.mobile-only {
  max-width: 200px;
}
@media (max-width: 767px) {
  .content-title-wrapper .content-title {
    line-height: 1.2;
    font-size: 28px;
  }
  .content-title-wrapper .content-title.text-left {
    text-align: center !important;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}

.trends-impacting-wrapper {
  padding-bottom: 100px;
  position: relative;
  background-image: url("https://www.oracle.com/oce/dc/assets/CONT2CFD8DE8AAF54F5EAFF27334D54E43CA/native/bgimg-5.png"),
    url("https://www.oracle.com/oce/dc/assets/CONT5BF31D6099694DDBB7C59058B1CF5006/native/bgimg-7.png"), url("https://www.oracle.com/oce/dc/assets/CONTC511E796249B481E98BFA6E65E9E9A20/native/bgimg-8.png"),
    url("https://www.oracle.com/oce/dc/assets/CONT6A4AB144A1184096BF5D7C793DE86EA4/native/bgimg02-bgne-50opacity-resources-01.png"),
    url("https://www.oracle.com/oce/dc/assets/CONTB163414195FC4051B5A32A660862900F/native/bgimg-3.png"), url("https://www.oracle.com/oce/dc/assets/CONTB163414195FC4051B5A32A660862900F/native/bgimg-3.png"),
    url("https://www.oracle.com/oce/dc/assets/CONT274F2544652146AC9432C85B1428E7EC/native/bgimg-4.png"), url("https://www.oracle.com/oce/dc/assets/CONT63C5C320D56A46CC89C3C3E1AE212296/native/bgimg-1.png"),
    url("https://www.oracle.com/oce/dc/assets/CONT6A4AB144A1184096BF5D7C793DE86EA4/native/bgimg02-bgne-50opacity-resources-01.png");

  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
    no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 130% -100px, -20% 400px, 115% 1200px, -10% 2200px,
    -20% 3000px, 140% 3800px, -20% 4600px, 115% 5400px, -20% 6000px;
}
@media (max-width: 767px) {
  .trends-impacting-wrapper {
    padding-bottom: 50px;
  }
}

.more-info {
  cursor: pointer;
  background-color: #4c825c;
  color: white;
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 254px;
  min-height: 73px;
  max-height: 73px;
  padding: 14px 16px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 4px;
  z-index: 10;
}
.more-info .center-it {
  height: 100%;
  justify-content: center;
  align-items: center;
}
.more-info .center-it .text {
  font-size: 16px;
  color: white;
  position: relative;
  top: 3px;
}

.text-dark {
  color: #212529 !important;
}

.underline {
  text-decoration: underline;
}

.highlighter-text {
  color: #437c94;
  font-size: 30px;
  font-weight: lighter;
  font-style: italic;
  max-width: 85%;
}

.text-italic {
  font-style: italic !important;
}

.trends {
  padding-top: 2em;
}

.trends .trend {
  padding-bottom: 66px;
  margin-bottom: 80px;
  border-bottom: 1px solid #e4dbc1;
}

#sixtrends-image-bottom {
  position: absolute;
  bottom: -260px;
  z-index: 10;
  width: 100%;
}
@media (min-width: 1900px) {
  #sixtrends-image-bottom {
    bottom: -350px;
  }
}
@media (max-width: 1280px) {
  #sixtrends-image-bottom {
    bottom: -210px;
  }
}

@media (max-width: 1040px) {
  #sixtrends-image-bottom {
    bottom: -190px;
  }
}

@media (max-width: 992px) {
  #sixtrends-image-bottom {
    bottom: -170px;
  }
}

@media (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
  #sixtrends-image-bottom {
    bottom: -140px;
  }
}

@media (max-width: 767px) {
  #sixtrends-image-bottom {
    bottom: -75px;
  }
}

#sixtrends-image-bottom img {
  width: 100%;
}

@media (max-width: 767px) {
  .highlighter-text {
    max-width: 100%;
    font-size: 24px;
  }
  .trends {
    padding-top: 1em;
  }
  .trends .trend {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  #trend-2.trend {
    border-bottom: 0px;
  }
}

.trends .trend .trend-heading {
  font-size: 30pt;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #437c94;
}
.text-gray-10 {
  color: #8b8580 !important;
}
.text-highlight {
  color: #437c94 !important;
}
.trends .trend .border-gold-left {
  border-left: 2px solid #f0cc71;
  padding-left: 20px;
}

@media (max-width: 767px) {
  h4.text-highlight {
    font-size: 20px;
  }
  h4.text-highlight.mb-0 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .graph.py-md-5 {
    padding: 30px 0;
  }
  .trends .trend .border-gold-left {
    border: none;
    padding-left: 0;
  }
}

.dotted-border-bottom {
  border-bottom: 2px dotted #f0cc71;
}
#trend-2 .percentage {
  font-size: 65px;
  color: #597c7b;
  font-weight: normal;
  line-height: inherit;
}

#trend-2 .img-6trends {
  margin-top: 0;
}

.row.trend-two {
  background-color: #E6EFF4;
  margin-bottom: 25px;
  padding: 15px;
  padding-top: 50px;
}

#trend-2 .trend-bank{float:left;}

#trend-2 .number-list{
  display: flex;
  justify-content: center;
  font-weight: bold;
}
#trend-2 .hashtag{
  font-size: 30px;
  padding-top: 8px;
  padding-right: 4px;
}
#trend-2 .number{
  font-size: 70px;
}

#trend-2 .row.actbox1 {
  /* background-color: #E6EFF4; */
  padding: 25px 10px;
  border-radius: 10px;
  background-image: url(../img/img/Group-1105-2x.png);
  background-repeat: no-repeat;
  margin-bottom:25px;
}
#trend-2 .row.trendbox2{
  background-color: #E6EFF4; 
  padding: 25px 10px;
  border-radius: 10px;
}

#trend-3 .col-md-6{float:left;}

#trend-3 .number-list{
  display: flex;
  justify-content: center;
  font-weight: bold;
}
#trend-3 .hashtag{
  font-size: 30px;
  padding-top: 8px;
  padding-right: 4px;
}
#trend-3 .number{
  font-size: 70px;
}
.row.trend-three {
  background-color: #E6EFF4;
  margin-bottom: 25px;
  padding: 15px;
  padding-top: 50px;
}
.img-6trends img {
  width: 100%;
  margin-bottom: -50px;
  z-index: 9999;
}
#trend-3 .img-6trends {
  margin-top: 0;
}
#trend-3 .trend-bank{float:left;}

.four-ave {
  background-color: #FFF5F7;
  text-align: center;
  padding: 25px 10px;
  border-radius: 10px;
}

.fourvs {
  color: #fff;
  width: 188%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 9;
  position: absolute;
  left: -20px;
  margin-top: 50px;
}
.vs {
  color: #fff;
  position: absolute;
  top: 20px;
  text-align: center;
  left: 40px;
  font-size: 25px;
}

.trendfour .number-list{
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.trendfour .hashtag{
  font-size: 30px;
  padding-top: 8px;
  padding-right: 4px;
}
.trendfour .number{
  font-size: 70px;
}
.trendfour{
  margin-bottom:25px;
}
#trend-5 .img-wrapper img {
  width: 100%;
  height: 165px;
  object-fit: contain;
  margin-bottom: 15px;
}
.row.trendfive {
  background-color: #FDFAF0;
  padding: 25px 10px 20px 10px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.row.trendfive .number-list {
  font-size: 70px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #trend-5 .img-wrapper img {
    height: 130px;
  }
}

.insurance-graph {
  position: relative;
  bottom: 50px;
}
#trend-6 .list .dot-icon {
  height: max-content;
  position: relative;
  top: 6px;
  padding-right: 3px;
}

.why-act-wrapper {
  background-image: url(https://www.oracle.com/oce/dc/assets/CONT71525511AC114A44BE06896A7861CEF1/native/why-act-bg.png);
  height: 100%;
  background-repeat: repeat;
  padding-top: 300px;
  position: relative;
  z-index: 9;
  background-position: bottom;
  background-size: cover;
  margin-bottom: 20px;
  padding-bottom: 400px;
}

@media (min-width: 1900px) {
  .why-act-wrapper {
    padding-top: 450px;
  }
}

.img-why-act {
  margin-top: -175px;
  text-align: center;
}
.img-why-act img {
  width: 500px;
}
.img-why-act.img-part img {
  width: 400px;
}

.why-act-wrapper .why-act-heading {
  font-size: 40px;
  font-family: auto;
  color: #437c94;
}

.why-act-wrapper .icon-heading .rounded-icon {
  width: 86px;
  height: 86px;
}

.why-act-wrapper .icon-heading .heading {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: 6px;
}

.why-act-wrapper .intelligent {
  color: #4c825c;
}
.why-act-wrapper .intelligent-bg {
  background-color: #4c825c;
}
.why-act-wrapper .agile {
  color: #b94f3c;
}
.why-act-wrapper .agile-bg {
  background-color: #b94f3c;
}
.why-act-wrapper .Integral {
  color: #756284;
}
.why-act-wrapper .Integral-bg {
  background-color: #756284;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.why-act-wrapper .intelligent-image {
  position: absolute;
  bottom: 0;
}

.why-act-wrapper .Integral-bg .content-body {
  margin-bottom: 50px;
}

.why-act-wrapper .table {
  width: 100%;
}

.why-act-wrapper .table tr td,
th {
  color: white;
}
.why-act-wrapper .table thead th {
  border: none !important;
}
.why-act-wrapper .table.intelligent td,
.table th {
  border-color: #538c64;
}
.why-act-wrapper .table.agile td,
.table th {
  border-color: #d3705f;
}
.why-act-wrapper .table.integral td,
.table th {
  border-color: #a285b9;
}
.why-act-wrapper .table td,
.table th {
  padding-left: 0px;
}
.why-act-wrapper .agile-image {
  position: absolute;
}
.why-act-wrapper .Integral-image {
  position: absolute;
}
/* Ch 3 section */
.strategies-wrapper {
  background-image: url(https://www.oracle.com/oce/dc/assets/CONTF58A1AE540AE44A896C7D27753F1E290/native/strategies-bg.png);
  height: 100%;
  background-repeat: repeat;
  position: relative;
  background-position: bottom;
  background-size: contain;
  padding-top: 380px;
  padding-bottom: 550px;
  margin-bottom: -440px;
  margin-top: -400px;
}
@media (max-width: 767px) {
  .strategies-wrapper {
    margin-bottom: -110px;
    padding-bottom: 150px;
    padding-top: 250px;
  }
}

.img-strategies {
  margin-top: -298px;
  position: relative;
  z-index: 12;
}

.img-strategies img {
  max-width: 620px;
}

@media (max-width: 767px) {
  .img-strategies img {
    max-width: 320px;
  }
  .trends .trend .trend-heading,
  .why-act-wrapper .why-act-heading {
    line-height: 1;
    margin-bottom: 25px;
    font-size: 26pt;
  }
  .why-act-wrapper .icon-heading .heading {
    font-size: 26px;
  }
  .why-act-wrapper .icon-heading .rounded-icon {
    width: 65px;
    height: 65px;
  }
  #trend-1.trend-mobile {
    margin-top: 20px;
  }
  #trend-4 {
    border-bottom: 0px;
  }
  .trend-mobile {
    background-color: #fdf9ee;
    /* position: relative;
    top: -5em; */
    margin-right: -20px;
    margin-top: -30px;
    margin-bottom: 60px;
    margin-left: -20px;
    border-bottom: none !important;
  }
  .trend-mobile-padding {
    padding: 40px 20px 10px;
  }

  .trend4-mobile {
    margin-top: -60px;
  }
}

.strategies-wrapper .number-list {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.strategies-wrapper .number-list .hashtag {
  font-size: 30px;
  padding-top: 8px;
  padding-right: 4px;
}

.strategies-wrapper .number-list .number {
  font-size: 70px;
}

.strategies-wrapper .strategies-text {
  font-size: 20px;
}

.strategies-wrapper .solutions-text {
  color: #959094;
}
.strategies-wrapper .strategies-image-desktop {
  position: absolute;
}
.strategies-wrapper .strategies-image-mobile-wrapper {
  display: none;
}
.strategies-wrapper .open-popup {
  color: #fff;
  font-size: 20px;
}
.link-popup:hover {
  text-decoration: none;
}
.card-case-study {
  border-radius: 8px;
  padding: 16px;
  max-width: 550px;
  margin-bottom: 1em;
}
.card-case-study .card-title {
  color: #d6c578;
}
.card-case-study .card-description {
  color: #fff;
}

/* media queries for responsiveness */
@media (min-width: 992px) {
  .strategies-wrapper .strategies-image-desktop {
    right: 0px;
    bottom: 50px;
    width: 240px;
  }
  .strategies-wrapper .strategies-image-desktop.strategies-integral-2 {
    width: 180px;
    max-height: 330px;
    right: 20px;
  }
}
@media (min-width: 1280px) {
  .strategies-wrapper .strategies-image-desktop {
    right: -90px;
    bottom: 40px;
    width: 300px;
  }
  .strategies-wrapper .strategies-image-desktop.strategies-agile2 {
    width: 260px;
  }
  .strategies-wrapper .strategies-image-desktop.strategies-integral-2 {
    width: 200px;
    max-height: 330px;
    right: 10px;
  }
}
@media (max-width: 992px) {
  .strategies-wrapper .strategies-image-desktop {
    right: 10px;
    top: 200px;
    width: 150px;
  }
  .strategies-wrapper .strategies-image-desktop.strategies-integral-2 {
    width: 120px;
    max-height: 200px;
    top: 120px;
  }
}

@media (max-width: 767px) {
  .img-strategies {
    margin-top: -145px !important;
  }
  .img-strategies img {
    width: 300px !important;
  }
  .strategies-wrapper .content {
    padding: 40px 20px;
  }
  .strategies-wrapper .content .number-list {
    height: 67px;
  }
  .strategies-wrapper .strategies-image-desktop {
    display: none;
  }
  .strategies-wrapper .strategies-image-mobile-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
  }
  .strategies-wrapper
    .strategies-image-mobile-wrapper
    .strategies-image-mobile {
    width: 200px;
  }
  .strategies-wrapper
    .strategies-image-mobile-wrapper.intelligent3-img
    .strategies-image-mobile {
    width: 240px;
  }
  .strategies-wrapper
    .strategies-image-mobile-wrapper
    .strategies-image-mobile.image-mobile-integral2 {
    width: 100px;
  }
  .strategies-wrapper .strategies-text {
    font-size: 16px;
  }

  @media (max-width: 575.98px) {
    .modal.fade-show {
      padding: 0;
    }
    .modal .modal-dialog {
      height: 100%;
      margin: 0;
      display: flex;
      flex-direction: column;
    }
    .modal .modal-dialog .btn-class-mobile-wrapper {
      margin-top: 70px;
      display: block;
    }
    .modal .modal-dialog .btn-class-mobile-wrapper .btn-class-mobile {
      font-size: 50px;
      color: #fff;
      opacity: 0.8;
    }
    .modal .modal-dialog .modal-content {
      height: 100%;
      margin-top: 20px;
      border: 0px;
      border-radius: 15px 15px 0 0;
    }
    .modal-dialog .modal-content .modal-header .close {
      display: none;
    }
    .modal-dialog .modal-content .modal-header .modal-title-wrapper {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
    }
    .modal-dialog .modal-content .modal-body .icon-wrapper {
      justify-content: flex-start;
    }
  }
}

/* media queries css end */
/* Ch 4 Section start*/
.partnership-wrapper {
  background-image: url("https://www.oracle.com/oce/dc/assets/CONTB2EAFD196B8F462BB5311C0F9A8EFD3E/native/Abstracts-Open-Light-1.png") !important;
  background-position: top !important;
  margin-top: 200px !important;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .partnership-wrapper {
    margin-top: 100px !important;
  }
}

/* .img-part {
  width: 35%;
} */

.part-title {
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
  /* padding: 0 120px; */
  color: #437c94;
  display: block;
  border-top: 1px solid;
  padding-top: 50px;
}
.fintech{
  background-color:#F1F0F4;
}
.fintech h2{
  font-size:70px;
  font-weight:bold;
}
.bgfin{
  background-color:#E8E6F0;
  padding-top:10px;
  padding-right:10px;
  border-radius:10px;
  margin-bottom: 20px;
}
.bgfin p{padding-top:25px;}
.weknow h4{padding-top:15px;}
.proven-track{background-color:#F2F9FD;}
.probg{
  background-color: #E6EFF4;
  border-radius: 5px;
  padding: 15px;
  padding-top: 25px;
  min-height: 375px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .part-title {
    margin-top: 0;
    font-size: 22px;
  }
}
.modification {
  margin-top: 50px !important;
  padding: 0 50px !important;
}

.part-list {
  margin-top: 40px;
}

.part-list li {
  list-style-type: none;
}

.part-list li:not(:last-child) {
  margin-bottom: 10px;
}

.part-list li span {
  font-size: 22px;
  font-weight: bold;
  color: #b94f3c;
}

.part-img1 {
  width: 95%;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .part-img1 {
    width: 75%;
  }
}

.modification2 {
  padding: 0 !important;
  margin-top: 25px !important;
}

.part-list li {
  position: relative;
  padding-left: 30px;
}
.part-list li::before {
  content: "";
  background-color: #B94F3C;
  vertical-align: middle;
  margin-right: 15px;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 10px;
}

.part-content2 p {
  margin-top: 25px;
  font-size: 14px;
  line-height: 23px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .part-content2 {
    text-align: center;
  }
}
.part-content2 img {
  margin-left: 15px;
}

.part-content2 p span {
  font-size: 15px;
  font-weight: bold;
}

.part-content3 img {
  margin-top: 65px;
  width: 100%;
}
@media (max-width: 767px) {
  .part-content3,
  .partimg-content {
    text-align: center;
  }
  .part-content3 ul {
    text-align: left;
  }
  .part-content3 img {
    max-width: 210px;
    margin: 50px auto 0;
  }
}

.part-content3 ul {
  margin-top: 30px;
}

.part-content3 ul li {
  list-style-type: none;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}

.part-content3 ul li:not(:last-child) {
  margin-bottom: 10px;
}

.part-content3 ul li::before {
  content: "";
  background-color: #f0cc71;
  margin-right: 15px;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 5px;
}
/* Ch 4 Section end*/

/* Cycle Image  start*/
.section-cycle {
  position: relative;
  margin-top: 200px;
  z-index: 99;
}

.cycle {
  position: absolute;
  margin-top: 100px;
  bottom: 0;
  left: -3%;
}

@media (max-width: 767px) {
  .cycle {
    left: -30px;
  }
}

.cycle img {
  width: 80%;
}
/* Cycle image end  */

/* CH 5  */
/* Section Next Step Start */

.section-next-step {
  background-image: url("https://www.oracle.com/oce/dc/assets/CONTB2EAFD196B8F462BB5311C0F9A8EFD3E/native/Abstracts-Open-Light-1.png?asdf");
  height: 100%;
  background-repeat: no-repeat;
  padding-top: 200px;
  position: relative;
  background-position: bottom;
  background-size: cover;
  /* margin-bottom: 50px; */
  position: relative;
  margin-top: -400px;
  overflow: hidden;
}

.active-bar1 {
  position: absolute;
  left: 14%;
}

.ch-6-next-step {
  margin-top: 270px;
  text-align: center;
}

.heading-next {
  font-size: 33px;
  font-weight: bold;
  color: #b94f3c;
}

.ch-6-next-step p {
  text-align: justify;
}
.first-p {
  margin-top: 30px;
}

.ch-6-next-step p span {
  font-weight: bold;
}

.end-image {
  text-align: right;
}

.end-image img {
  width: 30%;
}
@media (max-width: 767px) {
  .end-image img {
    width: 60%;
  }
}
/* Section Next Step End */
.full-width-mobile .mobile {
  display: none;
}
small a {
  color: #797979;
}
small a:hover,
a.text-dark:hover,
a.text-gray-10:hover {
  text-decoration: none !important;
  color: #42726f !important;
}
.img-int {
  display: none;
}
@media (max-width: 767px) {
  .img-int {
    display: block;
    position: relative;
    margin: 30px 0;
    text-align: center;
  }
  .img-int.agile-image-mobile {
    margin: 0;
  }
  .img-int.integral-image-mobile {
    margin: 0 0 10px;
  }
  .img-int img {
    max-width: 155px;
  }

  .intelligent-image {
    display: none;
  }
  .full-width-mobile {
    flex: 0 100%;
  }
  .full-width-mobile .desktop {
    display: none;
  }
  .full-width-mobile .mobile {
    display: block;
    margin-bottom: 10px;
  }
  .mb-sm {
    margin-bottom: 20px;
  }
  .sm-max-280 {
    max-width: 280px;
    margin: auto;
  }
  .img-wrapper.mobile-only {
    text-align: center;
  }
  .img-wrapper.mobile-only img {
    max-width: 280px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .img-wrapper .img-fluid,
  .img-fluid.insurance-graph {
    max-width: 80%;
  }

  .strategies-wrapper .number-list .hashtag {
    font-size: 26px;
  }
  .strategies-wrapper .number-list .number {
    font-size: 60px;
  }
  .badge img {
    max-height: 24px;
  }
}

.jusintime-insurance {
  padding-left: 20px;
  margin: 0;
}
.jusintime-insurance li {
  list-style: none;
  font-size: 14px;
}
.jusintime-insurance li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f0cc71; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  font-size: 18px;
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

small {
  color: #797979;
}

small.d-block {
  font-size: 13px;
}

.info-icon {
  text-align: right;
}

.info-icon img {
  max-width: 30px;
}
@media (max-width: 767px) {
  .info-icon {
    text-align: left;
  }
  small {
    font-size: 12px;
  }
  small.d-block {
    font-size: 14px;
  }
}

.modal-open .modal {
  padding-right: 0px !important;
}
.modal-body {
  background: white;
}
.talk-to-us {
  background-color: #b94f3c;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  float: left !important;
  padding: 8px 30px;
}
.btn.focus,
.btn:focus {
  box-shadow: none !important;
  outline: none;
}
/* footer design */
.footer {
  background-color: #312d2a;
  width: 100%;
  overflow: hidden;
  padding: 38px 0px;
}
.footer .footer-text {
  color: white;
  font-size: 16px;
}
.footer .footer-text p.big {
  font-size: 18px;
}
.footer .footer-text .highlight {
  color: #e4dbc1 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.footer .footer-text .address {
  color: white;
  font-size: 16px;
}

@media (max-width: 767px) {
  .footer .footer-text p.big {
    font-size: 16px;
  }
  .footer .footer-text {
    font-size: 14px;
  }
  .footer .footer-text .address {
    font-size: 14px;
  }
}