body{
  margin: 0;
  padding: 0;
  font-family: 'Roboto-Regular';
}

*{
  box-sizing: border-box;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Regular.woff') format('woff'), 
      url('../fonts/Roboto-Regular.ttf') format('truetype'), 
      url('../fonts/Roboto-Regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Medium.woff') format('woff'), 
      url('../fonts/Roboto-Medium.ttf') format('truetype'), 
      url('../fonts/Roboto-Medium.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roboto-Light.woff') format('woff'), 
      url('../fonts/Roboto-Light.ttf') format('truetype'), 
      url('../fonts/Roboto-Light.svg#glyphicons_halflingsregular') format('svg');
}

ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  background-color: #ffffff;
  /* box-shadow: 0 3px 20px 0 rgb(58 58 58 / 8%); */
}

header .logo {
  display: flex;
  max-width: 190px;
  align-items: center;
  margin-top: 0px;
}

header .right-section {
  display: flex;
  padding-top:0;
  position: relative;
}

header .global-width{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
}

header .menu-wrap{
  display: flex;
  align-items: center;
}

header .right-section .login-signup {
  width: 160px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #880081;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #880081;
  text-transform: uppercase;
  pointer-events: auto;
}

header .right-section .list-item .pic-wrap span label {
  display: block;
  padding-right: 50px;
  color: #880081;
  font-weight: bold;
  font-size: 15px;
  margin-top: -16px;
}

header .right-section .list-item .video-chat-menu {
  display: flex;
  flex-direction: column;
  line-height: 1.17;
  margin-right: 8px;
  font-size: 14px;
}

header .right-section .list-item .profile{
  text-align: right;
  float: right;
}

header .right-section .list-item .profile img{
  margin-left: 10px;
  vertical-align: top;
}

.main-menu .list-item{
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  font-size: 16px;
  white-space: nowrap;
  color: #887d92;
  cursor: pointer;
}

#primary_nav_wrap ul li {
  position: relative;
}
#primary_nav_wrap ul li:hover {
  background: transparent;
  color: #887d92;
}
#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 93%;
  left: 0;
  background: #fff;
  padding: 0;
  z-index: 20;
  box-shadow: 0 20px 99px 0 rgba(72, 29, 114, 0.2);
  width: 200px;
  list-style: none;
  padding: 20px;
  border-radius: 5px;
  left: -40%;
}
#primary_nav_wrap ul ul::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: -20px;
  left: 45%;
}
#primary_nav_wrap ul ul.resources {
  left: -80%;
  width: 300px;
}
#primary_nav_wrap ul ul.resources::after {
  left: 50%;
}
#primary_nav_wrap ul ul.company li a:hover {
  color: #880081;
}
#primary_nav_wrap ul ul.platform {
  left: -80%;
  width: 300px;
}
#primary_nav_wrap ul ul.platform li a:hover {
  color: #880081;
}
#primary_nav_wrap ul ul.platform::after {
  left: 45%;
}
#primary_nav_wrap ul ul li {
  float: none;
  padding-left: 10px;
}
#primary_nav_wrap ul ul li a {
  font-weight: bold;
  color: #000000;
  display: block;
  font-size: 16px;
  letter-spacing: normal;
}
#primary_nav_wrap ul ul li label {
  color: #ababab;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}
#primary_nav_wrap ul ul li ol {
  padding-left: 17px;
  margin: 0 0 10px;
}
#primary_nav_wrap ul ul li ol li {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #828282;
  font-weight: normal;
}
#primary_nav_wrap ul ul li ol li a {
  padding: 7px 15px 7px 0;
  color: #828282;
  font-weight: normal;
}
#primary_nav_wrap ul ul li ol li a:hover {
  color: #880081;
}
#primary_nav_wrap ul ul a {
  line-height: 120%;
  padding: 7px 15px 7px 0;
}
#primary_nav_wrap ul ul a:hover {
  color: #880081;
}
#primary_nav_wrap ul ul ul {
  top: 20px;
  left: 100%;
}
#primary_nav_wrap ul li:hover > ul {
  display: block;
}
#primary_nav_wrap ul li:last-child ul {
  right: 0 !important;
  left: auto;
}
#primary_nav_wrap ul li:last-child ul li a {
  border-bottom: 1px solid #eaeaea;
}

.main-menu{
  display: flex;
  flex-direction: row;
}

.mobile-menu{
  display: none;
}

#check{
  display: none;
}

header .right-section .video-chat-menu {
  text-align: right;
}

.global-width{
  width: 100%;
  max-width: 1500px;
  margin: auto;
}

h1{
  margin: 160px 0 20px;
  font-size: 48px;
  color: #2e2e2e;
  text-align: center;
  font-family: 'Roboto-Medium';
}

h1.newstitle{
  margin-bottom: 40px;
}

h2{
  font-size: 24px;
  font-family: 'Roboto-Light';
  text-align: center;
  line-height: 30px;
  color: #887d92;
  margin:0 19% 15px;
}

h3, h4{
  font-family: 'Roboto-Medium';
}

h4{
  font-size: 32px;
  color: #2e2e2e;
  line-height: 40px;
  letter-spacing: 1px;
}

h4.info-title{
  margin-bottom: 10px;
  margin-top: 0;
}

h3{
  font-size: 38px;
  color: #2e2e2e;                
  margin: 0 0 21px;
}


p{
  color: #5d6d82;
  font-family: 'Roboto-Regular';
  line-height: 30px;
  font-size: 20px;
  margin: 0 5%;
}

.blog ul, .newsroom ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog ul li, .newsroom ul li{
  width: 32.5%;
  margin-bottom: 35px;
}

.blog ul li span img, .newsroom ul li span img{
  width: 100%;
}

.blog ul li hr, .newsroom ul li hr{
  border: 0;
  height: 2px;
  background:#f2f2f2;
  margin:0;
}

.blog ul li label, .newsroom ul li label{
  font-size: 16px;
  color: #8b8b8b;
  margin-bottom: 5px;
  display: block;
}

.blog ul li span, .newsroom ul li span{
  display: block;
  margin-bottom: 15px;
}

.blog ul li p, .newsroom ul li p{
  color: #101456;
  text-align: left;    
  margin: 0;  
  font-size: 16px;
}

.blog ul li h4, .newsroom ul li h4{
  font-size: 20px;
  color: #2e2e2e;
  margin: 0 0 18px;
  line-height: 24px;
  min-height: 72px;
}

.blog ul li .pro-insurance{
  margin-top: 30px;
  height: 120px;
  margin-bottom: 50px;
}

.blog ul li .pro-insurance  img{
  margin: 7px 13px 0 0;
}


.blog ul li .pro-insurance p{
      color: #101456;
      font-size: 16px;
      font-weight: bold;
  }


.blog ul li .pro-insurance  label{
  color: #887d92;
  font-size: 12px;
  text-transform: uppercase;
}

.newsroom.all-news ul li{
  background: #fff;
  border: solid 1px #ebecee;
  padding: 30px;
  width: 32.5%;
  margin-bottom: 20px;
}

.newsroom.all-news ul li h4{
  margin-bottom: 0;
}

h5 {
  font-family: "Roboto-Light";
  font-size: 20px;
  letter-spacing: 3px;
  color: #880081;
  text-transform: uppercase;
  margin: 160px 0 25px;
}


.newsroom.awards ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 40px;
}


.newsroom.awards ul li{
  width: 25%;
  overflow: hidden;
  margin-bottom: 45px;
}

.newsroom.awards ul li .logos{
  width: 25%;
  text-align: left;
  float: left;
}

.newsroom.awards ul li .logos.pcmag img{
  width: 55%
}

.newsroom.awards ul li .logos img{
  width: calc(100% - 20px);
}

.newsroom.awards ul li .company{
  width: 75%;
  float: left;
}

.newsroom.awards{
  padding: 45px 45px 10px;
}

.newsroom.awards ul li .company h4{
  margin-bottom: 5px;
  color: #3f496f;
  font-size: 19px;
  margin: 0 0 5px;
  line-height: 24px;
  min-height: auto;
}

.newsroom.awards ul li .company p{
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-family: Roboto-Regular;
  line-height: normal;
  color: #a2a2a2;
}

.featured{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.featured .banner-pic{
  width: calc(65% + 20px);
  background: url(../images/news-banner.jpg) no-repeat right center /cover; 
}

.blog .featured .banner-pic img,
.newsroom .featured .banner-pic img{
  display: block;
}

.featured .banner-info{
  background: #f9f9f9;
  padding: 25px 25px 0 30px;
  width: 35%;
}

.blog .featured .banner-info p, .newsroom .featured .banner-info p{
  font-size: 16px;
  margin-left: 0;
  line-height: 26px;
}

.blog .featured .banner-info h4{
  margin-bottom: 50px;
}

.blog .featured .banner-info h4.info-title{
  margin-bottom: 15px;
  margin-top: 0;
}

.blog .featured .banner-info label, 
.newsroom .featured .banner-info label{
  font-size: 16px;
  color: #8b8b8b;
  display: block;
  margin-bottom: 30px;
}

.blog .featured .banner-info .pro-insurance{
  margin-top: 20px;
}

.blog .featured .banner-info .pro-insurance img{
  margin: 2px 13px 0 0;
}

.blog .featured .banner-info .pro-insurance  p{
  color: #101456;
  font-size: 16px;
  font-weight: bold;
}

.blog .featured .banner-info .pro-insurance label{
  color: #887d92;
  font-size: 12px;
  text-transform: uppercase;
}

.blog ul li:nth-child(4) .pro-insurance, 
.blog ul li:nth-child(5) .pro-insurance,
.blog ul li:nth-child(6) .pro-insurance,
.blog ul li:nth-child(4), .blog ul li:nth-child(5),
.blog ul li:nth-child(6){
  margin-bottom: 0;
}

section.all-news{
  background: #f9f9f9;
  padding: 45px 0;
}

.footer-2 .top-section{
  background-color: #f9f9f9;
}


.footer-2 .top-section .footer-menu{
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.footer-menu .list-item{
      padding: 0 17px;
      margin-bottom: 10px;
      text-align: center;
}

.footer-menu .list-item .link-item{
  font-size: 14px;
  line-height: 1.2;
  color: #2e2e2e;
}

.footer-menu .list-item .link-item:hover,
.footer-menu .list-item .link-item:active .link-item{
  color: #880081;
}


.footer-2 .bottom-section .global-width{
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.footer-2 .copyright {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #887d92;
  margin-bottom: 64px;
  margin-top: 60px;
}

.footer-2 .bottom-section aside{
  color: #39274a;
}

.footer-2 aside  .head-1 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 32px;
}

.footer-2 aside address{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 32px;
}

.footer-2 aside address .comp-name {
  font-weight: bold;
}

.footer-2 aside .text-2 {
  color: #887d92;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}

.footer-2 aside .disclosure {
  color: #880081;
  cursor: pointer;
}

.footer-2 {
  padding-bottom: 90px;
}

footer .top-section{
  padding-top: 40px;
  padding-bottom: 40px;
}

footer .footer-titles{
  display: flex;
  flex-direction: row;
}

footer .footer-titles li{
  flex: 0.2;
}

footer .footer-titles li h3{
  font-size: 20px;
  color: #000;
  margin-bottom: 18px;
}

footer .footer-titles li a{
  font-size: 20px;
  color: #9c9c9c;
  display: block;
  line-height: 40px;
  cursor: pointer;
}

footer .footer-titles li a:hover{
  color: #880081;
}

footer .footer-titles li a img{
  vertical-align: middle;
  margin-right: 10px;
}

footer .footer-titles li .txt-back {
  color: #000;
}

footer p{
  margin: 0;
}

#primary_nav_wrap li a {
  padding: 12px 10px 11px;
  color: #000;
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 51px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

/* Submenu */
/*================*/

#primary_nav_wrap {
  padding-left: 2%;
}

#primary_nav_wrap ul {
  position: relative;
}

#primary_nav_wrap ul a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  line-height: normal;
  text-shadow: none;
}


.footer-2 {
  padding-bottom: 90px;
}

.footer-2 .top-section {
  background-color: #f9f9f9;
}
.footer-2 .top-section .global-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 30px 40px;
}

.footer-2 .top-section .footer-menu {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}


.footer-2 .top-section .footer-menu .list-item {
  padding: 0 17px;
  margin-bottom: 10px;
  text-align: center;
}



.footer-2 .top-section .footer-menu .list-item .link-item {
  font-size: 14px;
  line-height: 1.2;
  color: #2e2e2e;
}

.footer-2 .top-section .footer-menu .list-item:hover .link-item, .footer-2 .top-section .footer-menu .list-item.active .link-item {
  color: #880081;
}
.footer-2 .bottom-section {
  padding-bottom: 30px;
  background: #fff;
}

.footer-2 .bottom-section .copyright {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #887d92;
  margin-bottom: 64px;
  margin-top: 60px;
}
.footer-2 .bottom-section aside {
  color: #39274a;
}
.footer-2 .bottom-section aside .head-1 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 32px;
}
.footer-2 .bottom-section aside address {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 32px;
}
.footer-2 .bottom-section aside address .comp-name {
  font-weight: bold;
}
.footer-2 .bottom-section aside .text-2 {
  color: #887d92;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}
.footer-2 .bottom-section aside .disclosure {
  color: #880081;
  cursor: pointer;
}
footer .top-section {
  padding-top: 40px;
  padding-bottom: 40px;
}


footer .global-width {
  display: block !important;
  width: 100%;
  max-width: 1400px;
  padding: 0 !important;
  height: auto !important;
}
footer .global-width .footer-titles {
  display: flex;
  flex-direction: row;
}

footer .global-width .footer-titles li {
  flex: 0.2;
}
footer .global-width .footer-titles li h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 18px;
}

footer .global-width .footer-titles li a {
  font-size: 20px;
  color: #9c9c9c;
  display: block;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
}
footer .global-width .footer-titles li a:hover {
  color: #880081;
}
footer .global-width .footer-titles li a img {
  vertical-align: middle;
  margin-right: 10px;
}

footer .global-width .footer-titles li .txt-back {
  color: #000;
}

header .right-section .login-signup:hover {
  color: #ffffff;
  background-color: #D19CCE;
  border-color:#D19CCE;
  box-shadow: 1px 1px 15px 1px #D19CCE;
}

/* ================ HEALTH INSURANCE ======================*/

.insurance.global-width{
  max-width: 1400px;
}

.insurance h2{
  margin: 0 17% 15px;
}

.view-carriers {
  color: #880081;
  font-size: 18px;
  font-family: "Roboto-Regular";
  text-align: center;
  display: block;
  margin: 30px 0 55px;
}

.ins-type {
  display: flex;
  justify-content: space-between;
  margin: 49px 0 38px;
}

.insurance .ins-type h3{
    margin-bottom: 30px;
}

.ins-type .ins-column {
  flex: 0.49;
  background: #f9f9f9;
  text-align: center;
  padding: 60px 0;
}

.ins-type .ins-column h3 {
  font-size: 32px;
  color: #2e2e2e;
}

.insurance h3 {
  text-align: center;
  line-height: normal;
}
.insurance ul, .about-us ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.insurance ul.ins-logos li {
  width: 14%;
  height: 110px;
  background: #f9f9f9;
  position: relative;
  margin-right: 40px;
  margin-bottom: 30px;
}

.insurance ul.ins-logos li img {
  position: absolute;
  width: auto;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.insurance ul.network-list {
  display: flex;
  flex-wrap: wrap;
  transition: 0.1s ease-in-out;
  height: 270px;
  overflow: hidden;
}
.insurance ul.network-list.expand {
  height: auto;
}

.insurance ul.network-list li{
    margin-bottom: 30px;
}

.insurance ul li, .about-us ul li {
  width: 33.33%;
  margin-bottom: 59px;
  text-align: center;
}

.about-us ul li .profile-info{
    text-align: left;
}


.about-us ul li p{
    margin-left: 0%;   
}

.about-us ul li h4{
    color: #0e1952;
}

.about-us .yoda-stats h4 {
  margin-bottom: 10px;
}

.about-us .yoda-stats p {
  margin: 0;
}

.insurance ul li span {
  display: block;
  margin-bottom: 35px;
}

.insurance ul li p {
  color: #5d6d82;
  margin: 0;
  padding: 0 4%;
}

.insurance ul li h4 {
  font-size: 30px;
  color: #0e1952;
  margin: 0 0 18px;
}

.insurance ul li.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  width: 13%;
  margin-right: 50px;
  height: 110px;
  filter: grayscale(100%);
  cursor: pointer;
  transition: 0.2s ease-in;
}

.insurance ul li.list-item:nth-child(6n) {
  margin-right: 0;
}

.insurance ul li.list-item:hover, .ins-dental .dental-info ul li:hover {
  background-color: white;
  filter: grayscale(0);
}

.insurance ul li.list-item:hover .image, .ins-dental .dental-info ul li:hover img {
  opacity: 1;
}

.insurance ul li.list-item .image, .ins-dental .dental-info ul li img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(0.8);
  transition: 0.2s ease-in-out;
  opacity: 0.9;
}

.img-about {
  margin: 60px 0 40px;
  text-align: center;
}
.ins-dental {
  padding: 0;
  display: flex;
}

.ins-dental.grey-bg {
  background: #f9f9f9 url("../images/dental-bg.png") no-repeat right center;
  margin-top: 15px;
}

.ins-dental.grey-bg .detal-pic {
  padding-right: 60px;
}

.ins-dental.white-bg {
  background: url("../images/vision-bg.png") no-repeat left center;
}

.ins-dental.white-bg .dental-info {
  width: 50%;
  margin-left: 20%;
}

.ins-dental.white-bg .dental-info h3 {
  margin-top: 100px;
}

.ins-dental.white-bg .dental-info p {
  width: 91%;
}

.ins-dental.white-bg .dental-info ul {
  width: 62%;
}

.ins-dental.white-bg .dental-info ul li {
  background: #f9f9f9;   
}
.ins-dental .detal-pic {
  width: 36%;
}
.ins-dental .detal-pic {
  width: 36%;
}

.ins-dental .detal-pic img {
  display: block;
}
.ins-dental .dental-info {
  width: 70%;
}
.ins-dental .dental-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 45%;
}

.ins-dental .dental-info ul li {
  width: 170px;
  height: 100px;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  filter: grayscale(100%);
  transition: 0.2s ease-in;
  cursor: pointer;
}

.ins-dental .dental-info ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 85%;
}

.ins-dental .dental-info h3 {
  font-size: 40px;
  margin: 60px 0 0;
}
.ins-dental .dental-info h4 {
  font-size: 30px;
  color: #0e1952;
  font-family: "Roboto-Light";
  margin-top: 5px;
}
.ins-dental .dental-info p {
  font-size: 20px;
  color: #5d6d82;
  margin: 10px 0 30px 0;
  width: 57%;
}

.insurance h3, .about-us h3{
    text-align: center;
    margin: 0 0 17px;
}

.about-us .center-left{
    padding-left: 14%;
}

.text-center{
    text-align: center;
}

.sp-health-plan{
  margin: 30px 55px;
}

.action-buttons button {
  background: #880081;
  color: #fff;
  height: 40px;
  border: 0;
  vertical-align: middle;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: Roboto-Regular;
  font-weight: 400;
  font-size: 16px;
  padding: 0 53px;
  margin-top: 25px;
}

.action-buttons button:hover{
  box-shadow: 1px 1px 15px 1px #D19CCE;
  cursor: pointer;
}

.insurance #view-all:checked ~ .insurance .network-list {
  height: 450px;
}

.view-all{
  display: block;
  font-size: 18px;
  color: #880081;
  font-weight: bold;
  text-align: center;
  margin: 37px 0 48px;
  cursor: pointer;
}


/* ================== ABOUT US ======================= */

.mission-connect {
  background: #f9f9f9;
  padding: 70px 0 67px;
  margin-top: 15px;
  margin-bottom: 44px;
}

.mission-connect .global-width {
  padding: 10px 0;
  background: url('../images/mission-connect.png') no-repeat 85% bottom;
  min-height: 387px;
  display: flex;
  align-items: center;
}

.mission-connect h3 {
  width: 50%;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 45px;
}

.mission-connect p {
  margin: 0 0 20px;
  width: 50%;
}

.about-us .yoda-stats li {
  text-align: center;
}
.about-us .yoda-stats li p {
  text-align: center;
}

.about-us .company-profile ul li {
  width: auto;
  display: flex;
  justify-content: left;
  margin-bottom: 70px;
}

.about-us .company-profile ul li:first-child .profile-pic {
  margin-top: 40px;
}
.about-us .company-profile ul li .profile-pic {
  width: 19%;
}

.about-us .company-profile ul li .profile-info {
  width: 64%;
}

.about-us .company-profile ul li .profile-info h3 {
  text-align: left;
  margin-bottom: 10px;
}


/* =================== CONTACT US =================*/

.contact-us {
  max-width: 1400px;
  padding: 0 25px;
  margin: 0 auto;
  background: url('../images/help-bg.png') no-repeat 96% 90px;
}

.contact-list {
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 5px;
}
.contact-list .list-item {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  height: 160px;
  align-items: center;
  display: flex;
  background-color: #ebecee;
  padding: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.contact-list .list-item:hover {
  opacity: 0.7;
}
.contact-list .list-item .image {
  margin-right: 20px;
}
.contact-list .list-item .detail {
  display: flex;
  flex-direction: column;
}
.contact-list .list-item .detail .text-1 {
  font-size: 26px;
  line-height: 1.23;
  color: #39274a;
  font-family: "Roboto-Medium", Tahoma;
  font-weight: 500;
  margin-bottom: 3px;
  white-space: nowrap;
}
.contact-list .list-item .detail .text-2 {
  font-size: 17px;
  line-height: 1.18;
  color: #39274a;
  font-family: "Roboto-Thin", Tahoma;
  font-weight: 200;
}
.contact-list .list-item.video-chat {
  padding-right: 160px;
  background: url('../images/video-bg.png') no-repeat calc(100% - 9px) 16px #880081;
}
.contact-list .list-item.video-chat .detail .text-1 {
  font-size: 22px;
  color: #ffffff;
}
.contact-list .list-item.video-chat .detail .text-2 {
  font-size: 17px;
  line-height: 1.18;
  color: #ffffff;
}
.contact-list .list-item.book-an-appointment {
  padding-right: 160px;
  background: url('../images/Calendar-pana.png') no-repeat calc(100% - 9px) 16px #887d92;
}
.contact-list .list-item.book-an-appointment .detail .text-1 {
  font-size: 22px;
  color: #ffffff;
  white-space: pre-wrap;
  width: 60%;
}
.contact-list .list-item.book-an-appointment .detail .text-2 {
  font-size: 17px;
  line-height: 1.18;
  color: #ffffff;
}
.contact-list .list-item.live-chat {
  padding-right: 160px;
  background: url('../images/live-chat-bg.png') no-repeat calc(100% - 18px) 8px #887d92;
}
.contact-list .list-item.live-chat .detail .text-1 {
  font-size: 26px;
  line-height: 1.23;
  color: #ffffff;
}
.contact-list .list-item.live-chat .detail .text-2 {
  font-size: 17px;
  line-height: 1.18;
  color: #ffffff;
}
.suggession-text {
  font-size: 18px;
  line-height: 1.78;
  color: #887d92;
  border-bottom: 1px solid #ebecee;
  padding-bottom: 13px;
  padding-top: 8px;
  max-width: 860px;
}

.contact-us p{
  margin-left: 0;
  margin-right: 0;
}
.contact-form-wrap .contact-form {
  display: flex;
  flex-direction: column;
  padding-bottom: 75px;
    margin-bottom: 0;
}
.contact-form-wrap .contact-form.contact-us-wrap {
  flex-direction: column;
}

.contact-form-wrap .contact-form .left-section {
  padding-top: 22px;

}

.contact-form h2.form-head {
  font-size: 24px;
  color: #000;
  font-family: "Roboto-Medium";
  margin-bottom: 20px;
}

.left-section h2{
  text-align: left;
  margin-left: 0;
}

.blocks {
  display: flex;
  flex-wrap: wrap;
}
.blocks .check-block {
  margin-right: 12px;
  margin-bottom: 16px;
  height: 47px;
  border-radius: 3px;
  background-color: #f8f8f8;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
}
.blocks .check-block .check-label {
  font-size: 16px;
  padding-left: 31px;
  color: #887d92;
  position: relative;
  cursor: pointer;
}

.check-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
  transform: translateY(-50%);
}

.blocks .check-block .check-label:before {
  content: "";
  border: solid 1px #e3e3e3;
  background: #fff;
}
.blocks .check-block.active {
  border: solid 1px #880081;
}

.check-input {
  display: none;
}

.blocks .check-block .check-input:checked + .check-label:before {
  content: "";
  background: url(../images/tick-white-2.png) no-repeat center #880081;
}

.contact-form-wrap{
  max-width: 860px;
}

.contact-form-wrap .contact-form .right-section {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  justify-content: flex-start;
}

.contact-form-wrap .contact-form .right-section .input {
  width: 100%;
  height: 48px;
  border-radius: 3px;
  border: solid 1px #e3e3e3;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #000;
}
.contact-form-wrap .contact-form .right-section .email-label-wrap {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-form-wrap .contact-form .right-section .email-label-wrap .name {
  color: #c3bdc8;
}
.contact-form-wrap .contact-form .right-section .email-label-wrap .email {
  color: #39274a;
}
.contact-form-wrap .contact-form .right-section .email-label-wrap .link-item {
  color: #880081;
}
.contact-form-wrap .contact-form .right-section ::placeholder {
  color: #c3bdc8;
  opacity: 1;
}
.contact-form-wrap .contact-form .right-section :-ms-input-placeholder {
  color: #c3bdc8;
}
.contact-form-wrap .contact-form .right-section ::-ms-input-placeholder {
  color: #c3bdc8;
}
.contact-form-wrap .contact-form .right-section .message {
  font-size: 16px;
  line-height: 1.31;
  color: #c3bdc8;
  width: 100%;
  height: 170px;
  border-radius: 3px;
  border: solid 1px #e3e3e3;
  resize: none;
  padding: 14px 26px;
  font-family: 'Roboto-Regular', Tahoma;
  margin-bottom: 20px;
  color: #000;
}
.contact-form-wrap .contact-form .right-section .button-wrap {
  display: flex;
}
.span-disable {
  background-color: #d9d9d9;
  pointer-events: none;
}
.sub-heading {
  font-size: 22px;
  color: #887d92;
  font-family: "Roboto-Regular", Tahoma;
  font-weight: normal;
}
.contact .main-heading {
  font-size: 31px;
  color: #39274a;
  font-family: "Roboto-Bold", Tahoma;
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 50px;
}
.contact .sub-heading {
  text-align: center;
  padding-bottom: 35px;
}

.sliding-placeholder{
  position: relative;
}

.sliding-placeholder .sliding-label {
  position: absolute;
  bottom:-34px;
  font-size: 16px;
  color: #c3bdc8;
  height: 20px;
  padding: 0 20px 0 26px;
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  white-space: nowrap;
}

.new-button.purple {
  background-color: #880081;
  color: #fff;
}

.new-button{
  height: 40px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  background-color: #f8f8f8;
  color: #481d72;
  width: auto;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  font-family: Roboto-Regular,Tahoma;
}

.contact h2{
  font-size: 36px;
  margin-bottom: 85px;
}
.ft20 {margin-bottom: 20px; }