body{
    font-family: 'Lato', sans-serif;
}
.banner{
    height: 873px;
    background: url(../images/meucare-banner.svg);
}

.right-nav .fab {
  color: #fff;
  transition: all ease-in-out 0.2s;
}
.right-nav .fab:hover {
  font-size: 20px;
  transition: all ease-in-out 0.2s;
}
.social-icon {
  margin-right: 20px;
}
.responsive-social-wrap .fab {
  color: #fff;
  padding: 20px 0;
  font-size: 20px;
}

/* Hamburger */
.hamburger {
  width: 100%;
  height: 100%;
  display: block;
}
.hamburger-line {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 5px;
  transition: all ease-in-out 0.2s;
}
.hamburger.menu-show .hamburger-line{
  background: #fff;
}
.hamburger.menu-show .hamburger-line.line2{
  width: 50%;
  transition: all ease-in-out 0.2s;
}
.hamburger:hover .hamburger-line.line2 {
  width: 50%;
  transition: all ease-in-out 0.2s;
}

ul.navigation{
    padding: 0;
    margin: 0;

}
ul.navigation li{
   list-style: none;
   display: inline-block;
   margin: 0px 20px;
}



ul.navigation li a{
     display: inline-block;
     font-family: Lato;
font-weight: 600;
font-size: 18px;
text-align: left;
color: #fff;
text-decoration: none;

}
.login-btn{
    font-family: Lato;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    display: inline-block;

}
.blog-btn{
    width: 178px;
    height: 48px;
    border-radius: 24px;
    background: #fff;
    display: inline-block;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    color: #0083d7;
    line-height: 45px;

}
.logo {
  margin: 0;
}
.logo img{
     max-width: 100%;
}
.hero-text h1{
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}
.hero-text h3{
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}
.banner-btn{
    width: 228px;
    height: 59px;
    border-radius: 32px;
    background: #0387d2;
    border: 4px solid #02aae9;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 51px;
    text-decoration: none;

    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}
.banner-btn:hover{
     color: #fff;
     text-decoration: none;
     -webkit-animation-name: hvr-hang-sink, hvr-hang;
     animation-name: hvr-hang-sink, hvr-hang;
     -webkit-animation-duration: .3s, 1.5s;
     animation-duration: .3s, 1.5s;
     -webkit-animation-delay: 0s, .3s;
     animation-delay: 0s, .3s;
     -webkit-animation-timing-function: ease-out, ease-in-out;
     animation-timing-function: ease-out, ease-in-out;
     -webkit-animation-iteration-count: 1, infinite;
     animation-iteration-count: 1, infinite;
     -webkit-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
     -webkit-animation-direction: normal, alternate;
     animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
    0% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    50% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }
    100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
  }
  @keyframes hvr-hang {
    0% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    50% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }
    100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
  }
  @-webkit-keyframes hvr-hang-sink {
    100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
  }
  @keyframes hvr-hang-sink {
    100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
  }

  .hero-text {
       height: 85%;
  }

  .content h1{
    font-family: Lato;
    font-weight: bold;
    font-size: 35px;
    text-align: left;
    color: #0085ff;
    

  }

  .content.contact-page h1 {
    font-size: 30px;
  }

  .content h2{
    font-family: Lato;
    font-weight: normal;
    font-size: 25px;
    text-align: left;
    color: #212529;
    

  }
  .section-three{
       background: url(../images/wave.svg) no-repeat;
  }
  .max-100{
       max-width: 100%;
  }

  .icon-box{
    width: 70px;
    height: 70px;
    border-radius: 17px;
    background: linear-gradient(rgba(4, 80, 212, 0.9) 0%, #3ab0ff 100%);
    display: inline-block;
    transform: rotate(20deg);
    padding-top: 20px;
    
  }

  .icon-box .fas{
   font-size: 27px;
   color: #fff;
    
  }

  .meu-does table{
    background: #fff;

box-shadow: 1px 13px 45px rgba(180, 180, 180, 0.16);

  }
  .meu-does table tr th{
    font-weight: 400;
    border-right: 4px solid #fff;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    max-width: 530px;

  }
  .meu-does table i{
    font-size: 33px;
    color: #049FE1;
  }

  .meu-does table tr:nth-of-type(odd){
    background: #EBF9FF;

  }
  .meu-does table tr td{
    border-right: 4px solid #fff;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;

  }
  .meu-does table thead th{
    background: #fff;
    text-align: center;

  }
  .meu span{

font-weight: 700;
font-size:18px;
text-align: left;
color: #3da2fe;

  }

  .meu-does table{
     min-width: 1024px;
  }
  .icon-box-b{
    width: 70px;
    height: 70px;
    border-radius: 17px;

    display: inline-block;
    transform: rotate(-20deg);
    padding-top: 20px;
    background: #dfccab;

}

.icon-box-b .fas {
  font-size: 33px;
  color: #fff;
}
.icon-box-c{
  width: 70px;
  height: 70px;
  border-radius: 17px;

  display: inline-block;
  transform: rotate(20deg);
  padding-top: 20px;
background: linear-gradient(#0dc462 0%, #1b8453 100%);


}

.icon-box-c .fas {
  font-size: 34px;
color: #fff;
position: relative;
top: -2px;
left: 1px;
}
 


.icon-box-d{
  width: 70px;
  height: 70px;
  border-radius: 17px;

  display: inline-block;
  transform: rotate(20deg);
  padding-top: 20px;
  width: 70px;
  height: 70px;
  border-radius: 17px;
  background: linear-gradient(#a10dc4 0%, #691b84 100%);
  


}

.icon-box-d i{
  font-size: 34px;
color: #fff;
position: relative;
top: -2px;
left: 1px;
}




.icon-box-e{
  width: 70px;
  height: 70px;
  border-radius: 17px;

  display: inline-block;
  transform: rotate(-20deg);
  padding-top: 20px;
  width: 70px;
  height: 70px;
  border-radius: 17px;
  background:#fff;
  


}

.icon-box-e i{
  font-size: 34px;
color: #179dcf;
position: relative;
top: -2px;
left: 1px;
}

ul.communication-prog{
 padding: 0;
}
ul.communication-prog li{
  list-style: none;
  display: inline-block;
  margin-right: 46px;
}
ul.communication-prog li .span-one{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 18px;
    background: #014f84;
    position: relative;
    top: 6px;
    margin-right: 10px;

}
ul.communication-prog li .span-two{
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 18px;
  background: #D84754;
  position: relative;
  top: 6px;
  margin-right: 10px;

}ul.communication-prog li .span-three{
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 18px;
  background: #F7C663;
  position: relative;
  top: 6px;
  margin-right: 10px;

}
ul.communication-prog li .span-four{
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 18px;
  background: #2EAEDA;
  position: relative;
  top: 6px;
  margin-right: 10px;

}

.section-four-sub{
  background: url(../images/meu-graphic-4.svg) no-repeat;
  height: 774px;
}
ul.unified-list{
  position: absolute;
    top: 1px;
    padding: 0;
  


}
ul.unified-list li{

  font-size: 18px;
  line-height: 90px;
  list-style: none;
}
ul.unified-list li span {
  display: inline-block;
  width: 67px;
  height: 67px;
  border-radius: 17px;
  background: #fff;
  opacity: 0.82;
  text-align: center; 
  margin-right: 11px;
}
ul.unified-list.right{
  right: 0;

}
.unified-list i{
  font-size: 30px;
  position: relative;
  top: -7px;
}

.footer-section{
background: #179dcf;

}
.footer-section h1{
   color: #fff;
   font-weight: 300;
}
.footer-nav{
   border-top: 1px solid #fff;
}
.bottom-nav{
  padding: 0;
  margin: 0;
}

.bottom-nav li{
  list-style: none;
  display: inline-block;
  margin-right: 15px;

}
.bottom-nav li a{
   color: #fff;
   display: inline-block;
   text-decoration: none;
}
.copyright{
   color: #fff;
}
.social-media a{
  color: #fff;
  display: inline-block;
  margin-left: 39px;

}

.social-media a .fab {
  font-size: 23px;
}

.inner-banner{
  background: #179dcf;
}
.kl{
  font-size: 20px;
}
.linkedin i{
  font-size: 33px;
  margin-right: 10px;
  color: #0085ff;

  
}
.linkedin{
  font-size: 14px;

  color: #0a1158;
}
.linkedin:hover{
  text-decoration: none;
}
.board-members-wrap .header-wraper {
  display: block;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 0;
  background: #15437A;
  text-align: center;
  color: #fff;
  font-size: 45px;
}
.leadership {
  background-color: #25B1D8;
  padding-bottom: 40px;
}
.leadership .box{
  width: 100%;
  /* height: 341px; */
  /* background: #fff; */
  /* border: 1px solid #e5e5e5; */
  /* box-shadow: 1px 13px 45px rgba(180, 180, 180, 0.16); */

}
.photo{
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 15px 0px;
}
.name-tag{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.designation-text {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
}
.board-list {
  position: relative;
}
.board-list::after {
  position: absolute;
  content: '';
  top: 40px;
  right: 0;
  width: 1px;
  height: 50%;
  border-right: 1px solid #A93845;
}
.board-list:nth-child(2)::after, .board-list:nth-child(5)::after, .board-list:nth-child(8)::after, .board-list:nth-child(11)::after{
  display: none;
}

.floating-btns {
   position: fixed;
   right: -23px;
   top:40%;
}
.floating-btns a{
  width: 75px;
height: 48px;
border-radius: 24px;
background: #fff;
display:block;
margin-top: 12px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.16);




}
.floating-btns a .fa-apple{
  font-size: 42px;
  margin-left: 12px;

}
.floating-btns a .fa-google-play{
  font-size: 30px;
  margin-left: 17px;
    margin-top: 9px;

}
.floating-btns a:hover{
  color: #01a9f0;
}

.unified-communication .fa-hands{
  color:#122FC4;

}
.unified-communication .fa-map-marked{
  color: #44C4A1;

}
.unified-communication .fa-head-side-mask{
  color: #347D9D;

}
.unified-communication .fa-chalkboard-teacher{
  color: #4FBEDE;

}
.unified-communication .fa-hand-holding-medical{
  color: #22DEE0;

}
.unified-communication .fa-laptop-medical{
  color: #358FD9;

}
.unified-communication .fa-hand-rock{
  color: #EAA820;

}
.unified-communication .fa-users{
  color: #7B53C1;

}
.unified-communication .fa-network-wired{
  color: #FF9B9B;

}
.unified-communication .fa-disease{
  color: #F17A5C;

}
.mob-nav{
   display: none;
}


.covid-msg{
  width:  283px;
height: 137px;
border-radius: 17px;
background: #0387d2;
border: 1px solid #f6f6f6;
box-shadow: 0px 3px 94px rgba(93, 93, 93, 0.16);
position: fixed;
bottom: 45px;
right: 45px;

}
.covid-msg img{
  max-width: 150px;
}

.covid-msg h5{
  color: #fff;
  outline: none;
 
}
.covid-msg a:hover{
  text-decoration: none;

}
.covid-msg h5:hover{
  text-decoration: none;
}
.covid-msg .fas{
   color: #fff;
   font-size: 25px;
}


@media (max-width: 1024px) { 

  .logo {
    max-width: 120px;
    width: 100%;
  }
  .content-wraper {
    margin-top: 85px;
  }

  .mobile{
 display: none;
  }
  .mob-nav{
     display: inline-block;
      width: 39px;
      height: 39px;
      position: fixed;
      top: 20px;
      right: 10px;
      z-index: 11;
  }

.mob-nav-list{

  position: fixed;
    background: #484848;
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
    top: 0;
    z-index: 5;
}
ul.navigation li {
  margin: 0px !important;
}
.inner-banner {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}
ul.navigation li{
   width: 100%;

}
ul.navigation li a {
  padding: 20px 0px;
  border-bottom: 1px solid #2196F3;
  display: block;
}



}


@media (max-width: 1280px) { 

.unified-communication{
 background: url(../images/uc-graphic.jpg) no-repeat;
 background-size: 100%;
 height: 550px;

}
ul.unified-list.right, ul.unified-list.left{
  display: none;
}
.unified-communication img{
   display: none;

}
.section-four-sub{
   height: auto;
}

.hero-text h1{
  font-size: 47px;
}
.hero-text h3{
  font-size: 20px;
}
.content h1, .content.contact-page h1{
  font-size: 30px;
}


.content h2{
  font-size: 20px;
}
 }

 @media (max-width: 1580px) { 
  .blog-btn{
    width: 151px;
    height: 45px;
  }
  ul.navigation li{
    margin: 0px 10px;
  }

 }

 @media (max-width: 600px) { 

  .blog-btn{
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    padding: 0 15px;
  }
  .login-btn{
    font-size: 16px;
  }
  .social-media a{
     margin: 7px !important;
  }
  .banner {
    height: 550px;
  }
  .hero-text h1 {
    font-size: 34px;

 }
 .content h1, .content.contact-page h1 {
  font-size: 23px;
}
.text-size-1 {
  font-size: 22px !important;
}
.text-size-2 {
  font-size: 18px !important;
}
}

@media (min-width: 1199px) and (max-width: 1280px) { 
  .unified-communication{
    height: 690px;

  }

}
@media (max-width: 1199px){
  ul.navigation li {
    margin: 0px 5px;
  }
  ul.navigation li a {
    font-size: 17px;
  }
}
@media (max-width: 991px){
  .unified-communication{

    height: 440px;
  }
.covid-msg {
  max-width: 150px;

  padding-top: 8px;
}

  .covid-msg figure{
    
    display: none;
}
.covid-msg h5 {
  font-size: 14px;
}
.covid-msg{
  height: auto;
  width: 204px;
  border-radius: 4px;
}

.board-list:nth-child(6)::after {
  border-right: 1px solid #A93845;
  display: block;
}
.board-list:nth-child(2)::after, .board-list:nth-child(5)::after, .board-list:nth-child(8)::after, .board-list:nth-child(11)::after{
  display: none;
}


}
@media (max-width: 767px){
  .mob-nav {
    width: 30px !important;
    height: 23px !important;
    top: 18px;
  }
  .hamburger-line {
    height: 4px;
  }
  .unified-communication{

    min-height:200px;
    max-height: 300px;
  }
  ul.communication-prog li{
    text-align: left;
    width: 100%;
    margin-right: 0;
  }

  .board-list::after {
   display: none;
  }
  .board-members-wrap .header-wraper {
    font-size: 35px;
  }


}
@media (max-width: 480px){

  .unified-communication{

    max-height: 260px;
  }


}

@media (max-width: 1158px){

  .meu-does {
    overflow-x: auto;
  }
}


.usecase .fas {
  color: #434343;
  margin-right: 10px;
  font-size: 12px;
  top: -2px;
  position: relative;
}
.usecase .second-sub .fas {
  color: #ababab;
  margin-left: 10px;
  font-size: 12px;
  top: -2px;
  position: relative;
}
.usecase .third-sub .far {
  color: #5E5E5E;
  margin-right: 15px;
}
.analytics-bg {
  background: url(../images/analytics-bg.svg);
  padding-bottom: 40px;
  background-size: cover;
}
.analytics-box h4, .analytics-box h6 {
  color: #FFFFFF !important;
}
.analytics-box p {
  margin-bottom: 25px;
  text-indent: -11px;
  margin-left: 24px;
  color: #FFFFFF;
}
.analytics-box p .fas {
  color: #FFFFFF;
  margin-right: 10px;
  font-size: 12px;
  top: -2px;
  position: relative;
}
.schedule-demo-blue {
  background: #0DA7E9;
  border-radius: 100px;
  padding: 10px 34px;
  display: inline-block;
  color: #FFFFFF;
}
.schedule-demo-blue:hover {
  text-decoration: none;
}
.contact-box .fa-flag {
  color: #FF4C58;
}
.contact-box {
  border: 1px solid #b3d7fd;
  padding-top: 40px;
  padding-bottom: 40px;
}
.report-abuse:hover {
  background: #ffecee;
  border-color: #FF4C58;
}
.contact-box .fas {
  font-size: 40px;
  margin-bottom: 10px;
}
.contact-frame iframe {
  width: 100%;
  min-height: 100vh;
  border: none;
}
.contact-iframe header {
  display: none !important;
}
.contact-content {
  min-height: calc(100vh - 510px);
}
.tech p .fas {
  color: #434343;
  margin-right: 10px;
  font-size: 12px;
  top: -2px;
  position: relative;
}
.tech p {
  margin-bottom: 25px;
  text-indent: -11px;
  margin-left: 24px;
}
.offer p .fas {
  color: #0DA7E9;
  margin-right: 10px;
  font-size: 12px;
  top: -2px;
  position: relative;
}
.offer p {
  margin-bottom: 25px;
  text-indent: -11px;
  margin-left: 24px;
}
.usecase-details p {
  margin-left: 0;
  text-indent: 0;
}
.usecase .usecase-list-sub {
  margin-left: 22px;
  color: #5E5E5E;
}
.usecase .third-sub {
  margin-left: 83px;
  text-indent: -19px;
  color: #5E5E5E;
}
.usecase .second-sub {
  margin-left: 48px;
  text-indent: -19px;
}
.support-section .fa-question-circle {
  color: #0085ff;
    margin-right: 5px;

}
.text-size-1 {
  font-size: 25px;
}
.text-size-2 {
  font-size: 20px;
}
.cont-us span{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.cont-us a{
  color: #fff;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}