@media screen and (min-width: 1024px) {
  .nav-set ul.right > li {
    margin-left: 0 !important;
  }
  .header .left .hide-mobile .sub-menu .head-tabs {
    padding-right: calc(50% - 128px + 2000px) !important;
  }
  #language-fr .header .left .hide-mobile .sub-menu .head-tabs {
    padding-right: calc(50% - 103px + 2000px) !important;
  }
  .outline {
    position: relative;
    float: left;
    overflow: hidden;
    top: -7px;
  }
  .outline > a {
    font-weight: 600;
    min-width: 160px;
    padding: 10px;
    overflow: hidden;
    height: auto;
    display: block;
    margin: 0;
    text-align: center;
  }
  @-moz-document url-prefix() {
    .home .outline > a {
      margin: -10px 0 0;
    }
  }
  .home .outline > a.requestquote {
    margin: 0;
  }
  .outline > a:active:after {
    border-color: #1c375d;
  }
  .outline > a .side {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200%;
    z-index: 1;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    width: 2px;
    background: #fff;
    background-image: linear-gradient(
      to bottom,
      #fff 0%,
      #fff 50%,
      #6685b8 50%,
      #6685b8 100%
    );
  }
  .outline > a .side.right {
    left: auto;
  }
  .outline > a:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 0;
    margin: 0;
    border: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.1s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    background: #fff;
  }
  .outline > a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 0;
    margin: 0;
    left: 0;
    z-index: 1;
    right: 0;
    transition: all 0.1s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    background: #fff;
  }
  .outline > a:after {
    transition-delay: 0.2s;
  }
  .outline > a:before {
    transition-delay: 0;
  }
  .outline > a:hover {
    font-weight: bold;
    color: #6685b8;
    letter-spacing: 0;
  }
  .outline > a:hover:after {
    background: #6685b8;
    transition-delay: 0s;
  }
  .outline > a:hover:before {
    background: #6685b8;
    transition-delay: 0.2s;
  }
  .outline > a:hover .side {
    top: -100%;
  }
  .outline > a:active {
    background: #1e355e;
    color: #fff;
  }
  .page-template-page-solutions .page-top .image-right img {
    border-radius: 15%;
  }
  #language-fr .page-template-page-platform .api-content {
    background: none;
  }
}
.page-template-page-platform .page-top .v-set,
.page-template-page-dashboard .page-top .v-set,
.page-template-page-solutions .page-top .v-set {
  padding-top: 40px;
}
.page-template-page-platform .side-links,
.page-template-page-dashboard .side-links,
.page-template-page-solutions .side-links {
  padding: 28px 0 51px;
}
.page-template-page-platform .page-top .image-right img,
.page-template-page-dashboard .page-top .image-right img,
.page-template-page-solutions .page-top .image-right img {
  width: 100%;
  /* border-radius: 0;*/
}

.page-template-page-platform .btn.btn-bordered,
.page-template-page-dashboard .btn.btn-bordered,
.covid19 .mobile-none .btn.btn-bordered,
.page-template-page-webinar .mobile-none .btn.btn-bordered,
.page-template-page-symptom2 .mobile-none .btn.btn-bordered {
  background-image: linear-gradient(
    180deg,
    #f3b616 0%,
    #dc592a 100%
  ) !important;
  border: 1px solid #979797 !important;
  color: #fff !important;
  text-align: center;
  margin: 10px auto 0 !important;
  justify-content: center;
  font-size: 18px !important;
  padding: 0;
}
.page-template-page-webinar .mobile-none .btn.btn-bordered:hover {
  cursor: pointer;
}
.page-template-page-platform .page-top .image-right img,
.page-template-page-dashboard .page-top .image-right img {
  border-radius: 20%;
}
.page-template-page-solutions .btn.btn-bordered {
  text-align: center;
  margin: 0 auto !important;
  justify-content: center;
  font-size: 18px !important;
  padding: 0;
}
.page-template-page-webinar h1 {
  font-size: 40px !important;
  line-height: 48px !important;
}
.page-template-page-webinar .btn.btn-bordered::before,
.page-template-page-platform .btn.btn-bordered::before,
.page-template-page-dashboard .btn.btn-bordered::before,
.page-template-page-symptom2 .btn.btn-bordered::before {
  background: none;
}
.page-template-page-platform .btn.btn-bordered:hover::before,
.page-template-page-dashboard .btn.btn-bordered:hover::before,
.page-template-page-webinar .btn.btn-bordered:hover::before,
.page-template-page-symptom2 .btn.btn-bordered:hover::before {
  background: none;
}
.page-template-page-platform .signup_section,
.page-template-page-dashboard .signup_section {
  background: #6787b6;
  text-align: center;
  padding: 30px 0 50px;
}
.page-template-page-platform .signup_section h2,
.page-template-page-dashboard .signup_section h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.page-template-page-platform .signup_section .btn.btn-bordered,
.page-template-page-dashboard .signup_section .btn.btn-bordered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 170px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  margin-bottom: 10px;
  position: relative;
  padding: 10px;
  font-family: "Archivo Narrow", sans-serif;
  background: #fff;
  border: 2px solid rgba(197, 207, 218, 0.402599) !important;
  box-shadow: 0 7px 7px rgba(27, 54, 93, 0.1) !important;
  font-weight: 600;
  line-height: 17px;
  font-size: 16px;
  padding-right: 50px;
  color: #6787b7 !important;
  justify-content: center;
  text-align: center;
  background-image: none !important;
}

.page-template-page-platform .signup_section .btn.btn-bordered:hover {
  background: #c4ceda !important;
  border-color: #c4ceda !important;
  color: #6786b7 !important;
}

.page-template-page-platform .signup_section .btn.btn-bordered:hover:before {
  background-image: url(images/btn-1.svg);
}

.page-template-page-platform .signup_section .btn.btn-bordered:active {
  background: #1e355e;
  border-color: #1e355e;
  color: #fff;
}

.page-template-page-platform .signup_section .btn.btn-bordered:active:before {
  background-image: url(images/btn-3.svg);
}

.page-template-page-platform .signup_section .btn.btn-bordered.active {
  background: #6786b7;
  border-color: #6786b7;
  color: #fff;
}

.page-template-page-platform .signup_section .btn.btn-bordered.active:before {
  background-image: url(images/btn-2.svg);
}

.page-template-page-platform .signup_section .btn.btn-bordered:before {
  background: no-repeat 50% 50%;
  background-image: url(images/btn-3.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  background-size: contain;
  right: 44px;
  margin: auto;
}

.page-template-page-platform .signup_section .btn.btn-bordered.btn-lg {
  height: 68px;
  font-size: 24px;
  padding: 15px;
  width: auto;
  padding-right: 50px;
}

.page-template-page-platform
  .signup_section
  .btn.btn-bordered.btn-lg:hover:before {
  background-image: url(images/btn-1.svg);
}

.page-template-page-platform
  .signup_section
  .btn.btn-bordered.btn-lg:active:before {
  background-image: url(images/btn-3.svg);
}

.page-template-page-platform
  .signup_section
  .btn.btn-bordered.btn-lg.active:before {
  background-image: url(images/btn-2.svg);
}

.page-template-page-platform .signup_section .btn.btn-bordered.btn-lg:before {
  background-image: url(images/btn-3.svg);
  width: 25px;
  height: 29px;
}

.video_section {
  background: #dfe6f0;
  position: relative;
  height: 250px;
}
.video-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.video_section .picture {
  justify-items: center;
}
.video_section .picture a {
  display: block;
  width: 285px;
  margin: 0 auto;
}

.video_section .content h3 {
  font-size: 30px;
  color: #6787b7;
  padding: 0;
  line-height: 1;
  font-weight: 500;
}
.video_section .content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  color: #1b365d;
}
.video_section .picture img {
  position: absolute;
  width: 285px;
  top: -20px;
  cursor: pointer;
}
.video_section .content {
  padding: 84px 0 0;
}
.video-btn {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  text-align: center;
  color: #1b365d;
  width: 140px;
  height: 30px;
  border: solid 2px #1b365d;
  margin: 12px 0 0;
  cursor: pointer;
}
.page-template-page-solutions .page-top h1 {
  margin-right: -36px;
}
#language-fr.page-template-page-solutions .page-top h1 {
  font-size: 58px;
}
#tabs {
  clear: both;
  margin: 200px 0 0 auto;
}
.plataform-tab {
  margin: 105px auto 80px;
  width: 1180px;
}
.plataform-tab ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.plataform-tab ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
.plataform-tab ul.nav-tabs {
  border-bottom: solid 1px #979797;
  padding: 0;
  text-align: center;
}
.plataform-tab ul.nav-tabs li {
  display: inline-block;
  cursor: pointer;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #9d9fa0 !important;
  padding: 0 50px 22px;
  line-height: 1;
}
.plataform-tab ul.nav-tabs li a {
  color: #9d9fa0 !important;
}
.plataform-tab ul.nav-tabs li.active {
  border-bottom: solid 3px #eb4b25;
  color: #1b365d;
}
.plataform-tab ul.nav-tabs li.active a {
  color: #1b365d !important;
}
.plataform-tab ul.tabs li.current {
  background: #ededed;
  color: #222;
}
.plataform-tab .tab-content {
  display: none;
  padding: 90px 0 80px;
  width: 870px;
  margin: 0 auto;
}
.tabboard {
  min-height: 670px;
}
.tab-content {
  padding: 10px 0 80px;
  width: 950px;
  margin: 0 auto;
  text-align: center;
}
.board.tabboard .tab-content {
  width: 1127px;
}
.board.tabboard .tab-content iframe {
  width: 1127px !important;
}
.CFContent {
  width: 950px !important;
}
.tab-content .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}
.tab-content .row.row3 {
  grid-template-columns: repeat(3, 1fr);
}
.tab-content .row img {
  width: auto;
  height: 74px;
  padding: 0 0 15px;
}
.tab-content .row h4 {
  font-weight: bold;
}
#language-fr .tab-content .row h4 {
  font-size: 17px;
}
.tab-content .row p {
  font-size: 16px;
  line-height: 1.69;
  text-align: center;
  color: #1b365d;
}
.tab-content h3,
.tab-content h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #1b365d;
  padding: 0 0 20px;
}
.tab-content h3 + p,
.tab-content h2 + p {
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  /*  color: #6787b7;*/
  padding: 0 0 50px;
}
.plataform-tab .tab-content.current {
  display: inherit;
}
.page-template-page-platform .api-content,
.page-template-page-solutions .api-content,
.page-template-page-dashboard .api-content {
  color: #5b6770;
  padding: 70px 0 90px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(223, 230, 240, 1) 30%,
    rgba(223, 230, 240, 1) 100%
  );
  text-align: left;
}
.page-template-page-solutions.page-id-2097
  .page-content.content-block-wrapper.center-block {
  padding: 50px 0 50px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 1%,
    rgba(223, 230, 240, 1) 1%,
    rgba(223, 230, 240, 1) 100%
  );
}
.page-template-page-solutions.page-id-2097
  .page-content.content-block-wrapper.center-block
  h1 {
  font-size: 50px;
  margin-bottom: 30px;
}
.page-template-page-solutions.page-id-2097
  .page-content.content-block-wrapper.center-block
  .col-left.ww {
  width: 90%;
}
.page-template-page-platform .api-content img,
.page-template-page-solutions .api-content img,
.page-template-page-dashboard .api-content img {
  border-left: solid 5px #eb4b25;
}
.page-id-2097 .img-quote {
  margin-top: 70px;
}
.page-template-page-platform .api-content h2,
.page-template-page-solutions .api-content h2,
.page-template-page-dashboard .api-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #1b365d;
  padding: 28px 0;
}
.page-template-page-platform .api-content p,
.page-template-page-solutions .api-content p,
.page-template-page-dashboard .api-content p {
  font-size: 16px;
  color: #1b365d;
  max-width: 100% !important;
}
.page-template-page-platform .api-content .col,
.page-template-page-solutions .api-content .col,
.page-template-page-dashboard .api-content .col {
  font-size: 16px;
  color: #1b365d;
  max-width: 100% !important;
}
.page-template-page-platform .api-content .col a,
.page-template-page-solutions .api-content .col a,
.page-template-page-dashboard .api-content .col a {
  padding: 10px 0 18px;
  width: 190px;
  height: 47px;
}
.page-template-page-platform .api-content .row .row,
.page-template-page-solutions .api-content .row .row,
.page-template-page-dashboard .api-content .row .row {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.request-quote {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
  color: #6787b7;
  border-bottom: solid 1px rgba(151, 151, 151, 0.58);
  margin: 0 130px 70px 130px;
  padding: 0 0 70px;
}
.request-quote a:hover {
  color: #1b365d;
}
.request-quote i {
  border: solid #eb4b25;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
}
.request-quote .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.sub-menu .col > ul > li {
  width: 400px;
}
.page-template-default .fullimg {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-template-page-platform .api-content,
  .page-template-page-solutions .api-content,
  .page-template-page-dashboard .api-content {
    background: none;
  }
  .plataform-tab {
    width: 95%;
  }
  .plataform-tab ul.nav-tabs {
    padding: 0;
  }
  .plataform-tab ul.nav-tabs li {
    width: 24%;
    font-size: 18px;
  }
  .tab-content {
    padding: 10px 0 80px;
    width: 100%;
  }
  .tab-content .row {
    grid-gap: 10px;
  }
  .tab-content .row p {
    font-size: 15px;
  }
  .page-template-page-platform .api-content,
  .page-template-page-solutions .api-content {
    background: linear-gradient(
      180deg,
      rgb(255, 255, 255) 30%,
      rgb(223, 230, 240) 30%,
      rgb(223, 230, 240) 100%
    );
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-platform .mobile-only {
    display: none;
  }
  .video-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  #language-fr .video-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #language-fr
    .aboutus
    .featured-work-box
    .Featuredcarousel
    .carousel-inner
    .card
    .img
    img {
    min-height: 170px;
  }
  #language-fr .entry ul {
    padding-bottom: 20px !important;
  }
  #language-fr .video_section .picture img {
    top: -10px;
  }
  #language-fr .qualitative .banner img {
    width: 100% !important;
  }
  #language-fr.page-template-why-dynata .aboutus #partner h1 {
    font-size: 38px !important;
  }
  #language-fr .aboutus .featured-work-box h1 {
    font-size: 1.6rem !important;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 50px auto 0;
    line-height: 140% !important;
  }
  #language-fr #covidnew #myTab li {
    padding-bottom: 15px !important;
    width: 50% !important;
  }
  #language-fr .aboutus .careers h1,
  .aboutus .call-box h1 {
    margin-top: 10px !important;
  }
  #language-fr .aboutus #carouselFeaturedMobile {
    margin-top: 1rem !important;
  }
  #language-fr .aboutus .partnerships {
    padding: 3rem 0 0 !important;
  }

  .video_section .picture img {
    position: relative;
    width: 285px;
    top: -20px;
  }
  .video_section .content {
    padding: 20px 0 0;
    clear: both;
  }
  .video_section {
    height: auto;
  }
  .video_section .content {
    padding: 0 0 20px;
  }
  #language-fr .plataform-tab ul.nav-tabs li {
    padding: 0 0px 10px;
    width: 33%;
  }
  .plataform-tab ul.nav-tabs li {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 10px;
  }
  #language-fr .tab-content .row.row3 {
    grid-template-columns: auto;
  }
  .tab-content .row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .request-quote {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.44;
    text-align: center;
    color: #6787b7;
    border-bottom: solid 1px rgba(151, 151, 151, 0.58);
    margin: 0;
    padding: 0 0 70px;
  }
  .page-template-page-platform .api-content h2,
  .page-template-page-solutions .api-content h2 {
    line-height: 1;
  }
  .api-content .col .row {
    margin: 0 !important ;
  }
  .tab-content h3,
  .tab-content h2 {
    font-size: 25px;
  }
  .tab-content h3 + p,
  .tab-content h2 + p {
    font-size: 16px;
  }
  .plataform-tab ul.nav-tabs li br {
    display: none;
    visibility: hidden;
  }

  .plataform-tab {
    width: 95%;
    overflow: hidden;
  }
  .plataform-tab ul.nav-tabs {
    padding: 0;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    width: 100% !important;
    -ms-overflow-style: none;
    overflow: -moz-scrollbar-none;
  }
  .modal-video-close-btn {
    top: 20px !important;
    right: 20px !important;
    width: 20px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 30px !important;
    left: 6% !important;
    width: 90% !important;
    height: 80% !important;
  }
  .modal-video-close-btn {
    top: 50px !important;
    right: 50px !important;
    width: 20px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-platform .page-top .v-set .image-right {
    top: 2px;
  }
  .page-template-page-platform .api-content,
  .page-template-page-solutions .api-content {
    background: none !important;
  }
}

.explorebtn {
  width: 290px;
  height: 55px;
  border: solid 1px #979797;
  background-image: linear-gradient(to bottom, #f3b616, #dc592a);
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin: 40px 0 0;
  text-align: center;
  line-height: 59px;
}
#language-fr .explorebtn {
  width: max-content;
  padding: 0 20px;
}
#language-fr .explorebtn small {
  font-size: 14px;
}
.owl-nav {
  display: none;
}
.owl-dots {
  position: relative;
  width: 990px;
  margin: -135px auto 80px;
}

.owl-carousel button.owl-dot {
  width: 14px;
  height: 14px;
  border: solid 1px #979797 !important;
  background-color: rgba(216, 216, 216, 0.8) !important;
  border-radius: 50%;
  /* bottom: 75px; */
  margin: 0 5px;
}
.owl-carousel button.owl-dot.active {
  width: 14px;
  height: 14px;
  border: solid 1px #000 !important;
  background-color: #000 !important;
  /*  bottom: 75px; */
  margin: 0 5px;
}
.page-template-page-dashboard #section_title {
  font-size: 48px;
  margin: 0 auto 70px;
  line-height: 1.08;
}

.global-trends #section_title {
  font-size: 48px;
}

.global-trends .trend-icons {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: 19px;
  line-height: 1.42;
  letter-spacing: 0.12px;
  text-align: center;
  color: #1b365d;
  grid-gap: 24px;
  border-bottom: solid 1px rgba(151, 151, 151, 0.58);
  padding: 0 0 133px;
  margin: 0 0 97px;
}

.global-trends .trend-icons h3 {
  font-weight: 800;
}

.global-trends .trend-icons img {
  width: 114px;
  display: block;
  margin: 0 auto 0;
}

.global-trends .trends-report .trends-report-wrap {
  padding: 0 0 60px;
}

.global-trends .trends-report hr {
  border: none;
  border-bottom: solid 1px rgba(151, 151, 151, 0.58);
  margin: 0 0 97px;
}

.global-trends .trends-report h1 {
  margin: 0 0 80px;
  font-size: 48px;
}

.global-trends .trends-report .leftimg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 64px;
}

.global-trends .trends-report .rightimg {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin: 0 0 64px;
}

.global-trends .trends-report .leftimg .trendsreport-text-wrap,
.global-trends .trends-report .rightimg .trendsreport-text-wrap {
  padding: 12px 0 0 44px;
}
.page-template-page-covid .global-trends .trends-report .leftimg img,
.page-template-page-covid .global-trends .trends-report .rightimg img {
  height: auto;
}
.global-trends .trends-report .leftimg img,
.global-trends .trends-report .rightimg img {
  border-left: solid 5px #eb4b25;
}

.global-trends .trends-report .leftimg h4,
.global-trends .trends-report .rightimg h4 {
  font-size: 21px;
  font-weight: 700;
  color: #1b365d;
}

.global-trends .trends-report .leftimg p,
.global-trends .trends-report .rightimg p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #6787b7;
  margin: 10px 5px 10px 0;
}

.global-trends .trends-report .leftimg a,
.global-trends .trends-report .rightimg a {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #1b365d;
  display: block;
  width: 190px;
  height: 47px;
  border: solid 2px #1b365d;
  line-height: 47px;
}

.global-trends .trends-report .rightimg .trendsreport-text-wrap {
  padding: 12px 0 0 16px;
}

.trends-dashboard .dashboardimg img {
  width: 1174px;
}

.trends-dashboard hr {
  border: none;
  border-bottom: solid 1px rgba(151, 151, 151, 0.58);
  margin: 0 0 97px;
}

.trends-dashboard p {
  font-size: 26px;
  font-style: italic;
  text-align: center;
  color: #1c375d;
  padding: 0 0 133px;
  width: 850px;
}

.page-template-page-dashboard .api-content {
  padding: 70px 0 0;
}

.page-template-page-dashboard .api-content .row .row {
  -ms-flex-pack: center;
  -webkit-box-pack: left;
  justify-content: left;
}

.page-template-page-dashboard .api-content + .api-content {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, #dfe6f0),
    color-stop(30%, #dfe6f0),
    to(#dfe6f0)
  );
  background: linear-gradient(180deg, #dfe6f0 30%, #dfe6f0 30%, #dfe6f0 100%);
  padding: 0 0 90px;
}
.home-hero2 {
  padding: 232px 0 147px !important;
}
@media screen and (max-width: 1023px) {
  .trends-dashboard p {
    padding: 0 0 50px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .global-trends .trend-icons {
    grid-template-columns: 1fr;
    padding: 0 0 30px;
    margin: 0 0 30px;
  }

  .global-trends .trends-report .leftimg,
  .global-trends .trends-report .rightimg {
    grid-template-columns: 1fr;
    margin: 0 0 30px;
  }
  .global-trends .trendsreport-img img {
    width: 100% !important;
    height: auto !important;
  }
  .global-trends .trends-report .leftimg .trendsreport-text-wrap,
  .global-trends .trends-report .rightimg .trendsreport-text-wrap {
    padding: 12px 0 0 0;
  }
  .page-template-page-platform .api-content h2,
  .page-template-page-solutions .api-content h2,
  .page-template-page-dashboard .api-content h2 {
    line-height: 1.1;
  }

  .rightimg {
    display: grid;
  }
  .rightimg .trendsreport-img {
    order: 1;
  }
  .rightimg .trendsreport-text {
    order: 2;
  }
  .page-template-page-dashboard #section_title {
    font-size: 30px;
    margin: 0 auto 20px;
    line-height: 1.08;
  }
  .page-template-page-dashboard .api-content {
    padding: 40px 0 0;
    background: rgba(223, 230, 240, 1);
  }

  .global-trends .trends-report hr {
    margin: 0 0 40px;
  }

  .global-trends .trends-report .trends-report-wrap {
    padding: 0 0 20px;
  }
  .trends-dashboard p {
    font-size: 20px;
    padding: 0 0 30px;
    width: auto;
  }
  .trends-dashboard .request-quote {
    margin: 0 30px !important;
  }
  .page-template-page-dashboard .mobile-only {
    display: none;
  }
  .home-hero2 {
    background-attachment: unset !important;
    background-position: 50% 0 !important;
    background-size: auto 84% !important;
    min-height: 0 !important;
    padding: 120px 0 195px !important;
  }
  .owl-dots {
    position: relative;
    width: 990px;
    margin: -175px 0 40px 20px;
  }
  .home-hero {
    padding: 145px 15px 133px !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .global-trends .trend-icons {
    display: flex;
  }

  .global-trends .trend-icons .itemsicons {
    flex: 1;
  }
}
.eventresultslide {
  background-image: linear-gradient(
    to bottom,
    #ffffff 20%,
    #edf3fb 20%,
    #edf3fb 80%,
    #ffffff 80%
  );
  height: 582px;
  margin: 138px 0 114px;
}
.eventresultslide .eventresultslide-details {
  width: 1123px;
  margin: 0 auto;
  padding: 0 20px;
}
.video-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.08;
  font-size: 48px;
  letter-spacing: 6.13px;
  text-transform: uppercase;
  color: #1c375d;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1c375d;
  margin: 0 0 60px;
}
.bottomspeaker-wrap img,
.speaker img {
  width: 408px;
  height: 242px;
}

.dynataevent.dynataeventresult h2.keynote {
  line-height: 1.08;
  font-size: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1c375d;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: unset;
  margin: 0 0 39px;
  border-top: none;
  border-bottom: solid 5px #fb850f;
  width: 95px;
  padding: 0 0 10px;
}
.dynataevent.dynataeventresult .topspeaker,
.dynataevent.dynataeventresult .bottomspeaker-wrap .bottomspeaker {
  display: flex;
  flex-wrap: wrap;
}
.dynataevent.dynataeventresult .topspeaker .speaker,
.dynataevent.dynataeventresult .bottomspeaker-wrap .bottomspeaker .speaker {
  flex: 1 1 408px;
  text-align: left;
  margin: 0 0 25px;
}
.dynataevent.dynataeventresult .topspeaker hr,
.dynataevent.dynataeventresult .bottomspeaker-wrap .bottomspeaker hr {
  display: none;
}
.dynataevent.dynataeventresult .topspeaker .speaker img,
.dynataevent.dynataeventresult .bottomspeaker-wrap .bottomspeaker .speaker img {
  width: 408px;
  height: 242px;
  background: none;
  background: none;
  border-radius: 0;
  padding: 0;
  display: block;
  margin: 0 0 20px;
}
.dynataevent.dynataeventresult .topspeaker .speaker h3,
.dynataevent.dynataeventresult .bottomspeaker-wrap .bottomspeaker .speaker h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1b365d;
  width: 408px;
  line-height: 1.2;
}
.dynataevent.dynataeventresult .topspeaker .speaker h4,
.dynataevent.dynataeventresult .bottomspeaker-wrap .bottomspeaker .speaker h4 {
  line-height: 1.39;
  color: #5b6770;
  font-weight: unset;
  padding: 10px 0 0;
  font-size: 18px;
  width: 408px;
}
.dynataevent.dynataeventresult .topspeaker .speaker a,
.dynataevent.dynataeventresult .bottomspeaker-wrap .bottomspeaker .speaker a {
  font-size: 18px;
  display: block;
  font-weight: 500;
  font-style: italic;
  line-height: 1.06;
  letter-spacing: normal;
  color: #6787b7;
  padding: 6px 0 0;
}
.wpsisac-slide-wrap img {
  max-height: 582px !important;
}

.wpsisac-slick-slider.design-1 .slick-prev,
.wpsisac-slick-slider button.slick-prev {
  left: -60px !important;
  transform: rotate(360deg);
  background-color: none;
}
.wpsisac-slick-slider.design-1 .slick-next {
  right: -60px !important;
}
.wpsisac-slick-slider.design-1 .slick-dots {
  bottom: -60px !important;
}
.wpsisac-slick-slider .slick-dots li button {
  background: #fff !important;

  border: 1px solid #d8d8d8;
  border-radius: 50% !important;
  width: 13px !important;
  height: 13px !important;
  border: solid 1px #979797;
}
.sgpb-popup-overlay {
  /* background: rgba(27, 54, 93, 0.65) !important; */
  background-color: rgba(27, 54, 93, 0.84) !important;
  /*  opacity: 1 !important; */
}
.page-template-page-summit-result .sgpb-content {
  background-color: rgba(216, 226, 240, 0.8) !important;
  border: 2px solid rgba(27, 54, 93, 1) !important;
  width: 550px;
  text-align: center;
}
.page-template-page-summit-result .sgpb-content h2 {
  padding: 20px 40px 10px;
}
.page-template-page-summit-result .sgpb-content p {
  padding: 0 40px;
}
.page-template-page-summit-result .sgpb-subscription-form {
  padding: 20px 40px 40px;
}
.page-template-page-summit-result .sgpb-inputs-wrapper input[type="text"],
.page-template-page-summit-result .sgpb-inputs-wrapper input[type="email"] {
  background: rgba(216, 226, 240, 0.330701) !important;
  border: 2px solid #fff !important;
  border-radius: 0;
  box-shadow: none;
  color: #1b365d !important;
  font-size: 18px !important;
  height: auto !important;
  margin: 5px 0 0;
  max-width: 100%;
  padding: 15px 10px !important;
  width: 100% !important;
  font-weight: 100 !important;
}

.page-template-page-summit-result .sgpb-inputs-wrapper input::placeholder {
  color: #1b365d !important;
}
.page-template-page-summit-result
  .sgpb-inputs-wrapper
  input::-webkit-input-placeholder {
  color: #1b365d !important;
}
.page-template-page-summit-result .sgpb-form-wrapper input,
.page-template-page-summit-result .sgpb-form-wrapper textarea {
  padding: 0 !important;
}

.page-template-page-summit-result .sgpb-content input[type="text"]:focus,
.page-template-page-summit-result .sgpb-content input[type="email"]:focus {
  border: 2px solid #1b365d !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) !important;
}
.page-template-page-summit-result .sgpb-content input[type="submit"] {
  background-image: linear-gradient(
    180deg,
    #f3b616 0%,
    #dc592a 100%
  ) !important;
  border: transparent !important;
  border-radius: 0;
  color: #fff !important;
  display: table;
  font-family: Nunito;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 15px auto 0 !important;
  max-width: 350px;
  min-width: 200px;
  overflow: hidden;
  padding: 0 30px !important;
  position: relative;
  text-align: center;
  border-radius: 0;
  width: 100% !important;
  height: 50px !important;
}
.page-template-page-summit-result .sgpb-content input[type="submit"]:hover {
  border: transparent !important;
  color: #1b365d;
}

@media screen and (max-width: 1023px) {
  .dynataevent.dynataeventresult .page-content {
    padding: 75px 0 97px;
  }
  .wpsisac-image-fit .wpsisac-image-slide-wrap img,
  .wpsisac-image-fit .wpsisac-slide-wrap img {
    height: auto !important;
  }
  .wpsisac-image-slide,
  .wpsisac-slide-wrap {
    height: auto;
  }
  .eventresultslide {
    height: auto;
    margin: 30px 0;
  }
  .eventresultslide .eventresultslide-details {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .dynataevent.dynataeventresult .topspeaker .speaker,
  .dynataevent.dynataeventresult .bottomspeaker-wrap .bottomspeaker .speaker {
    flex: unset;
    width: calc(50% - 25px);
  }
  .dynataevent.dynataeventresult .topspeaker .speaker img,
  .dynataevent.dynataeventresult
    .bottomspeaker-wrap
    .bottomspeaker
    .speaker
    img {
    width: 100%;
    height: auto;
  }
  .dynataevent.dynataeventresult .topspeaker .speaker h3,
  .dynataevent.dynataeventresult
    .bottomspeaker-wrap
    .bottomspeaker
    .speaker
    h3 {
    width: 100%;
  }
  .dynataevent.dynataeventresult .topspeaker .speaker h4,
  .dynataevent.dynataeventresult
    .bottomspeaker-wrap
    .bottomspeaker
    .speaker
    h4 {
    width: 100%;
  }
  .dynataevent.dynataeventresult .video-heading {
    margin: 90px 0 60px;
  }
  .eventresultslide {
    height: auto;
    margin: 30px 0;
  }
  .eventresultslide .eventresultslide-details {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .wpsisac-image-fit .wpsisac-image-slide-wrap img,
  .wpsisac-image-fit .wpsisac-slide-wrap img {
    height: auto !important;
  }
  .wpsisac-image-slide,
  .wpsisac-slide-wrap {
    height: auto;
  }
  .wpsisac-slick-slider.design-1 .slick-prev,
  .wpsisac-slick-slider button.slick-prev {
    left: -18px !important;
  }
  .wpsisac-slick-slider.design-1 .slick-next {
    right: -18px !important;
  }
  .wpsisac-slick-slider button.slick-arrow {
    width: 20px;
    height: 20px;
  }
  .page-template-page-summit-result .sgpb-content {
    width: 100% !important;
    max-width: 344px !important;
  }
}
@media screen and (max-width: 767px) {
  .dynataevent.dynataeventresult .topspeaker .speaker,
  .dynataevent.dynataeventresult .bottomspeaker-wrap .bottomspeaker .speaker {
    flex: 1 1 100%;
  }
  .dynataevent.dynataeventresult .topspeaker .speaker img,
  .dynataevent.dynataeventresult
    .bottomspeaker-wrap
    .bottomspeaker
    .speaker
    img {
    width: 100%;
    height: auto;
  }
  .dynataevent.dynataeventresult .topspeaker .speaker h3,
  .dynataevent.dynataeventresult
    .bottomspeaker-wrap
    .bottomspeaker
    .speaker
    h3 {
    width: 100%;
  }
  .dynataevent.dynataeventresult .topspeaker .speaker h4,
  .dynataevent.dynataeventresult
    .bottomspeaker-wrap
    .bottomspeaker
    .speaker
    h4 {
    width: 100%;
  }
  .video-heading {
    font-size: 29px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1c375d;
    margin: 0 0 30px;
  }
  .eventresultslide {
    height: auto;
    margin: 30px 0;
  }
  .eventresultslide .eventresultslide-details {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .wpsisac-image-fit .wpsisac-image-slide-wrap img,
  .wpsisac-image-fit .wpsisac-slide-wrap img {
    height: auto !important;
  }
  .wpsisac-image-slide,
  .wpsisac-slide-wrap {
    height: auto;
  }
  .wpsisac-slick-slider.design-1 .slick-prev,
  .wpsisac-slick-slider button.slick-prev {
    left: -18px !important;
  }
  .wpsisac-slick-slider.design-1 .slick-next {
    right: -18px !important;
  }
  .wpsisac-slick-slider button.slick-arrow {
    width: 20px;
    height: 20px;
  }
  .page-template-page-summit-result .sgpb-content {
    width: 100% !important;
    max-width: 290px !important;
  }
  .page-template-page-summit-result .sgpb-content h2 {
    padding: 20px 40px 10px;
    font-size: 22px;
  }
  .page-template-page-summit-result .sgpb-content p {
    padding: 0 20px;
    line-height: 1.2;
    font-size: 16px;
  }
}
h1.white span {
  font-size: 37px;
}
.home-hero h2.covid-slide,
.home-hero2 h2.covid-slide {
  width: 68%;
}
.covid19,
.covid19-content {
  font-family: "Montserrat", sans-serif;
}
.covid19 .image-right {
  width: 25% !important;
}
.covid19 .image-right img {
  border-radius: 20% !important;
}
.covid19 .mobile-none .btn.btn-bordered {
  width: 190px;
}
.covid19 .mobile-none .btn.btn-bordered::before {
  background: none;
}
.covid19 .v-set .left,
.page-template-page-covid .v-set .left {
  width: 100%;
}
.covid19 .v-set h1,
.page-template-page-covid .v-set h1 {
  font-size: 62px;
}
.covid19 .v-set h1 span,
.page-template-page-covid .v-set h1 span {
  font-size: 39px;
}
.container.sm.covid19,
.page-content.pb.covid19-content .container.sm {
  padding: 0;
}
.page-content.pb.covid19-content .container.sm {
  padding: 85px 0 97px;
}
.covid19page .trendsreport-text-wrap h4 {
  font-size: 20px !important;
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
}
.covid19page .global-trends .trends-report .leftimg a,
.covid19page .global-trends .trends-report .rightimg a {
  margin: 20px 0 0 !important;
  float: left;
}
.covid19page .rightimg .trendsreport-img {
  padding: 12px 0 0 45px;
}
.covid19page .global-trends .trends-report .rightimg .trendsreport-text-wrap {
  padding: 12px 0 0 0;
}
.covid19 .v-set h1 span,
.page-id-2817 .v-set h1 span {
  font-size: 57px !important;
}
.covid19page .trendsreport-text-wrap.covid19 h2 {
  margin: 0 0 20px;
}

select#Industry {
  max-width: 100%;
}
.page-template-page-covid .mobile-none {
  display: block !important;
}
.page-template-page-webinar .page-top .left,
.page-id-2841 .page-top .left {
  width: 100% !important;
}
.nav-set > ul.right > li {
  min-width: 100px;
}

.covidspecial .page-content .col-left {
  width: 70%;
}
.covidspecial .page-content.pb.covid19-content .container.sm {
  padding: 25px 0 77px;
}
.covidspecial .trends-report .container.sm {
  padding-left: 0;
}
.covidspecial .global-trends .trends-report .leftimg .trendsreport-text-wrap {
  padding: 0 !important;
}
.covidspecial .global-trends .trends-report .leftimg.fullpage,
.covidspecial .global-trends .trends-report .rightimg.fullpage {
  display: block;
  margin: 0 0 35px;
}
.covidspecial .rightimg.fullpage.weekly h2 {
  margin: 50px 0 0;
}

.covidspecial .global-trends .trends-report .leftimg h4,
.covidspecial .global-trends .trends-report .rightimg h4 {
  margin: 20px 0 0;
}

.covidspecial .global-trends .trends-report .leftimg p,
.covidspecial .global-trends .trends-report .rightimg p {
  color: #6d87b3;
  font-size: 18px;
  margin: 10px 0;
}
.covidspecial .rightimg.fullpage.weekly p,
.covidspecial .leftimg.fullpage.weekly p {
  color: #1b365d;
}
.covidspecial .covid19 .mobile-none .btn.btn-bordered {
  margin: 20px 0 !important;
  float: unset;
}
.covidspecial .covid19 .side-links.mobile-none .btn.btn-bordered {
  margin: 0 auto !important;
}
.covidspecial .leftimg.week {
  grid-template-columns: 240px calc(100% - 240px);
  grid-gap: 50px;
  padding: 0 50px 0 0;
}
.covidspecial .global-trends .trends-report .leftimg img {
  width: 240px;
}
.covidspecial .mobile-none {
  display: grid !important;
  justify-items: left;
}
.header .logo {
  left: 35px !important;
}

.nav-set > ul.left > li {
  min-width: 100px;
}
.qualitative .qualitative {
  background: #eceff6;
  padding: 34px 0;
}
.qualitative .qualitative h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 58px;
  font-size: 48px;
  letter-spacing: 1.69444px;
  text-transform: uppercase;
  color: #1c375d;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1c375d;
  text-align: center;
  margin: 0 0 34px;
}
.qualitative .qualitative .tab-content .row {
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  grid-gap: 70px;
  text-align: center;
}
.qualitative .qualitative .tab-content {
  padding: 0;
}
.qualitative .qualitative .tab-content .row img {
  display: block;
  margin: 0 auto;
}
.qualitative .qualitative .tab-content .row h4 {
  font-size: 24px !important;
  font-weight: bold;
}
.qualitative .qualitative .tab-content .row p {
  font-size: 20px;
  line-height: 1.5;
}
.qualitative .available-lang {
  background: #eceff6;
  padding: 70px 0;
  text-align: center;
  font-size: 28px;
}
.qualitative .available-lang img {
  width: 49px;
  vertical-align: bottom;
}
.qualitative .cmntylogo {
  padding: 70px 0;
  text-align: center;
  font-size: 28px;
}
.qualitative .cmntylogo img {
  width: 151px;
  vertical-align: bottom;
}
#language-fr .qualitative .banner {
  margin-top: -100px;
}
.qualitative .banner {
  text-align: center;
  padding: 0;
}
.qualitative .banner img {
  width: 832px;
}
#language-fr .qualitative .banner img {
  width: 80%;
}
.symptom #accordionExample .card .card-header h2 {
  line-height: 1;
}
.symptom #accordionExample .card .card-header h2 button {
  line-height: 1;
  color: #1c375d;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.symptom #accordionExample .card .card-header {
  position: relative;
}
.symptom #accordionExample .card .card-header[aria-expanded="true"]:after {
  content: "-";
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0px;
  font-weight: 100;
  transition: all 1.2s ease-out;
}
.symptom #accordionExample .card .card-header[aria-expanded="false"]:after {
  content: "+";
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0px;
  font-weight: 100;
  transition: all 1.2s ease-out;
}
.symptom #accordionExample .card .card-body p {
  font-size: 18px;
  padding: 0 0 20px;
  line-height: 26px;
}

#section1 .backtotop {
  position: relative;
  padding: 5px;
  margin: 20px 0 100px;
  border-radius: 50%;
  transition: all 0.2s linear;
  padding: 0 20px 0 0;
  width: 100%;
  font-size: 11px;
  text-align: right;
  display: block;
}
#section1 .backtotop:hover {
  transform: translate3d(0, -10px, 0);
}

#section1 .backtotop::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 11;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6787b7;
  border-left: 2px solid #6787b7;
  transform: rotate(45deg);
  top: 6px;
}
.page-id-3204 .page-top .left {
  width: 100%;
}
.page-top .left.fullwidth {
  width: 100%;
}
.plataform-tab.covidsymptom {
  margin: 105px auto 0;
}
.plataform-tab.covidsymptom ul.nav-tabs li {
  display: inline-block;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #9d9fa0 !important;
  padding: 0 24px 10px;
  line-height: 1;
}
.plataform-tab.covidsymptom ul.nav-tabs {
  border-bottom: none;
}
.plataform-tab.covidsymptom ul.nav-tabs li a.active {
  border-bottom: solid 3px #eb4b25;
  color: #1b365d;
}
.virtualspeaker .trends-report .container.sm,
.virtualspeaker .container.sm {
  padding-left: 0;
  margin: 0 auto;
}
.page-top .container.sm.virtual-speaker .left {
  width: 75%;
}
.virtual-speaker .image-right {
  border-radius: 50%;
  border: dotted 3px #eb4b25;
  padding: 5px;
  width: 318px !important;
}
.virtual-speaker .image-right img {
  border-radius: 50%;
  padding: 5px;
  background: #e6f0ff;
  width: 100%;
}
.virtual-speaker-content .entry.post-content p {
  font-size: 30px;
  font-weight: 600;
  color: #1b365d;
  font-family: "Archivo Narrow", sans-serif;
  line-height: 1;
}
.virtualspeaker .global-trends .trends-report .leftimg .shadow,
.virtualspeaker .global-trends .trends-report .rightimg .shadow {
  position: relative;
}
.virtualspeaker .global-trends .trends-report .leftimg .shadow::after,
.virtualspeaker .global-trends .trends-report .rightimg .shadow::after {
  width: 410px;
  content: "";
  height: auto;
  background-image: linear-gradient(127deg, #f2c75c 16%, #eb4b25);
  position: absolute;
  top: 20px;
  height: 310px;
  z-index: 0;
  left: 20px;
}
.virtualspeaker .global-trends .trends-report .leftimg img,
.virtualspeaker .global-trends .trends-report .rightimg img {
  width: 410px;
  height: auto;
  border-right: solid 5px #fff;
  border-left: solid 0 #fff;
  border-bottom: solid 5px #fff;
  display: block;
  z-index: 99;
  position: relative;
  max-height: 309px;
}
.virtualspeaker .trends-report-wrap h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 1.69444px;
  text-transform: uppercase;
  color: #1c375d;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  word-break: break-word;
  -webkit-text-stroke-color: #1c375d;
  line-height: 1;
  margin: 0 0 27px;
  word-spacing: 100vw;
}
.virtualspeaker .trendsreport-text strong {
  font-size: 30px;
  font-weight: bold;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  color: #1b365d;
}
.virtualspeaker .trendsreport-text .trendsreport-text-wrap {
  padding: 50px 0 0 !important;
}
.virtualspeaker .trendsreport-text small {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: #6787b7;
}
.virtualspeaker .trendsreport-text-wrap h5 {
  font-size: 18px !important;
  line-height: 1.33 !important;
  color: #1b365d !important;
  font-weight: bold;
  margin: 20px 0 0;
}
.virtualspeaker .trendsreport-text-wrap p {
  font-size: 18px !important;
  line-height: 1.33 !important;
  color: #1b365d !important;
  margin: 0 !important;
}
.virtualspeaker .trendsreport-text-wrap .demand {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #eb4b25;
  text-transform: uppercase;
  margin: 20px 0;
}
.virtualspeaker .trendsreport-text-wrap .mobile-none a {
  border: solid 1px #979797;
  background-image: linear-gradient(to bottom, #f9ac03, #fa8b0c 99%);
  color: #fff;
  border: none;
  font-size: 17px;
  font-weight: bold;
  font-family: "Archivo Narrow", sans-serif;
}
.virtualspeaker .bluebgcolor {
  padding: 50px 0;
  margin: 50px 0;
  background: #e6f0ff;
}
#sgpb-popup-dialog-main-div {
  background-color: rgba(103, 135, 183, 0.74) !important;
  padding: 45px 0 100px;
  width: 465px !important;
  border: none !important;
  text-align: center;
}
.page-template-page-virtualspeaker .sgpb-inputs-container #sgpb-first-name,
.page-template-page-virtualspeaker .sgpb-inputs-container #sgpb-last-name-1,
.page-template-page-virtualspeaker .sgpb-inputs-container #sgpb-text-3,
.page-template-page-virtualspeaker .sgpb-inputs-container #sgpb-email-2 {
  border: solid 1px #ffffff !important;
  background-color: #c5cfda !important;
  padding: 5px 10px !important;
  font-size: 14px !important;
  line-height: 2.21 !important;
  color: #1b365d !important;
  margin: 7px auto !important;
  height: auto !important;
  width: 322px !important;
}
.page-template-page-virtualspeaker
  .sgpb-inputs-container
  #sgpb-first-name::placeholder,
.page-template-page-virtualspeaker
  .sgpb-inputs-container
  #sgpb-last-name-1::placeholder,
.page-template-page-virtualspeaker
  .sgpb-inputs-container
  #sgpb-text-3::placeholder,
.page-template-page-virtualspeaker
  .sgpb-inputs-container
  #sgpb-email-2::placeholder {
  color: #1b365d !important;
}
.page-template-page-virtualspeaker .sgpb-form-wrapper input[type="submit"] {
  width: 322px !important;
  height: 45px !important;
  border: solid 1px #979797 !important;
  background-image: linear-gradient(to bottom, #f9ac03, #fa8b0c 99%) !important;
  font-size: 17px !important;
  font-weight: bold !important;
  text-align: center;
  color: #ffffff !important;
}
.sgpb-popup-builder-content-html p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.11;
  text-align: center;
  color: #ffffff;
  margin: 0 50px 30px;
}
.page-template-page-virtualspeaker #sgpb-popup-dialog-main-div {
  width: 465px;
}
#covidnew-section1 .plataform-tab ul.nav-tabs li a {
  line-height: 2;
  display: block;
}
#covidnew-section1 .plataform-tab ul.nav-tabs li,
#covidnew-section3 .plataform-tab ul.nav-tabs li {
  padding-bottom: 0 !important;
}

#covidnew-section3 .plataform-tab ul.nav-tabs li a {
  line-height: 2;
  display: block;
}

#language-fr .who-reach h2.h1 {
  margin-top: 50px;
}
/****** iPad ********/
@media screen and (max-width: 1023px) {
  #language-fr .qualitative .banner {
    margin-top: 0 !important;
  }
  .page-top .covid19 .v-set {
    min-height: auto !important;
    padding-top: 0 !important;
  }
  .covid19 .v-set h1 {
    font-size: 40px;
    padding: 0 20px;
  }
  .covid19 .v-set h1 span {
    font-size: 34px;
  }
  .page-content {
    padding: 35px 25px 97px;
  }
  .covid19 .image-right {
    top: 70px;
    margin: 0 40px 0 0;
  }
  .page-content.pb.covid19-content .container.sm {
    padding: 25px 0 0;
  }
  .container.sm.covid19 {
    padding: 0 0 0 20px;
  }
  .covid19,
  .covid19-content {
    padding: 35px 20px !important;
  }
  .covid19 .v-set h1 span,
  .page-id-2817 .v-set h1 span {
    font-size: 34px !important;
  }
  .covid19 .v-set h1,
  .page-id-2817 .v-set h1 {
    font-size: 32px;
  }
  .page-id-2827 .page-top .v-set {
    padding-top: 15px;
  }
  .covidspecial .global-trends .trends-report .leftimg.fullpage,
  .covidspecial .global-trends .trends-report .rightimg.fullpage {
    display: block;
    margin: 0 20px 35px;
  }
  .covidspecial .leftimg.week {
    padding: 0 44px;
  }
  .covidspecial .covid19 {
    padding: 35px 0 !important;
  }
  .covidspecial .rightimg.fullpage.weekly h2 {
    margin: 0;
  }
  .covidspecial .page-content .col-left {
    width: 65%;
  }
  .covid19 .v-set h1 {
    font-size: 32px !important;
  }
  .virtualspeaker .trends-report .container.sm,
  .virtualspeaker .container.sm {
    padding-left: 20px;
  }
  .virtual-speaker .image-right {
    border: dotted 3px #eb4b25;
    width: 200px !important;
  }
  .virtualspeaker .global-trends .trends-report .leftimg img,
  .virtualspeaker .global-trends .trends-report .rightimg img {
    width: 300px;
    max-height: 200px;
  }
  .virtualspeaker .global-trends .trends-report .leftimg .shadow::after,
  .virtualspeaker .global-trends .trends-report .rightimg .shadow::after {
    width: 310px;
    height: 210px;
  }
  .virtualspeaker .trends-report-wrap h2 {
    font-size: 34px;
  }
  .covidnew-section1 h1 {
    font-size: 32px !important;
    line-height: 1;
  }
  .covidnew-section1 p {
    font-size: 12px !important;
    line-height: 1.6 !important;
  }
  .covidnew-section1 .entry ul li {
    line-height: 1.5 !important;
    font-size: 12px !important;
  }
  .covidnew-section1 .entry .leftimg img {
    width: 325px !important;
  }
  .covidnew-section1 .leftimg.week {
    grid-template-columns: 350px calc(100% - 270px) !important;
    grid-gap: 0 !important;
  }
  .covidspecial .covid19 {
    padding: 0 !important;
  }
  .covidnew-section1 {
    padding: 70px 0 10px !important;
  }
  .covidnew-section2 p {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  .covidnew-section2 h2 {
    font-size: 27px !important;
  }
  .covidnew-section2 .entry .row h4 {
    font-size: 17px !important;
    min-height: auto !important;
    line-height: 1.3 !important;
  }
  .covidnew-section2 .entry .row p {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
  .board.tabboard .tab-content {
    width: 100%;
  }
  #covidnew #myTab {
    width: 100% !important;
  }
  #covidnew #myTab li {
    width: auto !important;
    padding-bottom: 10px;
  }
  #covidnew #myTab li a {
    padding: 0 0 8px;
  }
  #covidnew-section1 .plataform-tab ul.nav-tabs li a,
  #covidnew-section3 .plataform-tab ul.nav-tabs li a {
    line-height: 1;
  }
  #covidnew-top_section #covidnew .covidnew-section1 h1 {
    line-height: 1;
  }
  #covidnew-section3 .plataform-tab ul#myTab2.nav-tabs li {
    width: 49%;
    padding: 0;
  }
  #covidnew-section3 .plataform-tab ul.nav-tabs li a {
    line-height: 1;
    padding: 0 0 10px;
  }
  #covidnew-section3 h1,
  #covidnew-section1 h1,
  #covidnew-top_section h1 {
    line-height: 1;
  }
}
/****** Mobile ********/
@media screen and (max-width: 767px) {
  .page-top .covid19 .v-set .left {
    margin-right: 0;
  }
  .covid19 {
    padding: 55px 20px 0 !important;
  }
  .covid19-content {
    padding: 0 20px !important;
  }
  .covid19 .v-set h1 span {
    font-size: 14px;
  }
  .covid19 .v-set h1,
  .symptom .v-set h1 {
    font-size: 18px;
    padding: 0;
  }
  .page-top .covid19 .image-right {
    margin-bottom: 0;
    width: 100%;
    margin-left: auto;
    position: absolute;
    right: -40px;
    top: -12px;
  }
  .covid19page .rightimg .trendsreport-img {
    padding: 12px 0 0;
  }
  .page-content.pb.covid19-content .container.sm {
    padding: 0;
  }
  .white span {
    font-size: 32px;
    line-height: 1;
  }
  .home-hero2 h2.covid-slide {
    width: 100%;
  }
  .covid19 .v-set h1 span,
  .page-id-2817 .v-set h1 span {
    font-size: 14px !important;
  }
  .covid19 .v-set h1,
  .page-id-2817 .v-set h1 {
    font-size: 13px !important;
  }
  .page-id-2827 .v-set .left {
    margin: 0;
  }
  .page-id-2827 .v-set h1 {
    font-size: 18px;
  }
  h1.white {
    font-size: 24px !important;
    line-height: 1;
  }
  h1.white span {
    font-size: 22px !important;
  }
  .page-id-2810 .image-right .side-links.mobile-none,
  .page-id-2810 .image-right .side-links.mobile-none {
    display: none !important;
  }
  .page-template-page-webinar h1 {
    font-size: 19px !important;
  }
  .page-template-page-webinar .page-top .v-set .left {
    margin-right: 0;
    width: 100%;
    position: unset;
  }
  .page-template-page-webinar .page-top .v-set .image-right {
    margin: 0;
    width: 100%;
    position: unset;
  }
  .page-template-page-webinar .page-top .v-set .image-right img {
    display: none;
  }
  .page-template-page-webinar .page-top .v-set .image-right .mobile-none {
    display: block !important;
    position: unset;
  }
  .page-template-page-webinar
    .page-top
    .v-set
    .image-right
    .side-links::before {
    position: unset;
  }
  .page-template-page-webinar .page-top .v-set {
    display: block !important;
    line-height: 1;
    min-height: unset;
  }
  .page-template-page-webinar .side-links {
    padding: 15px 0;
    position: unset;
  }
  .page-template-page-webinar .wistia_click_to_play {
    width: 100%;
  }
  .page-template-page-webinar .mobile-none .btn.btn-bordered {
    width: 100%;
    display: block;
    line-height: 54px;
  }
  .page-template-page-webinar .wistia_embed {
    display: block !important;
    margin: 0 auto;
  }
  .page-template-page-webinar .mobile-only,
  .page-template-page-covid .image-right,
  .page-template-page-covid-new .image-right {
    display: none !important;
  }
  .page-template-page-covid .btn.btn-bordered.btn-lg {
    background-image: linear-gradient(
      180deg,
      #f3b616 0%,
      #dc592a 100%
    ) !important;
    border: 1px solid #979797 !important;
    color: #fff !important;
    text-align: center;
    margin: 0 auto !important;
    justify-content: center;
    font-size: 18px !important;
    padding: 0;
  }
  .page-template-page-covid .section-links {
    background: none;
  }
  .covidspecial .page-content .col-left {
    width: 100%;
  }
  .covidspecial .page-content.pb.covid19-content .container.sm {
    padding: 25px 0 0;
  }
  .covidspecial .global-trends .trends-report .leftimg.fullpage {
    margin: 0 20px 35px;
  }
  .covidspecial .covid19 {
    padding: 0 !important;
  }
  .covidspecial h2 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 23px;
  }
  .covidspecial .global-trends .trends-report .rightimg.fullpage {
    margin: 0 20px 35px;
  }
  .covidspecial .global-trends .trends-report .leftimg p,
  .covidspecial .global-trends .trends-report .rightimg p {
    font-size: 12px;
  }
  .covidspecial .leftimg.week,
  .covidspecial .rightimg.week {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 0 20px;
  }
  .covidspecial .leftimg.week .trendsreport-img {
    display: none;
  }
  .covidspecial .covid19 .v-set h1 {
    padding: 20px;
  }
  .covidspecial .page-content.pb.covid19-content .container.sm {
    padding: 0;
  }
  .covidspecial .global-trends .trends-report .leftimg h4,
  .covidspecial .global-trends .trends-report .rightimg h4 {
    margin: 10px 0 0;
    font-size: 15px !important;
  }
  .covid19page .trendsreport-img {
    display: none;
  }
  .covid19page .global-trends .trends-report .leftimg .trendsreport-text-wrap,
  .covid19page .global-trends .trends-report .rightimg .trendsreport-text-wrap {
    padding: 0 !important;
    font-size: 12px;
  }
  .qualitative .qualitative .tab-content .row {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 70px;
    text-align: center;
  }
  .qualitative .qualitative .tab-content .row .col {
    padding: 0 20px;
  }
  .qualitative .qualitative h2 {
    font-size: 28px;
    margin: 0 0 14px;
  }
  .qualitative .qualitative .tab-content .row h4 {
    font-size: 12px;
  }
  .qualitative .qualitative .tab-content .row p {
    font-size: 12px;
  }
  .qualitative .available-lang img {
    width: 29px;
  }
  .qualitative .available-lang {
    font-size: 20px;
    padding: 40px 0;
  }
  .qualitative .cmntylogo img {
    width: 60px;
    vertical-align: sub;
  }
  .qualitative .cmntylogo {
    padding: 40px 0;
    font-size: 16px;
  }
  .qualitative .banner {
    padding: 0 10px;
  }
  .plataform-tab.covidsymptom ul.nav-tabs li {
    display: inline-block !important;
    font-size: 10px !important;
    padding: 0 5px 5px !important;
    text-align: left !important;
  }
  .symptom #section1 a.active {
    padding: 0;
  }
  .symptom #section1 a {
    margin: 10px 15px;
    font-size: 13px;
  }
  .symptom .accordion button {
    font-size: 15px;
    text-align: left;
  }
  .symptom .page-content .col-left {
    width: 100% !important;
  }
  .symptom #accordionExample .card .card-body p,
  .symptom p {
    font-size: 12px;
  }
  .symptom #accordionExample .card .card-body h4 {
    font-size: 12px;
  }
  .symptom #section1 h3 {
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: bold;
  }
  .symptom .image-right {
    display: none;
  }
  .page-template-page-virtualspeaker .sgpb-inputs-container #sgpb-first-name,
  .page-template-page-virtualspeaker .sgpb-inputs-container #sgpb-last-name-1,
  .page-template-page-virtualspeaker .sgpb-inputs-container #sgpb-text-3,
  .page-template-page-virtualspeaker .sgpb-inputs-container #sgpb-email-2 {
    width: 290px !important;
  }
  .sgpb-popup-builder-content-html p {
    font-size: 16px;
  }
  .page-template-page-virtualspeaker .sgpb-form-wrapper input[type="submit"] {
    width: 290px !important;
  }
  .virtual-speaker .image-right {
    display: none;
  }
  .virtualspeaker .trends-report .container.sm,
  .virtualspeaker .container.sm {
    padding-left: 20px;
  }
  .virtualspeaker .global-trends .trends-report .leftimg .shadow::after,
  .virtualspeaker .global-trends .trends-report .rightimg .shadow::after {
    height: auto;
  }
  .virtualspeaker .trends-report-wrap h2 {
    font-size: 20px;
    -webkit-text-stroke-width: 1px;
  }
  .virtual-speaker-content .entry.post-content p {
    font-size: 17px;
  }
  .virtualspeaker .trendsreport-text-wrap p {
    font-size: 12px !important;
  }
  .virtualspeaker .trendsreport-text-wrap h5 {
    font-size: 15px !important;
  }
  .virtualspeaker .trendsreport-text strong {
    font-size: 25px;
  }
  .virtualspeaker .trendsreport-text small {
    font-size: 14px;
  }
  .virtualspeaker .trendsreport-text .trendsreport-text-wrap {
    padding: 20px 0 0 !important;
  }
  .virtualspeaker .trendsreport-text-wrap .demand {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    color: #eb4b25;
    text-transform: uppercase;
    margin: 10px 0;
  }
  .virtualspeaker .mobile-none {
    display: block !important;
  }
  .global-trends .trends-report .leftimg a,
  .global-trends .trends-report .rightimg a {
    width: 140px;
    height: 35px;
    line-height: 35px;
  }
  .virtualspeaker .global-trends .trends-report .leftimg img,
  .virtualspeaker .global-trends .trends-report .rightimg img {
    max-height: auto;
  }
  .page-template-page-virtualspeaker .page-top .v-set {
    min-height: 0 !important;
  }
  .page-template-page-virtualspeaker .page-top .v-set h1 {
    margin-bottom: 0 !important;
  }
  .covidnew-section1 h1 {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }
  .covidnew-section1 .leftimg.week {
    margin: 20px 0 30px;
  }
  .covidnew-section2 .entry .row {
    display: block !important;
  }
  .covidnew-section1 .leftimg.week {
    padding: 0;
    display: block;
  }

  #covidnew-section3 .plataform-tab ul.nav-tabs li a {
    padding: 0 0 10px;
  }
  #TelemedicineHeretoStay .covidnew-section1 .entry ul li {
    padding: 0 0 0 20px;
  }
  #TelemedicineHeretoStay h3,
  #DohealthcareprofessionalsseetheCOVID-19pandemicdifferently h3 {
    line-height: 1;
  }
  #TelemedicineHeretoStay .leftimg.week,
  #TheNewNormal .leftimg.week,
  #covidnew-top_section .leftimg.week,
  #DohealthcareprofessionalsseetheCOVID-19pandemicdifferently .leftimg.week {
    display: block !important;
    padding: 0 !important;
  }
}
.page-template-page-virtualspeaker .page-top .v-set {
  min-height: 155px;
}
.page-template-page-virtualspeaker .page-top .v-set h1 {
  margin-bottom: -50px;
}
.page-template-page-virtualspeaker .page-content.pb {
  padding-bottom: 80px;
}
.page-template-page-qualitative .btn.btn-bordered {
  text-align: center;
  margin: 0 auto !important;
  justify-content: center;
  font-size: 18px !important;
  padding: 0;
}
.covidnew-section1 {
  background: linear-gradient(161.47deg, #edf2fa 8.32%, #e6f0ff 93.71%);
  padding: 70px 0 90px;
}
.covidnew-section1 h1 {
  font-size: 46px;
  text-align: left;
  line-height: 56px;
}
.covidnew-section1 .leftimg.week {
  grid-template-columns: 400px calc(100% - 400px);
  grid-gap: 50px;
  padding: 0 100px 0 0;
  display: -ms-grid;
  display: grid;
  margin: 40px 0 64px;
}
.covidnew-section1 .entry .leftimg img {
  width: 400px;
  border-left: solid 5px #eb4b25;
}
.covidnew-section1 .mobile-none {
  display: grid !important;
  justify-items: left;
}
.covidnew-section1 p {
  color: #1b365d;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
}
.covidnew-section1 .entry ul li {
  padding-bottom: 0;
  line-height: 22px;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  padding-bottom: 8px;
  color: #1b365d;
}

.covidnew-section2 {
  padding: 70px 0 90px;
  text-align: center;
}
.covidnew-section2 h2 {
  font-size: 38px;
  text-align: center;
}
.covidnew-section2 p {
  color: #6787b7;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.covidnew-section2 .entry .row {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 40px;
  margin-top: 40px;
}
.covidnew-section2 .entry .row p {
  font-size: 16px;
  line-height: 20px;
  color: #1b365d;
  margin: 25px auto;
  font-weight: 600;
}
.page-template-page-covid-new .entry a {
  font-weight: normal;
  color: #6787b7;
  font-style: normal !important;
}
.page-template-page-covid-new .entry a:hover {
  font-weight: normal !important;
}
.covidnew-section2 .entry .row h4 {
  font-size: 26px;
  margin-top: 24px;
  color: #1b365d;
  font-weight: 700;
  min-height: 54px;
  line-height: 32px;
}
.covidnew-section2 .covid19 .mobile-none {
  display: grid !important;
  justify-items: center;
}
#covidnew-section3 img,
#covidnew-section4 img {
  border-left: solid 5px #eb4b25;
}
.covidspecial .covidnew-section1 .covid19 .mobile-none .btn.btn-bordered {
  margin: 30px 0 !important;
}
#newwebinar .covidnew-section1 .covid19 .mobile-none .btn.btn-bordered {
  margin: 20px 0 !important;
  font-style: normal;
}
#covidnew .page-content.pb.covid19-content .container.sm {
  padding-bottom: 0;
}
#covidnew-section4 {
  background: #fff;
  text-align: center;
}
#covidnew-section4 h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 25px;
}
#covidnew-section4 p {
  color: #1b365d;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

#covidnew-section4 .row h4 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  font-size: 24px !important;
  line-height: 30px;
}
#covidnew-section4 .row h5 {
  font-style: italic;
  text-align: left;
  color: #6d87b3;
  margin-bottom: 20px;
}
#covidnew-section4 .row p {
  text-align: left;
  color: #1b365d;
  font-size: 16px;
  line-height: 24px;
}
#covidnew-section4 .owl-nav {
  display: block;
}
#covidnew-section4 .owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -120px;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: transparent;
}
#covidnew-section4 .owl-next {
  right: -100px;
}
#covidnew-section4 .owl-prev {
  left: -100px;
}
#covidnew-section4 .owl-prev span,
#covidnew-section4 .owl-next span {
  font-size: 300px;
}
#covidnew-section4 .owl-dots {
  margin: 0;
  width: auto;
}
#covidnew .post-content ul li ul {
  list-style: none;
  padding-bottom: 0;
  margin-top: 10px;
}
#covidnew .post-content ul li ul li {
  padding-bottom: 0;
}
#covidnew .post-content ul li ul li:before {
  content: none;
}
#covidnew .mobile-none .btn.btn-bordered {
  width: 220px !important;
  font-style: normal !important;
  font-weight: 600 !important;
}
#covidnew .owl-carousel .owl-dot.active button {
  background-color: #000;
}
#covidnew .owl-carousel .owl-dot.active span {
  color: #1b365d;
}
#covidnew .owl-carousel .owl-dot button {
  background-color: #979797;
  margin: 0 100px;
}
#covidnew .owl-carousel .owl-dot span {
  color: #979797;
  font-weight: bold;
  letter-spacing: 2px;
}
#covidnew .owl-carousel .owl-dot {
  display: inline-block;
}
#covidnew-section4 .owl-nav img {
  border-left: none;
  height: 50px;
}
#covidnew .tab-content {
  text-align: left;
}
#covidnew .plataform-tab ul.nav-tabs li {
  font-size: 20px;
  padding-left: 12px;
  padding-right: 12px;
}
#covidnew .plataform-tab ul.nav-tabs li:before {
  content: none;
}
#covidnew .plataform-tab {
  margin: 50px 0 0;
}
#covidnew .tab-content p {
  text-align: left;
  font-size: 18px;
  padding-bottom: 10px;
}
#covidnew .tab-content h3 {
  text-align: left;
  line-height: 100%;
}
#covidnew .plataform-tab ul.nav-tabs li.active {
  border-bottom: none;
}
#covidnew-section1 .plataform-tab ul.nav-tabs li a {
  border-bottom: solid 3px #fff;
}

#covidnew .plataform-tab ul.nav-tabs li a.active {
  border-bottom: solid 3px #eb4b25;
  color: #1b365d !important;
}
#covidnew .covidnew-section1 h1 {
  text-align: center;
}
#covidnew #covidnew-section1 {
  padding-bottom: 0;
}
#covidnew .tab-content {
  padding-bottom: 10px;
}

.content-section1 {
  padding: 0 0 90px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(237, 242, 250, 1) 40%,
    rgba(237, 242, 250, 1) 100%
  );
}
.content-section1 .row .col {
  flex: 1;
  border: 3px solid #d8e2f0;
  box-shadow: 0px 0px 1px 0px #d8e2f0;
  background: #fff;
  margin: 10px;
  transition: transform 0.2s;
}
.content-section1 .row .col:hover {
  border: 3px solid #eb4b25;
  transform: scale(1.1) !important;
}
.content-section1 .row .col .card {
  border: none;
  text-align: center;
}
.content-section1 .card-body {
  padding: 1rem 2rem 0;
}
.content-section1 .card-title {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  min-height: 50px;
  color: #1b365d;
}
.content-section1 .card-title a {
  font-weight: bold;
}
.content-section1 .card-title a:hover {
  font-weight: bold !important;
}
#covidnew-section1.covidnew-section1 .leftimg.week,
#covidnew-section3.covidnew-section1 .leftimg.week {
  grid-template-columns: 660px calc(100% - 650px) !important;
  padding: 0 50px 0 50px !important;
}
#covidnew-section1.covidnew-section1 .leftimg.week .trendsreport-text,
#covidnew-section3.covidnew-section1 .leftimg.week .trendsreport-text {
  grid-column-start: 1;
  grid-row-start: 1;
}
#covidnew-section3 .row .col {
  flex: 1;
  padding: 0 20px;
}

#covidnew-section3 h2 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
#covidnew-section3 h3 {
  font-size: 23px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  line-height: 120%;
}
#covidnew-top_section .plataform-tab ul.nav-tabs li {
  line-height: 2;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
}
#covidnew-top_section .plataform-tab ul.nav-tabs li a.active {
  line-height: 2;
  display: block;
  padding-bottom: 0;
}
#covidnew .page-content.pb {
  padding-bottom: 10px;
}
.covidnew-section1 {
  padding: 70px 0 30px;
}
#covidnew-section4 {
  padding-bottom: 90px;
}
.covidnew-section1 .entry ul {
  padding-bottom: 0;
  padding-top: 10px;
}

@media (max-width: 1024px) {
  #covidnew .entry .row {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .content-section1 .row .col {
    flex: 1 45% !important;
  }
  #covidnew-top_section .plataform-tab ul.nav-tabs li,
  #covidnew-the_reopening .plataform-tab ul.nav-tabs li {
    padding-left: 20px;
    padding-right: 20px;
  }
  #covidnew .plataform-tab ul.nav-tabs li {
    padding-left: 9px;
    padding-right: 9px;
  }
  #covidnew-top_section .plataform-tab ul.nav-tabs li,
  #covidnew-the_reopening .plataform-tab ul.nav-tabs li {
    width: 49% !important;
  }
}
@media (max-width: 767px) {
  #covidnew-section1.covidnew-section1 .leftimg.week,
  #covidnew-the_reopening .leftimg.week {
    padding: 0 !important;
    display: block !important;
  }
  #covidnew-top_section .plataform-tab ul.nav-tabs li,
  #covidnew-the_reopening .plataform-tab ul.nav-tabs li {
    width: 50% !important;
  }
}
#covidnew-top_section .tab-content p {
  line-height: 140% !important;
}

#covidnew #covidnew-the_reopening .plataform-tab ul.nav-tabs li {
  padding-bottom: 0;
}
#covidnew #covidnew-the_reopening .plataform-tab ul.nav-tabs li a {
  display: block;
  line-height: 2;
  border-bottom: solid 3px #ebf1fb;
}
#covidnew #covidnew-the_reopening .plataform-tab ul.nav-tabs li a.active {
  border-bottom: solid 3px #eb4b25 !important;
}
#covidnew-the_reopening .plataform-tab ul.nav-tabs {
  justify-content: center;
  align-items: end;
}

@media screen and (max-width: 1023px) {
  .page-id-3920 .header-section-right-heading {
    margin: 20px 0 0;
  }
  .page-id-3920 .right-section {
    margin: 20px 0 0;
  }
  .page-id-3920 .new-resources .contact-us h4 {
    width: 80%;
  }
  .page-id-3920 .mktoForm .mktoFormCol,
  .page-id-3920 .mktoForm .mktoFieldWrap {
    float: unset;
  }
  .page-id-3920 #mktoForm_3720 {
    width: 100% !important;
  }
  .page-id-3920 .new-resources .right-section h2 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .page-id-3920 .right-section {
    width: 60%;
    margin: 0 auto;
  }
  .page-id-3920 .new-resources .mktoForm input[type="text"],
  .page-id-3920 .new-resources .mktoForm input[type="email"],
  .page-id-3920 .new-resources .mktoForm select {
    width: 100% !important;
  }
  .page-id-3920 .new-resources .right-section button {
    text-align: left;
  }
  .page-id-3920 .new-resources .right-section #menu-item1,
  .page-id-3920 .new-resources .right-section #menu-item2 {
    width: 100%;
  }
  .page-id-3875 .aboutus h1,
  .page-id-3832 .aboutus h1,
  .page-id-3922 .aboutus h1,
  .page-template-about .aboutus h1 {
    font-size: 50px;
  }
  .page-id-3875 .page-top .image-right,
  .page-id-3832 .page-top .image-right,
  .page-id-3922 .page-top .image-right,
  .page-template-about .page-top .image-right {
    margin-bottom: -182px;
    width: 35%;
    margin-left: auto;
    position: relative;
  }
  .page-id-3875 .aboutus .page-top .image-right img,
  .page-id-3832 .aboutus .page-top .image-right img {
    width: 100% !important;
  }
  .page-id-3875
    .aboutus
    #covidnew.diversity-section
    .plataform-tab
    ul.nav-tabs
    li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-id-3875
    .aboutus
    #covidnew.diversity-section
    #covidnew-section1.covidnew-section1
    .leftimg.week {
    grid-template-columns: 1fr 1fr !important;
    padding: 0 !important;
  }
  .page-id-3875 .covid19,
  .page-id-3875 .covid19-content {
    padding: 0 20px !important;
  }
  .page-id-3875 #covidnew .tab-content h3 {
    display: none;
  }
  .page-id-3832 .aboutus #leadership.page-content h1 {
    padding-right: 0;
  }
  .aboutus #leadership .container.sm {
    padding-left: 0 !important;
  }
  .page-id-3832 .team-list article {
    margin: 0 13px 35px;
    width: 207px;
  }
  .page-id-3832 .aboutus .careers {
    padding: 1rem 0;
  }
  .page-id-3832 .aboutus .call-box .section-head {
    margin: 1rem auto 0;
  }
  .page-id-3832
    .aboutus
    .featured-work-box
    .Featuredcarousel
    .carousel-inner
    .card {
    margin: 20px 10px;
  }
  .page-id-3832 .mktoForm input[type="text"] {
    max-width: 100%;
  }
  .page-id-3922 .aboutus .diversity .row,
  .page-template-why-dynata .aboutus .diversity .row {
    flex-wrap: nowrap;
  }
  .page-id-3922 #diversity .col-xl-4,
  .page-template-why-dynata #diversity .col-xl-4 {
    padding: 0 5px;
  }
  .page-id-3922 .card-body,
  .page-template-why-dynata .card-body {
    padding: 0;
  }
  .page-id-3922 .aboutus .diversity .row .card .card-body h5,
  .page-template-why-dynata .aboutus .diversity .row .card .card-body h5 {
    font-size: 1rem;
  }
  .page-id-3922 .aboutus .diversity .row .card .card-body p,
  .page-template-why-dynata .aboutus .diversity .row .card .card-body p {
    font-size: 0.9rem;
  }
  .page-id-3922 .aboutus .diversity .row .card,
  .page-template-why-dynata .aboutus .diversity .row .card {
    padding: 1rem;
  }
  .page-id-3922 .aboutus .partnerships {
    padding: 2rem 0 0 !important;
  }
  .page-id-3922 .aboutus .featured-work-box h1 {
    font-size: 2rem;
    width: 100%;
  }
  .aboutus
    .featured-work-box
    .Featuredcarousel
    .carousel-inner
    .card
    .img::after {
    height: 38px !important;
    width: 33px !important;
    left: 45%;
    top: 8%;
  }
  .aboutus
    .featured-work-box
    .Featuredcarousel
    .carousel-inner
    .card
    .card-body {
    padding: 0;
  }
  .aboutus
    .featured-work-box
    .Featuredcarousel
    .carousel-inner
    .card
    .card-body
    p {
    font-size: 1rem;
  }
  .aboutus .Featuredcarousel .carousel-control-next,
  .aboutus .Featuredcarousel .carousel-control-prev {
    top: 0%;
  }
  .aboutus .partnerships .bottom-section {
    flex-wrap: wrap;
  }
  .aboutus .partnerships .row {
    padding: 0;
  }
  .page-template-why-dynata .aboutus h1 {
    font-size: 50px;
  }
  .aboutus .partnerships .bottom-section .card-body {
    padding: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-id-3920 .new-resources #carouselExampleControls .carousel-item img {
    min-height: auto;
  }
  .page-id-3920 .d-none {
    display: block !important;
  }
  .page-id-3920 .new-resources .carousel-caption h2 {
    font-size: 1.5rem;
  }
  .page-id-3920 .new-resources .carousel-caption {
    bottom: 0;
  }
  .page-id-3920 .new-resources .carousel-caption h3 {
    font-size: 1.1rem;
    margin-top: 0px;
  }
  .page-id-3920 .new-resources .carousel-caption .explorebtn {
    width: 156px;
    height: 35px;
    line-height: 33px;
    margin: 10px 0 0;
    font-size: 12px;
  }
  .page-id-3920 .new-resources .latest-news-section {
    display: block;
  }
  .page-id-3920 .new-resources #gallery .animation {
    margin: 5px 0 20px;
  }
  .page-id-3920 .gallery {
    display: block;
  }
  .page-id-3920 .new-resources .gallery.fullwidth .card-body h5 {
    margin-bottom: 10px;
  }
  .page-id-3920 .new-resources .gallery.fullwidth .card-body h5 a {
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
  }
  .page-id-3920 .new-resources .gallery.fullwidth .card-body {
    padding: 1rem;
  }
  .page-id-3920 .new-resources #gallery.fullwidth .picture,
  .page-id-3920 .new-resources #gallery.fullwidth .picture img,
  .page-id-3922 .new-resources #gallery.fullwidth .picture img {
    height: unset;
    max-height: unset;
  }
  .page-id-3920 .new-resources .gallery.fullwidth .card-body .category {
    font-size: 0.75rem;
  }
  .page-id-3920 .pagination-dots li {
    margin: 0 0 20px;
  }
  .page-id-3920 .right-section {
    width: 80%;
  }
  .page-id-3920 .new-resources .contact-us h4 {
    width: 98%;
    line-height: 1.2;
    font-size: 1.3rem;
  }
  .page-id-3920 .new-resources .contact-us {
    padding: 2rem 0;
    margin: 2rem 0 0;
  }
  .page-id-3920 #mktoForm_3720 {
    margin: 1rem auto;
  }
  .page-id-3920 .new-resources .right-section .heading,
  .page-id-3832 .new-resources .right-section .heading,
  .page-id-3922 .new-resources .right-section .heading {
    margin-top: 1rem;
  }
  .page-id-3875 .page-top .v-set .image-right,
  .page-id-3832 .page-top .v-set .image-right,
  .page-id-3922 .page-top .v-set .image-right,
  .page-template-diversity .page-top .v-set .image-right {
    position: absolute;
    top: -8px;
    right: 0;
    width: 80px;
  }
  .page-id-3875
    .aboutus
    #covidnew.diversity-section
    .plataform-tab
    ul.nav-tabs
    li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .page-id-3875 #covidnew #myTab {
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    justify-content: left;
  }
  .page-id-3875 .trendsreport-text {
    margin: 1rem 0 0;
  }
  .page-id-3832 .team-list,
  .page-template-about .team-list {
    margin: 0;
    grid-template-columns: 1fr 1fr;
  }
  .page-id-3832 .team-list article,
  .page-template-about .team-list article {
    margin: 0 13px 35px;
    width: 145px;
  }
  .page-id-3832 .aboutus .page-content.leaderships,
  .page-template-about .aboutus .page-content.leaderships {
    padding: 2rem 0 !important;
  }
  .page-id-3832 .aboutus .careers .section-text,
  .page-id-3832 .aboutus .call-box .section-text,
  .page-template-about .aboutus .careers .section-text,
  .page-template-about .aboutus .call-box .section-text {
    color: #fff;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .page-id-3832 .aboutus .featured-work-box,
  .page-template-about .aboutus .featured-work-box {
    padding: 2rem 0 !important;
  }
  .page-id-3832 h1,
  .page-template-about h1 {
    font-size: 1.5rem !important;
  }
  .page-id-3922 .aboutus .diversity .row,
  .page-template-why-dynata .aboutus .diversity .row {
    flex-wrap: wrap;
  }
  .page-id-3922 #diversity .col-xl-4,
  .page-template-why-dynata #diversity .col-xl-4 {
    padding: 10px 5px;
  }
  .page-id-3922 .aboutus .partnerships p,
  .page-template-why-dynata .aboutus .partnerships p {
    width: 100%;
  }
  .page-id-3922 .aboutus .partnerships .top-section,
  .page-template-why-dynata .aboutus .partnerships .top-section {
    width: 95%;
    padding: 1rem;
    min-height: auto;
  }
  .page-id-3922 .aboutus .partnerships .row,
  .page-template-why-dynata .aboutus .partnerships .row {
    align-items: center;
    padding: 0;
  }
  .page-id-3922 .aboutus .partnerships .bottom-section {
    width: 98%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-why-dynata .aboutus .partnerships .bottom-section {
    width: 100%;
    display: flex;
  }
  .page-id-3922 .aboutus .partnerships .row .col-sm-4,
  .page-template-why-dynata .aboutus .partnerships .row .col-sm-4 {
    margin: 0 auto 10px;
    width: 100%;
  }
  .page-id-3922 .aboutus .partnerships .bottom-section .card-body,
  .page-template-why-dynata .aboutus .partnerships .bottom-section .card-body {
    padding: 1rem;
    min-height: 130px;
  }
  .page-id-3922 .aboutus p {
    font-size: unset;
  }
  .page-template-why-dynata .page-top .v-set .image-right,
  .page-template-about .page-top .v-set .image-right {
    position: absolute;
    top: -8px;
    right: 0;
    width: 80px;
  }
  .page-template-about .aboutus .page-top .image-right img {
    width: 80px !important;
  }
  .page-template-why-dynata .page-top .image-right img,
  .page-template-about .page-top .image-right img {
    border-radius: 35%;
    width: unset;
  }
  .page-template-why-dynata .aboutus p {
    font-size: unset !important;
  }
  .page-template-why-dynata .aboutus .partnerships p {
    width: 100%;
  }
  .page-template-why-dynata .aboutus .partnerships .top-section {
    width: 95%;
    padding: 1rem;
    min-height: auto;
  }
  .page-id-4683 .wp-image-4018,
  .page-id-4928 .wp-image-4018 {
    width: 100% !important;
  }
  .page-id-4683 .ww .entry h2,
  .page-id-4928 .ww .entry h2 {
    margin-top: 0 !important;
  }
  .page-template-page-platform .video_section .picture a {
    width: auto;
  }
  .page-template-page-platform .video-btn {
    margin: 0 auto;
  }
  .page-id-3583 .video_section {
    width: unset;
    text-align: center;
  }
  .page-id-3583 .video_section h3 {
    text-align: center;
    margin: 0 0 10px;
  }
  .page-template-page-platform .api-content .col a {
    display: block;
    margin: 0 auto;
  }
  .page-template-page-platform .api-content .row .row {
    justify-content: center;
  }
  .page-template-diversity .aboutus .page-top .image-right {
    width: 80px !important;
  }
  .explorebtn {
    font-size: 16px;
  }
  #language-fr .connect-row .people::before {
    top: 65px !important;
  }
  /*  #language-fr .connect-row .people::before {
    top: 50px;
  } */
  #language-fr .question-row .dots {
    width: unset !important;
  }
  .home .who-reach .h1,
  .home .lets-talk .h1 {
    font-size: 24px !important;
    line-height: 1 !important;
  }
  .home .who-reach .btns {
    padding: 0;
  }
  #language-fr .tablet-only .request {
    width: 63px;
  }
}
