/* @font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Thin'), local('Proxima-Nova-Thin'),
        url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Semibold Italic'), local('Proxima-Nova-Semibold-Italic'),
        url('../fonts/ProximaNova-SemiboldIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-SemiboldIt.woff') format('woff'),
        url('../fonts/ProximaNova-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Semibold'), local('Proxima-Nova-Semibold'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Regular Italic'), local('Proxima-Nova-Regular-Italic'),
        url('../fonts/ProximaNova-RegularIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-RegularIt.woff') format('woff'),
        url('../fonts/ProximaNova-RegularIt.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Regular'), local('Proxima-Nova-Regular'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Light'), local('Proxima-Nova-Light'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Extrabold'), local('Proxima-Nova-Extrabold'),
        url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Bold Italic'), local('Proxima-Nova-Bold-Italic'),
        url('../fonts/ProximaNova-BoldIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-BoldIt.woff') format('woff'),
        url('../fonts/ProximaNova-BoldIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Bold'), local('Proxima-Nova-Bold'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local('Proxima Nova Black'), local('Proxima-Nova-Black'),
        url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff'),
        url('../fonts/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
} */


html {
    font-size: 100%;
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
title {
    display: block
}

body {
    font-family: 'Proxima Nova';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #303031;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
label{
    color: #1c195b;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

a img {
    border: 0;
    display: block
}

a,
a:active,
a:focus,
a:hover,
input[type="image"],
select:focus,
input,
input[type="button"]:focus,
 :focus {
    outline: 0;
    text-decoration: none;
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.clear {
    clear: both
}
/* section{
    padding: 15px 0;
} */

.btn {
    display: block;
    width: 210px;
    border: 1px solid;
    border-radius: 30px;
    margin: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #a60697;
}
.btn:hover {
    color: #fff;
    background: #1c195b;
}

header {
    background: #fff;
    padding: 0;
    margin:0;
    text-align: center;
}
header .logo {
    display: inline-block;
    float: left;
}
.logo a {
    display: inline-block;
    padding: 8px 10px 0;
}
.logo img.img-responsive {
    width: 170px;
}

header .header_menu {
    position: relative;
}

header .log_btn {
    position: absolute;
    right: 0;
    top: 10px;
}
header .wsmenu ul li {
    padding: 10px 15px;
    display: inline-block;
}
header .wsmenu ul li a {
    border-right: medium none;
    color: #13125c;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 0px;
    transition: all 0.5s ease 0s;
    position: relative;
}
header .wsmenu ul li.active a:before {
    content: "";
    position: absolute;
    top: 98%;
    width: 100%;
    left: 0;
    height: 2px;
    border-radius: 8px;
    background: linear-gradient(
90deg,#1c195b 21.07%,#a60697 68.05%);
}

header .wsmenu ul li.active ul li a:before {
    content: none;
}

header .wsmenu ul li.active ul li.active a:before {
    content: "";
    position: absolute;
    top: 98%;
    width: 100%;
    left: 0;
    height: 2px;
    border-radius: 8px;
    background: linear-gradient(
90deg,#1c195b 21.07%,#a60697 68.05%);
}

header .wsmenu ul li a:hover:before,header .wsmenu ul li a:active:before,header .wsmenu ul li a:focus:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(
        90deg,#1c195b 21.07%,#a60697 68.05%);
}

/* .dropdown-content:before {
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    top: -5px;
    background: linear-gradient( 90deg,#1c195b 21.07%,#a60697 68.05%);
    transform: rotate(45deg);
    left: 5px;
} */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 99999999999;
    transform: translate(0, 10px);
}

header .wsmenu ul li .dropdown-content a {
    color: #1c195b;
    padding: 5px 0px 5px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background: #fff;
    font-weight: 600;
    position: relative;
}

header .wsmenu ul li .dropdown-content a:hover:before {
    content: "";
    position: absolute;
    top: 33px;
    width: 100%;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(
        90deg,#1c195b 21.07%,#a60697 68.05%);
}

.dropdown:hover .dropdown-content {
    display: block;
    text-decoration: none;
}

header .header_menu.hide-in-mobile {
    display: inline-block;
    transform: translate(-110px, 2px);
}

.log_btn a {
    padding: 6px 15px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
}

.log_btn .requestdemo {
    position: relative;
    background: linear-gradient(120deg,#1c195b 31.07%,#a60697 74.05%);
    color: #fff;
}

.log_btn .login {
    color:#1c195b;
}

.log_btn .login {
    width: 80px;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #1c195b, #a60697);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 2px;
    display: inline-block;
    line-height: 24px;
}

header .wsmenu ul li:last-child ,header .wsmenu ul li:nth-last-child(2) {
    display: none;
}

a.btn img {
    display: initial;
    width: 22px;
    margin-left: 10px;
}

.header-strip-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0px;
    text-align: center;
}
.header-strip {
    background: linear-gradient(129deg, #1c195b 18%, #a60697 );
    padding: 5px 0px;
}
.header-strip-text img {
    width: 48px;
    margin: 0px 10px;
}
.header-strip-text p {
    display: inline-block;
}
.header-strip-text .try-free-btn {
    font-size: 15px;
    background: #1c195b;
    padding: 4px 20px 5px;
    border-radius: 20px;
    color: #fff;
    margin: 0px 20px;
}

/** MsK Employee CSS START*/
.msk-employes{
    background:url('../images/msk-employes.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    line-height: initial;
    background-position-x: right;
    background-position-y: center;
}

.msk-employes span {
    font-size: 24px;
    color: #1c195b;
    font-weight: 600;
}

.msk-employes h1 {
    font-weight: 600;
    font-size: 42px;
    margin: 15px 0 0;
}
.msk-employes h1 a.typewrite .wrap{
    font-size: 42px;
    line-height: initial;
}

.btn.mskbtn {
    font-size: 20px;
    width: 300px;
    margin: 30px 0 0;
    /* display: inline-block; */
}

.btn.solbtn{
    background:#1c195b;
}

.msk-employes.employeeh.clienth .btn.mskbtn{
    background:#1c195b;
}
.msk-employes.employeeh.clienth .btn.mskbtn:hover{
    background:#a60697;
}
.btn.solbtn:hover{
    background:#a60697;
}

.employe-text {
    display: inline-block;
    width: 50%;
    padding: 70px 0 35px 160px;
}
/** MsK Employee CSS end*/

/*********** MSK Power CSS START************/
.msk-power {
    padding: 100px 300px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
    background: #f5f8fa;
}

.msk-power h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0px 55px;
}

.msk-power p {
    line-height: initial;
    margin: 30px 20px 15px;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
    font-size: 20px;
}

.btn.pwbtn {
    display: inline-block;
    font-size: 20px;
    width: 300px;
    margin: 30px 0 0px;
}
/*********** MSK Power CSS END************/

/*********** MSK Slider CSS START************/
    .mskslider {
        background: linear-gradient(125deg, #1c195b 30%, #a60697 );
        padding: 60px 0;
        text-align: center;
        font-size: 18px;
    }

    .mskslider h1 {
        font-size: 42px;
        font-weight: 600;
        color: #fff;
    }
    .mskslider h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 28px;
    }

    .mskslider p {
        line-height: 24px;
        margin-bottom: 20px;
    }

    .mskslider .owl-carousel .owl-stage-outer sibling{
        display: block;
    }
    
    .mskslider .owl-carousel .owl-item .item {
        position: relative;
        /* padding: 60px 40px; */
        color: #2d2828;
        text-align: center;
        transition: all 1000ms ease;
        transform-style: preserve-3d;
        transform: translate3d(0, 40px, 0) scale(0.8);
    }
    .mskslider .owl-carousel .owl-item.sibling.active .item {
        opacity: 0.4;
        transform: translate3d(0, 20px, 0) scale(0.9);
    }
    .mskslider .owl-carousel .owl-item.mirror-active .item, .owl-carousel .owl-item.active .item {
        opacity: 1;
        transform: translate3d(0, 0, 3px) scale(1);
        z-index: 2;
    }
    
    .mskslider .owl-carousel .owl-item img {
        width: auto;
    }

/*********** MSK Slider CSS END************/


/*********** MSK Video CSS START************/

.msk-video {
    background:url('../images/msk-video-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 125px;
    text-align: center;
    font-size: 16px;
}

.msk-video h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
}

.msk-video p {
    line-height: 20px;
    padding: 0 45px;
    font-size: 20px;
    line-height: initial;
}

.video {
    width: 100%;
    border: 1px solid black;
}
.wrapper{
    display:table;
    width: 100%;
    position:relative;
    padding: 25px 40px;
}
.playpause {
    background:url('../images/play-btn.png');
    background-repeat:no-repeat;
    width: 30%;
    height: 30%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

/*********** MSK Video CSS END************/

/*********** MSK All IN One CSS START************/
.msk-allin-one {
    background: url(../images/all-in-on-background.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 70px 0;
    font-size: 16px;
    background-position: center;
    text-align: center;
}

.msk-allin-one h1 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}

img.screeningimg {
    float: left;
    width: 300px;
}

img.resultingimg {
    float: right;
    width: 300px;
}

.screening {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    position: relative;
    margin-bottom: 30px;
}

span.screeningtxt {
    display: inline-block;
    position: absolute;
    left: 190px;
    font-size: 16px;
    line-height: initial;
    text-align: left;
}

span.resulttxt {
    display: inline-block;
    position: absolute;
    right: 310px;
    bottom: 80px;
    font-size: 16px;
    line-height: initial;
    text-align: right;
}

.screening h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
img.allinoneimg {
    width: auto;
}

ul.allinonelist {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    position: relative;
}

.allinonelist li {
    padding: 10px 0;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: initial;
}

.allinonelist li h4 {font-weight: 600;margin-bottom: 10px;}

.allinone {
    text-align: center;
}
/*********** MSK All IN One CSS END************/

/*********** MSK Results CSS START***********/

    .msk-results {
        background: linear-gradient(125deg, #1c195b 30%, #a60697 );
        padding: 50px 30px;
        text-align: center;
        font-size: 16px;
    }
    .msk-results ul {
        padding: 20px 0 10px;
    }
    .msk-results h1 {
        color:#fff;
        font-size: 42px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .msk-results ul li {
        display: inline-block;
        padding: 15px 10px;
        width: 19%;
    }

    .msk-results ul li p {
        color: #fff;
        font-size: 24px;
        line-height: initial;
        padding: 20px 0 0;
    }
    .msk-results ul li img {width: 110px;}
    
/*********** MSK Results CSS END************/

/*********** MSK Results CSS START***********/

    .msk-program {
        /* background-color:#fff; */
        background: url('../images/program-background.png');
        padding: 30px;
        font-size: 14px;
        background-color: #fff;
        background-position-x: right;
        background-position-y: top;
        background-repeat: no-repeat;
        margin: 80px 25px 40px;
    }
    .msk-program h4 {
        font-weight: 600;
        margin-bottom: 15px;
    }
    .msk-program .litext {
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        font-size: 16px;
    }
    .msk-program ul {
        padding: 40px 0;
    }
    .msk-program ul li img {
        display: inline;
        width: 75px;
        margin-right: 20px;
    }
    .msk-program ul li {
        padding: 10px 0;
        text-align: left;
    }
    .msk-program .litext h4 {
        font-weight: bold;
        margin-bottom: 5px;
    }
    
/*********** MSK Results CSS END************/

/*********** MSK ROI CSS START************/
.msk-roi{
    background: linear-gradient(125deg, #1c195b 30%, #a60697 );
    padding: 50px 25px;
    font-size: 24px;
    color: #fff;
}
.msk-roi ul {
    line-height: initial;
}
.msk-roi ul li {
    padding: 15px 0;
}
.msk-roi ul li span {
    font-size: 1.5rem;
    vertical-align: middle;
    padding: 0 15px;
    font-weight: 600;
}
.msk-roi ul li img {
    padding: 6px 0;
}
.roiresulttext {
    display: inline-block;
    padding: 0 10px;
    line-height: initial;
    vertical-align: middle;
}

.roiresulttext h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.roiresulttext h4 {
    color: #fff;
    font-weight: 600;
}

.roiresult img {
    width: 90px;
}

.roiresult {
    padding: 20px 0;
    font-size: 18px;
}
/*********** MSK ROI CSS END************/


/*********** MSK Blog CSS START************/
.msk-blog{
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, -webkit-fit-content);
    grid-template-rows: repeat(2, fit-content);
    grid-template-columns: repeat(12, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    /* background: #edf0f4; */
}

.msk-blog .blog-header {
    grid-column: 2/span 10;
    grid-row: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 1.875rem 0;
}

.msk-blog .blog-header h2 {
    padding-bottom: .25rem;
    line-height: 100%;
    /* font-family: sofia-pro; */
    font-weight: 700;
    line-height: 1.11111;
}

.blog-list{
    position: relative;
    margin: 1rem 0 4.375rem;
    grid-column: 2/span 10;
    grid-row: 2;
    overflow: hidden;
}

.blog-list .item {
    padding: 0 10px;
}

.blog-list .item a {
    display: inline-block;
}

.blog-list h5.label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: initial;
    text-transform: capitalize;
    white-space: unset;
    min-height: 62px;
}

.blog-list .item div {
    padding: 10px 5px;
    text-align: center;
}

.blog-list .item div>p {
    font-size: 16px;
    color: #303031;
    font-weight: 600;
}
/* .msk-blog .owl-carousel .owl-item img{
    width: auto;
} */
/*********** MSK ROI CSS END************/


/*********** MSK Hippa css START************/
.msk-hippa{
    background: linear-gradient(
128deg ,#a60697 35%,#1c195b 51%,#a60697 65%);
    padding: 50px 25px 120px;
    font-size: 32px;
    color: #fff;
    line-height: initial;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.msk-hippa.platform-seal{
    background: #1c195b 51%;
}

.msk-hippa span {
    display: inline-block;
    position: absolute;
    transform: translate(6%, 0%);
}

.msk-hippa img {
    width: 130px;
}
/*********** MSK Hippa CSS END************/

.footer_bottom {
    font-size: 16px;
    padding: 12px 0px;
    line-height: 32px;
    background: #e1e7fb;
}

.footer_bottom ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer_bottom ul li a {
    color: #1c195b;
    transition: all 0.5s ease 0s;
}

.sc-Footer, .u-backgroundColor-footer {
    background-color: #f3f4f8;
}
.sc-Footer {
    padding: 1.4rem 0;
}

.sc-ContentGrid {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: block; */
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

.u-flexAlignItemsCenter {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.sc-p-r--s {
    padding-right: 1.6rem !important;
    display: inline-block;
}

.sc-Icon--l {
    width: 3.2rem;
    height: 3.2rem;
}

footer .sc-Icon svg {
    width: 30px;
    height: 30px;
    display: block;
}

.app-icon {
    display: inline-block;
}

.u-justifyContentBetween {
    text-align: right;
}

.app-icon img {
    width: 113px;
    display: inline-block;
}

.msk-contact {
    overflow: hidden;
    text-align: center;
    background-color: #e1e7fb;
}

.msk-contact-content {
    padding: 5rem;
    width: auto;
    position: relative;
    text-align: -webkit-center;
}

.msk-contact-content h4{
    margin-bottom: 1.5rem;
    font-size: 42px;
    line-height: initial;
    font-weight: 600;
}

.msk-contact-arrows {
    position: absolute;
    left: 0;
    top: -15px;
    width: 24.375rem;
    max-width: 100%;
    height: auto;
    margin: 0;
}

a.btn.contactbtan {
    font-size: 22px;
    width: 250px;
}

.social-icons a {
    display: inline-block;
    width: 42px;
    padding: 12px;
}

.appicons {
    text-align: right;
}

.appicons a {
    display: inline-block;
    padding: 7px 5px 3px;
}

.msk-footer {
    /* padding: 10px 0; */
}

.social-icons {
    padding: 0px 0px;
}

.copyroght_txt {
    text-align: right;
}


/** MSK Calculator css Start ***/

.msk-roi-calculator{
    background:url('../images/calculator-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    display: inline-block;
    width: 100%;
    line-height: initial;
    background-position-x: center;
}

.msk-roi-calculator h1 {
    padding: 20px 0 5px;
    font-weight: 600;
    font-size: 24px;
}
.msk-roi-calculator .calc-text h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.msk-roi-calculator span {
    font-size: 16px;
    margin-bottom: 13px;
    display: inline-block;
}
.calc-text {
    transform: translate(0%, 40%);
}

.msk-roi-calculator .calc-text span {
    font-size: 18px;
    line-height: 24px;
}
.calcfield {
    font-size: 20px;
    line-height: initial;
    font-weight: 600;
    color: #a60697;
    -webkit-transition: border-color 250ms ease;
    -o-transition: border-color 250ms ease;
    -moz-transition: border-color 250ms ease;
    transition: border-color 250ms ease;
    border: 2px solid #f5e3fd;
    border-radius: 0;
    padding: 0 8px;
}
.calcinputs {
    padding: 5px 0;
    margin-bottom: 15px;
    font-size: 20px;
}

#empstateval,#insstateval {
    width: 70px;
}

#empserveval,#insserveval,#popempserveval,#popinsserveval {
    width: 70px;
}

#employeeval,#insmembersval,#popemployeeval,#popinsmembersval {
    width: 100px;
}
select.calcfield {
    padding-top: 2px;
    padding-bottom: 2px;
    border-width: 0 0 2px;
    background: #fff;
    width: 100%;
}
input.calcfield {
    padding: 5px 0 3px;
    text-align: center;
}
input[type="range" i] {
    appearance: auto;
    cursor: default;
    color: rgb(157, 150, 142);
    padding: initial;
    border: initial;
    margin: 2px;
}
.range-input {
    position: relative;
    padding: 10px 2px;
    
  }
  .range-input input {
    width: 100%;
    height: 10px;
    background: #797e8d;
    border: 1px solid;
  }
  .range-input input::-webkit-slider-thumb {
    /* -webkit-appearance:none; */
    width:20px;
    height:20px;
    background:#eee;
    border:2px solid #a60697;
    border-radius:50%;
  }
  
  .range-input input::-webkit-slider-thumb:hover {
    background:#a60697;
  }

  
.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-tabs {
    border: 0;
    padding: 15px 0;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #1c195b;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 16px;
    padding: 3px 0 4px;
    border: 2px solid;
    font-weight: 600;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #a60697;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
    padding: 40px 70px 15px;
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.card-body {
    padding: 5px 0;
}
.tab-content>.active {
    text-align: left;
}

button.btn.calcbtn {
    width: 250px;
    display: inline-block;
    margin: 0;
}
/** MSK Calculator css Start ***/

/*** MSK Calculator CSS FOR POPUP ***/
button.close {
    position: absolute;
    right: -14px;
    top: -10px;
    border: none;
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    background: #a60697;
    padding: 7px 6px 5px;
    border-radius: 50%;
}

.modal-body {
    padding: 25px 35px;
}

.modal-header{
    border-bottom: none;
}

.popuphead {
    font-size: 18px;
    line-height: initial;
}

.popuphead h1 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
}

.popuphead span {
    margin-bottom: 20px;
    display: inline-block;
}

.popupcalc .calcinputs {
    margin-bottom: 18px;
    line-height: initial;
}

.popupcalc label {
    margin-bottom: 5px;
    font-size: 20px;
}
.monthcalcu {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    line-height: initial;
    margin: 15px 0;
}

.yearcalu {
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    line-height: initial;
    margin: 10px 0;
}

.monthcalcu span {
    font-size: 42px;
}

.yearcalu span {
    font-size: 32px;
}

.modal-dialog {
    margin: 5.75rem auto;
}

.calcinputs.calcsubmin {
    text-align: center;
}
.appicons img {
    width: 82px;
}

.msk-hippa p {
    padding: 0 100px;
}

ul.allinonelist li:before {
    content: '';
    font-size: 26px;
    color: green;
    position: absolute;
    left: -20px;
    font-weight: 900;
  }

/******  PlateForm Css *********/
.platform-text {
    padding: 90px 20px 90px 50px;
    /* text-align: center; */
}
.platform-gif img {
    width: 80%;
}

.platform-gif {
    text-align: right;
}
.msk-power.platform-deliver {
    padding: 100px 235px;
}

.msk-power.platform-deliver h1{
    margin-bottom: 0;
}

.msk-employes.platform-plug{
    background-image:url('../images/plug-in-play.jpg');
}

.msk-employes.employeeh{
    background-image:url('../images/employee-web.gif');
}
.msk-employes.employeeh.clienth{
    background-image:url('../images/medical-wev.gif');
}

.msk-employes.health-plan{
    background-image:url('../images/health-web.jpg');
}

.msk-video.plat-video {
    background-image:url('../images/platform-video.jpg');
}

.msk-roi-calculator.platform-roi{
    background-image:url('../images/plat-roi-calculator.jpg');
}

.msk-video.platform-clinic{
    background-image:url('../images/clinic-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    display: inline-block;
    width: 100%;
    line-height: initial;
    background-position-x: center;
}

li.nav-item {
    width: 50%;
    text-align: center;
}

.msk-video.platform-solution{
    background-image: none;
    background-color: #fff;
}
.plat-solution img {
    width: 100%;
}

.plat-solution {
    padding: 50px 0 0;
    font-size: 20px;
    line-height: initial;
}

.plat-solution span {
    padding: 30px 25px 20px;
    display: inline-block;
    text-align: center;
}

.mskslider.msk-lead {
    width: 100%;
    padding: 80px 0;
    background: #fff;
}

.mskslider.msk-lead h1{
    color: #1c195b;
}

.plat-solution span img {
    width: auto;
}

.plat-clinic {
    padding-top: 40px;
    text-align: center;
}

.plat-clinic a.btn.platbtn {
    display: inline-block;
    margin-bottom: 0;
}

.plat-clinic span {
    display: block;
    padding: 20px 10px;
    font-size: 18px;
}

.plat-clinic {
    padding-top: 40px;
    text-align: center;
}

.plat-clinic a.btn.platbtn {
    display: inline-block;
    margin-bottom: 0;
}

.plat-clinic span {
    display: block;
    padding: 20px 10px;
    font-size: 18px;
}

.msk-lead .plat-solution p {
    margin: 0;
    padding: 0;
    display: block;
    padding: 20px 0 0;
}

.msk-lead .plat-solution p.based {
    font-size: 12px;
    padding-top: 5px;
}

.nav-tabs>.nav-item>.nav-link.active {
    background: #1c195b;
}

.nav-tabs>.nav-item>.nav-link {
    color: #a60697;
    border-color: #1c195b;
}

a.btn img.rqesdemo {
    margin-bottom: 5px;
}

.mskslider.msk-lead .owl-carousel .owl-item .item img {
    width: 100%;
}

.mskslider.msk-lead .owl-carousel .owl-item .item span img {
    width: auto;
}

.calcinputs p { font-size: 12px; }

.mskslider .plat-solution .owl-carousel .owl-item .item { padding: 0 40px;}

.show-in-mobile{ display: none;}


/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
  }
  
  /* Old shadow dom for play button */
  
  *::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
  }
  
  /* New shadow dom for play button */
  
  /* This one works! */
  
  *::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
  }

  .msk-employes.employeeh .btn,.msk-employes.health-plan .btn {
    display: inline-block;
}

.msk-employes.employeeh .employe-text,.msk-employes.health-plan .employe-text {
    width: 35%;
    margin: 15px 32%;
    text-align: center;
    padding: 0;
}

.msk-power.power-health {
    padding: 100px 210px;
}


/*** Home page style START ***/
.shell-content{
    max-width: 100vw;
    min-block-size: calc(100vh - 52px - 18px);
}
.layout-content{
    height: 100%;
}

.layout-content .block-system-main-block {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.layout-content .block-system-main-block > div:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.parallax {
    position: relative;
}
.parallax__screen{
    --asset-x-offset-mobile: 0vw;
    --asset-y-offset-mobile: -3vh;
    --asset-x-offset-desktop: 0vw;
    --asset-y-offset-desktop: 0vh;
}

.parallax__screen {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    height: 100vh;
    overflow: visible;
    position: relative;
    width: 100%;
}
.parallax__container {
    overflow: hidden;
}

.parallax__screen .tcl-image{
    overflow: hidden;
    position: relative;
}
.tcl-image {
    height: auto;
    overflow: visible;
    position: relative;
    width: 100%;
}
.parallax__screen .tcl-image picture{
    display: block;
}

.tcl-image__picture{
    display: block;
    height: auto;
}

.parallax__screen .tcl-asset {
    height: 100vh;
  
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.parallax__copy {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    top: 0;
    inset-inline-start: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 1;
    position: fixed;
    z-index: 2;
}

.parallax__header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: .8;
    margin-top: calc(16vh + 20px);
    text-align: center;
}
.parallax__copy .parallax__heading{
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.parallax__heading {
    font-size: 40px;
    opacity: 0;
    padding: 4px 0;
    -webkit-transition: opacity .5s ease-in-out .5s, -webkit-transform .5s ease-in-out .5s;
    transition: opacity .5s ease-in-out .5s, -webkit-transform .5s ease-in-out .5s;
    transition: transform .5s ease-in-out .5s, opacity .5s ease-in-out .5s;
    transition: transform .5s ease-in-out .5s, opacity .5s ease-in-out .5s, -webkit-transform .5s ease-in-out .5s;
}

.parallax__subheading {
    font-size: 14px;
    min-height: 27px;
    padding-top: 0;
    -webkit-transition: opacity .5s ease-in-out 1s, -webkit-transform .5s ease-in-out .5s;
    transition: opacity .5s ease-in-out 1s, -webkit-transform .5s ease-in-out .5s;
    transition: transform .5s ease-in-out .5s, opacity .5s ease-in-out 1s;
    transition: transform .5s ease-in-out .5s, opacity .5s ease-in-out 1s, -webkit-transform .5s ease-in-out .5s;
}
.tds-link {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
    text-align: initial;
}

.parallax__buttons {
    display: inherit;
}

.homepg header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: transparent;
}

.homepg header .log_btn {
    top: 12px;
    right: 10px;
}

.homepg nav.wsmenu.clearfix {
    background: transparent;
}

.homepg header .wsmenu ul li a {
    background: transparent;
}

header .wsmenu ul li ul.dropdown-content li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

header .wsmenu ul li ul li a {
    padding: 5px 0px;
}

header .wsmenu ul li.links a {
    width: 100%;
    display: inline-block;
    padding: 8px 25px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #13125c;
}

header .wsmenu-list {
    text-align: center;
}
/*** Home page style END ***/


/* contact us*/

.content-us {
    position: relative;
    background: url(/../signupimages/world-map.png);
    background-position: top right;
    background-size: 60%;
    background-repeat: no-repeat;
}

.content-us:after {
    background: #078ee4;
    opacity: 0.3;
    height: 60%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
}

.padding-50{
    padding: 50px 0;
}

.get-in h2 {
    font-size: 50px;
    margin: 10px 0px;
    color: #1c195b;
    font-weight: bold;
    /*  font-family: 'cardif-b'; */
}

.section_mobile_new_theranow {
    width: 100%;
    border-radius: 20px;
    /* padding: 6%; */
    border: 1px so;
    margin: 5% 0px;
}

.get-in {
    position: relative;
    z-index: 9;
}

.get-in p {
    /* color: #045d81; */
    font-size: 18px;
    line-height: initial;
}

.send-massagge {
    display: flex;
    position: relative;
    z-index: 9;
    max-width: 708px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    margin: 0 auto 50px;
    overflow: hidden;
}

.left-part-con {
    width: 66%;
    padding: 20px 20px 0;
}

.left-part-lo h4 {
    color: #1c195b;
    font-size: 24px;
    font-weight: 600;
}

.right-part-con {
    background: url(/../signupimages/mother-son.png);
    /* height: 100%; */
    background-repeat: no-repeat;
    width: 34.2%;
    padding: 20px 20px 0;
    background-size: cover;
}

.right-part-con h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
}

.right-part-con ul li a {
    font-size: 14px;
    color: #fff;
}

.right-part-con ul li {
    margin-bottom: 50px;
}

.right-part-con ul li a img {
    width: 25px;
    margin-right: 11px;
}

.socail-icon {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 10px;
    margin-top: 140px;
}

.socail-icon a {
    padding: 0 10px;
    color: #fff !important;
}

button.btn-s {
    background: transparent;
    padding: 0;
}

.left-part-con label {
    font-size: 15px;
    color: #1c195b;
    font-weight: bold;
}

input#phone {
    padding-left: 45px;
}

span.flag-iconn {
    position: absolute;
    padding: 10px 8px;
    background: transparent;
    top: 25px;
    left: 12px;
    border-radius: 5px 0px 0px 5px;
    width: auto !important;
}

.left-part-con textarea.form-control {
    height: auto;
    font-size: 12px;
    resize: none;
}

.right-part-con ul {
    margin-top: 40px;
}

.col-sm-offset-2 {
    margin-left: 13.666667% !important;
}


/** other pages */

.about-section .inner-part {
    padding: 70px 0 75px;
}

.inner-banner {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 140px;
    padding: 45px 0 0;
    background-color: #ebecee;
}

.privacy-policy-banner {
    background-image: url(/../images/privacy-policy-banner.jpg);
    background-size: cover;
}

.bedcrum-new-inner{
    display: none;
}

.about-section .inner-banner h1 {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
}

.breadcrumb {
    background-color: #455a64;
    border-radius: 0;
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 20px 25px;
}

.breadcrumb li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.abt-contant-part span {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.abt-contant-part h3 span {
    display: inline-block;
    font-size: 20px;
}

.abt-contant-part h1 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

.abt-contant-part h4 {
    font-weight: normal;
    margin-bottom: 25px;
    position: relative;
    padding-left: 22px;
}

.abt-contant-part h4 i {
    left: 0;
    position: absolute;
    top: 3px;
}

.abt-contant-part p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
    text-align: justify;
}

.abt-img {
    margin-bottom: 35px;
}

.abt-contant-part h2 {
    font-size: 24px;
    margin-bottom: 10px;
}


ol.terms_points {
    padding-left: 15px;
    margin-bottom: 30px;
}

ol.terms_points li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    list-style: disc;
}

/*rtm page content*/
.mskslider .rtm-contnet h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 28px;
    text-align: justify;
    margin-top: 30px;
}
