/* ========================================================================== */


/* 	
 * Project: WorkCare V3	
 * Author: HiUp Solutions 	
 * Date: 6 Jan, 2020	
*/


/* ========================================================================== */

:root {
    --primary-color: #20c3f3;
    --secondary-color: #0e7db5;
    --para-color: #333333;
    --white-color: #fff;
    --dark_gray-color: #4e4e4e;
    --purple-color: #2b2867;
    --pink-color: #d9306c;
    --footer-bg: #4e4e4e;
    /* FONT FAMILY */
    --primary-font: "Lato", sans-serif;
}

body {
    overflow-x: hidden !important;
}

body>div {
    overflow-x: hidden;
    position: relative;
}

.fixed-nav {
    position: fixed !important;
    top: -50px;
    z-index: 999;
    width: 100%;
    background: #fff;
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    transform: translateY(50px);
}

.fixed-body {
    overflow: hidden;
}

.fixed-body .navbar-toggler {
    background: #2b2867;
}

.top-nav {
    padding: 20px 0;
}

.primary-logo img {
    width: 258px;
    height: 52px;
    object-fit: contain;
}

.quick-connect {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

span.contact {
    margin-right: 30px;
    display: block;
}

.contact a {
    color: #2b2867;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.56px;
    text-align: center;
}

.contact i {
    color: #20c3f3;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.contact:last-child {
    margin-right: 23.5px;
}

.search-wrapper {
    position: relative;
}

.search-wrapper input {
    height: 34px;
    width: 175px;
    border: 1px solid #4A4A4A;
    border-radius: 8px;
    padding: 3px 29px 3px 10px;
}

.search-wrapper a {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.search-wrapper button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    outline: 0;
}

.primary-nav {
    background: #2b2867;
    position: relative;
    z-index: 99;
}

.top-nav {
    position: relative;
    z-index: 99;
    background: #fff;
}

.top-nav .top-nav-menu li:nth-of-type(4) a {
    position: relative;
    padding-left: 20px;
}
.top-nav .top-nav-menu li:nth-of-type(4) a:before {
    content: "\f879";
    font-family: 'FontAwesome';
    left: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #20c3f3;
    font-size: 15px;
    font-weight: 900;
}

.navbar-light .navbar-nav a.nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.56px;
    line-height: 22px;
    text-align: center;
    padding: 13px 4px;
}

.primary-nav-wrapper>ul {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.primary-nav .navbar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: static;
}

.primary-nav .col-xl-12 {
    position: static;
}

.sub-menu {
    position: absolute;
    /* left: 0;
    right: 0; */
    background: #0e7db5;
    display: none;
    transform: translateY(-50px);
    transition: all 0.3s ease;
}

.sub-menu li {
    position: relative;
}

.primary-nav-wrapper>ul>li>.sub-menu>ul {
    /* display: flex; */
    display: block;
    justify-content: space-between;
    transition: 0.3s all ease;
}

.primary-nav-wrapper>ul>li>.sub-menu>ul>ul li .dropdown-menu {
    display: block;
}

.dropdown-third .container,
.primary-nav-wrapper ul ul li .sub-menu .container {
    padding: 0 !important;
    display: block;
    max-width: 225.84px;
}

.sub-menu.dropdown-third a,
.primary-nav-wrapper ul.navbar-nav ul li .sub-menu a.nav-link {
    color: #4e4e4e;
    padding: 7px 20px;
    font-size: 14px;
    justify-content: flex-start;
    height: 48px;
}

.primary-nav-wrapper ul.navbar-nav .sub-menu ul li .sub-menu a.nav-link {
    /* justify-content: center; */
    width: 265px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    display: block;
    height: auto;
    padding: 15px 18px;
}

.navbar-light .navbar-nav .sub-menu.dropdown-third a:hover,
.sub-menu.dropdown-third a:focus,
.primary-nav-wrapper ul.navbar-nav ul li .sub-menu a.nav-link:hover,
.primary-nav-wrapper ul.navbar-nav ul li .sub-menu a.nav-link:focus {
    background: #0e7db5;
    color: #fff;
}

.sub-menu a,
.sub-menu a:hover,
.sub-menu a:active,
.sub-menu a:focus,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.sub-menu img {
    width: 24px !important;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
    /* filter: grayscale(1) brightness(5); */
    /* -ms-filter: grayscale(1); */
}

.sub-menu svg {
    width: 20px;
    margin-right: 5px;
}

.sub-menu .menu-title {
    display: none;
}

.primary-nav .navbar .navbar-nav>li.nav-item {
    border-bottom: 2px solid #2b2867
}

.primary-nav .navbar .navbar-nav>li.nav-item.active,
.primary-nav .navbar .navbar-nav>li.nav-item:hover,
.primary-nav .navbar .navbar-nav>li.nav-item.current-menu-parent {
    border-bottom: 2px solid #20c3f3
}

.sub-menu a,
.navbar-light .navbar-nav .sub-menu a.nav-link {
    padding: 7px 17px;
    /* padding: 7px 8px; */
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
}

.navbar-light .navbar-nav .sub-menu a:hover {
    background: #D8D8D8;
    color: #4E4E4E;
}

.navbar-light .navbar-nav .sub-menu a:hover img {
    filter: initial;
}

.navbar-light .navbar-nav .sub-menu a:hover svg g {
    fill: #0e7db5;
}

.navbar-light .navbar-nav .sub-menu a:hover svg text {
    fill: #0e7db5;
}

.menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title {
    padding-left: 0 !important;
}


/* Double Img */

.menu-item:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 1 !important;
    display: block;
    transition: none !important;
}

.menu-image-hover-wrapper img.hovered-image {
    opacity: 0 !important;
    display: none;
    transition: none !important;
    margin-left: 0 !important;
}

.navbar-light .navbar-nav .sub-menu a:hover .menu-image-hover-wrapper img.menu-image {
    opacity: 0 !important;
    display: none;
    transition: none !important;
}

.navbar-light .navbar-nav .sub-menu a:hover .menu-image-hover-wrapper img.hovered-image {
    opacity: 1 !important;
    display: block;
    transition: none !important;
}


/* Footer */

.footer-wrapper {
    background: #4e4e4e;
    padding: 40px 0 80px;
    color: #fff;
}

/* .footer-logo img {
    height: 48px;
    width: 236px;
    object-fit: contain;
} */

.footer-social-links {
    text-align: right;
}

.footer-social-links a {
    background: #20c3f3;
    color: #fff;
    width: 48px;
    display: block;
    border-radius: 50%;
    height: 48px;
    text-align: center;
    /* padding: 14px 0; */
    padding: 12px 0;
}

.footer-social-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    transition: all ease-in 0.1s;
}


.footer-social-links li svg{
  width: 16px;
  margin-top: -3px;
}

.footer-social-links li:hover {
    transform: scale(1.05);
    transform-origin: center center;
}

/* .footer-main-content .row:first-child {
    margin: 0 0 40px;
} */

/* .footer-menu ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.44px;
}

.footer-menu ul li a:hover {
    color: #d6d6d6;
} */

.footer-block-content {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.63px;
}

.footer-block-content p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.63px;
}

.footer-block-content h5 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 14px;
}

.footer-block-content p {
    margin: 0 0 10px;
}

.footer-block-content.contact-info {
    padding-left: 70px;
    float: right;
}

/* .footer-main-content {
    margin: 0 0 35px
} */

.copy-right-wrapper {
    align-items: flex-end;
}

.copy-right-content p {
    font-size: 14px;
    letter-spacing: -0.44px;
    line-height: 17px;
}

.contact-info a:hover,
.contact-info a:active,
.contact-info a:focus {
    color: #d6d6d6;
}


/* Home Banner */

.home-hero-banner {
    min-height: 511px;
    overflow: hidden;
}

.home-hero-banner .hero-text {
    /* max-width: 735px; */
    z-index: 9;
}

.home-hero-banner .hero-text {
    height: 100%;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-hero-banner .hero-text h1 {
    font-size: 36px;
    margin: 0 0 63px;
}

.home-hero-banner .hero-text h1 strong {
    color: #20c3f3;
    font-weight: 600;
}

.btn-transparent {
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 12px 19px;
}

.home-hero-banner .hero-text .btn-transparent {
    max-width: 246px;
}

.btn-transparent:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #20c3f3;
}

.banner-overlay {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.hero-text .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* max-width: 735px; */
}

.notice {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #d9d9d9;
}

.notice-control_wrapper {
    position: relative;
}

.notice-control_wrapper {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.notice .notice-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 0
}


/* .notice .notice-item.active {
    display: flex !important;
} */

.notice .notice-item p {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.63px;
    color: #2b2867;
    line-height: 25px;
}

.notice .notice-item a {
    margin-left: 60px;
    background: #2b2868;
    border-color: #2b2868;
    height: 48px;
    min-width: 162px
}

.notice .notice-item a:hover,
.notice .notice-item a:active,
.notice .notice-item a:focus {
    border-color: #2b2868 !important;
    color: #2b2868;
}

.notice_2 {
    background: #0e7db5;
}

.notice_2 .notice-item p {
    color: #fff;
    line-height: 25px;
}

.notice_2 .notice-item a {
    background: #fff;
    color: #0e7db5;
    border-color: #fff;
}

.notice.notice_2 .notice-item a.btn-custom:hover {
    border-color: #fff !important;
    color: #fff !important;
}

.notice .slick-arrow {
    filter: invert(1);
    opacity: 0.8;
    width: 11px;
    height: auto;
}

.notice .slick-prev {
    left: -15px;
}

.notice .slick-next {
    right: -15px;
}

.notice_2 .slick-arrow {
    filter: initial;
}


/* Who we are */

.who-we-are {
    padding: 98px 0;
    background-image: url('../img/gradient-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.who-we-are [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.text-content h2 {
    font-weight: bold;
    letter-spacing: -0.94px;
    margin-bottom: 23px;
}

.text-content p {
    margin: 0 0 44px;
}

.wwa-video {
    margin-right: 50px;
}

.expe-logo img {
    max-width: 220px;
    float: right;
}


/* Home: Services */

.services {
    padding: 56px 0;
}

.services-v2 {
    padding: 56px 0;
    background-color: #e1f7fc;
}

.service-inner h2 {
    font-weight: 700;
    margin: 0 0 20px;
}

.service-inner {
    margin: 0 0 35px;
}

.service-links .tabs-inner.tabs-v2 {
    justify-content: center;
}

.tabs-inner a {
    display: flex;
    align-items: center;
    height: 66.5px;
    width: 253.5px;
    background-color: #ffffff;
    border: 0.5px solid #9B9B9B;
    border-radius: 8px;
    padding: 10px 9px;
    margin: 0 12px 20px 0;
    transition: all 0.3s ease;
}

.tabs-inner a:hover {
    background: #f7f7f7;
}

.tabs-inner.tabs-v2 a {
    width: 280px;
}


/* .tabs-inner a:hover strong,	
.tabs-inner a:hover strong:last-child {	
    color: #fff;	
} */

.tabs-inner p strong {
    display: block;
    color: #20c3f3;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.56px;
}

.tabs-inner p strong:last-child {
    color: #2b2867;
}

.tabs-inner img {
    margin-right: 5px;
    width: 45px;
    height: 50px !important;
    object-fit: contain;
}

.ecosystem-diag img {
    height: 332px;
    width: 519px;
    object-fit: contain;
}

.ecosystem-diag {
    position: relative;
    text-align: right;
    width: 519px;
    float: right;
}

.employee-trigger {
    background: transparent;
    color: transparent;
    height: 136px;
    width: 136px;
    border-radius: 50%;
    border: 2px solid transparent;
    text-align: center;
    padding: 18px 5px;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: -0.69px;
    display: flex;
    align-items: center;
    position: absolute;
    top: calc(50% - 21px);
    left: calc(50% - -10px);
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}

.employee-trigger:hover,
.employee-trigger:focus {
    background: #d9306c;
    color: #fff;
    border: 2px solid #2b2867;
    padding: 18px 5px;
}

.ecosystem-diag img.clone {
    width: auto !important;
    height: auto !important;
}

.ecosystem-diag img:not(:first-of-type) {
    position: absolute;
    width: 106px;
    height: 106px;
    cursor: pointer;
}

.ecosystem-diag img:nth-child(2) {
    top: -1px;
    left: 85px;
}

.ecosystem-diag img:nth-child(3) {
    top: -1px;
    right: 0;
}

.ecosystem-diag img:nth-child(4) {
    top: 131px;
    right: 7px;
}

.ecosystem-diag img:nth-child(5) {
    bottom: 0;
    right: 104px;
}

.ecosystem-diag img:nth-child(6) {
    bottom: 0;
    left: 150px;
}


/* Child circle */

.ecosystem-diag img:nth-child(7),
.ecosystem-diag img:nth-child(8),
.ecosystem-diag img:nth-child(9) {
    width: 65px;
    height: 65px;
}

.ecosystem-diag img:nth-child(7) {
    top: 11px;
    left: 2px;
}

.ecosystem-diag img:nth-child(8) {
    top: 91px;
    left: 23px;
}

.ecosystem-diag img:nth-child(9) {
    top: 128px;
    left: 99px;
}

.service-tab-content-wrapper .tab-pane:not(:first-of-type) {
    width: 518px;
    float: right;
}

.service-tab-content {
    display: flex;
    align-items: center;
}

.service-tab-content img {
    /* width: 159px;
    height: 335px;
    object-fit: contain;
    margin-right: 30px; */
    width: 141px;
    height: 305px;
    object-fit: contain;
    margin-right: 30px;
}

.service-tab-content h1 {
    margin: 0 0 13px;
}

.service-tab-content h1 strong {
    /* font-size: 36px;
    line-height: 36px; */
    font-weight: bold;
    letter-spacing: -1.13px;
    font-size: 23px;
    line-height: 28px;
    color: #20c3f3;
    display: block;
}

.service-tab-content h1 strong:last-child {
    color: #2b2867;
}

.service-tab-content p {
    margin: 0 0 53px;
}

.service-tabs a.nav-link.active {
    border: 1.5px solid #2B2868;
    border-radius: 8px;
    background-color: rgba(44, 202, 251, 0.15);
}

iframe {
    border: solid 0px #fff;
    outline: 0;
}

.animated-pictogram {
    margin-right: 30px
}

.animated-pictogram iframe {
    width: 100%;
    height: 100%;
}

.animated-pictogram.medical-animate-wrapper {
    width: 497px;
    height: 339px;
    margin-top: 27px;
    /* margin-right: 0; */
}

.animated-pictogram.incident-animate-wrapper {
    width: 684px;
    height: 340px;
    margin-top: 27px;
    margin-right: 7px;
}

.animated-pictogram.onsite-animate-wrapper {
    width: 532px;
    height: 392px;
    margin-top: 0;
    margin-right: 14px;
}

.animated-pictogram.consulting-animate-wrapper {
    width: 798px;
    height: 342px;
    margin-top: 30px;
    margin-right: 0;
}

.animated-pictogram.leave-animate-wrapper {
    width: 600px;
    height: 358px;
    margin-top: 30px;
    margin-right: -13px;
}


/* Exiciting Development */

.exciting-dev {
    background: #0e7db5;
    color: #fff;
    padding: 66px 0 133px;
    position: relative;
}

.exciting-dev .intro-sec.text-center {
    width: 493px;
    margin: 0 auto 60px;
}

.exciting-dev .intro-sec h2 {
    font-weight: 700;
    margin: 0 0 21px
}

.carousel-content {
    padding: 5px 15px 18px;
    opacity: 0;
    /* transition: 500ms all ease; */
    /* display: none; */
}

.carousel-content h4 {
    color: #4A4A4A;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: -0.63px;
}

.carousel-content p {
    color: #4A4A4A;
    /* margin: 0 0 69px; */
    margin: 0 0 16px;
}

.exciting-dev-carousel .item.slick-slide {
    padding: 0 15px;
}

.excite .car-img-wrapper {
    height: 252px;
    width: 100%;
    background: transparent;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.excite {
    width: 366px;
    background: transparent;
    max-width: 366px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.exciting-dev-carousel .item.slick-center .car-img-wrapper {
    /* height: 306px;
    width: 232px;
    flex: 0 0 232px; */
    overflow: hidden;
    border: 5px solid #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
}

.excite img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.5s ease;
}

.excite:hover img {
    transform: scale(1.05);
}


/* Center Item */

.exciting-dev-carousel .item.slick-center .excite {
    background: #fff;
}


/* .exciting-dev-carousel .item.slick-center .excite {
    background: #fff;
    height: 306px;
    max-width: 588px;
}

.exciting-dev-carousel .item.slick-center {
    height: 306px;
    /* max-width: 588px;
    width: 588px; 
}

.exciting-dev-carousel .item.slick-center img {
    height: 306px;
    width: 100%;
}
*/

.exciting-dev-carousel .item.slick-center .carousel-content {
    /* display: block; */
    opacity: 1;
}


/* Other Slider Option */

.exciting-dev-carousel .item.slick-center .excite:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    content: '';
    z-index: 99;
    transition: all 0.5s ease;
}

.carousel-content {
    width: calc(100% - 20px);
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    text-align: center;
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.exciting-dev-carousel .item.slick-center .excite .carousel-content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.exciting-dev-carousel .item.slick-center img {
    filter: blur(2px);
}


/* .s {} */

.btn-dark {
    border: 2px solid #4e4e4e;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #4e4e4e;
    min-width: 170px;
    padding: 6.8px 5px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    border: 2px solid #4e4e4e;
    background: #4e4e4e;
    color: #fff;
    padding: 6.8px 5px;
    line-height: 1.5;
}

.btn-dark-sm {
    min-width: 105px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #4e4e4e;
    background: transparent;
}

.btn-dark-sm:hover {
    border: 1px solid #4e4e4e;
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn-dark-sm:focus {
    color: #fff;
}

.inner_content-testi.active a.btn:focus,
.inner_content-testi.active a.btn:active {
    color: #fff;
    background: #4e4e4e;
    box-shadow: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn-dark_blue {
    border: 2px solid #2b2867;
    background: #2b2867;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    min-width: 170px;
}

.btn-dark_blue:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #2b2867;
}

.btn-dark_blue-bdr:hover {
    border: 2px solid #2b2867;
}

.slider-control.slick-arrow {
    position: absolute;
    bottom: 60px;
    left: 50%;
    cursor: pointer;
}

.slider-control.btn-left {
    left: calc(50% - 47px);
}

.slider-control.btn-right {
    left: calc(50% - -4px);
}


/* .exciting-dev-carousel .slick-track {
    transition: all 0.3s ease;
} */


/* 
.exciting-dev-carousel .slick-track.transitionInit {
    transition: none;
} */

.our-team-wrapper {
    padding: 130px 0 123px
}

.meet-our-team-content a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 37px;
}

.meet-our-team-content a:focus {
    color: #fff;
}

.meet-our-team-content a:focus:hover {
    color: #20c3f3;
}

.meet-our-team-content {
    text-align: center;
}

.meet-our-team-content a:first-of-type {
    margin: 0 0 28px;
}

.meet-our-team-content h1 {
    margin-bottom: 21px;
}

.meet-our-team-content p {
    margin-bottom: 25px;
    width: 56%;
}


/* Clients Testimonial Wrapper */

.clients-wrapper {
    padding: 60px 0;
}

.common-intro {
    margin: 0 0 64px;
}

.common-intro h2 {
    font-weight: 700;
    margin: 0 0 20px;
}

.client-list-wrapper ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    transform: scale(0.98);
}

.client-list-wrapper li.list-inline-item:not(:last-child) {
    margin-right: 25px;
}

.client-list-wrapper {
    margin: 0 0 86px;
}

.testimonial {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    width: calc(100vw - 17px);
    margin-bottom: 24px;
    min-height: 324px;
}

.inner_content-testi {
    min-height: 263px;
    width: 370px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding: 49px 18px 35px 32px;
    margin: 0 7px;
    flex: 0 0 370px;
    transform: translateX(0);
    transition: all 0.3s ease;
    cursor: pointer;
}

.testimonial {
    justify-content: start;
    width: auto;
    padding: 0 15px;
}


/* Testimonial: Hover & Active State */

.inner_content-testi:hover,
.inner_content-testi.active {
    background-color: rgba(32, 195, 243, 0.2);
    border-color: rgba(32, 195, 243, 0.2);
    transform: scale(1.04);
}

.inner_content-testi:hover p,
.inner_content-testi.active p {
    color: #4E4E4E;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

.inner_content-testi:hover a.btn,
.inner_content-testi.active a.btn {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

.inner_content-testi:hover a.btn:hover {
    color: #fff;
}

.inner_content-testi .eq-height {
    margin: 0 0 49px;
    min-height: 130px;
}

.inner_content-testi p {
    color: #0e7db5;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 22px;
}

.test-bottom-sec {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-heading .test-bottom-sec {
    display: inline-block;
    vertical-align: middle;
}

.test-bottom-sec img {
    width: auto;
    height: 35px !important;
    object-fit: contain;
    margin-right: 0;
}

.test-bottom-sec span {
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.5px;
    width: 120px;
}

.inner-testi-name {
    display: flex;
    align-items: center;
}

.inner-testi-name img {
    margin-right: 15px;
}

.test-bottom-sec a.btn {
    float: right;
}

::scrollbar {
    width: 0px;
    background: transparent;
}


/* ::-webkit-scrollbar {	
    width: 0px;	
    background: transparent;	
} */

.testimonial {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.testimonial::-webkit-scrollbar {
    display: none;
}


/* Range */

.range-slider {
    position: relative;
    height: 46px;
    width: 170px;
    margin: 0 auto;
}

.range-slider__input {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.range-slider__input:focus {
    outline: none;
}

.range-slider__input::-moz-focus-outer {
    border: 0;
    /* [1] */
}

.range-slider__input::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #ccc;
}

.range-slider__input::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    margin-top: -6px;
    border-radius: 50%;
    background: #0e7db5;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.range-slider__input::-moz-range-track {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #ccc;
}

.range-slider__input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    margin-top: -6px;
    border-radius: 50%;
    background: #0e7db5;
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.range-slider__input::-ms-track {
    width: 100%;
    height: 4px;
    border-color: #ccc;
    border-width: 2px 0;
    background: #ccc;
    color: #ccc;
    cursor: pointer;
    box-sizing: border-box;
}

.range-slider__input::-ms-fill-lower {
    background: #666;
    border-radius: 0;
    height: 2px;
    box-sizing: border-box;
}

.range-slider__input::-ms-fill-upper {
    background: #CCC;
    border-radius: 0;
    height: 4px;
    box-sizing: border-box;
}

.range-slider__input::-ms-thumb {
    width: 16px;
    height: 16px;
    margin-top: 0;
    border-radius: 50%;
    background: #0e7db5;
    cursor: pointer;
    appearance: none;
    box-sizing: border-box;
}

input[type=range]::-ms-tooltip {
    display: none;
}

.range-slider__dots {
    display: flex;
    justify-content: space-between;
    width: calc((100%) - (46px - 12px));
    margin-left: 17px;
    position: absolute;
    top: 17px;
    left: 0;
    z-index: -1;
}

.range-slider__dots span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #0e7db5;
    border-radius: 50%;
}


/* Testimonial Popup */

.testimonial-content-wrapper .testi-text-content {
    padding: 50px 83px 70px 62px;
}

.popup-banner img {
    height: 250px;
    width: 798px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.client-quote p {
    color: #0e7db5;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.63px;
    line-height: 24px;
}

.testi-desc p {
    color: #4e4e4e;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 24px;
}

.testi-heading .test-bottom-sec img {
    /* width: 80px;
    height: 48px;
    object-fit: contain;
    margin-right: 10px; */
    width: auto;
    height: 37px;
    object-fit: contain;
    margin-right: 15px;
}

.client-quote,
.testi-heading {
    margin-bottom: 30px;
}

.testi-desc {
    margin-bottom: 30px;
}

.testimonial-content-wrapper.modal-content {
    border-radius: 8px;
    border: 0;
}

.testimonial-content-wrapper a {
    padding: .375rem .75rem;
}

.btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
    opacity: 1;
    border-radius: 50%;
    background: #fff;
    color: #0e7db5;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close:before,
.btn-close:after {
    content: ' ';
    position: absolute;
    left: 13px;
    height: 18px;
    width: 3px;
    background-color: #0e7db5;
    top: 6px;
    border-radius: 4px;
}

.btn-close:before {
    transform: rotate(45deg);
}

.btn-close:after {
    transform: rotate(-45deg);
}


/* .hover-icon:hover img {	
    opacity: 0.2;	
} */


/* .hover-icon:hover img:not(:hover) {	
    opacity: 0.2;	
} */


/* .hover-icon:hover:not(:hover) img {	
    opacity: 0.2;	
} */


/* Other Page*/

.about-slider .img-figure-caption {
    margin-bottom: 50px;
}

.about-wrap .about-slider .item h3 {
    margin-bottom: 54px;
}

#aboutSuccessStoriesCarousel .carousel-control-prev-icon:after,
#aboutSuccessStoriesCarousel .carousel-control-next-icon:after {
    color: #0E7DB5;
}


/* .fixed-bg {	
    background-attachment: fixed;	
    background-position: center center;	
    background-size: cover;	
} */


/* Global Search */

.main-search-wrapper {
    padding: 50px 0 70px;
}

.global_search-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 23px;
}

.global_search-input {
    position: relative;
    width: calc(100% - 92px);
}

.global_search-input input {
    border: 1px solid #4A4A4A;
    border-radius: 8px;
    padding: 3px 34px 3px 20px;
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.63px;
    color: #4e4e4e;
}

.global_search-input a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 10px;
}

.global_search-input button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    outline: 0;
}

.search-count p {
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.44px;
    color: #999999;
}

.search_results-wrapper {}

.left_gap {
    margin: 0 0 0 20px;
}

.search_result {
    margin: 0 0 22px;
    padding: 0 0 27px;
    border-bottom: 1px solid #e2e2e2;
}

.search_result h1 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #4e4e4e;
    margin: 0 0 4px;
}

.search_result h2 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    font-weight: 700;
}

.search_result p {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #4e4e4e;
}

.search_result a {
    line-height: 1.4;
}

.search_result a:hover,
.search_result a:active,
.search_result a:focus {
    color: #0e7db5;
}

.search_result strong {
    color: #0e7db5;
    font-weight: bold;
}

.search_pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.search_pagination-wrapper a,
.search_pagination-wrapper p {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.5px;
}

.search_pagination-wrapper a:focus,
.search_pagination-wrapper a:hover,
.search_pagination-wrapper a:active {
    color: #0e7db5;
}

.search_pagination-wrapper a.page-end {
    color: #cfcfcf;
    pointer-events: none;
}

.clone {
    display: none;
}


/* 404 Page */

.page-404-wrapper {
    background: #f5f5f5;
}

.page-404 {
    padding: 170px 0;
}

.page-404 i {
    font-size: 72px;
    color: #d7262d;
    margin: 0 0 15px;
}

.page-404 h1 {
    font-size: 54px;
    margin: 0 0 5px;
}

.page-404 p {
    font-size: 24px;
    margin: 0 0 20px;
}

.hithurst-logo img {
    object-fit: contain;
    width: 140px;
    height: 56px;
    object-position: left;
}

.text-content .expe-logo {
    display: none;
}


/* Result Not Found */

.search-no-results .main-search-wrapper {
    padding: 50px 0;
    min-height: calc(100vh - 616px);
    display: flex;
    align-items: center;
}

.no-results.not-found {
    margin: 0 auto;
    text-align: center;
}

.no-results.not-found .page-content {
    width: 450px;
}

.no-results.not-found h1.page-title {
    margin: 0 0 16px;
}

.no-results.not-found .page-content p {
    margin-bottom: 20px;
}

.no-results.not-found .search-wrapper input {
    width: 100%;
}

.nothing-found-wrapper h1 {
    font-size: 25px;
    line-height: 28px;
}

.nothing-found-wrapper p {
    font-size: 16px;
    margin-bottom: 14px;
}

.nothing-found-wrapper .search-wrapper input {
    width: 100%;
}

.unillax-container {
    height: 440px;
}

.unillax-container.meet-our-team-wrapper {
    height: 516px;
    padding: 0;
}

.tech-parallax {
    min-height: 311px;
    height: 311px;
}

.unillax-container .container {
    position: absolute;
    z-index: 2;
    transform: none !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.unillax-container:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.tech-parallax.unillax-container .container {
    top: calc(50% - 12px);
}

.tech-parallax.unillax-container:before {
    background: rgba(0, 0, 0, 0.4)
}

.newsletter-dont_miss.unillax-container .container {
    position: relative;
    z-index: 2;
    transform: none !important;
    top: initial;
    left: initial;
    transform: initial !important;
}

.newsletter-dont_miss .unillax-background {
    position: absolute;
    top: 0;
    padding-bottom: 8px;
}

.unillax-container.dontmissout-wrapp.newsletter-dont_miss {
    height: auto;
    overflow: visible !important;
}

.unillax-container.dontmissout-wrapp.newsletter-dont_miss .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 0;
    color: #fff;
}

.unillax-container.dontmissout-wrapp.newsletter-dont_miss span.wpcf7-not-valid-tip {
    text-align: left;
    padding: 3px 0 0 14px;
}


/* Blog, News Actual Content */

.actual-content ul {
    list-style: inherit !important;
}


/* Custom Page */

.full-width-sec {
    padding: 66px 0;
    position: relative;
}

.full-width-sec .intro-sec h2 {
    margin: 0 0 21px;
}

.full-width-sec .intro-sec img {
    max-width: 100%;
    height: auto;
}

.full-width-sec p {
    margin: 0 0 16px;
}

.full-width-sec ul {
    list-style-type: initial!important;
    padding-left: 45px;
}

.full-width-sec ol {
    padding-left: 45px;
}

.full-width-sec blockquote {
    width: initial;
    margin: 0 0 1rem;
}

.full-width-sec blockquote p::before,
.full-width-sec blockquote p::after {
    content: initial;
}

.full-width-sec blockquote p {
    font-style: initial;
}


/* Tag Archive */

.tag_archive-wrapper {
    padding: 60px 0 80px;
}

.tag_archive-inner-wrapper {
    text-align: center;
    margin-right: 88px;
    margin-bottom: 60px;
}

.tag_archive-inner-wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.63px;
    line-height: 24px;
    color: #0E7DB5;
    margin: 0 0 30px;
    text-align: left;
}

.content-list,
.content_list-single.news-tag_list {
    margin: 0 0 30px;
}

.news-tag-wrapper {
    margin: 0 0 40px;
}

.content_list-single {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.tag_img-wrapper {
    height: 93px;
    width: 93px;
    border-radius: 8px;
    margin-right: 21px;
    overflow: hidden;
}

.tag_img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.content_list-single:hover .tag_img-wrapper img {
    transform: scale(1.1);
}

.content_list-single h3 {
    color: #4E4E4E;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: left;
    flex: 1;
}

.btn-tag-load {
    min-height: 35px;
    min-width: 172px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    border: 1px solid #2B2868;
    background-color: #2B2868;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
}

.btn-tag-load:hover {
    border: 1px solid #2B2868;
    background-color: #fff;
    color: #2B2868;
}

.content-list .clander-image {
    margin-bottom: 7px;
}

.content-list .clander-wrapp {
    margin-left: 27px;
    margin-right: 48px;
}

.content_list-single a:hover {
    color: #2b2868;
}


/* Flexible Content:: Content/Video */

.video_left-wrapper {
    justify-content: flex-start !important;
}

.video_left-wrapper .thumbnail-image.left {
    margin-left: 0;
}

.video_content-flexible_wrapper .services-incident-summary-wrapp {
    min-width: auto;
}


/* Featured Tags */

.featured-tags-sec {
    padding: 30px 0 0;
}

.tag-carousel-wrapper {
    background: #f2f2f2;
    border-radius: 8px;
    padding: 26px 10px 58px;
}

.featured-tags-sec .slider-control-wrapper,
.recent-wrapp.slider-control-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.featured-tags-sec .intro-sec h2,
.featured-tags-sec .intro-sec p {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -0.63px;
    line-height: 27px;
    color: #0E7DB5;
    margin: 0 0 13px;
    text-align: left;
}

.slider-control-feature.slick-arrow {
    margin: 0 3px;
}


/* .featured-tags-sec {
    padding: 50px 0 30px;
    background: linear-gradient(45deg, rgb(42, 196, 244), #0e7db5);
} */


/* .tag-carousel-wrapper {
    display: inline-block;
    vertical-align: middle;
}
*/

.tag-carousel-wrapper .item {
    padding: 0 9px;
    width: 273px;
    display: inline-block;
    vertical-align: top;
}

.resources-caro-wrapper {
    padding-bottom: 36px;
}

.featured-tags-sec .slider-control-wrapper {
    margin-top: -49px;
}

.recent-wrapp.slider-control-wrapper {
    margin-top: -29px;
    bottom: 12px;
}

.featured-tags-sec .slider-control-wrapper img,
.recent-wrapp.slider-control-wrapper img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}


/* Career Under Sec */

.career-wrapper .pt-content-gap .content {
    padding: 30px 0;
}

.career-undersec.content p {
    margin-top: 0;
}

.about-value.career-undersec {
    padding: 55px 0 65px;
}

.short__desc-sec {
    background: #f3f3f3;
    padding: 60px 0 40px;
}

.short__desc-wrapper h1 {
    color: #0078b5;
    font-size: 33px;
    line-height: 37px;
    font-style: italic;
    margin: 0 0 10px;
}

.short__desc-wrapper p {
    color: #606060;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
}

.career_description-wrapper {
    background: #397db1;
    padding: 15px 0 30px;
}

.career_img-block {
    padding: 0 0 15px;
}

.career_img-block:nth-child(3n - 1) {
    padding: 0 15px 15px;
}

.highlight_img-wrapper img {
    height: 410px;
    width: 100%;
    object-fit: cover;
}

.career_desc-wrapper {
    margin: 20px 0;
}

.career__content {
    color: #fff;
}

.career__content h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 12px;
}

.career__content p {
    margin: 0 0 20px;
}

.career__content ul {
    padding-left: 26px;
    column-count: 3;
    margin-left: 20px;
}

.career__content ul li {
    list-style-type: disc;
}

.opportunites-sec {
    padding: 50px 0;
}

.opportunites-sec a {
    margin: 0 0 20px;
}

.opportunites-sec p {
    max-width: 700px;
    margin: 0 auto;
}

.map-sec {
    padding: 58px 20px 60px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
}

.map-sec .container {
    position: relative;
    z-index: 2;
    transform: none !important;
    top: initial;
    left: initial;
    transform: initial !important;
}

.map-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(62 15 30 / 65%);
}

.map-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.map-content h1 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px;
}

.map-sec>img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    bottom: 0;
    right: 0;
    transform: scale(1.5);
}


/* Full Background Banner */

.full-background-banner {
    margin: 60px 0;
    padding: 60px 30px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}

.full-background-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    bottom: 0;
    right: 0;
    transform: scale(1.5);
}

.full-background-banner .row {
    color: #fff;
    position: relative;
    z-index: 2;
    top: initial;
    left: initial;
    transform: initial !important;
}

.full-background-banner .thumbnail-image {
    border-radius: 0;
    width: 100%;
    height: 299px;
    margin: 0 0 22px;
}

.full-background-banner .thumbnail-text {
    width: 100%;
    padding: 0 10px;
}

.full-background-banner .thumbnail-text p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
}

.video-desc p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.44px;
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.new-tag {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: -0.44px;
    background-color: #20C3F3;
    color: #fff;
    border-radius: 3px;
    padding: 3px 13px 5px;
    margin-top: 6px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

.btn-white {
    min-width: 170px;
    background: #fff;
    color: #0E7DB5;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    padding: 11px 0;
}

.full-background-banner h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.94px;
    line-height: 36px;
    margin: 0 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.full-background-banner h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.56px;
    line-height: 20px;
    margin: 0 0 12px;
}

.courses-list {
    margin: 0 0 30px;
}

.courses-list ul {
    margin: 0 0 20px;
}

.courses-list li {
    position: relative;
    padding: 0 0 0 34px;
    margin: 0 0 13px;
    font-size: 16px;
    letter-spacing: -0.56px;
    line-height: 20px;
}

.courses-list li:before {
    content: '';
    background: url(../img/icons/tick.png);
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.right-cotent p {
    margin: 0 0 10px;
}

.right-cotent p:last-of-type {
    margin: 0 0 30px;
}


/* Home Covid Banner */

.home-covid-banner .container {
    position: relative;
    z-index: 2;
    transform: none !important;
    top: initial;
    left: initial;
    transform: initial !important;
}

.home-covid-banner {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}

.home-covid-banner .unillax-background {
    position: absolute;
    top: 0;
    padding-bottom: 8px;
}

.home-covid-banner .right-cotent {
    text-align: center;
    color: #fff;
}

.home-covid-banner .courses-list {
    margin: 0 auto 30px;
    max-width: 695px;
}

.home-covid-banner .courses-list ul {
    margin: 0 auto 20px;
    max-width: 488px;
}

.home-covid-banner .new-tag {
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    background-color: #20C3F3;
    color: #ffffff;
    border-radius: 3px;
    padding: 6px 17px;
    letter-spacing: -0.5px;
}

.home-covid-banner .right-cotent h2 {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.94px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 21px;
}

.home-covid-banner .courses-list h3 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin: 0 0 12px;
}

.home-covid-banner .courses-list li {
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 12px;
    letter-spacing: -0.56px;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #ffffff;
    text-align: left;
}

a.btn-red {
    color: #fff;
    min-width: 170px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    padding: 11px 0;
    border-radius: 3px;
    border: solid 2px #d9306c;
    background-color: #d9306c;
}

.hitrust-certification-details-wrapp .col-sm-12 {
    margin: 0 0 45px;
}


/* Covid Highlight */

section.covid-highlight-sec {
    padding: 60px 0 0;
}

.covid-hightlight-parallax {
    position: relative;
    height: auto;
    border-radius: 8px;
}

.covid-hightlight-parallax:before {
    background: transparent;
}

.covid-hightlight-parallax .row {
    position: relative;
    z-index: 2;
    top: initial;
    left: initial;
    transform: initial !important;
}

.covid-hightlight-parallax>img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    bottom: 0;
    right: 0;
}

.covid-highlight-content {
    /* background: #0d4d6d; */
    border-radius: 8px;
    padding: 24px 38px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    background-image: url('../img/covid/covid_parallax.png') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.covid-highlight-text {
    width: calc(100% - 200px);
    padding-right: 30px;
}

.covid-highlight-text h1 {
    font-size: 25px;
    line-height: 28px;
    transform: skewX(4deg);
    margin: 0 0 12px;
}

.covid-highlight-text p {
    margin: 0 0 20px;
}

.covid-highlight-action-desc {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.covid-highlight-action-desc a {
    background: #fff;
    color: #0E7DB5;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    flex: none;
    margin: 0 auto 20px
}

.covid-highlight-text .covid-highlight-action-desc a {
    border-bottom: 0;
}

.covid-highlight-text .covid-highlight-action-desc a:hover,
.covid-highlight-text .covid-highlight-action-desc a:active,
.covid-highlight-text .covid-highlight-action-desc a:focus {
    background: rgb(255 255 255 / 90%);
    color: #0E7DB5;
    border-bottom: 0;
}

.covid-highlight-profile {
    width: 190px;
    text-align: right;
    margin: 0 0 16px;
}

.covid-highlight-profile img {
    width: 165px;
    height: 186px;
    object-fit: cover;
    border-radius: 6px;
}

.covid-highlight-action-desc {
    display: flex;
    align-items: center;
}

.covid-highlight-action-desc .action-desc_text {
    width: calc(100% - 300px);
}

.covid-highlight-text a {
    border-bottom: 1px solid #fff;
}

.covid-highlight-text a:hover,
.covid-highlight-text a:focus,
.covid-highlight-text a:active {
    color: rgba(224, 224, 224, 0.95);
    border-bottom: 1px solid rgba(224, 224, 224, 0.95);
}

.webinar-signup-dialog {
    text-align: center;
    padding: 0;
}

.webinar-signup-dialog .modal-content {
    padding: 22px;
}

.webinar-signup-dialog h1 {
    text-align: center;
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.94px;
    line-height: 36px;
}

.webinar-signup-dialog p {
    width: calc(100% - 45px);
    margin: 0 auto 30px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.5px;
}

.webinar-signup-dialog .form-group {
    margin: 0 auto 10px;
    width: calc(100% - 15px);
}

.webinar-signup-dialog .form-control {
    border-radius: 6px;
    text-align: left;
    height: 41px;
    border: 1px solid #b1afaf;
    box-shadow: none;
    box-sizing: border-box;
    color: #000000;
    margin: 0;
    background: transparent;
}

.webinar_submit {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.56px;
    padding: 12px 42px;
    background-color: #0077b3;
    border-color: #0077b3;
    border: 0;
    outline: 0;
    border-radius: 4px;
}

.webinar-signup-dialog span.wpcf7-not-valid-tip {
    text-align: left;
}


/* Resource Clone */

.widget-resources {
    margin: 0 0 20px;
}

.widget_res-heading {
    margin-bottom: 15px;
}

.widget_res-heading h1 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #4e4e4e;
}

.widget-resources .search-box-wrapp {
    position: relative;
}

.widget-resources .has-search .fa-search {
    left: 3px;
}


/* The container must be positioned relative: */

.custom_select-wrapper {
    position: relative;
}

.custom_select-wrapper select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    border-radius: 8px;
    background-color: #f9f9f9;
}


/* Style the arrow inside the select element: */

.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #4e4e4e transparent transparent transparent;
}


/* Point the arrow upwards when the select box is open (active): */

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #4e4e4e transparent;
    top: 7px;
}


/* style the items (options), including the selected item: */

.select-items div,
.select-selected {
    padding: 8px 25px;
    border: 1px solid transparent;
    border-color: transparent;
    cursor: pointer;
    font-size: 16px;
    color: #4e4e4e;
}

.select-items {
    position: absolute;
    background-color: rgb(242 242 242);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 5px;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.same-as-selected,
.selectedItem {
    display: none;
}


/* Custom Checkbox */

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 20px;
    line-height: 20px;
}

.styled-checkbox+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 4px;
    border: solid 1px #4e4e4e;
}

.styled-checkbox:hover+label:before {
    background: #f9f9f9;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #f9f9f9;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    background: #4e4e4e;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    /* box-shadow: 2px 0 0 #999999, 4px 0 0 #999999, 4px -2px 0 #999999, 4px -4px 0 #999999, 4px -6px 0 #999999, 4px -8px 0 #999999; */
    /* transform: rotate(45deg); */
}

.resources-v2 .tab-content-recent-wrapp h4 {
    text-align: left;
    padding: 0 5px;
}

.resources-v2 .resources-content-left {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 158px;
}

.resources-v2 .tab-content-recent-wrapp {
    left: 0;
    width: 100%;
    padding: 25px 20px 0;
}

.resources-v2 .resources-post-block h5,
.resources-v2 .resources-pdf-block h5 {
    text-align: left;
}

.resources-v2 .resources-thumbnail,
.resources-v2 .resources-thumbnail img {
    width: 100%;
    height: 200px;
}

.resources-v2 .resources-post-wrapper {
    margin: 0 0 25px;
}

.resources-v2 .resources-post-block {
    margin: 0;
}

.resources-v2 .resources-thumbnail .icon-play img {
    width: 60px;
    height: 60px;
}

.resources-v2 .view-more-wrapper {
    display: block;
    width: 100%;
    margin: 0;
}

.resources-v2 .view-more-wrapper a {
    padding: 4px 22px !important;
    border: solid 2px #d8d8d8;
    background-color: #d8d8d8;
    line-height: 1.5;
    color: #4e4e4e;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 43px;
}

.resources-v2 .view-more-wrapper a:hover,
.resources-v2 .view-more-wrapper a:active,
.resources-v2 .view-more-wrapper a:focus {
    border: solid 2px #d8d8d8 !important;
    background-color: rgb(218 216 216 / 76%)!important;
    color: #4e4e4e !important;
}

.resources-v2 .resources-post-wrapper h5 {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 5px;
}

.widget_res-content .check-options {
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.resources-v2 .search-title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.resources-v2 .search-title h4 {
    text-align: left;
    margin: 0 16px 0 0;
    text-transform: capitalize;
}

.resources-v2 .search-title a.clear-search {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #4e4e4e;
}

.resources-v2.blog-v2 .blog-featured .blog-featured-thumbnail {
    margin: 0 0 18px;
    overflow: hidden;
    border-radius: 8px;
}

.resources-v2.blog-v2 .blog-featured .blog-featured-thumbnail img {
    width: 100%;
    height: 398px;
    border-radius: 8px;
    object-fit: cover;
    transition: 0.3s all ease;
}

.resources-v2.blog-v2 .blog-featured:hover .blog-featured-thumbnail img {
    transform: scale(1.03);
}

.resources-post-wrapper:hover img,
.resources-post-wrapper:hover img {
    transform: scale(1.05);
}

.resources-post-wrapper:hover .icon-play img,
.resources-post-wrapper:hover .icon-play img {
    transform: scale(1.01);
}

.resources-v2.blog-v2 .blog-featured h1 {
    font-size: 30px;
    font-weight: 600;
    color: #4e4e4e;
    text-align: center;
    text-align: left;
    padding: 0 5px;
}

.resources-v2.blog-v2 .blog-featured {
    margin: 0 0 15px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}


/* .blog_single-thumbnail_img-wrapper.blog-content-right-wrapp-details>.img-fluid {
    max-height: 900px;
    height: auto;
} */

.widget_res-content .widget-post-wrapper {
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.widget-post-wrapper .featured-widget-post a {
    margin: 0 0 10px;
    padding: 14px;
    border-radius: 8px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.archive-list li {
    margin: 0 0 10px;
}

.back_to_blogs a {
    margin: 0 0 20px;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
}

.back_to_blogs a:hover,
.back_to_blogs a:focus,
.back_to_blogs a:active {
    color: #0E7DB5
}

.back_to_blogs .icon {
    width: 26px;
    height: 26px;
    margin: 0 10px 0 0;
    border-radius: 4px;
    background: #4e4e4e;
    color: #fff;
    text-align: center;
}

.back_to_blogs p {
    font-size: 16px;
    font-weight: 700;
}

.widget-resources .has-search .form-control {
    padding-right: 36px;
}


/* Loader */

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    top: -20px;
    right: -21px;
    transform: scale(0.3);
    visibility: hidden;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Tele MD */

.header-tele_md .tele_md-animation img {
    height: 100%;
    width: 100%;
    position: relative;
}

.sub_header-telemd h1 {
    font-size: 38px;
    background-image: linear-gradient(to bottom, #00aafa, #008ccd);
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1.35px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    margin: 0;
    padding: 0;
}

.sub_header-telemd h1 span {
    height: 38px;
    background-image: linear-gradient(to bottom, #516c9b, #2b2867);
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1.19px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    margin: 0;
    padding: 0;
}

.sub_header-telemd h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 18px;
}

.sub_header-telemd p {
    color: #2a2963
}

.telemd-img_desc-content {
    padding-top: 51px;
    padding-bottom: 70px;
}

section.telemd-img_desc-content img {
    border-radius: 6px;
    height: 255px;
    width: 450px;
    object-fit: cover;
}

section.telemd-img_desc-content img {
    margin-left: 44px;
}

section.telemd-img_desc-content h1,
section.telemd-img_desc-content h2 {
    font-size: 22px;
    line-height: 24px;
    color: #616161;
}

section.telemd-img_desc-content p {
    color: #616161;
    margin: 0 0 18px;
    line-height: 19px;
}

section.telemd-img_desc-content a {
    text-decoration: underline !important;
}

.telemd-advantages ul {
    color: #fff;
}

.telemd-advantages.content ul li:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 2px;
    height: 8px;
    width: 8px;
}

.unillax-container.tele_md-safe_care {
    height: 490px;
}

.tele_md-safe_care {
    color: #fff;
}

.tele_md-safe_care .title {
    margin: 0 0 20px;
}

.tele_md-safe_care .content h5 {
    margin: 0 0 20px;
}

.tele_md-safe_care p {
    margin: 0 0 10px;
}

.tele_md-safe_care .content ul {
    column-count: 2;
    column-gap: 20px;
}

.tele_md-safe_care .col-md-8.content {
    border-right: 1px solid #94918e;
}

.tele_md-safe_care .content.no-col_count ul {
    column-gap: 0;
    column-count: 1;
}

.tele_md-safe_care .content.no-col_count {
    padding-left: 52px;
}

.tele_md-safe_care .content ul li {
    margin: 0 0 15px;
}

.tele_md-safe_care .content ul li:before {
    background-color: #fff;
}


/* .tele_md-safe_care {
    padding-top: 54px;
    padding-bottom: 50px;
} */

.tele_md-divided_plan_text {
    padding-top: 65px;
    padding-bottom: 80px;
}

.tele_md-divided_plan_text .divided-content h1 {
    text-align: center;
    margin: 0 0 23px;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}

.tele_md-divided_plan_text .divided-content p {
    column-count: 2;
    column-gap: 20px;
}

.incident_intervention-athlete {
    padding-top: 50px;
    padding-bottom: 75px;
}

.athlete-thumbnail img {
    width: 100%;
    max-height: 313px;
    object-fit: cover;
    border-radius: 8px;
}

.athlete_desc h1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 4px;
}

.athlete_desc img {
    width: 315px;
    height: 110px;
    object-fit: contain;
    object-position: left;
    margin-top: 16px;
    margin-bottom: 10px;
    display: block;
}

section.content.mask.telemd-advantages {
    padding-bottom: 40px;
}

.tele_md-divided_plan_text a {
    color: #2b2867;
}

.tele_md-divided_plan_text a:hover,
.tele_md-divided_plan_text a:focus {
    color: #2f2c72;
}


/* Media Query */

@media(min-width: 1336px) {
    .covid-hightlight-parallax .unillax-background {
        height: auto;
    }
    .incident_intervention-athlete .container {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media(min-width: 2560px) {
    .workcare_eco {
        height: calc(100vh - 600px);
        display: flex;
        align-items: center;
    }
}

@media(min-width: 1024px) {
    .video-wrapper iframe {
        top: -123px !important;
    }
    
    .top-nav .quick-connect .contact span {
      max-width: 255px;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      text-overflow: ellipsis;
    }
}

@media (min-width: 1200px) {
    .navbar-toggler {
        display: none;
    }
    .nav-item:hover>.sub-menu {
        display: flex;
        top: calc(100%);
        transform: translateY(0);
    }
    .primary-nav-wrapper ul ul li:hover .sub-menu.dropdown-third,
    .primary-nav-wrapper ul ul li:hover .sub-menu {
      position: absolute;
      top: 0;
      left: 100%;
      right: inherit;
      z-index: 1;
      display: block;
      width: 100%;
      max-width: 265px;
      background: #fff;
    }
    .primary-nav-wrapper ul ul .sub-menu .container{
      margin: 0;
      display: block;
    }
    .video-wrapper iframe {
        top: -250px !important;
    }
    /* .sub_header-telemd {
        margin-left: 150px;
    } */
    .sub_header-telemd h1,
    .sub_header-telemd h1 span {
        font-size: 55px;
    }
}

@media (min-width: 576px) {
    .testimonial-dialog.modal-dialog {
        margin: 1.75rem auto;
        max-width: 798px;
    }
    .webinar-signup-dialog.modal-dialog {
        max-width: 640px;
    }
}

@media(min-width: 1199px) {
    .right-content.consulting-content {
        margin-right: -40px;
    }
    .right-content.onsite-content {
        margin-right: -127px;
    }
    .right-content.leave-content {
        margin-right: -28px;
    }
    .right-content.leave-content p {
        margin: 0 6px 53px 0;
    }
    .right-content.onsite-content p {
        margin: 0 95px 53px 0;
    }
    .right-content.consulting-content p {
        margin: 0 8px 53px 0;
    }
    .right-content.incident-content p {
        margin: 0 -38px 53px 0
    }
    .right-content.medical-content p {
        margin: 0 -8px 53px 0;
    }
    /* Safari */
    html.safari .sub-menu a,
    html.safari .navbar-light .navbar-nav .sub-menu a.nav-link {
        padding: 7px 2px;
        min-width: 203px;
        justify-content: center;
    }
    html.safari #menu-main-menu li:nth-child(2) .sub-menu ul li:last-child {
        width: 278px
    }
    html.safari #menu-main-menu li:nth-child(2) .sub-menu ul li a.nav-link {
        min-width: auto;
    }
    html.safari #menu-main-menu li:nth-child(2) .sub-menu ul li:nth-child(3) a.nav-link {
        min-width: 150px;
    }
}

@media (max-width: 2000px) and (min-width: 1900px) {
    .video-banner .embed-responsive .embed-responsive-item,
    .video-banner .embed-responsive embed,
    .video-banner .embed-responsive iframe,
    .video-banner .embed-responsive object,
    .video-banner .embed-responsive video {
        top: -210px;
        transform: none;
    }
}

@media (min-width: 1600px) {
    .video-banner .embed-responsive .embed-responsive-item,
    .video-banner .embed-responsive embed,
    .video-banner .embed-responsive iframe,
    .video-banner .embed-responsive object,
    .video-banner .embed-responsive video {
        top: -222px;
    }
}

@media(max-width: 1600px) {
    .video-wrapper .embed-responsive iframe {
        transform: scale(1.3);
    }
}

@media (max-width: 1400px) {
    .video-wrapper .embed-responsive iframe {
        top: -122px !important;
    }
}

@media(max-width: 1366px) {}

@media (max-width: 1200px) {
    .video-wrapper .embed-responsive iframe {
        top: -95px !important;
    }
    .unillax-container.tele_md-safe_care {
        height: auto;
    }
}



@media(max-width: 1199px) {
    /* Menu */
    button.navbar-toggler {
        background: #999;
        padding: 5px 5px;
        height: 26px;
        width: 26px;
        border-radius: 2px;
    }
    .navbar-toggler span {
        display: block;
        width: 14px;
        height: 2px;
        margin-bottom: 3px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        -webkit-transform-origin: 4px 0px;
        transform-origin: 4px 0px;
        transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }
    .navbar-toggler span:last-child {
        margin-bottom: 0;
    }
    span.contact {
        margin-right: 15px;
        display: block;
    }
    .contact:last-of-type i {
        font-size: 16px;
    }
    .contact i {
        font-size: 20px;
    }
    .top-nav {
        padding: 14px 0;
    }
    /* .main-header.wc-primary-nav {
        position: relative;
        overflow: hidden;
    } */
    header.main-header.wc-primary-nav {
        position: relative;
    }
    .primary-nav {
        display: block;
        position: absolute;
        right: 0;
        top: 100%;
        width: 0;
        height: 100vh;
        background: #2b2867;
        transform: translateX(50vw);
        transition: all 0.3s ease !important;
        overflow: hidden;
    }
    .primary-nav.opened-nav {
        transform: translateX(0);
        width: calc(50vw + 15px);
    }
    .primary-logo img {
        height: 33.05px;
        width: 164px;
    }
    .primary-nav-wrapper>ul {
        align-items: flex-start;
        padding: 18px 0;
    }
    .primary-nav .navbar li.nav-item,
    .primary-nav .navbar .navbar-nav>li.nav-item.current-menu-parent {
        margin-bottom: 15px;
        position: relative;
        border-bottom-color: transparent;
    }
    .primary-nav-wrapper ul ul li .sub-menu .container {
        max-width: 100%;
    }
    .search-sm input {
        height: 38px;
        width: 100%;
        border-radius: 0;
        padding: 2px 10px 3px 40px;
        border: 0;
        background: #D9D9D9;
        font-size: 14px;
    }
    .search-sm input:focus {
        box-shadow: none;
        outline: 0;
        background: #D9D9D9;
    }
    .search-wrapper a {
        right: initial;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
    }
    .search-wrapper button {
        right: initial;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        background: transparent;
        border: 0;
    }
    .search-wrapper a i {
        color: #2b2867;
    }
    .navbar-light .navbar-nav a.nav-link {
        font-size: 16px;
        padding: 0;
        float: left;
        text-align: left;
        margin-left: 17px;
        font-weight: 600;
    }
    .navbar-nav .nav-item i {
        position: static;
        color: #fff;
        float: left;
        margin: 6px 0 0 9px;
        width: 18px;
        text-align: center;
        transition: all 0.5s ease;
        font-size: 13px;
    }
    .primary-nav-wrapper ul>.nav-item.dropdown-active>i {
        transform: rotate(180deg);
    }
    .nav-item.dropdown-active .sub-menu {
        display: inline-block;
        vertical-align: middle;
        position: static;
        transform: none;
        margin-top: 10px;
    }
    .primary-nav-wrapper ul ul .nav-item .sub-menu.dropdown-third,
    .primary-nav-wrapper .nav-item.dropdown-active .sub-menu .sub-menu {
        display: none;
    }
    .primary-nav-wrapper ul ul .nav-item.dropdown-active .sub-menu.dropdown-third,
    .primary-nav-wrapper .nav-item.dropdown-active .sub-menu .dropdown-active .sub-menu {
        display: inline-block;
        vertical-align: middle;
        position: static;
        transform: none;
        margin-top: 10px;
        background: rgba(255, 255, 255, 0.18);
        width: 100%;
        padding: 15px 0;
    }
    .primary-nav .navbar li.nav-item:hover {
        border-bottom: 2px solid transparent;
    }
    .sub-menu>ul {
        padding: 13px 0;
    }
    .sub-menu a,
    .navbar-light .navbar-nav .sub-menu a.nav-link {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.44px;
        line-height: 17px;
        padding: 7px 0 7px 17px;
        height: auto;
        margin: 0;
    }
    .navbar-light .navbar-nav .sub-menu li {
        margin-bottom: 0;
    }
    .sub-menu img {
        width: 18px !important;
        height: 18px;
        margin-right: 8px;
    }
    .sub-menu .menu-title {
        padding: 0 0 0 17px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.44px;
        line-height: 17px;
        color: #fff;
        margin: 0 0 10px;
        display: block;
    }
    .navbar-light .navbar-nav .sub-menu a:hover {
        background: transparent;
        color: #fff;
    }
    .navbar-light .navbar-nav .sub-menu a:hover img {
        filter: grayscale(1) brightness(2);
    }
    .sub-menu.dropdown-third a:hover {
        background: transparent;
        color: #fff;
    }
    .primary-nav .navbar {
        max-height: calc(100vh - 80px);
        overflow: scroll;
    }
    .primary-nav-wrapper ul ul li a {
        width: 140px;
        float: left;
    }
    .primary-nav-wrapper ul ul li.nav-item i {
        margin: 17px 0 0 8px;
    }
    .dropdown-third.sub-menu .menu-title {
        padding: 0 0 0 35px;
    }
    .sub-menu.dropdown-third a,
    .primary-nav-wrapper .nav-item.dropdown-active .sub-menu .sub-menu a.nav-link {
        padding: 7px 5px 7px 35px;
        color: #fff;
        width: 100%;
        justify-content: flex-start;
    }
    .sub-menu li {
        width: 100%;
    }
    .primary-nav .navbar .navbar-nav>li.nav-item.active,
    .primary-nav .navbar .navbar-nav>li.nav-item:hover {
        border-bottom: 2px solid transparent;
    }
    .primary-nav .navbar .navbar-nav>li.nav-item.active>a {
        border-bottom: 2px solid #20c3f3;
    }

    .primary-nav-wrapper>ul>li>.sub-menu>ul {
      display: flex;  
    }

    .dropdown-third .container {
        padding: 0 !important;
        display: block;
        max-width: initial;
        width: 100%;
    }
    .client-list-wrapper ul {
        display: block;
        text-align: center;
    }
    .client-list-wrapper .list-inline-item {
        margin: 0 18px 48px;
    }
    .client-list-wrapper {
        margin: 0 0 15px;
    }
    .menu-overlay {
        position: fixed;
        top: 61px;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.51);
        z-index: 99;
        display: none;
    }
    .fixed-body .menu-overlay {
        display: block;
    }
    .home-hero-banner .hero-text h1 strong {
        display: block;
    }
    .ecosystem-diag {
        float: none;
        margin: 0 auto;
    }
    .service-tabs .nav {
        align-items: center;
        justify-content: center;
    }
    .service-tab-content-wrapper .tab-pane:not(:first-of-type) {
        float: none;
        margin: 0 auto;
    }
    .no-results.not-found .search-wrapper a {
        left: initial;
        right: 14px;
    }
    .nothing-found-wrapper .search-wrapper input {
        padding: 3px 29px 3px 40px;
    }
    html.safari .fixed-body {
        overflow: hidden !important;
        z-index: 9999 !important;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .tag_archive-inner-wrapper {
        margin-right: 0;
    }
    .video_left-wrapper .thumbnail-image.left {
        margin-left: 0;
        margin-right: 44px;
    }
    .covid-highlight-action-desc .action-desc_text {
        width: calc(100% - 200px);
    }
    .short__desc-sec {
        padding: 40px 0 30px;
    }
    .short__desc-wrapper h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .highlight_img-wrapper img {
        height: 210px;
    }
    .primary-nav ul.navbar-nav li {
        display: grid;
        grid-template-columns: auto 1fr;
        width: 100%;
    }

    .primary-nav ul.navbar-nav li i {
        margin-top: 0;
        align-self: center;
    }

    .primary-nav ul.navbar-nav li .sub-menu {
        grid-column-start: 1;
        grid-column-end: -1;
    }
}

@media(max-width: 768px) {
    .primary-nav.opened-nav {
        transform: translateX(0);
        width: 100vw;
    }

    .primary-nav {
        transform: translateX(100vw);
    }
}

@media(max-width: 1024px) {
    .contact span {
        display: none;
    }
    .home-hero-banner {
        min-height: 430px;
        height: 430px;
    }
    .ecosystem-diag {
        text-align: center;
    }
    .client-list-wrapper .list-inline-item {
        margin: 0 20px 55px;
    }
    .client-list-wrapper {
        margin: 0 0 48px;
    }
    .expe-logo img {
        max-width: 176px;
    }
    .text-content p {
        margin: 0 0 20px;
    }
    .text-content h2 {
        margin-bottom: 10px;
    }
    .tabs-inner a {
        width: 229.5px;
    }
    .tabs-inner.tabs-v2 a {
        width: 229.5px;
    }
    .no-results.not-found h1.page-title {
        margin: 0 0 16px;
        font-size: 28px;
    }
    .unillax-container.meet-our-team-wrapper,
    .newsletter-dont_miss.unillax-container {
        height: auto;
        min-height: auto;
        padding: 50px 0;
    }
    .meet-our-team-wrapper.unillax-container .container,
    .newsletter-dont_miss.unillax-container .container {
        position: relative;
        z-index: 2;
        transform: none !important;
        top: initial;
        left: initial;
        transform: initial !important;
    }
    .meet-our-team-wrapper .unillax-background,
    .newsletter-dont_miss .unillax-background {
        position: absolute;
        top: 0;
    }
    .career__content ul {
        column-count: 2;
    }
    .athlete_desc img {
        width: 208px;
        height: 70px;
    }
}

@media(max-width: 1023px) {
    .video-wrapper .embed-responsive iframe {
        position: absolute;
        top: -295px !important;
        bottom: 0;
        left: 0;
        width: 228%;
        height: 107%;
        border: 0;
    }
    .video-wrapper .embed-responsive-16by9::before {
        padding-top: 135.25%;
    }
    .video-wrapper .embed-responsive iframe {
        transform: scale(1);
    }
    .range-wrapper {
        display: none;
    }
}

@media(max-width: 991px) {
    .wwa-video {
        margin-right: 0;
        /* margin-left: 15px; */
        margin-bottom: 10px;
    }
    .who-we-are [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .text-content p {
        margin: 0;
    }
    .text-content {
        margin: 0;
    }
    /* .expe-logo {
        text-align: center;
    } */
    .expe-logo img {
        max-width: 126px;
        float: left;
    }
    .wwa-video {
        margin-bottom: 30px;
    }
    .service-tabs {
        margin: 0 0 44px;
    }
    .text-content .expe-logo {
        display: flex;
        align-items: center;
        margin: 0 0 20px;
    }
    .text-content>p,
    .text-content>a {
        display: none;
    }
    .hide-991 {
        display: none;
    }
    .expe-logo img {
        max-width: 115px;
        margin: 0 28px 0 0;
    }
    .text-content h2 {
        margin-bottom: 20px;
    }
    .tech-parallax {
        height: auto;
        min-height: auto;
    }
    .tech-parallax.unillax-container .container {
        position: relative;
        z-index: 2;
        transform: none !important;
        top: initial;
        left: initial;
        transform: initial !important;
    }
    .tech-parallax .unillax-background {
        position: absolute;
        top: 0;
    }
    html.safari .blog-slider-control .slick-next {
        right: 16px;
    }
    html.safari .blog-slider-control .slick-prev {
        left: 16px;
    }
    /* .tag-carousel-wrapper .item {
        padding: 0;
    } */
    .covid-highlight-content {
        display: block;
    }
    .covid-highlight-text {
        width: 100%;
        padding-right: 0;
    }
    .covid-highlight-action-desc .action-desc_text {
        width: calc(100% - 170px);
        margin: 0 20px 0 0;
    }
    .covid-highlight-profile {
        width: 190px;
        text-align: left;
        margin: 0 0 20px;
    }
    .covid-highlight-profile img {
        width: 140px;
        height: 152px;
        object-fit: cover;
        border-radius: 5px;
    }
    .tele_md-safe_care .content.no-col_count {
        padding-left: 20px;
    }
    section.telemd-img_desc-content img {
        margin-left: 0;
    }
}

@media(max-width: 768px) {
    .who-we-are,
    .services,
    .services-v2,
    .our-team-wrapper {
        padding: 40px 0;
    }
    /* .exciting-dev-carousel .slider-control {	
        display: none !important;	
    } */
    .exciting-dev {
        padding: 40px 0 120px;
    }
    .meet-our-team-content p {
        width: auto;
    }
    .meet-our-team-content a {
        padding: 10px 12px;
    }
    .career__content ul {
        column-count: 2;
    }
    .short__desc-wrapper h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .highlight_img-wrapper img {
        height: 180px;
    }
}

@media(max-width: 840px) {
    .testimonial-dialog.modal-dialog {
        max-width: 735px;
    }
}

@media(max-width: 767px) {
    .about-slider .img-figure-caption {
        margin-bottom: 0px;
    }
    .exciting-dev .intro-sec.text-center {
        width: 100%;
        margin: 0 auto 45px;
        padding: 0 15px;
    }
    .home-hero-banner .hero-text h1 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .hero-text {
        width: 100%;
        padding: 0 15px;
    }
    .home-hero-banner .hero-text {
        width: 100%;
        padding: 0;
    }
    .notice .notice-item {
        padding: 10px;
        flex-direction: column;
    }
    .notice .notice-item p {
        margin: 0 0 6px;
        font-size: 16px;
        line-height: 20px;
    }
    .notice .notice-item a {
        margin-left: 0;
        height: 35px;
        padding: 5px 0 !important;
    }
    .notice {
        min-height: auto;
    }
    /* Home Banner */
    .video-wrapper .embed-responsive iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 259%;
        height: 107%;
        border: 0;
    }
    .video-wrapper .embed-responsive-16by9::before {
        padding-top: 135.25%;
    }
    .video-wrapper .embed-responsive iframe {
        transform: scale(1.2);
    }
    .service-tab-content-wrapper .tab-pane:not(:first-of-type) {
        width: 100%;
        float: right;
    }
    .service-tab-content {
        display: inline-block;
        text-align: center;
    }
    .service-tab-content img {
        width: 159px;
        height: 236px;
        object-fit: contain;
        margin-right: 13px;
        object-position: center;
        margin-bottom: 15px;
    }
    .service-tabs {
        margin: 0 0 15px;
    }
    .service-tab-content h1 strong {
        font-size: 29px;
        line-height: 32px;
    }
    .service-tab-content p {
        margin: 0 0 15px;
    }
    /* .exciting-dev-carousel .item.slick-center {
        height: 306px;
        max-width: 300px;
        width: 300px;
    }
    .exciting-dev-carousel .item.slick-center .excite {
        background: #fff;
        height: auto;
        max-width: 300px;
        display: block;
        padding-bottom: 16px;
    }
    .exciting-dev-carousel .item.slick-center img {
        height: 130px;
        width: 100%;
    }
    .exciting-dev-carousel .item.slick-center .carousel-content {
        padding: 8px 12px 0;
    }
    .exciting-dev-carousel .item.slick-center .car-img-wrapper {
        height: 130px;
        width: 100%;
        overflow: hidden;
        max-width: 100%;
    } */
    .carousel-content p {
        color: #4A4A4A;
        margin: 0 0 16px;
    }
    .client-list-wrapper ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .client-list-wrapper li.list-inline-item {
        width: 33.33%;
        text-align: center;
        margin: 0 0 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .client-list-wrapper li.list-inline-item:not(:last-child) {
        margin-right: 0;
    }
    .client-list-wrapper {
        margin: 0 0 15px;
    }
    .inner_content-testi {
        width: 273px;
        flex: 0 0 273px;
        height: auto;
        padding: 20px;
    }
    .inner_content-testi p {
        margin: 0 0 20px;
    }
    .test-bottom-sec a.btn {
        float: left;
        margin-top: 0;
        min-width: auto;
        font-size: 12px;
    }
    .testimonial {
        margin-bottom: 8px;
    }
    .inner_content-testi:hover p,
    .inner_content-testi.active p {
        font-size: 16px;
    }
    /* .test-bottom-sec {
        display: inline-block;
        vertical-align: middle;
    } */
    .test-bottom-sec span {
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: -0.5px;
        /* width: calc(100% - 65px); */
        width: 100px;
        display: inline-block;
        vertical-align: middle;
        padding-left: 8px;
    }
    .inner-testi-name img {
        margin-right: 0;
    }
    .test-bottom-sec img {
        height: 28px;
    }
    .testimonial-content-wrapper .test-bottom-sec span {
        display: initial;
    }
    .inner_content-testi:hover a.btn,
    .inner_content-testi.active a.btn {
        font-size: 12px;
        line-height: 14px;
        margin-top: 0;
        padding: 6px 10px;
        min-width: auto;
    }
    .footer-logo img {
        object-fit: contain;
        /* height: 28.31px;	
        width: 140px; */
        height: 36px;
        width: 180px;
    }
    .footer-social-links a {
        height: 36px;
        padding: 6px 0;
        width: 36px;
    }
    .footer-social-links a i {
        font-size: 13px;
        line-height: 18px;
    }
    .footer-logo {
        margin: 0 0 30px;
    }
    .footer-social-links {
        text-align: left;
    }
    /* .footer-menu ul {
        column-count: 2;
    } */
    .footer-block {
        padding: 0 15px;
        margin: 0 0 30px;
    }
    .footer-block-content {
        padding: 0 15px;
    }
    .footer-block-content.contact-info {
        padding-left: 15px;
        float: none;
    }
    .footer-block-content {
        margin: 0 0 30px;
    }
    .footer-block-content.contact-info {
        padding-left: 15px;
        column-count: 2;
    }
    .copy-right-content {
        padding: 0 15px;
    }
    .hithurst img {
        width: 140px;
        height: 56px;
        object-fit: contain;
    }
    .testimonial-content-wrapper .testi-text-content {
        padding: 22px 26px;
    }
    .modal {
        padding-right: 0;
    }
    .slider-control.btn-right {
        left: calc(50% - -5px);
    }
    .slider-control.btn-left {
        left: calc(50% - 50px);
    }
    .client-list-wrapper img {
        height: 80px;
    }
    .testimonial-dialog.modal-dialog {
        max-width: 680px;
        margin: 20px;
    }
    .inner_content-testi.active {
        background-color: #fff;
        border-color: #DDDDDD;
        transform: scale(1);
    }
    .inner_content-testi.active p {
        color: #0e7db5;
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
        letter-spacing: -0.5px;
        line-height: 22px;
    }
    .inner_content-testi.active:hover {
        background-color: rgba(32, 195, 243, 0.2);
        border-color: rgba(32, 195, 243, 0.2);
        transform: scale(1.04);
    }
    .testi-text-content a.btn-dark_blue:focus {
        padding: .375rem .75rem;
        background: #fff;
        color: #2b2867;
    }
    .animated-pictogram {
        width: auto !important;
    }
    .copy-right-wrapper {
        align-items: flex-end;
    }
    .copy-right-wrapper .col-xl-6 {
        order: -2;
    }
    .hithurst-logo {
        margin: 0 0 20px;
        padding: 0 15px;
    }
    .notice .slick-next {
        display: block !important;
    }
    .notice .slick-arrow.slick-hidden {
        display: none !important;
    }
    .nothing-found-wrapper {
        margin-top: 26px;
    }
    .video_left-wrapper {
        justify-content: center !important;
    }
    .video_left-wrapper .thumbnail-image.left {
        margin-left: 0;
        margin-bottom: 25px;
    }
    .services-medical-exams .thumbnail-image.left {
        margin-left: 0;
    }
    .video_content-flexible_wrapper .thumbnail-image.left {
        margin-left: auto;
        margin-right: auto;
    }
    .video_content-flexible_wrapper .right-video {
        order: -1;
        margin-bottom: 25px;
    }
    .tag-carousel-wrapper .resources-thumbnail img {
        height: 216px;
    }
    /* Full Background Section Covid */
    .full-background-banner .video_left-wrapper .thumbnail-image.left {
        margin-left: 0;
        margin-right: 0;
    }
    .full-background-banner .video-desc {
        margin: 0 0 25px;
    }
    .full-background-banner .row .col-md-6:first-child {
        order: 2;
    }
    .full-background-banner .right-cotent {
        margin: 0 0 30px;
    }
    .full-background-banner>img {
        height: 100%;
    }
    .hitrust-certification-details-wrapp .col-sm-12 {
        margin: 0 0 25px;
    }
    .resources-v2.blog-v2 .blog-featured .blog-featured-thumbnail img {
        height: 240px;
    }
    .resources-v2.blog-v2 .blog-featured h1 {
        font-size: 18px;
    }
    .header-tele_md .col-md-6 {
        padding-top: 32px;
    }
    .header-tele_md .tele_md-animation img {
        position: static;
    }
    .tele_md-safe_care .col-md-8.content {
        border-right: 0;
        margin: 0 0 15px;
    }
    .tele_md-divided_plan_text .divided-content p {
        column-count: 1;
        column-gap: 20px;
    }
    .telemd-advantages {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }
    .telemd-advantages img {
        margin: 23px auto;
        width: 100%;
    }
    .tele-pictogram-heart {
        transform: scale(1);
    }
    .athlete_desc {
        margin: 0 0 30px;
    }
    .sub_header-telemd {
        margin-top: 25px;
    }
    .page-template-template-tele_md .pl-5 {
        padding-left: 15px !important;
    }
    .page-template-template-tele_md .pr-5 {
        padding-right: 15px !important;
    }
    .page-template-template-tele_md .px-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media(max-width: 575px) {
    .home-hero-banner {
        height: 328px;
        min-height: 328px;
    }
    .video-wrapper .embed-responsive iframe {
        top: -106px !important
    }
    .notice .slick-prev {
        left: 8px;
    }
    .notice .slick-next {
        right: 8px;
    }
    .hitrust-certification-details-wrapp .col-sm-12 {
        margin: 0 0 20px;
    }
    .covid-highlight-action-desc {
        display: block;
    }
    .covid-highlight-action-desc .action-desc_text {
        width: 100%;
    }
    .covid-highlight-action-desc a {
        max-width: 236px;
        padding: 7px 16px;
    }
    .telemd-img_desc-content {
        padding-top: 51px;
        padding-bottom: 70px;
    }
    .tele_md-safe_care .content ul {
        column-count: 1;
        column-gap: 20px;
    }
    .athlete_desc {
        margin: 0 0 15px;
    }
    .tele_md-animation,
    .tele_md-animation iframe {
        margin: -46px 0 0;
    }
}

@media(max-width: 525px) {
    .top-nav .col-8,
    .top-nav .col-4 {
        padding: 0 7px;
    }
    .top-nav .col-8 {
        padding-left: 15px;
    }
    .top-nav .col-4 {
        padding-right: 15px;
    }
    .ecosystem-diag,
    .ecosystem-diag img {
        width: 290px !important;
        height: auto !important;
        position: static !important;
    }
    .employee-trigger {
        height: 86px;
        width: 86px;
        font-size: 14px;
        line-height: 18px;
        top: calc(50% - 13px);
        left: calc(50% - -5px);
    }
    .tilt-img {
        display: none;
    }
    .clone {
        display: block;
    }
    .video-wrapper .embed-responsive iframe {
        left: 50%;
        transform: translateX(-50%) scale(1.3);
        transform-origin: center center;
    }
    .testimonial-dialog.modal-dialog {
        max-width: 476px;
        margin: 20px;
    }
    .testimonial-content-wrapper .test-bottom-sec span {
        display: inline-block;
        font-size: 14px;
    }
    .inner_content-testi p {
        min-height: 133px;
    }
    .search_pagination-wrapper a,
    .search_pagination-wrapper p {
        font-size: 12px;
    }
    .client-list-wrapper li.list-inline-item {
        width: 48%;
    }
    .who-we-are .btn-custom,
    .who-we-are a.btn-custom {
        padding: 8px 20px !important;
    }
    .expe-logo img {
        max-width: 115px;
        margin: 0 28px 0 0;
    }
    .no-results.not-found .page-content {
        width: 100%;
        padding: 0 24px;
    }
    .newsletter-dont_miss .unillax-background {
        object-position: -150px;
    }
    .covid-highlight-content {
        display: block;
        padding: 12px 15px;
    }
    .covid-highlight-text h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .covid-highlight-text p {
        font-size: 14px;
        margin: 0 0 12px;
    }
    .covid-highlight-profile {
        margin: 0 0 12px;
    }
    .career_img-block:nth-child(3n - 1) {
        padding: 0 7px 7px;
    }
    .highlight_img-wrapper img {
        height: 95px;
    }
    .map-sec {
        padding: 50px 0;
    }
}

@media(max-width: 512px) {
    .tabs-inner a {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .tabs-inner.tabs-v2 a {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .tabs-inner img {
        margin-right: 8px;
    }
}

@media(max-width: 480px) {
    .page-template-template-client-portal .hero-image {
        background-position: -230px 0;
        background-repeat: repeat;
    }
    .full-background-banner .thumbnail-image {
        height: 214px;
    }
    .full-background-banner h2 {
        font-size: 24px;
    }
}

@media(max-width: 380px) {
    .expe-logo img {
        max-width: 92px;
        margin: 0 18px 0 0;
    }
    .excite {
        width: 300px;
        max-width: 300px;
    }
}

@media(max-width: 1199px) and (orientation: landscape) {
    /* html.safari .primary-nav .navbar {
        max-height: calc(100vh - 140px);
    } */
    html.safari .primary-nav .navbar .primary-nav-wrapper {
        position: relative;
    }
    html.safari .primary-nav-wrapper {
        overflow-y: scroll;
        max-height: calc(100vh - 140px);
    }
    html.safari .sub-menu {
        transform: none;
    }
}

.uc_browser .video-wrapper .embed-responsive {
    display: none;
}

.uc_browser .video-wrapper .embed-responsive iframe {
    z-index: -1;
}

.uc_browser .home-hero-banner .hero-text {
    text-align: center;
}


/* .uc_browser .banner-content h1 {
    text-align: center;
} */

.uc_browser .home-hero-banner .hero-text h1,
.uc_browser .home-hero-banner .hero-text .btn-transparent {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.uc_browser .dontmissout-wrapp h1 {
    display: flex;
    align-items: center;
    text-align: center;
}

.uc_browser .primary-nav {
    z-index: 999999;
}


/* .uc_browser body {
    position: absolute;
    top: 250px;
} */


/* Salesforce Form */

.salesforce-form {
    max-width: 80%;
    margin: 0 auto;
}

.salesforce-form label {
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 15px 0 8px;
    letter-spacing: 0.3px;
}

.salesforce-form .subscribe-label {
    font-size: 16px;
    margin: 0px 0px 0px 15px;
}

.salesforce-form input[type="text"], .salesforce-form select, .salesforce-form input[type="textarea"] {
    display: block;
    width: 100%;
    text-align: left;
    height: 50px;
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #4E4E4E;
    color: #4E4E4E;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: none;
    box-sizing: border-box;
}
.salesforce-form input::placeholder,
.salesforce-form span.multiselect-selected-text.placeholder,
.salesforce-form input[type="textarea"]::placeholder {
    color: #4E4E4E;
    /* Set the desired placeholder text color */
}

.salesforce-form .select2-container--default .select2-selection--multiple {
    border: 1px solid #4E4E4E !important;
}

.salesforce-form input[type="submit"] {
    display: block;
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 600;
    background: #D9306C;
    color: #fff;
    border: 1px solid #D9306C;
    border-radius: 0.25rem;
}

.salesforce-form .multiselect-native-select {
    display: block;
    width: 100%;
}

.salesforce-form .multiselect-native-select .btn-group {
    display: block;
    width: 100%;
}

.salesforce-form .multiselect {
    display: block;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: #ffffff;
    color: #4E4E4E;
    border: 1px solid #4E4E4E;
    font-size: 1rem;
    overflow: hidden;
}

.salesforce-form .multiselect.dropdown-toggle::after {
    position: absolute;
    top: 23px;
    right: 20px;
}

.multiselect-container {
    padding: 15px 0 !important;
    width: 100%;
}

.multiselect-container>li>a>label {
    padding: 5px 20px 5px 20px !important;
    color: #111111;
}

@media(max-width: 992px) {
    .salesforce-form {
        padding: 0 0;
        max-width: none;
    }
}


/* Ecosystem Block */

.ecosystem {
    position: relative;
    background-color: #FFFFFF;
    padding: 55px 0 0;
}

.ecosystem .infographic {
    position: relative;
    transform: scale(0.85);
}

.ecosystem h2 {
    display: block;
    text-align: center;
    margin: 0;
}

.reset-svg {
    display: inline-block;
    position: absolute;
    left: 32%;
    top: 32%;
    font-size: 0;
    background: #000000;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    z-index: 101;
    opacity: 0;
}

.info-link.health path {
    fill: #7F6662;
}

.info-link.practises {
    fill: #32CBE6;
}

.info-link.prevention {
    fill: #075281;
}

.info-link.intervention {
    fill: #646465;
}

.info-link.absence {
    fill: #0092B4;
}

.info-link.regulatory {
    fill: #C6EDF7;
}

.info-link.inactive path {
    fill: #d1d3d4 !important;
}

.ecosystem .infographic text {
    pointer-events: none;
    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700;
}

.ecosystem .infographic text tspan {
    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700;
}

.ecosystem .infographic text.center-text {
    font-size: 26px !important;
    color: #075281 !important;
}

.ecosystem .infographic text.center-text tspan {
    font-size: 17px !important;
    color: #646465 !important;
}

.ecosystem .tab-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecosystem .tab-content#regulatory .content-wrap .tab-icon {
    border-color: #797979 !important;
}

.info-link.inactive.active text, .info-link.inactive.active g path {
    fill: #ffffff !important;
}

.info-link.regulatory.active text, .info-link.regulatory.active g path {
    fill: #797979;
}

.ecosystem .tab-content .content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* max-width: 350px;
    min-height: 350px; */
    max-width: 305px;
    min-height: 305px;
    padding: 20px 40px;
}

.ecosystem .tab-content:first-child .content-wrap {
    align-items: flex-start;
}

.ecosystem .tab-content:not(:first-child) .content-wrap {
    text-align: center;
}

.ecosystem .tab-content:not(:first-child) .content-wrap p {
    color: #FFFFFF;
}

.ecosystem .tab-content:nth-child(5) .content-wrap h4,
.ecosystem .tab-content:nth-child(5) .content-wrap p {
    color: #797979;
}

.ecosystem .tab-content .content-wrap h3 {
    font-size: 20px;
    font-weight: 700;
    color: #415267;
    margin-bottom: 15px;
    line-height: 1.4;
}

.ecosystem .tab-content .content-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 15px;
    line-height: 1.4;
}

.ecosystem .tab-content .content-wrap p {
    font-size: 14px;
    color: #415267;
    margin: 0;
}

.ecosystem .tab-content .content-wrap .tab-icon {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
}

.ecosystem .tab-content .content-wrap .tab-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.ecosystem #prevention .content-wrap {
    background-color: #075281;
}

.ecosystem #intervention .content-wrap {
    background-color: #646465;
}

.ecosystem #absence .content-wrap {
    background-color: #0092b4;
}

.ecosystem #regulatory .content-wrap {
    background-color: #c6edf7;
}

.ecosystem #health .content-wrap {
    background-color: #7f6662;
}

.ecosystem #practises .content-wrap {
    background-color: #32cbe6;
}

/* Updates 22 July */
.ecosystem-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  margin-top: -58px;
}

.ecosystem .ecosystem-content .tab-content{
  justify-content: start;
}

.ecosystem .ecosystem-content .infographic {
  transform: scale(.85) translateX(98px);
}

@media(max-width: 992px) {
    .ecosystem .tab-content .content-wrap {
        float: none;
        margin: 0 auto;
    }

    .ecosystem .infographic {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ecosystem .tab-content:first-child .content-wrap {
        min-height: auto;
    }

    .reset-svg {
        width: 110px;
        height: 110px;
        top: 48%;
        left: 49%;
        transform: translate(-50%, -50%);
    }
    
    .ecosystem-content {
      gap: 26px;
      margin-top: -18px;
    }
}

@media(max-width: 767px) {
  .ecosystem {
    padding: 55px 0;
  }
  .ecosystem-content {
    gap: 0;
    grid-template-columns: auto;
  }

  .ecosystem .ecosystem-content .infographic {
    transform: scale(.8) translateX(0);
  }
}

@media(max-width: 540px) {
    .ecosystem .tab-content .content-wrap {
        max-width: none;
        padding: 30px;
    }

    .ecosystem .infographic {
        transform: none;
        display: block;
    }

    .reset-svg {
        top: 48%;
        left: 48%;
        width: 120px;
        height: 120px;
    }

    .salesforce-form {
      max-width: 100%;
    }
    
    .salesforce-form .row:last-child .d-flex{
      display: block !important;
    }
}

/* Multiselect styling */
.multiselect-selected-text {
    color: #444;
}
.multiselect-selected-text.placeholder {
    color: rgb(117,117,117);
}

/* Select invalid option styling */
select:invalid {
    color: rgb(117,117,117);
}

.multiselect.dropdown-toggle {
    border-radius: 8px;
}

.multiselect-form-margin {
    margin-top: -5px;
}

footer .btn-custom {
    background-color: #20c3f3;
    border-color: #20c3f3 !important;
}

footer .btn-custom:hover {
    background-color: #20c3f3;
    border-color: #20c3f3 !important;
    color: #fff !important;
    transform: scale(1.05);
}

.about-pledge {
    padding-top: 50px;
}

/* Testimonial Section Styling */

.testimonial-one {
    position: relative;
    background-color: #fff;
    padding: 65px 0 50px;
}

.testimonial-one img {
    max-width: 100%;
}

.testimonial-quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid #000042;
    padding: 25px;
    color: #333368;
    gap: 30px;
}

.testimonial-quote .quote-img {
    width: 135px;
    height: 135px;
    object-fit: contain;
}

.testimonial-quote .quote-cnt {
    display: block;
    max-width: calc(100% - 167px);
}

.testimonial-quote .quote-cnt p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.testimonial-quote .quote-cnt p:empty {
    display: none !important;
}

.testimonial-quote .quote-cnt p:last-child {
    font-size: 16px;
    font-weight: 800;
}
@media(max-width: 540px) {
    .testimonial-one img {
        margin-top: 30px;
    }

    .testimonial-quote {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .testimonial-quote .quote-img {
        margin: 0 !important;
    }

    .testimonial-quote .quote-cnt {
        max-width: none;
    }
}
/* End testimonial styling */

/* Page: Industrial Athlete Program */
#ams-template-accordion ul li{
  text-indent: 0;
}

.wk-iap-our_approach h2{
  margin: 0 0 15px;
}

.wk-iap-our_approach .paragraph {
  max-width: 650px;
  margin: 0 auto;
}

.wk-iap-our_approach .paragraph ul li{
  font-weight: 600;
}

/* .wk-iap-our_approach p{
  font-size: 14px;
} */

.wk-iap-smarter_health{
  background-color: #0e7db5;
}

.wk-iap-smarter_health .wk-heading-w-dot_underline{
  position: relative;
  max-width: 445px;
  margin: 0 auto 70px;
  text-align: center;
  color: #fff;
}

.wk-iap-smarter_health .wk-heading-w-dot_underline:before{
  position: absolute;
  left: 50%;
  bottom: -33px;
  width: 172px;
  height: 3px;
  background: #737d8a;
  opacity: .7;
  transform: translateX(-50%);
  content: '';
}

.wk-iap-smarter_health .wk-heading-w-dot_underline:after{
  position: absolute;
  left: 50%;
  bottom: -47px;
  width: 7px;
  height: 7px;
  background: #c33a38;
  border: 12px solid #344b71;
  border-radius: 50%;
  box-sizing: content-box;
  transform: translateX(-50%);
  content: '';
}

.wk-iap-smarter_health .wk-heading-w-dot_underline p{
  margin: 0 0 12px;
}

.wk-iap-smarter_health .wk-heading-wout-dot_underline{
  position: relative;
  max-width: 445px;
  margin: 0 auto 70px;
  text-align: center;
  color: #fff;
}

.wk-iap-smarter_health .wk-heading-wout-dot_underline p{
  margin: 0 0 12px;
}

.wk-iap-smarter-blocks{
  display: flex;
  gap: 62px;
  flex-wrap: wrap;
  margin: 0 0 28px;
  padding: 0 0 28px;
  border-bottom: 1px solid rgb(255, 255, 255, .4);
}

.wk-iap-smarter-blocks .wk-iap-smarter-block {
  max-width: calc(20% - 50px);
}

.wk-iap-icon {
  width: 73px;
  height: 73px;
  margin: 0 0 20px;
  border-radius: 50%;
  transition: .5s all ease;
}

.wk-iap-icon:hover{
  box-shadow: 0 0 0 10px rgb(106 165 199 / 30%);
}

.wk-iap-icon img{
  width: 100%;
  width: 100%;
}

.wk-iap-desc h1{
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
}

.wk-iap-desc p{
  /* font-size: 14px;
  line-height: 17px; */
  font-weight: 500;
  color: #fff;
}

.wk-iap-base-desc{
  max-width: 714px;
  margin: 0 auto 20px;
  color: #fff;
}

.wk-iap-base-desc h1,
.wk-iap-base-desc p{
  color: #fff;
  margin: 0 0 10px;
}


.wk-iap-base-desc a{
  text-decoration: underline !important;
}

.wk-iap-base-desc a:hover{
  color: #fff;
}

.wk-heading-common{
  max-width: 714px;
  margin: 0 auto 25px;
}

.wk-heading-common h2{
  font-size: 29px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  color: #0d7db5;
}

.wk-heading-common p{
  /* font-size: 14px;
  line-height: 17px; */
  font-weight: 500;
  text-align: center;
  color: #4e4e4e;
}

.wk-iap-full-width img{
  max-height: 417px;
}

.wk-accordian-w-image .wk-heading-common{
  max-width: 836px;
}

.wk-accordian-w-image .side-image {
    background-size: cover;
    width: 100%;
    height: 348px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.services-medical-exams.blockquote blockquote cite {
  display: block !important;
}

.wk-quotes-wrapper.services-medical-exams.blockquote blockquote {
  margin: 0 auto;
}

#quotes-carousel .slick-dots{
  bottom: 40px;
  text-align: right;
}

#quotes-carousel .slick-dots li{
  margin: 0;
}

#quotes-carousel .slick-dots li button:before  {
  color: #387BB0;
  opacity: 0.6;
}

#quotes-carousel .slick-dots li.slick-active button:before {
  color: #387bb0;
  opacity: 1;
}

.wk-quotes-wrapper.services-medical-exams.blockquote blockquote {
  padding-top: 56px;
  padding-bottom: 100px;
}

.wk-quotes-wrapper .unillax-background{
  position: absolute;
}

.wk-quotes-wrapper .recent-wrapp.slider-control-wrapper {
  bottom: 42px;
}

.wk-quotes-wrapper.unillax-container:before {
    background: rgb(255 255 255 / 80%);
}

/* #quotes-carousel .recent-wrapp.slider-control-wrapper{

} */

.wk-inline-button-wrapper h1{
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #4e4e4e;
}

.iframeHolder img{
  position: static;
}

.wk-iap-results-radio {
  display: flex;
  justify-content: center;
}

.wk-iap-arrow-desc{
  z-index: 1;
  width: calc(50% + 108px);
  margin-left: 52px;
}

.wk-iap-results_percentage{
  max-width: 334px;
  margin-left: -40px;
  padding: 14px 25px 14px 13px;
  background: #d9d9d9;
  border-radius: 10px;
}

.wk-iap-inline{
  gap: 12px;
}

/* .wk-iap-arrow-desc {
  width: calc(50% + 108px);
  margin-left: 26px;
} */

.wk-arrow-desc-result {
  flex: 1;
}

.wk-arrow-desc-result p{
  font-size: 12px;
  font-weight: 700;
}

.wk-iap-results_percentage h3{
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #0d7db5;
}

.wk-iap-results_percentage .wk-arrow-numeric{
  width: 90px;
  font-size: 25px;
  font-weight: 900;
  color: #000042;
  text-align: right;
}

.wk-iap-results_percentage li{
  margin: 0 0 20px;
}

.wk-iap-results_percentage li:nth-child(2n) .wk-arrow-numeric{
  color: #0d7db5;
}

.wk-iap-arrow-desc-single {
  position: absolute;
}

.wk-iap-arrow-desc-single h3{
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 900;
  color: #1880b3;
}


.wk-iap-arrow-desc-single p{
  font-size: 13px;
  font-weight: 800;
}

.wk-iap-arrow-desc-single.wk-arrow-desc-top_left{
  /* top: 30px; */
  top: calc(50% - 184px);
  left: 20px;
  width: 190px;
}

.wk-iap-arrow-desc-single.wk-arrow-desc-bottom_left{
  left: 20px;
  bottom: calc(50% - 197px);
  /* bottom: 13px; */
  width: 202px;
}

.wk-iap-arrow-desc-single.wk-arrow-desc-right_middle{
  top: calc(50% + 11px);
  right: 17px;
  width: 132px;
  transform: translateY(-50%);
}

.iap-results-arrow-wrapper svg {
  position: absolute;
  transform: translate(-65px, 10px) scale(1.48) !important;
  /* transform: translateY(-15px) scale(1.87) !important; */
}

/* Custom CSS to change dropdown height */
.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default .select2-selection--multiple{
  position: relative;
  min-height: 50px;
  border-radius: 8px !important;
}

.select2-container--default .select2-selection--multiple:after{
  position: absolute;
  top: 22px;
  right: 20px;
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  content: '';
}

.select2-container--open .select2-dropdown{
  border-radius: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding: 6px 10px;
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #444;
  background-color: #ffffff;
  border: 1px solid #bcbcbc;
}
/* 
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5c5c5c;
  color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #292a65;
  color: white;
} */

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background: #fff;
  color: inherit;
}

/* .select2-container.select2-container--default.select2-container--open .select2-dropdown--below {
  transform: translateY(33px);
} */

.select2-results__options {
  padding: 7px 0;
}

.select2-container--default .select2-results__option[aria-selected=true]{
  background: #fff;
}

.select2-container--default .select2-results__option{
  position: relative;
}

.industry-dropdown-wrapper.select2-container--default .select2-results__option:before{
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 6px;
  margin-bottom: -1px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid rgb(118, 118, 118);
  cursor: pointer;
  content: '';
}

.industry-dropdown-wrapper.select2-container--default .select2-results__option[aria-selected=true]:before{
  background-color: #007bff;
  border: 1px solid #007bff;
}

.industry-dropdown-wrapper.select2-container--default .select2-results__option[aria-selected=true]:after{
  position: absolute;
  left: 20px;
  top: 6px;
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  content: "\2713";
}

.select2-results__options {
  padding: 12px 0;
}

.select2-results__option,
.custom-field-option {
  padding: 2px 20px;
  color: #111 !important;
  letter-spacing: .3px;
}

.custom-field-option{
  cursor: pointer;
}

.vbox-overlay{
  z-index: 99999;
}

picture.img-fluid img {
  max-width: 100%;
  height: auto;
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }
 1.85% {
    opacity: 0;
  }
  4.63% {
    opacity: 1;
  }
  6.48% {
    opacity: 1;
  }
 100% {
    opacity: 1;
  }
}


@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  1.85% {
    opacity: 0;
    transform: translateX(-10px);
  }
  4.63% {
    opacity: 1;
    transform: translateX(0);
  }
  6.48% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 991px){
  .reveal-text-xaxis .wk-iap-arrow-desc-single{
    opacity: 0;
    /* transform: translateX(-100%); */
    /* transition: all 1s ease-out; */
    /* animation-iteration-count: infinite; */
  }

  .reveal-text-xaxis.is-visible .wk-iap-arrow-desc-single {
    /* opacity: 1; */
    animation-name: fadeinout;
    animation-duration: 50s;
    animation-delay: 5ms;
    animation-fill-mode: forwards;
    /* transform: translateX(0); */
  }

  .reveal-text-xaxis .wk-iap-results_percentage{
    opacity: 0;
    transform: translateX(-10%);
    transition: all .3s ease-out;
  }

  .reveal-text-xaxis.is-visible .wk-iap-results_percentage {
    /* opacity: 1; */
    animation-name: fadeinright;
    animation-duration: 30s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    transform: translateX(0);
  }
}

@media (max-width: 1280px){
  .wk-iap-arrow-desc-single.wk-arrow-desc-right_middle{
    right: 22px;
  }
}

@media (max-width: 1190px){
  .wk-iap-arrow-desc-single.wk-arrow-desc-right_middle{
    right: calc(0% + 35px);
  }
}

@media (max-width: 1158px){
  .wk-iap-arrow-desc-single.wk-arrow-desc-right_middle{
    top: calc(50% + 10px);
    right: calc(0% + 32px);
  }
  .wk-iap-arrow-desc-single.wk-arrow-desc-bottom_left {
    bottom: 44px;
  }
}

@media (max-width: 1130px){
  .wk-iap-arrow-desc-single.wk-arrow-desc-right_middle{
    right: calc(0% + 12px);
  }
  .wk-iap-arrow-desc-single.wk-arrow-desc-bottom_left {
    bottom: calc(50% - 182px);
  }
}

@media (max-width: 1090px){
  .wk-iap-arrow-desc-single.wk-arrow-desc-right_middle{
    top: calc(50% - -8px);
    right: calc(0% + -6px);
  }
  .wk-iap-arrow-desc-single p {
    font-size: 12px;
  }
  .wk-iap-arrow-desc-single.wk-arrow-desc-bottom_left {
    bottom: calc(50% - 182px);
  }
  .wk-iap-arrow-desc-single.wk-arrow-desc-top_left {
    top: calc(50% - 166px);
  }
}

@media (max-width: 1024px){
  .wk-iap-smarter-blocks{
    display: flex;
    gap: 62px;
    flex-wrap: wrap;
    margin: 0 0 28px;
    padding: 0 0 28px;
    border-bottom: 1px solid rgb(255, 255, 255, .4);
  }
  
  .wk-iap-smarter-blocks .wk-iap-smarter-block {
    max-width: calc(33.33% - 50px);
  }
  
  .wk-iap-arrow-desc-single.wk-arrow-desc-right_middle {
    top: calc(50% + 11px);
    right: calc(0% + 1px);
  }
}

@media (max-width: 991px){
  .wk-iap-results-radio{
    display: flex;
    flex-wrap: wrap;
    max-width: 350px;
    margin: 0 auto;
  }
  .wk-iap-arrow-desc{
    margin-left: 0;
    width: 100%;
  }
  .wk-iap-arrow-desc-single{
    padding: 10px 15px;
    background: #d9d9d9;
    border-radius: 6px;
  }
  .wk-iap-arrow-desc-single.wk-arrow-desc-top_left{
    top: 56px;
    left: 25px;
    width: 150px;
  }

  .wk-iap-arrow-desc-single.wk-arrow-desc-top_left:before{
    position: absolute;
    top: -20px;
    right: -87%;
    width: 168px;
    height: 192px;
    background: url(../img/icons/industrial/icon-prevention.svg) no-repeat;
    content: '';
  }

  .wk-iap-arrow-desc-single.wk-arrow-desc-bottom_left:before{
    position: absolute;
    top: -24px;
    right: 63px;
    width: 168px;
    height: 192px;
    background: url(../img/icons/industrial/icon-intervention.svg) no-repeat;
    content: '';
  }

  .wk-iap-arrow-desc-single.wk-arrow-desc-right_middle:before{
    position: absolute;
    left: -85px;
    right: inherit;
    bottom: 0;
    width: 114px;
    height: 167px;
    background: url(../img/icons/industrial/icon-onsite.svg) no-repeat;
    content: '';
  }
  
  .wk-iap-arrow-desc-single.wk-arrow-desc-bottom_left{
    top: calc(50% - 44px);
    right: 17px;
    left: inherit;
    bottom: inherit;
    width: 160px;
    padding-left: 38px;
    transform: translateY(-50%);
  }
  .wk-iap-arrow-desc-single.wk-arrow-desc-right_middle{
    left: 120px;
    bottom: 83px;
    right: inherit;
    top: inherit;
    width: 160px;
    transform: inherit;
    padding-left: 38px;
  }
  /* .wk-iap-arrow-desc > img{
    width: 250px;
  } */
  
  .reveal-text-xaxis > img{
    opacity: 0;
    transform: translateY(-50%);
    transition: all .3s ease-out;
  }

  .reveal-text-xaxis.is-visible > img{
    opacity: 1;
    transform: translateY(0);
  }

  .reveal-text-xaxis .wk-iap-arrow-desc-single{
    opacity: 0;
    transition: all 1.5s ease-out;
  }

  .reveal-text-xaxis.is-visible .wk-iap-arrow-desc-single {
    opacity: 1;
  }
  
  .wk-iap-arrow-desc-single.wk-arrow-desc-top_left {
    top: 56px;
  }
}

@media (max-width: 768px){
  .wk-iap-smarter-blocks .wk-iap-smarter-block {
    max-width: calc(50% - 50px);
  }
}

@media (max-width: 480px){
  .wk-iap-smarter-blocks .wk-iap-smarter-block {
    max-width: calc(100%);
  }

  .wk-iap-smarter-block .wk-iap-icon{
    margin: 0 auto 20px;
  }
  
  .wk-iap-smarter-block .wk-iap-desc {
    text-align: center;
  }
}
