
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/* global css */
body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: #00144D;
  -webkit-tap-highlight-color: transparent; /* for removing the highlight */
}
html {
  scroll-behavior: smooth;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
}

::-moz-focus-inner {
  box-shadow: none;
  outline: none;
}
.btn:active {
  background-color: transparent !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}


.navbar-toggler:focus {
  box-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}

/* typography */
h1 {
  margin: 0px 0px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}
p {
  font-size: 16px;
  margin: 0;
}
a:focus {
  color: transparent;
}
/* color-plate */
.primary {
  color: #00144D;
}
.secondary {
  color: #FFA75B;
}
.white{
  color: #fff;
}


/* global css */
header{
  background-color: #fff;
  padding: 10px 0;
}
header .header-box{
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
header .header-box p{
  font-size: 24px;
  font-weight: 300;
}
.hero{
  height: calc(100vh - 92px);
  background: url(../images/optum_hero.webp), #1A214F;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.hero .text-box h1{
  font-size: 75px;
  font-weight: 700;
  line-height: 122%;
}
.hero .text-box p{
  font-size: 24px;
  font-weight: 600;
}
.hero .text-box .label{
background-color: #FFA75B;
height: 40px;
width: 135px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
font-size: 17px;
 font-weight: 600;
 margin-top: 20px;
 margin-bottom: 25px;
 color: #00144D;
 cursor: default;
}

.solution{
  padding: 80px 0 40px;
}
.solution .head-box{
  margin-bottom: 50px;
}
.solution .head-box h2{
  font-size: 45px;
  font-weight: 600;
}
.solution .solution-box{
  position: relative;
  /* background-image: url(../images/optum_hover-bg.webp); */
  padding: 40px;
  cursor: default;
  /* transition: opacity 0.5s; */
  border-radius: 6px;
}

.solution .solution-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E6E8EE;
  border-radius: 5px;
  transition: 0.5s;
}

.solution .solution-box:hover::before {
  background-color: #e6e8ee00;
}
.solution .open-supply-solution-1{
  background-image: url(../images/warehouse_design_blue_.webp);
  background-repeat: no-repeat;
  background-size: cover;

}
.solution .open-supply-solution-2{
  background-image: url(../images/rack_selection_integration_blue_.webp);
  background-repeat: no-repeat;
  background-size: cover;

}
.solution .open-supply-solution-3{
  background-image: url(../images/installation_safety_compiance_blue_.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.solution .open-supply-solution-4{
  background-image: url(../images/rack_removal_reloction_blue_.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.solution .solution-box img{
  margin-bottom: 18px;
  position: relative;
}
.solution .solution-box h3{
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  color: #FFA75B;
  position: relative;
}
.solution .solution-box p {
  margin-bottom: 35px;
  color: rgb(0, 20, 77 , 0.7);
  position: relative;
}
.solution .solution-box ul li{
  font-size: 18px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  color: rgb(0, 20, 77 , 0.7);
  position: relative;
}
.solution .solution-box ul li:last-child{
  margin-bottom: 0;
}
.solution .solution-box ul li::before{
  content: "";
  background-image: url(../images/optum_offoring-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 100%;
  background-position: bottom;

}


.solution .solution-box:hover p,
.solution .solution-box:hover li,
.solution .solution-box:hover h3{
  color: #fff;
}
.solution .solution-box:hover img {
  filter: invert(1) brightness(10);
}
.solution .solution-box:hover ul li::before{
  filter: invert(1) brightness(10);
}
.solution .solution_grid{
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.trusted{
  padding: 40px 0 80px;
  position: relative;
}
.partners-slider::before, .partners-slider::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 10%;
  bottom: 0px;
  z-index: 9999 !important;
}
.partners-slider::before {
  background-image: linear-gradient(90deg, #fff 61%, #ffffff00 100%);
  left: 0;
}
.partners-slider::after {
  background-image: linear-gradient(-90deg, #fff 61%, #ffffff00 100%);
  right: 0;
}
/* .partners-slider .swiper-slide img{
  height: 140px;
} */
.launching .launching_soon{
  background: url(../images/optum_launching-bg.svg) #00144D;
background-position: bottom right;
padding: 50px 100px;
border-radius: 35px;
background-repeat: no-repeat;
background-size: 160px;
}
.launching .launching_soon .img_box{
  margin-bottom: 12px;
}
.launching .launching_soon .text-box h3{
  margin-bottom: 30px;
  font-size: 30px;
}
.launching .launching_soon .text-box h4{
  font-size: 36px;
  font-weight: 600;
}
.launching .launching_soon .grid-box{
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}
.launching .launching_soon .grid-box h5{
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}
.launching .launching_soon .grid-box ul li {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 34px;
  min-height: 54px;
}
.launching .launching_soon .grid-box ul li:last-child{
  margin-bottom: 0;
}
.launching .launching_soon .grid-box .brands h5{
  color: #A4A4F8;
}
.launching .launching_soon .grid-box .brands ul li {
  background-image: url(../images/optum_brand-icon.svg);
}
.launching .launching_soon .grid-box .three ul li {
  background-image: url(../images/optum_3ppl-icon.svg);
}
.launching .launching_soon .btn{
  background-color: #fff;
  width: 400px;
  height: 58px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  color: #0042FD;
margin-top: 60px;
border: 2px solid #fff;
}
.contact .wpcf7-spinner {
  display: none;
}
.launching .launching_soon .btn i{
  font-size: 20px;
  margin-left: 10px;
}
.launching .launching_soon .btn:hover{
  background-color: transparent;
  color: #fff;
}
.contact{
  padding: 80px 0;
}
.contact .contact-box h2{
font-size: 70px;
font-weight: 600;
margin-bottom: 15px;
}
.contact .contact-box p{
  font-size: 17px;
  color: rgb(0, 20, 77,70%);
}
.contact .contact-box .grid-box{
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  border-bottom: 1px solid rgb(0, 0, 0, 20%);
}
.contact .contact-box .grid-box .address-box,
.contact .contact-box .grid-box .email-box{
padding: 20px;
border-radius: 12px;
border: 1px solid rgb(0, 0, 0, 20%);
}
.contact .contact-box .grid-box .email-box .contact-detail{
  margin-top: 15px;
}
.contact .contact-box .grid-box .email-box .contact-detail a{
color: #00144D;
font-size: 17px;
word-break: break-all;
display: block;
}
.contact .contact-box .grid-box .address-box p{
  font-size: 17px;
  margin-top: 15px;
  color: #00144D;
}
.contact .contact-box .social{
  margin-top: 25px;
  display: flex;
  column-gap: 20px;
align-items: center;
}
.contact .contact-box .social a{
color: #00144D;
font-size: 26px;
}
.contact .form-box{
  padding: 40px 25px;
  background-color: #fff;
  box-shadow: 0px 1px 18px 0  rgb(0, 0, 0, 8%);
  border-radius: 12px;
}
.contact .form-box label{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.contact .form-box input{
  border-radius: 6px;
  border: 1px solid rgb(0, 0, 0, 20%);
  width: 100%;
margin-bottom: 4px;
  height: 66px;
  padding: 10px;
}
.contact .form-box .wpcf7-form-control-wrap{
  margin-bottom: 25px;
}
.contact .form-box textarea{
  border-radius: 6px;
  border: 1px solid rgb(0, 0, 0, 20%);
  width: 100%;
  height: 180px;
  padding: 10px;
}
.contact .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0px;
}
.contact .form-box .btn{
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background-color: #00144D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
  border: 2px solid #00144D;
}
.contact .form-box p{
  font-size: 17px;
  font-weight: 500;
}
.contact .form-box .btn:hover{
  background-color: #fff;
  color: #00144D;

}
.upper-footer {
  background-color: #1a214f;
  padding: 45px 0px;
  color: #fff;
}
.lower-footer {
  background-color: #1a214f;
  text-align: center;
  padding: 15px;
  color: #fff;
  border-top: 1px solid rgb(255, 255, 255, 40%);
}
.upper-footer ul li {
  display: flex;
  align-items: center;
  word-break: break-all;
  margin-bottom: 10px;
}
.upper-footer ul li a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.upper-footer ul li img {
  margin-right: 10px;
}
.upper-footer .footer_heading{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}