@import url("fonts.css");

/*----------------------- Globle CSS rules -------------------------*/

.form-control {
    font-family: 'UniSansLight' !important;
}
video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100%); /* Adjust as needed */
}




@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        video::-webkit-media-controls-panel {
            width: calc(100%);
        }
    }
}


.xdsoft_datetimepicker {
    display: none;
}

* {
    /*transition: all 0.5s ease;*/
}

a {
    cursor: pointer !important;
}

.form-group .bootstrap-select.btn-group {
    border-radius: 4px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background: none;
    border-radius: 30px;
    border: 0;
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
    border-top-color: #404040;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}




a:focus, a:hover, button:focus, button:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.color {
    color: #8dc440;
    /*font-family: 'unisansbold';*/
}

.bg1 {
    background-color: #fff;
    padding-top: 20px;
    padding-left: 10px;
}

.bold {
    /*font-family: 'unisansbold';*/
    font-family: 'UniSansRegular';
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0 auto;
    font-family: 'unisansbook';
    /*background-size: contain !important;*/
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAv0lEQVQYV2P8/////3cx8xl+7LjK8Gl+PENC6x6G////M5w8WcTACJJ8JlLCAAIbFcUYFjKzgtknThRCJH+dfcDAwMDIsHbyIQbdEheG7ckrGSJ7/BkYJxxz/f/3328GJ6U8BgPJQIazU48wnJ10BKybce6ZqP+ffr5kMFWcyRB8RJRhveJ3hpedO8H2Mv759+v/778/GIIOMjGce/eXwVCImWG7MzdEJ8hOEOPAyz8MZ978ZTAWZmZwlGABSwIAyI5WX0VCJOsAAAAASUVORK5CYII=);*/
}

body {
    animation: fadeInAnimation ease 3s animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mar-more {
    margin-top: 26em !important;
}

.mar-more1 {
    margin-top: 22em !important;
}

.breadcrumb {
    display: inline-block;
    background: rgba(0,0,0,0.5);
    border-radius: 0;
    padding: 3px;
    margin-bottom: 4px;
    margin-bottom: 4px;
}

    .breadcrumb a {
        color: #fff;
    }

    .breadcrumb .active {
        color: #22a7e8;
    }

.band-container > .row {
    margin-left: 0;
    margin-right: 0;
}

.tour-btn {
    background: #17aaf1;
    padding-left: 10px;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    border: 0;
    font-size: 13px;
    transition: all 0.35s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    padding-right: 35px;
    background-size: 20px;
    background-position-x: 90%;
    background-position-y: center;
}

    .tour-btn:focus, .tour-btn:active {
        color: #FFF;
    }

.m-top-15 {
    margin-top: 15px;
}

.thead-bold thead th {
    font-family: 'UniSansSemiBold';
}

.note-box {
    background: rgba(226, 14, 14, 0.66);
    color: #FFF;
    padding: 5px;
}

    .note-box button {
        background: none;
        border: 0;
        color: #FFF;
    }

.note-dialog.modal {
    text-align: center;
    padding: 0 !important;
}

    .note-dialog.modal:before {
        content: '';
        display: inline-block;
        /*height: 100%;*/
        /*vertical-align: middle;*/
        margin-right: -4px;
    }

.note-dialog .modal-dialog {
    display: inline-block;
    text-align: left;
    /*vertical-align: middle;*/
}

.note-dialog .no-border {
    border: 0;
    margin-bottom: -30px;
}

.note-dialog {
    margin-top: 100px;
}

.note-dialog2 {
    margin-top: 265px;
}

.note-dialog .modal-sm {
    width: 320px !important;
}

/*footer start*/

.footer ul {
    text-align: center;
    color: #646465;
    margin-top: 30px;
    font-size: 12px;
}

    .footer ul li:first-child {
        padding-left: 22px;
    }

    .footer ul li a {
        text-decoration: none;
        color: #26b0f2;
    }

/*footer end*/


/* inner nav start */
header .row {
    background: #191b4c;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0;
}

.inner-page-nav img[alt="Healthy You Logo"] {
    /*width: 200px;
	max-width: 250px;*/
}

.inner-page-nav .inner-user h2 {
    margin: 0;
    color: #fff;
    font-size: 19px;
}

.inner-page-nav .inner-user a {
    color: #18a3e8;
}

.inner-page-nav .inner-menu {
    margin-top: 8px;
}

    .inner-page-nav .inner-menu .caret {
        visibility: hidden;
    }

    .inner-page-nav .inner-menu .btn-group {
        display: block;
    }

        .inner-page-nav .inner-menu .btn-group .dropdown-menu > li > a:focus,
        .inner-page-nav .inner-menu .btn-group .dropdown-menu > li > a:hover {
            background: #191b4c;
        }

    .inner-page-nav .inner-menu .dropdown-toggle {
        display: block;
        color: #fff;
        padding: 3px 5px;
        text-decoration: none;
        font-size: 15px;
        display: block;
        border: 1px solid #8587a0;
        width: 100%;
        max-width: 220px;
    }

.inner-page-nav .inner-search {
    background-size: 25px;
    border: 0;
    height: 30px;
    margin-top: 7px;
    padding-left: 30px;
    color: #fff;
}

/* inner nav start */


/* inner page content container css start */

.container-inner {
    margin: 0 auto;
}

.content-final {
    background: #fff;
    padding: 30px;
    padding-bottom: 10px;
}

.bg-clr-heading h1 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    display: table;
    padding: 5px 5px 0 5px;
}

.bg-clr-heading h2 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    display: table;
    margin-bottom: 35px;
    padding: 5px;
}

.bg-clr-heading-clr:nth-child(even) {
    background: #e51373;
}

.bg-clr-heading-clr:nth-child(odd) {
    background: #992687;
}

/*******  Home  *******/
.bg-clr-heading-clr11 {
    background: #8dc440;
}

.bg-clr-heading-clr1 {
    background: #8dc440;
}

.bg-clr-heading-clr2 {
    background: #992687;
}

.bg-clr-heading-clr3 {
    background: #37378e;
}

.bg-clr-heading-clr4 {
    background: #17aaf1;
}

.bg-clr-heading-clr5 {
    background: #17aaf1;
}

.bg-clr-heading-clr6 {
    background: #37378e;
}

.bg-clr-heading-clr7 {
    background: #992687;
}

.bg-clr-heading-clr8 {
    background: #8dc440;
}

/*******  End Home  *******/
/*******  Explore Life At Work  *******/
.bg-clr-heading-Work-clr11 {
    background: #8dc440;
}

.bg-clr-heading-Work-clr1 {
    background: #e51373;
}

.bg-clr-heading-Work-clr2 {
    background: #992687;
}

.bg-clr-heading-Work-clr3 {
    background: #37378e;
}

.bg-clr-heading-Work-clr4 {
    background: #17aaf1;
}

.bg-clr-heading-Work-clr5 {
    background: #17aaf1;
}

.bg-clr-heading-Work-clr6 {
    background: #37378e;
}

.bg-clr-heading-Work-clr7 {
    background: #992687;
}

.bg-clr-heading-Work-clr8 {
    background: #e51373;
}
/*******  End Home  *******/

/*******  Explore Life At Work  *******/
.bg-clr-heading-Go-clr11 {
    background: #8dc440;
}

.bg-clr-heading-Go-clr1 {
    background: #992687;
}

.bg-clr-heading-Go-clr2 {
    background: #e51373;
}

.bg-clr-heading-Go-clr3 {
    background: #37378e;
}

.bg-clr-heading-Go-clr4 {
    background: #17aaf1;
}

.bg-clr-heading-Go-clr5 {
    background: #17aaf1;
}

.bg-clr-heading-Go-clr6 {
    background: #37378e;
}

.bg-clr-heading-Go-clr7 {
    background: #e51373;
}

.bg-clr-heading-Go-clr8 {
    background: #992687;
}
/*******  End Home  *******/



/* inner page content container css end */


/*----------------------- Globle CSS rules -------------------------*/



/*----------------------- Healthy you landing page css start -------------------------*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}
/*home page slider*/
.bg-caro .item:nth-child(1) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-caro .item:nth-child(2) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-caro .item:nth-child(3) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-caro .item:nth-child(4) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*
.bg-caro .item:nth-child(5) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

.bg-caro .item {
    position: relative;
}


.bg-caro .carousel {
    z-index: -99;
}

    .bg-caro .carousel .item {
        position: fixed;
        width: 100%;
        height: 100%;
    }



.top-row {
    padding: 20px 0;
}

    .top-row .search-icon #search-Label {
        background: transparent;
        border: 0;
    }

    .top-row .user-icon #userLabel {
        background: transparent;
        border: 0;
        width: 70px;
        height: 55px;
        border-radius: 50%;
        float: right;
    }

    .top-row .user-icon img {
        border-radius: 50%;
        border: 3px solid #17a9f1;
        width: 100%;
    }

    .top-row #userLabel img {
        height: 55px;
    }

.user-icon .dropdown-menu {
    left: 35px;
    background: rgba(25,25,95,0.9);
    border-radius: 15px;
    padding: 20px 10px;
    padding-bottom: 5px;
    top: 95%;
    /*animation: example 0.5s;
	-webkit-animation: example 0.5s;
	-moz-animation: example 0.5s;
	-ms-animation: example 0.5s;*/
    transition: all 0.35s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    margin-top: 65px;
}

@keyframes example {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

@-webkit-keyframes example {
    from {
        height: 0;
    }

    to {
        height: 520px;
    }
}

@-moz-keyframes example {
    from {
        height: 0;
    }

    to {
        height: 520px;
    }
}

@-ms-keyframes example {
    from {
        height: 0;
    }

    to {
        height: 520px;
    }
}


.user-icon .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -12px;
    width: 20px;
    height: 20px;
    left: 180px;
}

.user-icon .dropdown-menu .user-welcome li {
    color: #fff;
    text-align: center;
    line-height: 1;
}

    .user-icon .dropdown-menu .user-welcome li:nth-child(2) {
        font-size: 24px;
    }

    .user-icon .dropdown-menu .user-welcome li a {
        color: #17aaf1;
    }



.user-icon .dropdown-menu .user-nav {
    padding: 0 20px;
}

    .user-icon .dropdown-menu .user-nav img {
        border: 0;
        width: 25px;
        margin-right: 10px;
        border-radius: 0;
    }

    .user-icon .dropdown-menu .user-nav li:nth-child(1) span {
        color: #8dc440;
        font-weight: bold;
    }

    .user-icon .dropdown-menu .user-nav li > a {
        color: #fff;
        display: block;
        padding: 2px 0;
        font-size: 13px;
        text-decoration: none;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
    }

        .user-icon .dropdown-menu .user-nav li > a:hover {
            color: #8dc440;
        }

.slide-msg {
    padding-top: 18%;
    /*padding-left: 50px;*/
    color: #fff;
}

    .slide-msg h1, .slide-msg h3 {
        margin: 0;
    }

/*
.index-slider-lable-wrap{
	position: absolute;
	top: 97%;
	display: inline-table;
	width: 100%;
}

.index-slider-lable{
	background: #fff;
	text-align: center;
	margin: 0 auto;
	
}
*/
#index-slider {
    position: absolute;
    /*top: 96%;*/
    bottom: 0;
    width: 100%;
}

.index-slider-lable {
    background: #fff;
    text-align: center !important;
    margin: 0 auto !important;
    display: table;
    padding: 5px 10px;
}

    .index-slider-lable span {
        color: #8dc440;
        font-weight: bold;
    }

#index-slider .owl-item .item {
    background-size: cover;
    height: 150px;
    margin: 0 5px;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

    #index-slider .owl-item .item a {
        background: #17aaf1;
        padding: 5px 10px;
        color: #fff;
        border-radius: 50px;
        margin-top: 10px;
        display: inline-block;
        text-decoration: none;
        font-size: 13px;
        transition: all 0.35s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        position: absolute;
        bottom: 45px;
    }

        #index-slider .owl-item .item a:hover {
            background: #0e99dc;
        }



#index-slider .owl-carousel {
    background: #fff;
    padding: 10px 0;
    /*padding-bottom: 0;*/
}

#index-slider .owl-theme .owl-controls {
    display: none !important;
}

#index-slider .owl-pagination {
    display: none;
}

.page-table1 td {
    word-break: break-all;
}

/*----------------------- Healthy you landing page css end -------------------------*/



/*-------------------------------- Login page css start -------------------------------*/

.login-html {
    position: relative;
    min-height: 100%;
}

.login-body {
    margin-top: 0;
}

.bg-image-body {
    background-size: cover;
    width: 100%;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
}

.gradient-body {
    background: #02235d;
    background: -moz-linear-gradient(top, #02235d 0%, #104eaa 100%);
    background: -webkit-linear-gradient(top, #02235d 0%,#104eaa 100%);
    background: linear-gradient(to bottom, #02235d 0%,#104eaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02235d', endColorstr='#104eaa',GradientType=0 );
    width: 100%;
    height: 25%;
    position: absolute;
    top: 75%;
    left: 0;
}

.login-form {
    width: 50%;
    max-width: 900px;
    min-width: 300px;
    /*width: 600px;*/
    background: #6e0a40;
    background: -moz-linear-gradient(top, #6e0a40 0%, #582872 100%);
    background: -webkit-linear-gradient(top, #6e0a40 0%,#582872 100%);
    background: linear-gradient(to bottom, #6e0a40 0%,#582872 100%);
    /* background-size: contain;*/
    position: absolute;
    bottom: 12%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 25px;
    padding: 25px 5px;
}

.login-form-inner h1 {
    color: #fff;
    font-size: 50px;
    line-height: 45px;
}

.login-form .login-left-clm:after {
    content: '';
    background: #FFF;
    opacity: 0.2;
    display: block;
    height: 95%;
    width: 2px;
    position: absolute;
    right: -10px;
    top: 2.5%;
}

.login-form .login-right-clm {
    padding-left: 20px;
}

    .login-form .login-right-clm h2 {
        margin-top: 0;
        margin-bottom: 15px;
        color: #fff;
        font-weight: normal;
        font-size: 40px;
    }

    .login-form .login-right-clm input[type="text"] {
        border-radius: 50px;
        /*Alredy commented*/
        background-size: 25px 25px;
        padding-left: 43px;
        height: 40px;
    }

    .login-form .login-right-clm input[type="password"] {
        border-radius: 50px;
        background-size: 25px 25px;
        padding-left: 43px;
        height: 40px;
        padding-right: 80px;
    }

    .login-form .login-right-clm input[type="email"] {
        border-radius: 50px;
        background: #fff;
        background-size: 25px 25px;
        padding-left: 15px;
        height: 40px;
        padding-right: 80px;
    }


    .login-form .login-right-clm .login-forgot {
        position: relative;
    }

        .login-form .login-right-clm .login-forgot i {
            position: absolute;
            right: 72px;
            top: 9px;
            color: black;
            border-radius: 50px;
            padding: 5px 15px;
            text-decoration: none;
        }
        .login-form .login-right-clm .login-forgot a {
            position: absolute;
            right: 10px;
            top: 5px;
            background: #17aaf1;
            color: #fff;
            border-radius: 50px;
            padding: 5px 15px;
            text-decoration: none;
        }

    .login-form .login-right-clm .login-login {
        border-radius: 50px;
        height: 40px;
        line-height: 40px;
        display: block;
        width: 100%;
        background: #17aaf1;
        border: 0;
        color: #fff;
        font-size: 22px;
    }

.input-icon {
    position: relative;
}

    .input-icon img {
        position: absolute;
        width: 25px;
        left: 15px;
        top: 7px;
    }

.text-danger.error {
    color: #F5F5F5;
}

/*-------------------------------- Login page css end -------------------------------*/


/*----------------------- Healthy you- healthy guide css start -------------------------*/


.healty-guide-body {
    background-size: 100%;
}


.page-heading h1 {
    color: #464646;
    font-weight: bold;
    padding-left: 25%;
    font-size: 45px !important;
    margin-bottom: 6em;
}

.ma-top {
    margin-top: 0 !important;
}

.healty-guide-body .content-final {
    background: #fff;
}


    .healty-guide-body .content-final .detail {
        color: #353535;
        font-size: 35px;
    }

.guide-sec {
    position: relative;
}

    .guide-sec p {
        position: absolute;
        color: #fff;
        text-align: center;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 18px;
        /*width: 200px;*/
        margin: auto;
        margin-bottom: 10px;
    }

.guide-sec1 {
    position: relative;
}

    .guide-sec1 p {
        position: absolute;
        color: #fff;
        text-align: center;
        bottom: 8px;
        left: 0;
        right: 0;
        font-size: 18px;
        /*width: 200px;*/
        margin: auto;
        margin-bottom: 10px;
    }


.healty-guide-body .content-final .guide-sec-1 {
    height: 182px;
    background-size: 80px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.healty-guide-body .content-final .guide-sec-2 {
    height: 182px;
    background-size: 80px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.healty-guide-body .content-final .guide-sec-3 {
    height: 182px;
    background-size: 80px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.healty-guide-body .content-final .guide-sec-4 {
    height: 182px;
    background-size: 80px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.healty-guide-body .content-final .guide-sec-4-5 {
    height: 182px;
    background-size: 80px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.healty-guide-body .content-final .guide-sec-5 {
    height: 182px;
    background-size: contain;
    padding-right: 55px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.healty-guide-body .content-final .guide-sec-4-6 {
    height: 182px;
    background-size: 60px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.healty-guide-body .content-final .dr-visit-a {
    color: #fff;
    text-decoration: none;
}

.healty-guide-body .content-final .guide-sec-5 .dr-visit {
    width: 65%;
    padding: 30px 90px;
}

/*----------------------- Healthy you- healthy guide css end -------------------------*/





/*----------------------- Resource center css start -------------------------*/

.resource-center-body {
    background-size: 100%;
    /*background-position-y: 68px;*/
}

.content-final {
    background: transparent;
    margin-top: 16em;
}

    .content-final.pad-0 {
        padding: 0;
    }

.resource-center-body .resource-sec-1 {
    height: 182px;
    background-size: 120px;
}

.resource-center-body .resource-sec-2 {
    height: 182px;
    background-size: 120px;
}

.resource-center-body .resource-sec-3 {
    height: 182px;
    background-size: 120px;
}

.resource-center-body .resource-sec-4 {
    height: 182px;
    background-size: contain;
    padding-right: 55px;
    margin-top: 25px;
}

.resource-center-body .medi-reminder {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

    .resource-center-body .medi-reminder h3 {
        font-size: 30px;
        line-height: 180px;
        padding-left: 50px;
    }

.top-rc-nav {
    background: #FFF;
    padding: 0 60px;
}

.top-rc {
    margin-bottom: 0;
}

    .top-rc > li a {
        font-size: 20px;
        color: #353535;
        display: block;
        padding: 20px 0;
        margin: 0 15px;
        border-bottom: solid 4px #FFF;
    }

        .top-rc > li a.active {
            font-family: 'UniSansSemiBold';
            color: #17AAF1;
            border-color: #17AAF1;
        }

.content-final-style-RC {
    background: #F3F3F3;
    padding: 35px 60px;
}

    .content-final-style-RC .headings h1 {
        margin-top: 0;
        font-size: 40px;
    }

    .content-final-style-RC .headings p {
        font-size: 18px;
    }

.body-rc {
    margin-top: 40px;
}

.left-nav-rc {
    background: #FFF;
}

    .left-nav-rc ul {
        margin: 0;
    }

    .left-nav-rc a {
        font-size: 16px;
        color: #424242;
        display: block;
        padding: 16px 0 16px 35px;
        border-left: solid 4px #FFF;
    }

        .left-nav-rc a.active {
            color: #17AAF1;
            border-color: #17AAF1;
        }

.panel-group .panel-custom {
    border: 0;
    overflow: visible;
}

    .panel-group .panel-custom + .panel-custom {
        margin-top: 0px;
    }

.table-title-box, .panel-default > .panel-heading.table-title-box {
    background: #17AAF0;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

    .table-title-box .title, .panel-custom .panel-title > a {
        color: #FFF;
        font-size: 20px;
    }

        .panel-custom .panel-title > a:before {
            content: " ";
            display: inline-block;
            width: 19px;
            height: 13px;
            margin-right: 10px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .panel-custom .panel-title > a.collapsed:before {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

.panel-custom .panel-body {
    padding: 0;
}

    .panel-custom .panel-body .rc-table {
        margin: 0;
    }

.panel-custom .rc-table thead td {
    font-family: 'UniSansSemiBold';
}

.table-title-box .btn-goup {
    display: inline-block;
    float: right;
}

.table-title-box .btn {
    background: #FFF;
    padding: 0 20px;
    color: #969696;
    font-size: 14px;
    height: 26px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    border: 0;
}

.rc-table {
    margin: 0 20px;
}

    .rc-table thead td {
        font-size: 13px;
        color: #969696;
    }

    .rc-table tbody tr td {
        border: 0;
    }

.actions {
    position: relative;
}

    .actions a {
        cursor: pointer;
    }

.actions-open {
    background: #17AAF0;
    width: 40px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: -10px;
    top: 28px;
    display: none;
}

    .actions-open.show {
        display: block;
    }

    .actions-open::before {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #17AAF0;
        position: absolute;
        content: " ";
        display: block;
        top: -6px;
        left: 50%;
        margin-left: -6px;
    }

    .actions-open a {
        display: block;
        padding: 6px 0;
    }

        .actions-open a:hover {
            background: #8FCAE2;
        }

.right-op-box .coding-container {
    padding: 10px 20px;
}

.coding-container input, .coding-container select {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 0 0;
}

.coding-container .birthdate {
    max-width: 180px;
}

.coding-container .radio-inline {
    margin-bottom: 35px;
    color: #6d6d6d;
}

.coding-container .btn-admin {
    background: #14abf3;
    border-radius: 50px;
    padding: 3px 20px;
    display: inline-block;
    color: #fff;
    min-height: 34px;
    text-decoration: none;
}

.question-list {
    padding-left: 20px;
    margin: 25px 0;
    font-size: 16px;
}

    .question-list ul li + li {
        margin-top: 20px;
    }

.right-op-box .add-question {
    padding-top: 25px;
    padding-bottom: 25px;
}

.add-question, .add-question .form-control {
    background: #EEE;
}

    .add-question .form-control {
        border-color: #D4D4D4;
    }

    .add-question .btn-admin {
        background: #FFF;
        color: #111;
        margin-bottom: 0;
    }

/*----------------------- Resource center css end -------------------------*/


/*xxxxxxxxxxxxxxxxx*/


/*----------------------- Explore Life Landing Page css start -------------------------*/

.explore-life-landing-body {
    background-size: 100%;
    background-position-y: 68px;
}

.sm-pad {
    width: 220px;
    float: left;
    margin-right: 15px;
}

    .sm-pad:last-child {
        margin-right: 0;
    }

.content-final .content-detail {
    font-size: 40px;
    color: #fff;
}

.content-final .content-detail1 {
    font-size: 28px;
    color: #fff;
}

.explore-life-landing-body .exp-landing-sec-1 {
    height: 182px;
    background-size: 88px;
}

.explore-life-landing-body .exp-landing-sec-2 {
    height: 182px;
    background-size: 88px;
}

.explore-life-landing-body .exp-landing-sec-3 {
    height: 182px;
    background-size: 88px;
}

.explore-life-landing-body .exp-landing-sec-4 {
    height: 182px;
    background-size: 100px;
}


/*----------------------- Explore Life Landing Page css end -------------------------*/


/*xxxxxxxxxxxxxxxxx*/


/*----------------------- Explore Life Home Page css start -------------------------*/

.explore-life-home-body {
    background-size: 100%;
    background-position-y: 68px;
}

    .explore-life-home-body .exp-home-sec-1 {
        height: 250px;
        background: #e51373;
    }

    .explore-life-home-body .exp-home-sec-4 {
        height: 250px;
        background: #8dc440;
    }

.exp-home-sec-title,
.exp-home-sec-video,
.other-videos, .other-videos1 {
    float: left;
}


.exp-home-sec-title {
    width: 374px;
    height: 250px;
}

.exp-home-sec-video {
    width: 446px;
    height: 250px;
    xoverflow: hidden;
    position: relative;
}

    .exp-home-sec-video .video-play-icon {
        left: 50%;
        top: 50%;
        margin-top: -16px;
        pointer-events: none;
    }

.other-videos {
    padding: 0;
    width: 24.6%;
    position: relative;
    margin-left: .53%;
}

    .other-videos .video-play-icon {
        left: 50%;
        top: 42%;
        margin-top: -16px;
    }

    .other-videos:first-child {
        padding-left: 0;
        margin-left: 0;
    }

    .other-videos:last-child {
        padding-right: 0;
        margin-right: 0;
    }


.other-videos1 {
    padding: 0;
    width: 24.6%;
    position: relative;
    margin-left: 0px !important;
    border: 1px solid white;
    margin-top: 0px !important;
    padding-top: 0px !important;
    box-sizing: border-box;
}

    /*#CommentTbl td {
    padding: 0;
}*/

    .other-videos1 .video-play-icon {
        left: 50%;
        top: 42%;
        margin-top: -16px;
        pointer-events: none;
    }

/*.other-videos1:first-child {
		padding-left: 0;
		margin-left: 0;
	}

	.other-videos1:last-child {
		padding-right: 0;
		margin-right: 0;
	}*/



.comments-content {
    max-width: 880px;
    margin: auto;
}



.content-final-style-2 .head-box {
    background: #37378e;
    padding: 10px;
    display: inline-block;
    color: #fff;
    margin-left: 30px;
    margin-top: 70px;
    font-size: 12px;
}

.content-final-style-2 h3 {
    color: #fff;
    margin: 0 30px;
}

.content-final .cfs {
    padding: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    height: 280px;
}

    .content-final .cfs video {
        max-width: 100%;
    }

    .content-final .cfs img {
        cursor: pointer;
        /*margin: 15px auto;*/
    }

    .content-final .cfs .p1cf {
        color: #fff;
        font-size: 16px;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 45px;
        /* Fallback for non-webkit */
        margin: 0 auto;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-final .cfs .p2cf {
        color: #fff;
        font-size: 12px;
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 50px;
        /* Fallback for non-webkit */
        margin: 0 auto;
        margin-top: 10px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.video-slide {
    width: 100%;
    /*overflow-x: scroll;*/
    margin-top: 22px;
}

.video-container {
    /*width: 3000px;*/
}

.video-box {
    min-width: 295px;
    max-width: 300px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
/*----------------------- Explore Life Home Page css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx*/


/*----------------------- Explore Life at on the go Page css start -------------------------*/

.explore-life-go-body {
    background-size: 100%;
    background-position-y: 45px;
}

.explore-just-for-you {
    background-size: 100%;
    background-position-y: 78px;
}

.padding-sm {
    padding-left: 5px;
    padding-right: 5px;
}

.display-item {
    width: 100%;
    float: right;
    text-align: right;
}

    .display-item .form-control {
        display: inline-block;
        max-width: 70px;
    }

.cloud-title {
    position: absolute;
    right: 310px;
    width: 320px;
}

    .cloud-title img {
        position: absolute;
        z-index: 0;
    }

    .cloud-title h1 {
        position: relative;
        z-index: 1;
        color: #333;
        text-transform: uppercase;
        padding: 165px 0 0 51px;
        font-family: UniSansSemiBold;
        font-size: 3.25rem;
    }

.video-libray1 {
    border: solid 1px #bfbfbf;
    margin-bottom: 30px;
}

    .video-libray1 > video {
        min-height: 123px;
        margin-top: 0px;
    }

    .video-libray1 > img {
        min-height: 123px;
        cursor: pointer;
        max-height: 15%;
    }

.title1 {
    color: #565656;
    font-family: UniSansRegular;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    height: 45px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc1 {
    margin-bottom: 15px;
    padding: 0 10px;
    height: 50px;
    font-size: 12px;
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.explore-life-go-body .exp-home-sec-1 {
    height: 250px;
    background: #8dc440;
    background-size: contain;
}

.explore-life-go-body .exp-home-sec-4 {
    height: 250px;
    /*background: #8dc440;*/
    background: #8dc440;
    background-size: contain;
}

/*----------------------- Explore Life at on the go Page css end -------------------------*/



/*xxxxxxxxxxxxxxxxxxxxxxx*/



/*----------------------- Explore Life at work Page css start -------------------------*/

/*.explore-life-work-body {
	background-size: contain;
}*/

.explore-life-work-body {
    background-size: 100%;
    background-position-y: 68px;
}

.explore-life-on-the-go-body {
    background-size: 100%;
    background-position-y: 45px;
}

.explore-life-comment {
    background-size: cover;
}




.explore-life-work-body .exp-home-sec-1 {
    height: 250px;
    background: #e51373;
    width: 45.5%;
}

.explore-life-work-body .exp-home-sec-4 {
    height: 250px;
    background: #8dc440;
}

.video-title-big {
    background: #428BCA;
    padding: 7px;
}

    .video-title-big h1 {
        display: inline-block !important;
        width: 90%;
        font-size: 28px;
    }

    .video-title-big a {
        background: #8DC440 !important;
    }

.bg-light {
    background: #428BCA;
    padding: 20px;
}

    .bg-light h4 {
        margin: 0;
    }

h4.desc-bg {
    padding: 15px;
    padding-bottom: 0;
    /*background: #fff;*/
    font-size: 2.5rem;
    color: #fff;
}

.author {
    display: block;
    padding: 10px 15px;
    background: #fff;
    font-size: 2rem;
    color: #000;
}

.comment-footer {
    margin-top: 15px;
}

.comment-bg {
    padding: 15px 10px;
    /*background: #81bad6;*/
    margin: 0;
}

    .comment-bg label {
        color: #FFF;
    }

.desc-body-bg {
    padding: 15px;
    color: #000;
    font-size: 1.5rem;
    /*background: #fff;*/
}

    .desc-body-bg p {
        color: #fff;
    }



/*----------------------- Explore Life at work Page css end -------------------------*/



/*xxxxxxxxxxxxxxxxxxxxxxx*/



/*----------------------- Fitness Community Page css start -------------------------*/

/*Removed by Ashish on 3-Apr-2025.*/
/*.fitness-community-body {
    background-size: cover;
}*/

    .fitness-community-body .fit-com-sec-1 {
        height: 250px;
        background-size: contain;
        position: relative;
        margin-top: 15px;
    }

        .fitness-community-body .fit-com-sec-1 h3 {
            position: absolute;
            right: 100px;
            top: 90px;
        }

    .fitness-community-body .fit-com-sec-2 {
        height: 182px;
        background-size: 85px;
        margin-top: 8px;
    }

    .fitness-community-body .fit-com-sec-3 {
        height: 182px;
        background-size: 85px;
        margin-top: 8px;
    }

    .fitness-community-body .fit-com-sec-4 {
        height: 182px;
        background-size: 85px;
        margin-top: 8px;
    }

    .fitness-community-body .fit-com-sec-5 {
        height: 182px;
        background-size: 85px;
        margin-top: 8px;
    }

    .fitness-community-body .fit-com-sec-6 {
        height: 182px;
        background-size: 85px;
        margin-top: 8px;
    }

    .fitness-community-body .fit-com-sec-7 {
        height: 182px;
        background-size: 85px;
        margin-top: 8px;
    }

    .fitness-community-body .fit-com-sec-8 {
        height: 182px;
        background-size: 85px;
        margin-top: 8px;
    }

    .fitness-community-body .fit-com-sec-9 {
        height: 182px;
        background-size: 85px;
        margin-top: 8px;
    }
/*----------------------- Fitness Community Page css end -------------------------*/



/*xxxxxxxxxxxxxxxxxxxxxxx*/



/*----------------------- Communication Hub Page css start -------------------------*/

.comm-hub-body {
    background-size: cover;
}

    .comm-hub-body .com-hub-sec-1 {
        height: 180px;
        width: 65%;
        background-size: 85px;
        margin-top: 25px;
        margin-left: 125px;
    }

    .comm-hub-body .com-hub-sec-2 {
        height: 180px;
        max-width: 65%;
        background-size: 85px;
        margin-top: 25px;
        margin-left: 10px;
    }

/*----------------------- Communication Hub Page css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx*/



/*----------------------- Communication Hub Page css start -------------------------*/

.healthy-life-balance-body {
    background-size: 100%;
    background-position: 0 20px;
}

.content-detail-p {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.healthy-life-balance-body .healthy-life-sec-1 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.healthy-life-balance-body .healthy-life-sec-2 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.healthy-life-balance-body .healthy-life-sec-3 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.healthy-life-balance-body .healthy-life-sec-4 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.healthy-life-balance-body .healthy-life-sec-5 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.healthy-life-balance-body .healthy-life-sec-6 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.healthy-life-balance-body .healthy-life-sec-7 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.bg-clr-heading a {
    text-decoration: none;
    display: inline-block;
}


/*----------------------- Communication Hub Page css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- Power Goals Page css start -------------------------*/

.pwr-goal-body {
    background-size: 100%;
    background-position-y: 68px;
}

.content-final-power {
    /*margin-top:30em;*/
}

.pwr-goal-sec-1 {
    background: #64ceff;
/*    background: #17aaf1;
*/
padding: 25px 35px;
}

    .pwr-goal-sec-1 p {
        color: #fff;
        font-size: 2.5em;
    }

    .pwr-goal-sec-1 label {
        color: #FFF;
    }

    .pwr-goal-sec-1 .btn-admin {
        margin-bottom: 0;
        background: #2e72d8;
        padding-top: 0;
        padding-bottom: 0;
        height: 30px;
        line-height: 32px;
        border: 0;
        outline: 0;
    }

.btn-admin:hover {
    background-color: #2e72d8;
}

.pwr-goal-sec-2 {
    background: #181b4c;
    padding: 25px 35px;
    color: #fff;
}

    .pwr-goal-sec-2 p:first-child {
        color: #fff;
        font-size: 22px;
    }

.pwr-goal-sec-4 {
    background: #262626 !important;
    padding: 25px 35px;
}

    .pwr-goal-sec-4 i p:first-child {
        font-size: 12px;
        color: #fff;
    }

    .pwr-goal-sec-4 i p:last-child {
        font-size: 22px;
        color: #fff;
        position: relative;
    }

        .pwr-goal-sec-4 i p:last-child:after {
            content: '';
            display: block;
            width: 35px;
            height: 110px;
            position: absolute;
            right: -50px;
            top: -30px;
            background-size: 25px;
        }

    .pwr-goal-sec-4 .bg-clr-heading {
        float: right;
        padding: 25px;
    }

        .pwr-goal-sec-4 .bg-clr-heading h1 {
            padding: 10px;
        }
/*----------------------- Power Goals Page css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- reward-travel-center css start -------------------------*/


.reward-travel-center-body {
    background-size: 100% !important;
    background-position: 0 20px;
}

.reward-travel-center-bodysecond {
    background-size: 100% !important;
    background-position: 0 20px;
}

.content-final-style-4 {
    background: #37378f;
    padding: 35px 25px;
}



.rwd-trv-cen-sec h1 {
    color: #fff;
    font-size: 28px;
    margin-top: 0;
}

.trvl-box {
    background: #fff;
    margin-top: 25px;
}

    .trvl-box .trvl-head {
        color: #17aaf1;
        font-size: 22px;
        margin-top: 0;
    }

    .trvl-box .trvl-detail {
        color: #424242;
    }

    .trvl-box .trvl-box-inner {
        padding: 10px;
    }

    .trvl-box .trip-detail {
        color: #14abf3;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 34px;
    }

        .trvl-box .trip-detail:hover {
            color: #2e72d8;
        }

    .trvl-box .trip-book {
        background: #14abf3;
        color: #fff;
        padding: 4px 20px;
        margin-bottom: 10px;
        margin-top: 30px;
        border-radius: 25px;
        text-decoration: none;
    }

        .trvl-box .trip-book:hover {
            background: #2e72d8;
        }

.cus-mar-top {
    margin-top: 22em !important;
}

.cfs4-bg {
    background: #37378f;
}


/*----------------------- reward-travel-center css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- Dr visit planner css start -------------------------*/

.dr-visit-planner-body {
    background-size: 100%;
    background-position: 0 20px;
}

.drvisit-planner-sec-1 {
    height: 182px;
    width: 95%;
    background-size: 85px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.drvisit-planner-sec-2 {
    height: 182px;
    width: 95%;
    background-size: 85px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.drvisit-planner-sec-3 {
    height: 182px;
    width: 95%;
    background-size: 85px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.drvisit-planner-sec-4 {
    height: 182px;
    width: 95%;
    background-size: 85px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.drvisit-planner-sec-5 {
    height: 182px;
    width: 95%;
    background-size: 85px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.drvisit-planner-sec-6 {
    height: 182px;
    width: 95%;
    background-size: 85px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.drvisit-planner-sec-7 {
    height: 182px;
    width: 95%;
    background-size: 85px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.content-detail-p {
    position: relative;
    display: table !important;
    margin: 10px auto;
    text-align: center;
}

.cdp-af-bf:before {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 2px;
    background: #fff;
    top: 12px;
    left: -55px;
}

.cdp-af-bf:after {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 2px;
    background: #fff;
    top: 12px;
    right: -55px;
}
/*----------------------- Dr visit planner css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- personal organizer css start -------------------------*/

.personal-org-body {
    background-size: 100%;
}

.pers-org-sec-1 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.pers-org-sec-2 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.pers-org-sec-3 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.pers-org-sec-4 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.pers-org-sec-5 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.pers-org-sec-6 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.pers-org-sec-7 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.pers-org-sec-8 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.pers-org-sec-9 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.pers-org-sec-10 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

/*----------------------- personal organizer css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- My Life Balance  css start -------------------------*/

.my-life-balance-body {
    background-size: 100%;
}

.my-life-bal-sec-1 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.my-life-bal-sec-2 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.my-life-bal-sec-3 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.my-life-bal-sec-4 {
    height: 182px;
    background-size: 85px;
    margin-top: 25px;
}

.mar-top-no {
    margin-top: -6px !important;
}

/*----------------------- My Life Balance  css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- Fast Research css start -------------------------*/
.my-life-bal-sec-5 {
    height: 182px;
    /* background-size: 85px; */
    margin-top: 25px;
}
.my-life-bal-sec-6 {
    height: 182px;
    margin-top: 25px;
}
.fast-research-body {
    background-size: cover;
}

.fast-res-sec {
    height: 182px;
    background: #16cce1;
    background-size: 85px;
    margin-top: 25px;
}

/*.fast-res-sec-1,.fast-res-sec-6 {
	height: 182px;
	background: #16cce1;
	background-size: 85px;
	margin-top: 25px;
}

.fast-res-sec-2,.fast-res-sec-6 {
	height: 182px;
	background: #2998ff;
	background-size: 85px;
	margin-top: 25px;
}

.fast-res-sec-3,.fast-res-sec-7 {
	height: 182px;
	background: #29acff;
	background-size: 85px;
	margin-top: 25px;
}

.fast-res-sec-4,.fast-res-sec-8 {
	height: 182px;
	background: #3fa3ff;
	background-size: 85px;
	margin-top: 25px;
}

.fast-res-sec-5,.fast-res-sec-9 {
	height: 182px;
	background: #133e65;
	background-size: 100px;
	margin-top: 25px;
}*/
.parent-color .child-color:nth-child(2n+1) .fast-res-sec {
    background: #16cce1;
}

.parent-color .child-color:nth-child(2n+2) .fast-res-sec {
    background: #133e65;
}

.parent-color .child-color:nth-child(2n+3) .fast-res-sec {
    background: #3fa3ff;
}

.guide-sec {
    text-align: center;
}

    .guide-sec img {
        max-width: 90px;
        margin-top: 20px;
    }



/*----------------------- Fast Research css start -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- Link My Device css start -------------------------*/

.link-device-body {
    background-size: cover;
}

.content-final-style-5 {
    background: #fff;
    padding: 25px;
}

    .content-final-style-5 .detail {
        font-size: 35px;
    }

    .content-final-style-5 .device-link {
        display: block;
        text-align: center;
        margin: 3em auto;
    }

.link-dvc-btn {
    background: #17aaf1;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 auto 0 !important;
    border-radius: 30px;
}

    .link-dvc-btn:hover {
        color: #fff;
        text-decoration: none;
    }

.content-final-style-5 select {
    border-radius: 50px;
}

/*----------------------- Link My Device css end -------------------------*/

/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- Saturday Morning css start -------------------------*/

.sat-mor-body {
    background-size: 100%;
}

.sat-mor-sec-1 {
    background-size: cover;
    height: 350px;
    padding: 80px;
}

.content-final-style-5 .head-box {
    background-size: 28px;
    padding: 13px;
    padding-left: 45px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'unisansbold';
    text-decoration: none;
    font-size: 15px;
}

.video-main, .main-video {
    position: relative;
}

.video-title, .video-play-icon, .video-play-icon1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 999;
    color: #FFF;
    font-family: UniSansSemiBold;
    width: 100%;
    text-align: center;
    z-index: 0;
    font-size: 13px;
    height: 3em;
    overflow: hidden;
    padding: 0px 16px 0px 5px;
}

.video-play-icon {
    bottom: unset;
    top: 25%;
    width: 38px;
    height: 33px;
    pointer-events: none;
}

.video-play-icon1 {
    bottom: unset;
    top: 20%;
    width: 38px;
    height: 33px;
    pointer-events: none;
}


.main-video-title {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -85px;
    z-index: 999;
}

.content-final-style-5 .head2 {
    font-size: 3em;
    color: #fff;
}

    .content-final-style-5 .head2 span {
        font-size: 18px;
        color: #fff;
        display: block;
        margin-top: -12px;
    }

.sat-mor-sec-2 {
    margin-top: 30px;
}

.submit-comment .form-control .select,
.submit-comment .form-control button {
    display: inline-block !important;
}

/*----------------------- Saturday Morning css end -------------------------*/

/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- Video lib css start -------------------------*/

.video-lib-body {
    background-size: cover;
    background-position: 0 25px;
}

.video-libray {
    position: relative;
    margin-bottom: 20px;
}

    .video-libray .date,
    .video-libray .title {
        position: absolute;
        left: 0;
        text-align: center;
    }

    .video-libray .date {
        background: #772acb;
        color: #FFF;
        padding: 5px;
        top: 0;
    }

    .video-libray .title {
        background: rgba(0,0,0,0.7);
        width: 100%;
        color: #FFF;
        bottom: 0;
        padding: 6px 10px;
    }

/*----------------------- Video lib css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- fitness goal css start -------------------------*/

.fitness-goal-body {
    background-size: cover;
    background-position: 0 20px;
}

.content-final-style-6 {
    background-size: 38%;
    padding: 35px 25px;
    min-height: 515px;
}

    .content-final-style-6 .detail {
        font-size: 35px;
        margin-bottom: 0;
        color: #616161;
    }

    .content-final-style-6 .detail2 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #616161;
    }

    .content-final-style-6 .title2 {
        font-size: 27px;
    }

.fit-goal-container {
    max-width: 690px;
    padding-left: 18px;
}

.fit-goal-box {
    background: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    margin-top: 25px;
    width: 185px;
    float: left;
    margin: 0 35px 35px 0;
}

    .fit-goal-box p {
        font-size: 18px;
        color: #353535;
        font-weight: bold;
        margin-bottom: 0;
    }

    .fit-goal-box h2 {
        font-family: 'unisansbold';
        color: #8dc440;
        color: #353535;
        margin-top: 0;
        margin-bottom: 18px;
        text-transform: uppercase;
    }


    .fit-goal-box .nmbr {
        color: #18aaf0;
        font-size: 4.5em;
        line-height: 1;
        font-family: UniSansLight;
        padding-left: 5px;
    }

        .fit-goal-box .nmbr span {
            font-size: 24px;
            color: #353535;
            font-weight: bold;
            margin-bottom: 0;
            margin-left: 10px;
        }

    .fit-goal-box a {
        text-align: center;
        margin: 0 auto;
        color: #353535;
        font-weight: bold;
        margin-top: 15px;
        display: inline-block;
    }

.content-final-style-6 select {
    border-radius: 20px;
}

.content-final-style-6 .link-dvc-btn {
    background: #17aaf1;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin: 24px auto 60px !important;
    border-radius: 20px;
}

    .content-final-style-6 .link-dvc-btn + .link-dvc-btn {
        margin-left: 25px !important;
    }
/*----------------------- fitness goal css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- Comapany News css start -------------------------*/

.cmpny-news-body {
    background-size: 100%;
}

.content-final-style-7 .cmpny-box {
    padding: 15px;
    background: #0da2c7;
    min-height: 177px;
}

.content-final-style-7 .cmpny-img {
    max-height: 195px;
    overflow: hidden;
}

.side-layout {
    padding: 0 !important;
    height: 210px;
}

    .side-layout .cmpny-text {
        padding: 15px;
        pad;
    }

    .side-layout .cmpny-img {
        max-height: 210px;
    }

        .side-layout .cmpny-img img {
            height: 100%;
            height: 225px;
            height: 225px;
        }

.content-final-style-7 .cmpny-box2 {
    padding: 15px;
    background: #dfcbab;
    min-height: 176px;
}

.cmpny-news-sec-1 .cmpny-box p:nth-child(1) {
    font-size: 20px;
    font-family: 'unisansbold';
    color: #fff;
}

.cmpny-news-sec-1 .cmpny-box p:nth-child(2) {
    font-size: 18px;
    color: #fff;
}

.cmpny-news-sec-1 .cmpny-box a {
    font-size: 14px;
    color: #fff;
    background: #00256c;
    padding: 10px;
    text-decoration: none;
}

.content-final-style-7 .cmpny-box2 p:first-child {
    text-transform: uppercase;
    color: #3a2a1f;
    font-size: 16px;
}

.content-final-style-7 .cmpny-box2 p:nth-child(2) {
    text-transform: uppercase;
    color: 3a2a1f;
    font-size: 22px;
    font-family: 'unisansbold';
}

.content-final-style-7 .cmpny-box2 a {
    font-size: 18px;
    color: #fff;
    background: #8dc440;
    padding: 10px 30px;
    display: table;
    text-decoration: none;
    margin: 18px auto;
}

.cmpny-news-sec-1 {
    background: #e51373;
    padding: 15px 25px;
    padding-bottom: 25px;
}

    .cmpny-news-sec-1 h2 {
        color: #fff;
        font-size: 35px;
        padding-left: 15px;
    }

.cmpny-news-sec-2 {
    background: #743bca;
    padding: 15px 25px;
    margin-top: 10px;
    padding-bottom: 30px;
}

    .cmpny-news-sec-2 h2 {
        color: #fff;
        font-size: 26px;
        padding-left: 15px;
    }

        .cmpny-news-sec-2 h2 + p {
            color: #fff;
            font-size: 15px;
            padding-left: 15px;
        }

    .cmpny-news-sec-2 .ca .cmpny-box {
        background: #ff8a0d;
        padding: 10px 10px 10px 10px;
    }

    .cmpny-news-sec-2 .da .cmpny-box {
        background-size: 40% 100%;
        padding: 10px 10px 10px 188px;
    }

    .cmpny-news-sec-2 .cmpny-box p:nth-child(1) {
        font-size: 20px;
        color: #fff;
    }

    .cmpny-news-sec-2 .cmpny-box p:nth-child(2) {
        font-size: 16px;
        color: #fff;
    }

    .cmpny-news-sec-2 .cmpny-box a {
        font-size: 14px;
        color: #fff;
        background: #00256c;
        padding: 10px;
        text-decoration: none;
        margin: 1px 0;
        display: inline-block;
    }

.cmpny-news-sec-3 {
    min-height: 300px;
    background-size: contain;
    /*padding: 15px 25px;*/
    margin-top: 10px;
}

    .cmpny-news-sec-3 .comp-sec-1 {
        height: 150px;
        width: 180px;
        background-size: 80px;
    }

    .cmpny-news-sec-3 .comp-sec-2 {
        height: 150px;
        width: 180px;
        background-size: 88px;
    }

    .cmpny-news-sec-3 h2 {
        color: #fff;
        font-size: 32px;
        padding-left: 15px;
    }

        .cmpny-news-sec-3 h2 + p {
            color: #fff;
            font-size: 22px;
            padding-left: 15px;
        }


/*----------------------- Comapany News css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- Your Voice Matters css start -------------------------*/

.voice-matters-body {
    background-size: 100%;
}

.your-voice-box {
    background: #8e31c7;
    padding: 20px 35px;
    padding-top: 0;
}

    .your-voice-box .voice-bg {
        background: #fff;
        margin-top: 20px;
    }

        .your-voice-box .voice-bg h2 {
            margin-bottom: 0;
        }

        .your-voice-box .voice-bg p {
            font-size: 18px;
        }

        .your-voice-box .voice-bg a, .your-voice-box .voice-bg button {
            float: right;
            background: #17aaf1;
            color: #fff;
            padding: 5px 20px;
            text-decoration: none;
            border-radius: 20px;
            margin: 15px 0;
        }

        .your-voice-box .voice-bg img {
            padding: 20px;
        }

        .your-voice-box .voice-bg .user-image {
            border-radius: 100%;
            overflow: hidden;
            width: 105px;
            height: 105px;
            margin: 20px;
            border: 1px solid #17aaf1;
            float: left;
        }

            .your-voice-box .voice-bg .user-image img {
                padding: 0;
            }

    .your-voice-box .voice-feed {
        padding: 20px 0;
    }

        .your-voice-box .voice-feed .name {
            font-size: 24px;
            color: #424242;
            font-weight: bold;
            margin-bottom: 0;
        }

        .your-voice-box .voice-feed .place {
            font-size: 16px;
            color: #424242;
            font-weight: bold;
            margin-bottom: 0;
        }

            .your-voice-box .voice-feed .place span {
                font-weight: normal;
            }

        .your-voice-box .voice-feed .cmnt {
            font-size: 15px;
        }

/*----------------------- Your Voice Matters css end -------------------------*/

/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- Join Team css start -------------------------*/

.join-team-body {
    background-size: 100%;
    background-position: 0 20px;
}
/*.join-team-body {
    background: url(https://imgbbb.com/images/2019/05/29/join-team-bg.jpg) no-repeat center center;
    background-size: 100%;
    background-position: 0 70px;
}*/
.approval-team-body {
    background-size: cover;
    background-position: 0px 20px;
}

.join-team-box {
    background: #37378e;
    padding: 0px 25px;
    position: relative;
    padding-bottom: 25px;
}

    .join-team-box:before {
        content: '';
        display: block;
        position: absolute;
        background-size: 100%;
        height: 200px;
        width: 200px;
        top: -185px;
        left: 38%;
        z-index: -2;
    }

.approval-team-box:before {
    content: '';
    display: block;
    position: absolute;
    background-size: 100%;
    height: 200px;
    width: 200px;
    top: -180px;
    left: 38%;
    z-index: -2;
}



.join-team-detail {
    margin-top: 25px;
}

    .join-team-detail .top-sec {
        background: #8dc440;
        padding: 15px;
        color: #fff;
        border-radius: 15px 15px 0 0;
    }

        .join-team-detail .top-sec .team-name {
            font-size: 26px;
            line-height: 24px;
            margin-bottom: 0;
        }

            .join-team-detail .top-sec .team-name span {
                font-size: 15px;
                display: block;
            }

            .join-team-detail .top-sec .team-name a {
                font-size: 16px;
                color: #fff;
                background: #78a538;
                padding: 3px 15px;
                border-radius: 20px;
                text-decoration: none;
                margin-top: 8px;
                font-family: 'unisansbold';
            }

        .join-team-detail .top-sec .lead {
            font-size: 15px;
            font-family: 'unisansbold';
            margin-bottom: 6px;
            color: #fff;
        }

            .join-team-detail .top-sec .lead span {
                font-family: 'unisansbook';
            }

        .join-team-detail .top-sec .place {
            background-size: 15px;
            padding-left: 20px;
            margin-left: 5px;
        }

    .join-team-detail .table {
        /*margin-bottom: 0;*/
    }

.join {
    position: absolute;
    right: 25px;
    top: 35px;
}

.join-team-detail .table th {
    border: 0;
    font-weight: bold;
    padding: 10px 15px 0;
}

.join-team-detail .table td {
    border: 0;
    font-size: 20px;
    line-height: 1;
    /*padding:10px 15px 18px*/
    padding: 0px 15px;
}

.join-team-detail .bot-sec {
    background: #fff;
    padding: 15px 0;
    border-radius: 0 0 15px 15px;
}

.three-search {
    padding: 20px 0;
    margin-bottom: 0;
}

    .three-search .left-addon {
        margin-bottom: 0;
    }

.table.approval tr th:first-child {
    text-align: right;
    color: #999;
}

.pagn .ng-scope.ng-isolate-scope {
    clear: both;
    float: none;
    padding-top: 30px;
}
/*----------------------- Join Team css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- Self Directed css start -------------------------*/
.self-directed-body {
    background-size: cover;
}

.content-final-style-8 {
    background: #8dc440;
    padding: 25px;
}

    .content-final-style-8 h2 {
        font-size: 35px;
        color: #fff;
        margin-top: 0;
    }

    .content-final-style-8 select {
        width: 60%;
        border-radius: 30px;
    }

    .content-final-style-8 img {
        margin-right: 10px;
        width: 60px;
        margin-top: 10px;
    }

.selfdirected-box1 {
    background: #fff;
    padding: 45px 10px 25px;
    border-bottom: 5px solid #e51373;
    margin-top: 15px;
}

    .selfdirected-box1 p {
        font-size: 22px;
        color: #e51373;
    }

.selfdirected-box2 {
    background: #fff;
    padding: 45px 10px 25px;
    border-bottom: 5px solid #37378e;
    margin-top: 15px;
}

    .selfdirected-box2 p {
        font-size: 22px;
        color: #37378e;
    }

.selfdirected-box3 {
    background: #fff;
    padding: 45px 10px 25px;
    border-bottom: 5px solid #992687;
    margin-top: 15px;
}

    .selfdirected-box3 p {
        font-size: 22px;
        color: #992687;
    }

.selfdirected-box4 {
    background: #fff;
    padding: 45px 10px 25px;
    border-bottom: 5px solid #17aaf1;
    margin-top: 15px;
}

    .selfdirected-box4 p {
        font-size: 22px;
        color: #17aaf1;
    }

.selfdirected-box5 {
    background: #fff;
    padding: 45px 10px 25px;
    border-bottom: 5px solid #78af2b;
    margin-top: 15px;
}

    .selfdirected-box5 p {
        font-size: 22px;
        color: #8dc440;
    }

.selfdirected-box6 {
    background: #fff;
    padding: 45px 10px 25px;
    padding-left: 25px;
    border-bottom: 5px solid #424242;
    margin-top: 15px;
}

    .selfdirected-box6 p {
        font-size: 22px;
        color: #424242;
        border-bottom: 1px solid #ddd;
    }

.simp-btn {
    background: #17aaf1;
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
    display: block;
    text-align: center;
    margin-top: 25px;
    text-decoration: none;
}

    .simp-btn:hover, .blnk-btn:hover {
        text-decoration: none;
        color: #fff;
    }

.right-selfdirected-box {
    background: #7aab36;
}

    .right-selfdirected-box h2 {
        font-size: 25px;
        margin-top: 25px;
    }

    .right-selfdirected-box label {
        color: #fff;
    }

    .right-selfdirected-box select {
        width: 100%;
    }

.blnk-btn {
    background: #cdcdcd;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    text-decoration: none;
    display: inline-block;
}

.right-selfdirected-box .table {
    background: #fff;
}


    .right-selfdirected-box .table td {
        border: 0;
    }

    .right-selfdirected-box .table tr:last-child td {
        padding: 0;
    }

/*----------------------- Self Directed css end -------------------------*/

/*xxxxxxxxxxxxxxxxxxxxxxx


/*----------------------- start a team css end -------------------------*/

.start-a-team-body {
    background-size: 100%;
    padding-bottom: 50px;
    background-position: 0 45px;
}

.fitness-log-body {
    background-size: cover;
    padding-bottom: 50px;
}

.content-final-style-9 {
    background: #f3f3f3;
    padding: 25px;
}

    .content-final-style-9 .panel-custom {
        background: #F3F3F3;
    }

    .content-final-style-9 .panel-body {
        padding: 30px 0;
    }

    .content-final-style-9 select {
        border-radius: 4px;
        border: 0;
    }

    .content-final-style-9 .collapse {
        transition: height 0.25s ease-in;
    }

        .content-final-style-9 .collapse.in {
            display: block;
            height: auto !important;
        }

h4.accordion-toggle {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

    h4.accordion-toggle span {
        color: #17AAF0;
        font-size: 16px;
        margin-left: 5px;
    }

.btn-link {
    padding: 0;
}

.accordion-content {
    display: none;
}

    .accordion-content ul {
        padding: 0;
        margin-top: 15px;
        list-style-type: none;
    }

        .accordion-content ul li {
            position: relative;
        }

            .accordion-content ul li.team-mem-clr {
                color: #17AAF0;
            }

            .accordion-content ul li::before {
                content: " ";
                width: 7px;
                height: 7px;
                display: block;
                border-radius: 100%;
                background: #7B7B7B;
                position: absolute;
                left: -15px;
                top: 7px;
            }

            .accordion-content ul li.team-mem-clr::before {
                background: #8DC540;
            }

            .accordion-content ul li span {
                margin-left: 10px;
                font-size: 75%;
            }

    .accordion-content span.glyphicon-ok,
    .inner-table span.glyphicon-ok {
        color: #8DC540;
        cursor: pointer;
    }

    .accordion-content span.glyphicon-remove,
    .inner-table span.glyphicon-remove {
        color: #464646;
        cursor: pointer;
    }

    .accordion-content.default {
        display: block;
    }

.img-team-ic {
    width: 29px;
    margin-right: 10px;
}

.multi-checkbox {
    width: 25%;
}

.content-final-style-9 .approve-btn {
    background: #45bbf4;
    color: #fff;
    border-radius: 30px;
    padding: 13px 40px;
    text-decoration: none;
    display: inline-block;
    border: 0;
    /* margin-left: 19px;*/
    margin-top: 24px;
}

.form-control.select-team {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 0 0;
    background: #F3F3F3;
}

.right-startteam-box {
    background: #fff;
}

    .right-startteam-box h2 {
        font-size: 20px;
    }

.team-accordion ul li {
    line-height: 1;
    color: #464645;
}

.team-accordion ul {
    list-style: none;
    padding-left: 15px;
}

    .team-accordion ul li:before {
        content: "•";
        font-size: 150%; /* or whatever */
        padding-right: 5px;
        display: inline-block;
    }

    .team-accordion ul li.team-mem-clr {
        font-weight: bold;
        color: #45bbf4;
        font-weight: bold;
    }

        .team-accordion ul li.team-mem-clr:before {
            color: #8dc440;
        }


.team-accordion .panel-default {
    border: 0;
}

    .team-accordion .panel-default > .panel-heading {
        background: transparent;
    }

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0 !important;
}

.team-accordion .team-accordion-a {
    display: block;
    text-decoration: none;
    color: #464646;
}

.team-accordion .glyphicon {
    font-size: 12px;
}

.inner-table {
    max-width: 400px;
    margin: auto;
}

.l1 {
    max-width: 800px;
}

.l2 {
    max-width: 90%;
}

    .l0.progress-table,
    .l1 .table,
    .l2 .table {
        background-color: rgba(69, 187, 244, 0.39);
    }

        .inner-table thead tr, .l0.progress-table thead {
            background: #eee;
        }

.team-accordion .cir {
    background: #45bbf4;
    border-radius: 50%;
    padding: 3px;
    color: #fff;
}

.chat-room {
    /*border: 2px solid #d2d2d2;
	border-radius: 15px;
	margin-top: 45px;*/
    /*height:550px;*/
    position: relative;
    overflow: auto;
}

    .chat-room .panel-body {
        margin-top: 0;
        padding-top: 0;
    }

    .chat-room .chat-room-left {
        background: #8dc440;
        color: #fff;
        max-height: 400px !important;
        min-height: 400px;
        overflow-y: scroll;
        border-radius: 0 0 0 6px;
    }

        .chat-room .chat-room-left a.select {
            color: #fff;
            display: block;
            background: #7fb039;
            border-radius: 30px;
            margin-bottom: 15px;
            padding: 10px 20px;
        }

        .chat-room .chat-room-left a {
            color: #fff;
            display: block;
            margin-bottom: 15px;
            padding: 10px 17px;
            text-decoration: none;
        }

.chat-room-right {
    background: #fff;
    max-height: 400px;
    min-height: 400px;
    overflow-y: scroll;
    /*position: absolute;
	right: 0;
	height: 100%;*/
    /* border-radius:0 10px 10px 0;*/
}

    .chat-room-right h2 span {
        font-size: 16px;
    }

    .chat-room-right .chat-members {
        font-family: 'unisansbold';
    }

        .chat-room-right .chat-members span {
            color: #45bbf4;
        }

    .chat-room-right .chat-head {
        background: #c9f489;
        padding: 15px 10px;
        width: 60%;
        border-radius: 15px;
        margin-bottom: 25px;
    }

    .chat-room-right .mar-left {
        margin-left: 40%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .chat-room-right .chat-head .chat-name {
        /*font-family: 'unisansbold'; */
        color: #464646;
    }

        .chat-room-right .chat-head .chat-name img {
            width: 32px;
            height: 32px;
            margin-right: 10px;
            border-radius: 100px;
        }

    .chat-room-right .chat-head .chating {
        /*font-family: 'unisansbold'; */
        color: #666666;
    }

    .chat-room-right .send-chat {
        /*position: absolute;
	bottom: 0;*/
        width: 95%;
        margin-top: 25px;
    }

        .chat-room-right .send-chat textarea {
            width: 80%;
            float: left;
            border: 0;
            margin-bottom: 35px;
            box-shadow: none;
            border: 0;
            resize: none;
        }

        .chat-room-right .send-chat a {
            border-radius: 30px;
            background: #45bbf4;
            color: #fff;
            padding: 10px 25px;
            margin: 10px 0 25px 40px;
            display: inline-block;
            text-decoration: none;
        }

.sendchatbtn {
    background: #14abf3;
    padding: 0 20px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 25px;
    text-decoration: none;
    font-family: UniSansRegular;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    border-radius: 15px;
}

.send-chat #btnsend {
    float: right;
    margin-top: 6px;
}
/*----------------------- start a team css end -------------------------*/

/*  xxxxxxxxxxxxxxxxxxx  */


/*----------------------- team-challange  css start -------------------------*/

.team-challange-body {
    background-size: cover;
}

.content-final-style-10 {
    background: #0679b8;
    padding: 20px 40px;
}

.team-challange-left {
    background: #fff;
    padding: 15px;
}


.team-challange-right {
    background: #fff;
    padding: 20px 0 0;
}

.content-final-style-10 .top h2, .content-final-style-10 .top h2 + p {
    color: #fff;
}

.team-challange-left h2 {
    color: #424242;
    font-size: 18px;
}

.team-challange-left select {
    border-radius: 30px;
    width: 80%;
    margin: 0 auto;
}

.vs-class2 {
    /*border-top: 1px solid #0679b8;
	border-bottom: 1px solid #0679b8;*/
}

.vs-class {
    position: relative;
    /*border-right: 1px solid #0679b8;
	border-top: 1px solid #0679b8;
	border-bottom: 1px solid #0679b8;
	margin-bottom: 30px;*/
}

    .vs-class:after {
        content: '';
        position: absolute;
        display: block;
        height: 100px;
        width: 40px;
        background-size: 30px;
        z-index: 1;
        right: -20px;
        top: 0;
    }

.team-challange-left .table tr th {
    border: 0;
}

    .team-challange-left .table tr th:first-child {
        color: #999;
    }

    .team-challange-left .table tr th img {
        width: 28px;
    }

.team-challange-right h2 {
    color: #424242;
    font-size: 18px;
}


.team-challange-right h3 {
    color: #424242;
    font-size: 16px;
    margin-bottom: 0;
}

    .team-challange-right h3 + p {
        color: #17aaf1;
        font-size: 14px;
        padding-bottom: 12px;
        font-weight: bold;
        display: block;
    }

.content-final-style-10 .team-chal {
    background: #17aaf1;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    margin: 15px auto;
    display: inline-block;
}

#frmCustomer .team-chal {
    border-radius: 30px;
}

.challenge-image {
    padding: 15px 0;
}

    .challenge-image img {
        max-width: 70px;
        margin: auto;
    }

    .challenge-image span {
        margin: auto;
        color: #ddd;
    }

.team-control {
    background-image: none !important;
    color: #000;
    text-shadow: none;
    bottom: unset;
    top: -33px;
    font-size: 1.25rem;
}

    .team-control:hover,
    .team-control:focus {
        color: #000;
        font-weight: normal;
    }

    .team-control:focus {
        opacity: 0.5;
    }

    .team-control.left {
        left: unset;
        right: 20px;
    }

.imagename {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #333 !important;
}

.status {
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}
/*----------------------- team-challange  css end -------------------------*/


/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


/*----------------------- KPI Dashboard css start -------------------------*/

.kpi-body {
    background: #131518;
}

.content-final-style-11 {
    background: #212121;
    padding: 25px 45px;
}

.pad-no {
    padding-left: 1px;
    padding-right: 1px;
}

.kpi-dash {
    height: auto !important;
    /*max-height: 230px;*/
    max-height: inherit;
    margin-top: 2px;
}

    .kpi-dash .ab-parent {
        margin: 0px auto;
    }

.kpi-sec-1 {
    background: #17aaf1;
}

    .kpi-sec-1 .ab {
        background-color: #45bbf4 !important;
        background-image: linear-gradient(324deg, transparent 50%, #45bbf4 50%), linear-gradient(90deg, #45bbf4 50%, transparent 50%);
    }

    .kpi-sec-1 .cir {
        background-color: #17aaf1 !important;
    }


.kpi-sec-2 {
    background: #811848;
}

    .kpi-sec-2 .ab {
        background-color: #9c4a70 !important;
        background-image: linear-gradient(324deg, transparent 50%, #9c4a70 50%), linear-gradient(90deg, #9c4a70 50%, transparent 50%);
    }

    .kpi-sec-2 .cir {
        background-color: #811848 !important;
    }

.kpi-sec-3 {
    background: #c23c1d;
}

    .kpi-sec-3 .ab {
        background-color: #ce644b !important;
        background-image: linear-gradient(324deg, transparent 50%, #ce644b 50%), linear-gradient(90deg, #ce644b 50%, transparent 50%);
    }

    .kpi-sec-3 .cir {
        background-color: #c23c1d !important;
    }

.kpi-sec-4 {
    background: #06a581;
}

    .kpi-sec-4 .ab {
        background-color: #38b79a !important;
        background-image: linear-gradient(324deg, transparent 50%, #38b79a 50%), linear-gradient(90deg, #38b79a 50%, transparent 50%);
    }

    .kpi-sec-4 .cir {
        background-color: #06a581 !important;
    }

.kpi-sec-5 {
    background: #c81f1f;
}

    .kpi-sec-5 .ab {
        background-color: #ce3636 !important;
        background-image: linear-gradient(324deg, transparent 50%, #ce3636 50%), linear-gradient(90deg, #ce3636 50%, transparent 50%);
    }

    .kpi-sec-5 .cir {
        background-color: #c81f1f !important;
    }

.kpi-sec-6 {
    background: #5b1dc2;
}

    .kpi-sec-6 .ab {
        background-color: #6c34c8 !important;
        background-image: linear-gradient(324deg, transparent 50%, #6c34c8 50%), linear-gradient(90deg, #6c34c8 50%, transparent 50%);
    }

    .kpi-sec-6 .cir {
        background-color: #5b1dc2 !important;
    }


.kpi-sec-7 {
    background: #93be0e;
}

    .kpi-sec-7 .ab {
        background-color: #9ec528 !important;
        background-image: linear-gradient(324deg, transparent 50%, #9ec528 50%), linear-gradient(90deg, #9ec528 50%, transparent 50%);
    }

    .kpi-sec-7 .cir {
        background-color: #93be0e !important;
    }

.kpi-sec-8 {
    background: #0177e5;
}

    .kpi-sec-8 .ab {
        background-color: #1b85e8 !important;
        background-image: linear-gradient(324deg, transparent 50%, #1b85e8 50%), linear-gradient(90deg, #1b85e8 50%, transparent 50%);
    }

    .kpi-sec-8 .cir {
        background-color: #0177e5 !important;
    }


.kpi-sec-9 {
    background: #1A9D2B;
}

    .kpi-sec-9 .ab {
        background-color: #39B980 !important;
        background-image: linear-gradient(324deg, transparent 50%, #39B980 50%), linear-gradient(90deg, #39B980 50%, transparent 50%);
    }

    .kpi-sec-9 .cir {
        background-color: #1A9D2B !important;
    }

/*Lets get movin*/

.kpi-sec-11 {
    background: #56a98ce3;
}

    .kpi-sec-11 .ab {
        background-color: #1b85e8 !important;
        background-image: linear-gradient(324deg, transparent 50%, #1b85e8 50%), linear-gradient(90deg, #1b85e8 50%, transparent 50%);
    }

    .kpi-sec-11 .cir {
        background-color: #0177e5 !important;
    }
/*Live in the more*/

.kpi-sec-12 {
    background: #b5125d;
}

    .kpi-sec-12 .ab {
        background-color: #1b85e8 !important;
        background-image: linear-gradient(324deg, transparent 50%, #1b85e8 50%), linear-gradient(90deg, #1b85e8 50%, transparent 50%);
    }

    .kpi-sec-12 .cir {
        background-color: #0177e5 !important;
    }

/*Planet mackie*/

.kpi-sec-13 {
    background: #cc5235;
}

    .kpi-sec-13 .ab {
        background-color: #1b85e8 !important;
        background-image: linear-gradient(324deg, transparent 50%, #1b85e8 50%), linear-gradient(90deg, #1b85e8 50%, transparent 50%);
    }

    .kpi-sec-13 .cir {
        background-color: #0177e5 !important;
    }

/*All About Dog*/
.kpi-sec-14 {
    background: #0177e5;
}

    .kpi-sec-14 .ab {
        background-color: #1b85e8 !important;
        background-image: linear-gradient(324deg, transparent 50%, #1b85e8 50%), linear-gradient(90deg, #1b85e8 50%, transparent 50%);
    }

    .kpi-sec-14 .cir {
        background-color: #0177e5 !important;
    }

.content-final-style-12 {
    background: #00315a;
    padding: 25px 45px;
}


.kpi-dash-table h2 {
    font-size: 20px;
    background: #0177e5;
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
}

.kpi-dash-table .table td, .kpi-dash-table .table th {
    border: 0;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}


/**/
.kpi-dash-table .table tr:first-child {
    background: #1c1c1c !important;
    color: #fff !important;
}

.kpi-dash-table .table tr:nth-child(even) {
    background: #fff;
    color: #333333;
    font-weight: bold;
}

.kpi-dash-table .table tr:nth-child(odd) {
    background: #e0e0e0;
    color: #333333;
    font-weight: bold;
}

.no-mar-cus {
    margin-top: 4em !important;
}

.content-final-style-12 .pagination {
    margin: 0;
    border-radius: 0;
}

    .content-final-style-12 .pagination > li > a, .pagination > li > span {
        padding: 0px 6px;
        background: #9aa3a8;
        color: #fff;
        border-radius: 0;
        font-size: 12px;
    }

    .content-final-style-12 .pagination > li > a {
        background: transparent;
        border: 0;
        font-size: 18px;
        margin-right: 15px;
    }

        .content-final-style-12 .pagination > li > a.select, .cmpny-news-body .pagination li.active a, #commentdivkpi .pagination li.active a {
            background: #17aaf1;
            padding: 0 5px;
        }
/*----------------------- KPI Dashboard css end -------------------------*/
/*----------------------- KPI Dashboard 2 css start -------------------------*/


.kpi-body-2 {
    background-size: 100%;
    /*background-size: contain;*/
}

.bg-clr-heading .black-color-h2 {
    color: #333;
    font-size: 23px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.black-color-h2 .green1,
.main-title .green1,
.PageStatistics h3.green1, h4.green1,
.kpi-sec .green1,
.guideStat .green1 {
    color: #8dc440;
}

.greeen-hr {
    max-width: 350px;
    border-bottom: solid 2px #8dc440;
    margin-left: 25px;
}

.description {
    color: #fff;
}

.content-final-style-13 {
    background: #6A135C;
    border-bottom: solid 1px #fff;
}

.content-final-style-14 {
    background: #37378F;
}

.custom-container {
    width: 90%;
}

    .custom-container .container-inner {
        width: 100%;
    }

.KPIDetailsTitle {
    color: #FFF;
    margin: 0;
}

.content-final-style-13 .main-title {
    font-family: 'UniSansLight';
    font-size: 5rem;
    margin-bottom: 3rem;
}
.PageStatistics{
    padding-bottom:50px;
}
.PageStatistics h2 {
    color: #FFF;
}

.PageStatistics h3 {
    font-size: 2rem;
}

.percentageBox {
    max-width: 150px;
    border: solid 1px #8dc440;
    padding: 10px;

}

    .percentageBox .bg {
        background: #8dc440;
        opacity: 0.2;
        height: 15px;
        margin: -10px -10px 0;
    }

    .percentageBox h4 {
        color: #FFF;
        font-family: 'UniSansSemiBold';
/*        font-size: 2.1rem;
*/
text-align: center;
    }

.perc {
    color: #8dc440;
    font-family: 'UniSansLight';
    font-size: 5rem;
    line-height: 50px;
}

.pop {
    font-family: 'UniSansLight';
    color: #FFF;
    font-size: 2rem;
}

.Pagecompletion h3 {
    font-family: 'UniSansLight';
    color: #FFF;
    font-size: 2.5rem;
}

.Pagecompletion .kpi-sec,
.Pagecompletion .cir {
    background: #6A135C !important;
}

    .Pagecompletion .kpi-sec .ab {
        background-color: rgba(255,255,255,0.1) !important;
    }

.kpi-sec p {
    padding-top: 16px;
    position: static;
}

.guideStat {
    background: #37378E;
    text-align: center;
    padding: 0 30px;
    /*border-right: solid 1px #fff;*/
}

    .guideStat h3 {
        font-family: 'UniSansLight';
        font-size: 3rem;
        color: #FFF;
    }

    .guideStat h4 {
        font-family: 'UniSansLight';
        text-align: center;
        font-size: 2rem;
        color: #FFF;
    }

    .guideStat .kpi-sec,
    .guideStat .cir {
        background: #37378E !important;
    }

        .guideStat .kpi-sec .ab {
            background-color: rgba(255,255,255,0.1) !important;
        }

.MenuUsage {
    background: #181B4C;
    text-align: center;
    border-left: solid 1px #fff;
}

    .MenuUsage h2 {
        font-family: 'UniSansLight';
        color: #FFF;
        font-size: 5rem;
    }

    .MenuUsage h3 {
        font-family: 'UniSansLight';
        font-size: 2rem;
        margin-bottom: 0;
    }

    .MenuUsage .kpi-sec,
    .MenuUsage .cir {
        background: #181B4C !important;
        height: initial;
    }

        .MenuUsage .kpi-sec .ab {
            background-color: rgba(255,255,255,0.1) !important;
        }

        .MenuUsage .kpi-sec .ab-parent,
        .MenuUsage .kpi-sec .ab,
        .MenuUsage .perc,
        .MenuUsage .cir {
            width: 100px !important;
            height: 100px !important;
        }

    .MenuUsage .cir {
        width: 90px !important;
        height: 90px !important;
    }

    .MenuUsage .perc {
        line-height: 100px !important;
    }

.atHome {
    color: #f733e7;
}

.atWork {
    color: #33b4f7;
}

.onTheGo {
    color: #f7d433;
}

.justForYou {
    color: #8dc440;
}

.article {
    color: #FFF;
    text-align: left;
}

    .article .title {
        font-family: 'UniSansLight';
        font-size: 1.75rem;
    }

    .article a {
        color: inherit;
    }

.comments {
    text-align: left;
}

    .comments h2 {
        font-size: 3rem;
    }

.commentsN {
    width: 105px;
    height: 103px;
    color: #FFF;
    text-align: center;
    font-family: 'UniSansLight';
    font-size: 3.5rem;
    /*position: relative;*/
    line-height: 103px;
}

    .commentsN span {
        /*display: block;
	position: absolute;
	left: 13px;
	top: 30px;*/
        margin-right: 15px;
    }

.comments h4.green {
    color: #8dc440;
    /*margin: 0;*/
    font-size: 2rem;
}

.side-menu {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}

    .side-menu .navbar {
        border: none;
    }

    .side-menu .navbar-header {
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }

    .side-menu .navbar-nav .active a {
        background-color: transparent;
        margin-right: -1px;
        border-right: 5px solid #e7e7e7;
    }

    .side-menu .navbar-nav li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }

        .side-menu .navbar-nav li a {
            padding: 15px;
        }

            .side-menu .navbar-nav li a .glyphicon {
                padding-right: 10px;
            }

    .side-menu #dropdown {
        border: 0;
        margin-bottom: 0;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }

        .side-menu #dropdown .caret {
            float: right;
            margin: 9px 5px 0;
        }

        .side-menu #dropdown .indicator {
            float: right;
        }

        .side-menu #dropdown > a {
            border-bottom: 1px solid #e7e7e7;
        }

        .side-menu #dropdown .panel-body {
            padding: 0;
            background-color: #f3f3f3;
        }

            .side-menu #dropdown .panel-body .navbar-nav {
                width: 100%;
            }

                .side-menu #dropdown .panel-body .navbar-nav li {
                    padding-left: 15px;
                    border-bottom: 1px solid #e7e7e7;
                }

                    .side-menu #dropdown .panel-body .navbar-nav li:last-child {
                        border-bottom: none;
                    }

            .side-menu #dropdown .panel-body .panel > a {
                margin-left: -20px;
                padding-left: 35px;
            }

            .side-menu #dropdown .panel-body .panel-body {
                margin-left: -15px;
            }

                .side-menu #dropdown .panel-body .panel-body li {
                    padding-left: 30px;
                }

                    .side-menu #dropdown .panel-body .panel-body li:last-child {
                        border-bottom: 1px solid #e7e7e7;
                    }


/*----------------------------------------------------------------------------*/

.bg-clr-heading-dash {
    text-align: right;
    float: right;
}

div {
}

/*----------------------- Lets get started  ---------------------------------*/
.lets-get-started-body {
    background-size: cover;
    padding: 160px 0;
}

.get-started {
    max-width: 810px;
    margin: auto;
    text-align: center;
    color: #FFF;
}

    .get-started .welcome {
        font-size: 4em;
        line-height: 1;
        color: #FFF;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .get-started .logo {
        width: 265px;
        margin: auto;
    }

    .get-started p {
        font-size: 1.75em;
        margin-top: 100px;
        padding-bottom: 40px;
        border-bottom: solid 1px #fff;
    }

    .get-started .ready {
        font-size: 3.75em;
        line-height: 1;
        color: #FFF;
        margin-top: 20px;
        margin-bottom: 30px;
    }

.c-btn {
    background-color: #17AAF1;
    color: #FFF;
    border-radius: 50px;
}

.get-started .started {
    display: inline-block;
    font-size: 1.75em;
    width: 45%;
    height: 60px;
    line-height: 60px;
    min-width: 250px;
}

.video-model {
    background-color: rgba(224,224,224,0.95);
    text-align: center;
    padding: 0 !important;
}

    .video-model:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .video-model .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .video-model .modal-content {
        position: relative;
        background-color: transparent;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .video-model .modal-body {
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 0px 4px rgba(0,0,0,.3);
        box-shadow: 0 0px 4px rgba(0,0,0,.3);
        padding: 10px;
    }

        .video-model .modal-body .btn-next, .video-model .modal-body .btn-prev {
            position: absolute;
            display: block;
            top: 50%;
            transform: translateY(-50%);
        }

        .video-model .modal-body .btn-next {
            right: -60px;
        }

        .video-model .modal-body .btn-prev {
            left: -60px;
        }

    .video-model .modal-header {
        padding: 0;
        border: 0;
    }

    .video-model .close {
        width: 45px;
        height: 45px;
        margin: 0;
        opacity: 1;
    }

    .video-model .modal-title {
        font-size: 4em;
        color: #353535;
    }

.video-wrapper {
    position: relative;
}

    .video-wrapper > video {
        width: 100%;
        vertical-align: middle;
    }

        .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
            display: none;
        }

.video-overlay-play-button {
    box-sizing: border-box;
    width: 92px;
    height: 92px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background: transparent;
    transition: opacity 150ms;
}

    .video-overlay-play-button:hover {
        opacity: 1;
    }

    .video-overlay-play-button.is-hidden {
        display: none;
    }

/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.space15 {
    height: 15px;
    content: "";
    clear: both;
}

.l-nav {
    display: none;
}

.l-page {
    margin-left: 0;
}

.btn-next-ctn {
    position: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-prev-ctn {
    position: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 999;
}

button.next-btn {
    display: block;
    width: 45px;
    height: 45px;
    border: 0;
}

button.prev-btn {
    display: block;
    width: 45px;
    height: 45px;
    border: 0;
}

.center-video {
    text-align: center;
}

.dis-blk {
    display: block !important;
}

.single-article-body {
}

    .single-article-body .content-final {
        background: #f3f3f3;
        margin-top: 300px;
    }


    .single-article-body .content-final1 {
        margin-top: 300px;
    }

.single-article {
    max-width: 900px;
}

.single-heading h1 {
    font-size: 24px;
}

.single-heading .date {
    color: #A5A5A5;
}

.single-content h2 {
    font-size: 20px;
}

.single-comment .user-image {
    width: 50px;
    height: 50px;
    border: solid 2px #14ABF3;
    border-radius: 100%;
    overflow: hidden;
}

    .single-comment .user-image img {
        width: 50px;
        height: 50px;
    }

.single-comment .label-cmt {
    font-size: 18px;
    display: block;
    margin: 20px auto;
}

.single-comment .user-cmt {
    /*background: #FFF;*/
    height: 55px;
    padding: 0 20px;
    margin-left: 15px;
}

    .single-comment .user-cmt .radiodiv {
        margin-top: 15px;
    }

    .single-comment .user-cmt .radio .radio-inline + .radio-inline {
        margin-left: 25px;
        padding-left: 25px;
    }

.single-comment .cmt-btn a {
    background: #17aaf1;
    color: #fff;
    text-decoration: none;
    /*padding: 10px 30px;*/
    height: 55px;
    line-height: 55px;
    width: 100px;
    text-align: center;
    display: inline-block;
}

.survey-box {
    max-width: 700px;
    padding: 0;
    margin: auto;
    margin-top: 50px;
}

.survey-cont {
    background-color: white;
    padding-left: 20px;
    padding-top: 20px;
    /*min-height:350px;*/
}

    .survey-cont .myclass {
        min-height: 200px;
    }

    .survey-cont .question {
        display: block;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .survey-cont .option {
        margin: 10px 0;
    }

.custom-video-title {
    font-size: 24px;
    color: #FFF;
    margin-bottom: 20px;
}

.modal-voice {
    background-color: rgba(255,255,255,0.9);
}

    .modal-voice .user-container {
        padding: 0 15px;
    }

    .modal-voice .modal-header {
        border: 0;
        padding-bottom: 5px !important;
    }

    .modal-voice .modal-body {
        padding-top: 5px;
    }

    .modal-voice .modal-content {
        border-radius: 0;
        box-shadow: none;
        border: 0;
    }

    .modal-voice h5 {
        color: #14abf3;
        margin: 0;
        font-size: 20px;
    }

    .modal-voice h4 {
        font-size: 22px;
    }

.close-custom {
    width: 26px;
    position: absolute;
    z-index: 9999;
    right: -22px;
    top: 10px;
}

.modal-voice .btn-admin {
    margin-bottom: 0;
}

.profile {
    margin: 10px 0;
}

.errortext {
    color: white;
}

.content-final.pad-0 {
    padding: 0;
}

.top-rc-nav {
    background: #FFF;
    padding: 0 25px;
}

.top-rc {
    margin-bottom: 0;
}

    .top-rc > li a {
        font-size: 20px;
        color: #353535;
        display: block;
        padding: 20px 0;
        margin: 0 15px;
        border-bottom: solid 4px #FFF;
    }

        .top-rc > li a.active {
            font-family: 'UniSansSemiBold';
            color: #17AAF1;
            border-color: #17AAF1;
        }

.RC-inner-container {
    width: 100%;
}

.content-final-style-RC {
    background: #F3F3F3;
    padding: 35px 25px;
}

    .content-final-style-RC .headings h1 {
        margin-top: 0;
        font-size: 40px;
    }

    .content-final-style-RC .headings p {
        font-size: 18px;
    }

.body-rc {
    margin-top: 40px;
}

.left-nav-rc {
    background: #FFF;
}

    .left-nav-rc ul {
        margin: 0;
    }

    .left-nav-rc a, .left-nav-rc button {
        font-size: 16px;
        color: #424242;
        display: block;
        padding: 16px 0 16px 35px;
        border-left: solid 4px #FFF;
    }

    .left-nav-rc button {
        border: 0;
        background: transparent;
    }

    .left-nav-rc a.active {
        color: #17AAF1;
        border-color: #17AAF1;
    }

.right-op-box {
    background: #FFF;
    /*min-width: 665px;*/
    padding: 0;
}

.fast-research-right {
    width: 75%;
}

.table-title-box {
    background: #17AAF0;
    padding: 15px;
}

    .table-title-box .title {
        color: #FFF;
        font-size: 20px;
    }

    .table-title-box .btn-goup {
        display: inline-block;
        float: right;
    }

    .table-title-box .btn {
        background: #FFF;
        padding: 0 20px;
        color: #969696;
        font-size: 14px;
        height: 26px;
        line-height: 28px;
        display: inline-block;
        text-align: center;
        border-radius: 20px;
        border: 0;
    }

.rc-table {
    margin: 0 20px;
}

    .rc-table thead td {
        font-size: 13px;
        color: #969696;
    }

    .rc-table tbody tr td {
        border: 0;
        word-break: break-all;
    }

.actions {
    position: relative;
}

.actions-open {
    background: #17AAF0;
    width: 60px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: -10px;
    top: 28px;
    display: none;
}

    .actions-open.show {
        display: block;
    }

    .actions-open::before {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #17AAF0;
        position: absolute;
        content: " ";
        display: block;
        top: -6px;
        left: 50%;
        margin-left: -6px;
    }

    .actions-open a {
        display: block;
        padding: 14px 0 6px;
    }

/*new category popup*/
.new_category {
    background-color: rgba(255,255,255,0.7);
}

    .new_category .modal-content {
        border-radius: 0px;
        border: 0;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
    }

    .new_category .modal-header {
        background: #8CC43F;
        color: #FFF;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .new_category .modal-title {
        font-size: 36px;
        padding: 0;
        padding-left: 30px;
    }

    .new_category .modal-footer {
        border-top: 0;
        text-align: left;
    }

    .new_category label {
        font-family: 'UniSansSemiBold';
        font-size: 16px;
        font-weight: normal;
        color: #989898;
    }

    .new_category .coding-container {
        padding: 30px;
    }

        .new_category .coding-container .btn-admin {
            margin-bottom: 0;
            font-size: 20px;
            height: 36px;
            line-height: 36px;
            padding-top: 0;
            padding-bottom: 0;
        }

        .new_category .coding-container input,
        .new_category .coding-container textarea {
            color: #424242;
            font-family: 'UniSansRegular';
            font-size: 16px;
            border-left: 0;
            border-right: 0;
            border-top: 0;
            border-bottom: 1px solid #e8e8e8;
            box-shadow: 0 0 0 0;
            resize: none;
        }

.add-new-cat {
    border: 0;
    background: #8CC43F;
    font-size: 50px;
    color: #FFF;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 75px;
    float: right;
    margin: 20px 0 0 0;
}

/*articles*/
.body-fr {
    margin-top: 0;
}

.articles {
    background: #FFF;
    padding: 20px;
}

.single-article {
    margin-bottom: 25px;
}

    .single-article h1 {
        font-size: 17px;
        color: #17aaf1;
        margin: 0;
        margin-bottom: 10px;
    }

    .single-article a {
        font-size: 16px;
        color: #999999;
        word-wrap: break-word;
    }

    .single-article p {
        color: #424242;
        font-size: 14px;
        margin-top: 10px;
    }

.article-pagination.pagination {
    display: block;
    max-width: 215px;
    margin: 20px auto;
}

    .article-pagination.pagination > li {
        display: inline-block;
    }

        .article-pagination.pagination > li > a, .article-pagination.pagination > li > span {
            background: transparent;
            border: 0;
            color: #000;
            line-height: 20px;
            padding: 5px;
            margin: 0 5px;
        }

            .article-pagination.pagination > li > a:hover {
                background: #17aaf1;
                color: #FFF;
            }

        .article-pagination.pagination > li:first-child > a, .article-pagination.pagination > li:first-child > span,
        .article-pagination.pagination > li:last-child > a, .article-pagination.pagination > li:last-child > span {
            font-size: 20px;
        }

.back {
    text-align: right;
}

    .back a {
        background: #14abf3;
        border-radius: 50px;
        padding: 3px 20px;
        display: inline-block;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 0px;
        text-decoration: none;
    }


.fast-research-inner-body {
    background-size: 100%;
}

.team-modal .modal-backdrop {
    background-color: #0000ff;
}

.team-modal {
    text-align: center;
}

    .team-modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .team-modal .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .team-modal .modal-content {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        background: transparent;
        border-radius: 0px;
    }

    .team-modal .modal-header {
        padding: 0;
        background: #FFF;
    }

    .team-modal .modal-body {
        padding: 0;
    }

.team-data {
    background: #FFF;
}

    .team-data .table {
        margin-bottom: 0;
    }

/*----------------------- Self Directed activities css start -------------------------*/
.self-directed-activities {
    background-size: 100%;
}

    .self-directed-activities .content-final {
        margin-top: 30px;
    }

.self-directed-activities1 {
    background-size: 100%;
}

    .self-directed-activities1 .content-final {
        margin-top: 210px;
    }

.green-head {
    font-family: UniSansBold;
    color: #82e846 !important;
    font-size: 50px;
    margin-left: 12px;
    margin-top: 190px;
    /*text-shadow:0 0 2px #000;*/
}

h1.green-head.shadow {
    position: relative;
    margin-right: 115px;
}

    h1.green-head.shadow::after, h1.green-head.shadow::before {
        /*position: absolute;
	z-index: 1;
	right: 0;
	bottom: -31px;
	left: 0;
	display: block;
	content: 'Self Directed Activities';
	transform: scaleY(-1);
	opacity: 0.1;*/
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 27px;
        left: 0px;
        transform: scaleY(-1);
        transform-origin: bottom;
    }

    h1.green-head.shadow::after {
        content: attr(data-content);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(156, 216, 84, 0.5) 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.bg-clr-heading .black-color {
    color: #353535;
    padding-left: 25px;
}

.bg-clr-heading h3 {
    padding: 5px 5px 0 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.fitness-activities-content {
    /*background: #f3f3f3;*/
    background: #8dc440;
}

    .fitness-activities-content h2 {
        color: #353535;
        margin-bottom: 0;
    }

    .fitness-activities-content p {
        color: #464646;
        font-size: 18px;
        margin: 0;
    }

.selfactivity-container {
    margin-bottom: 30px;
}

.selfactivity {
    /*margin-right: 25px;*/
    float: left;
}

    .selfactivity img {
        max-width: 80px;
        width: 100%;
        cursor: pointer;
    }

.selfactivity-form h4 {
    font-family: 'UniSansSemiBold';
    float: left;
    width: 100px;
}

.selfactivity-form .form-group {
    float: left;
}

.selfactivity-form td.form-group {
    float: none;
}

.search-mark {
}

.selfactivity-form .form-control {
    width: 100px;
    display: inline-block;
}

.search-mark .form-control {
    width: 200px;
    background-size: 20px;
    padding-left: 20px;
}

.date .form-control {
    width: 200px;
}

.time .form-control + .form-control,
.distance .form-control + .form-control {
    width: 70px;
}

.selfactivity-form .simp-btn {
    border-radius: 30px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}

.right-selfactivity-box {
    /*background: #FFF;*/
    background: #7aab36;
}

    .right-selfactivity-box .form-control {
        width: 100%;
        max-width: 300px;
    }

    .right-selfactivity-box .blnk-btn {
        border-radius: 30px;
        width: 130px;
        height: 35px;
        line-height: 36px;
        padding: 0;
        font-size: 16px;
    }

.no-border {
    max-width: 300px;
}

    .no-border > tbody > tr > td, .no-border > tbody > tr > th, .no-border > tfoot > tr > td, .no-border > tfoot > tr > th, .no-border > thead > tr > td, .no-border > thead > tr > th {
        border-top: 0;
    }

.right-selfactivity-box .simp-btn {
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 0;
}

.right-selfactivity-box .simp-btn2 {
    background: #2DB1F1;
    color: #FFF;
    width: 180px;
    margin: 20px auto;
    border-radius: 30px;
}

@media only screen and (max-width : 767px) {
    .self-directed-activities {
        background-position-y: 150px;
    }

    .selfactivity {
        width: 30%;
        max-width: 150px;
    }
}

@media only screen and (max-width : 767px) {
    .self-directed-activities1 {
        background-position-y: 150px;
    }

    .selfactivity {
        width: 30%;
        max-width: 150px;
    }
}

@media only screen and (max-width : 480px) {
    .self-directed-activities {
        background-position-y: 162px;
    }

        .self-directed-activities .content-final {
            margin-top: 12rem;
        }

    .selfactivity {
        width: 40%;
    }
}

@media only screen and (max-width : 480px) {
    .self-directed-activities1 {
        background-position-y: 162px;
    }

        .self-directed-activities1 .content-final {
            margin-top: 12rem;
        }

    .selfactivity {
        width: 40%;
    }
}

@media only screen and (max-width : 320px) {
    .selfactivity {
        width: 50%;
    }
}

/*--------------*/
.no-pad-td > td {
    padding: 0 !important;
}

.progress-table {
    background: #f5faff;
}

    .progress-table thead td {
        background: #eee;
    }

.progress-table-inner {
    width: 90%;
    margin: 30px auto;
    border: solid 1px #b1b1b1;
}

.hidden-table {
    display: none;
}

.no-margin {
    margin: 0;
}

.guideline-modal h4 {
    font-size: 3rem;
}

.guideline-modal h2 {
    font-size: 2rem;
    margin-bottom: 5px;
    color: #111;
}

.guideline-modal ol li {
    color: #111;
}

.progress-modal .modal-content,
.progress-modal .inner-table {
    max-width: 600px;
}

/*loader*/
/*#loaderDiv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: white;
    opacity: .6;
}

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; 
    margin-top: -32px; 
    display: block;
}*/

#loaderDiv {
    /*position: absolute;*/
    position: fixed;
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1000;
    margin: auto;
    text-align: center;
    display: none;
    z-index: 100000;
}

.ajax-loader-custom {
    position: absolute;
    align: center;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 50%;
}
/*loader*/

/*discuss-a-surgery*/
.discuss-a-surgery {
    background-size: 100%;
    background-position: 0 20px;
}

}

.patchholder {
    position: relative;
}

.patchimage {
    position: absolute;
    max-width: 300px;
    right: 30px;
    top: 90px;
}

.subHead {
    color: #FFF;
    font-size: 2.5rem;
    line-height: 26px;
}

.content-final-style-questions {
    background: #FFF;
}

.quesList {
    padding-top: 30px;
    counter-reset: item;
}

.quesListIn {
    list-style: none;
    padding: 0;
}

.quesListIn1 {
    list-style: none;
    padding: 0;
}

.quesListIn li {
    counter-increment: item;
    margin-bottom: 30px;
    font-size: 2.5rem;
    color: #000;
}

.quesListIn1 li {
    counter-increment: item1;
    margin-bottom: 30px;
    font-size: 2.5rem;
    color: #000;
}

/*.quesListIn li:before ,*/ .quesListIn span.number:before {
    font-size: 1.5rem;
    margin-right: 18px;
    content: counter(item);
    background: #2a90f2;
    border-radius: 100%;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}
/*.quesListIn li:before ,*/ .quesListIn1 span.number1:before {
    font-size: 1.5rem;
    margin-right: 18px;
    content: counter(item1);
    background: #2a90f2;
    border-radius: 100%;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}


.quesFeed {
    padding-left: 48px;
}

    .quesFeed h4 {
        font-size: 2rem;
        color: #000;
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .quesFeed h2 {
    }

    .quesFeed input {
        background: #fff;
        box-shadow: none;
        width: 100%;
        font-size: 2rem;
        height: 70px;
        line-height: 70px;
        color: #000;
        padding: 2px 10px;
        border: 0;
        border-bottom: solid 1px rgba(0,0,0,0.2);
        border-radius: 0px;
    }

        .quesFeed input:focus {
            outline: none;
            border-color: rgba(0,0,0,0.2);
            box-shadow: none;
        }

    .quesFeed .submit {
        background: #2a90f2;
        color: #FFF;
        font-size: 2rem;
        border-radius: 30px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        width: 150px;
        margin-top: 30px;
    }

/*discuss-a-health*/

.discuss-a-health {
    background-size: 100%;
    background-position: 0px 30px;
}

.health {
    top: 20px;
}

/*emergencyPatch*/
.emergency {
    background-size: 100%;
    background-position: 0 20px;
}

.emergencyPatch {
    right: 275px;
    top: -80px;
}

.boldSmall {
    font-family: 'UniSansBold';
    font-size: 20px;
}

.no-number li:before {
    display: none;
}

.no-number input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 15px;
}

.no-number li > span {
    display: table-cell;
    vertical-align: top;
}

    .no-number li > span > small {
        line-height: 1;
        display: inline-block;
        font-size: 70%;
    }

.emer-h2 {
    margin: 50px 0;
    font-size: 2.75rem;
}

/*get-a-medical-test*/
.get-a-medical-test {
    background-size: 100%;
    background-position: 0px 20px;
}

.medicalTest {
    top: -50px;
    right: 240px;
}

/*gynecology*/
.gynecology {
    background-size: 100%;
    background-position: 0 20px;
}

.gynecologyPatch {
    top: 35px;
}

.gDesc small {
    margin-top: 10px;
}

/*get-a-new-medicine*/
.get-a-new-medicine {
    background-size: 100%;
    background-position: 0 20px;
}

.getANewMedicinePatch {
    top: -135px;
    right: 160px;
}

/*wellness Exam*/
.wellness-exam {
    background-size: 100%;
    background-position: 0px 20px;
}

.wellnessExamPatch {
    top: -90px;
    right: 280px;
}

.wellnesslist li small {
    padding-left: 48px;
    display: inline-block;
    font-size: 65%;
    line-height: 21px;
}


/*----------------------- team-challange-book_destination css start -------------------------*/

.team-challange-body {
    background-size: cover;
}

.content-final-style-book_destination {
    background: #f3f3f3;
    padding: 20px 40px;
}

.book-trip {
    background-color: #14abf3;
    border: none;
    padding: 8px 46px;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
    font-size: 16px;
    margin-top: 10px;
}

    .book-trip:hover {
        background-color: #2e72d8;
    }

.text-head {
    padding-left: 35px;
    line-height: 36px;
    font-size: 18px;
}

.first-pera {
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    /*float: left;*/
    width: 100%;
    margin-top: 25px;
}

.scnd-pera {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    float: left;
}

.team-challange-leftnew {
    background: inherit;
    padding: 0px;
}

.team-challange-rightnew {
    background: #fff;
    padding: 10px;
    border-left: 4px solid #17aaf1;
}

    .team-challange-rightnew img {
        padding: 0 0 17px 0;
    }

.team-challange-leftnew h3 {
    padding-top: 20px;
}

.third-pera {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    .third-pera h3 {
        padding-top: 15px;
    }

    .third-pera ul {
        padding-left: 14px;
    }

.orlhead {
}

    .orlhead h3 {
        margin-bottom: 40px;
    }

.links {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0px;
    margin-top: 65px;
    /*float:left;*/
}

    .links ul {
        list-style: none;
        margin: 0;
    }

    .links li {
        display: inline-block;
    }

        .links li a {
            padding-right: 50px;
        }

        .links li a {
            color: #646464;
            font-size: 18px;
        }

.bt_btn {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
    float: left;
}

/*----------------------- team-challange-book_destination css END -------------------------*/


.tpsheading {
    color: #fff;
    background-color: rgb(254,74,137) !important;
    border-color: #ddd;
    margin-bottom: 10px;
}

.tps-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    color: #fff;
}

    .tps-title a {
        color: #fff;
    }


.gtheading {
    color: #fff;
    background-color: rgb(251,186,0) !important;
    border-color: #ddd;
    margin-bottom: 10px;
}

.gtheading-title {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 28px;
    color: #fff;
}

    .gtheading-title a {
        color: #fff;
    }

.cntnheading {
    color: #fff;
    background-color: rgb(119,54,154) !important;
    border-color: #ddd;
    margin-bottom: 10px;
}

.cntn-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    color: #fff;
}

    .cntn-title a {
        color: #fff;
    }

.explore-life-home-body .exp-home-sec-1 {
    height: 250px;
    background: #e51373;
    width: 45.5%;
}

.explore-life-on-the-go-body .exp-home-sec-1 {
    height: 250px;
    background: #e51373;
    width: 45.5%;
}

.explore-life-home-body .exp-home-sec-4 {
    height: 250px;
    background: #8dc440;
}

.panel-body {
    padding: 0px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.mrb10 {
    margin-bottom: 10px;
}

.panel {
    background-color: rgb(235,233,185) !important;
    border: none !important;
    border-color: rgb(235,233,185) !important;
}

.mrt10 {
    margin-top: 10px;
}
/*----------------------- Users-explorelifeathome css start -------------------------*/
.team-challange-leftnewusers {
    margin-bottom: 14px;
    padding-left: 0px;
}
/*.team-challange-leftnewusers {
	margin-bottom: 25px;
	padding-left: 0px;
}*/
.comments {
    margin: 25px 15px 15px 15px;
    font-size: 15px;
}

.team-challange-leftnewusers img {
    /*height: 550px;*/
    background-size: contain !important;
}

.top {
    background-color: #428BCA;
    padding: 5px;
    color: #fff;
    padding-top: 1px;
    padding-left: 42px;
}

.row.bg {
    background-color: #fff;
    padding-top: 20px;
}

#dvArticleSecond .row.bg {
    background: #81bad6;
}

.content-final-style-explorelifehome {
    padding-top: 20px;
    background: #81bad6;
}

p {
    margin: 0 0 10px;
    font-size: 15px;
    color: #000;
}

.urcommnt {
    background-color: #81bad6;
}

.urcommnt_article {
    background-color: #81bad6;
    margin-left: -35px !important;
}

.article-tmp1 {
    width: 530px !important;
}
/*----------------------- Users-explorelifeathome css END -------------------------*/

.kpi-dash-table #dvList table tbody tr:first-child {
    background: #e0e0e0 !important;
}

    .kpi-dash-table #dvList table tbody tr:first-child td {
        color: #333333;
    }

#dvList th, #dvList1 th {
    padding-left: 5px;
    padding-right: 5px;
}

.kpi-dash-table #dvList table tbody tr td:first-child {
    text-align: center;
}

.stretch {
    width: 31.7%;
    float: left;
    margin-right: 2%;
    padding-bottom: 1px;
}

#dvArticleSecond, #dvArticleOne {
    max-width: 910px;
    margin: 0 auto;
    width: 100%;
}

    #dvArticleSecond img {
        max-width: 200px;
        width: 100%;
    }

#dvArticleOne {
    max-width: 940px;
}
/*.article-template1-bg{background:#fff; padding:10px 0 1px; min-height:250px;}*/
/*----------------------- Users-explorelifeathome css END -------------------------*/

.row.bg1 {
    background-color: #81bad6;
    padding: 20px;
    max-width: 820px;
}

#dvArticleContent1 {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
    margin-left: 14px;
}

    #dvArticleContent1 img {
        max-width: 200px;
        width: 100%;
    }

#dvArticleContent {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
    margin-left: 0px;
}

#dvArticleContent2 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

#dvArticleContent3 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
/*#dvArticleContent3 img{max-width: 200px; width: 100%;}*/

.urcommnt1 {
    background-color: #81bad6;
}

.urcommnt_article1 {
    background-color: #81bad6;
    width: 100%;
    margin: 0 auto;
    margin-left: -15px !important;
    max-width: 820px;
    min-width: 655px !important;
}

.urcommnt_article2 {
    background-color: #428BCA;
    width: 100%;
    margin: 0 auto;
    margin-left: 0px !important;
    max-width: 820px;
    min-width: 623px;
}

.video-title-big1 {
    background: #428BCA;
    padding: 10px;
    max-width: 820px;
}

    .video-title-big1 h1 {
        display: inline-block !important;
        width: 90%;
        font-size: 28px;
    }

    .video-title-big1 a {
        background: #8DC440 !important;
    }

.video-title-big2 {
    background: #428BCA;
    padding: 10px;
    max-width: 940px;
}

    .video-title-big2 h1 {
        display: inline-block !important;
        width: 90%;
        font-size: 28px;
    }

    .video-title-big2 a {
        background: #8DC440 !important;
    }


/*** Latest Updates ***/

#CommentTbl div.other-videos1:first-child {
    margin: 0;
}

#CommentTbl div.other-videos1:nth-child(5n+5) {
    margin: 0;
}

#accordion .img-responsive {
    height: 100%;
    width: 100%;
}

table {
    width: 100%;
}

.urcommnt_article1, .urcommnt_article2 {
    margin-top: -1px;
}


.cmpny-img img {
    width: 100%;
    height: 200px;
}

.cmpny-news-sec-3 {
    margin: 15px; /*padding:15px 0;*/
    margin-top: 10px;
    margin-bottom: 0px; /*margin-top:0px; margin-left:15px; margin-right:15px;*/
}

.survey-cont {
    padding: 20px;
}

.survey-box .bg-clr-heading h2 {
    padding: 5px 15px;
    color: #333;
}


.coding-container .btn-admin + .btn-admin {
    margin: 0;
}

#input-box input {
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.p-t15 {
    padding-top: 15px;
}

#myModal {
    padding-top: 10%;
}

.urcommnt_article3 {
    margin-top: -1px;
}

.urcommnt_article3 {
    background-color: #81bad6;
    width: 100%;
    margin: 0 auto;
    margin-left: 0px !important;
    max-width: 940px;
    min-width: 940px;
}

.row.bg2 {
    background-color: #81bad6;
    padding: 20px;
    max-width: 940px;
}

.urcommnt_article4 {
    margin-top: -1px;
}

.urcommnt_article4 {
    background-color: #81bad6;
    width: 100%;
    margin: 0 auto;
    margin-left: -15px !important;
    max-width: 940px;
    min-width: 940px;
}

.video-libray1 img {
    width: 100%;
    cursor: pointer;
    max-height: 120px;
}

.video-libray1 video {
    cursor: pointer;
    max-height: 120px;
    width: 100%;
}

.row.bg3 {
    background-color: #81bad6;
    padding: 20px;
}

.right-pagination {
    margin-top: 2px;
}

.comments-content1 {
    max-width: 940px;
    margin-left: -15px;
}

.bg-light1 {
    background: #81bad6;
    padding: 20px;
    margin-top: -6px;
}

.bg-clr-heading-clr3-pg {
    background: #8dc440;
}

.bg-clr-heading-clr1-pg {
    background: #e51373;
}

.bg-clr-heading-Work-clr1-pg {
    background: #992687;
}

.btn-admin1 {
    margin-bottom: 0;
    background: #17aaf1;
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    line-height: 32px;
    border: 0;
    outline: 0;
    color: #fff;
    border-radius: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

    .btn-admin1:hover {
        background-color: #2e72d8;
    }


/*********Company news survey coming soon block Start*********/
.take_survey {
    background-color: #3b2a20;
    height: 58px;
    color: #dfcfad;
}

    .take_survey h4 {
        font-size: 20px;
        text-align: center;
        padding-top: 20px;
        margin: 0px;
        font-family: 'unisansbold';
    }

.cmpny-box2 h1 {
    font-family: 'unisansbold';
    text-align: center;
    color: #361714;
    line-height: 40px;
    font-size: 40px;
    margin: 6px 0px;
    padding: 27px;
}

.cmpny-box2 h4 {
    font-family: 'unisansbold';
    text-align: center;
    color: #361714;
    line-height: 23px;
    font-size: 21px;
    margin: 6px 0px;
}

/*********Company news survey coming soon block End*********/



/*kpi menu css start here*/

.bg-menu-color {
    background-color: #F8F8F8;
    margin-right: -1px;
    padding-left: 15px !important;
    border-right: 5px solid #e7e7e7;
    cursor: pointer;
    line-height: 36px !important;
    border-bottom: 1px solid #e7e7e7 !important;
}

    .bg-menu-color:hover {
        background-color: #e7e7e7;
    }

.bg-submenu-color {
    background-color: #F3F3F3;
    line-height: 36px !important;
    border-bottom: 1px solid #e7e7e7 !important;
    cursor: pointer;
    width: 103%;
}

    .bg-submenu-color:hover {
        background-color: #e7e7e7;
    }

.pad {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
}

.kpidetailslink {
    color: #ffffff;
    text-decoration: none;
    font-weight: inherit;
    outline: none;
    font-size: 18px;
}

    .kpidetailslink:hover {
        color: #cccccc;
    }

.content-final-ch {
    margin-top: 450px;
}

.kpitop3text {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

/*13th April 2017*/
img.companyNewsTemplateImg {
    max-width: 200px;
    max-height: 185px;
    width: 100%;
}

#wellexamcont p, #healthassecont p, #hygcompcont p {
    position: absolute;
    bottom: -33px;
}

#hygcompcont p {
    bottom: -55px;
}

.PagecompletionPercent h3 {
    text-align: center;
}

.MenuUsage1 {
    background: #181B4C;
    text-align: center;
    min-height: 760px;
}

    .MenuUsage1 h2 {
        font-family: 'UniSansLight';
        color: #FFF;
        font-size: 5rem;
    }

    .MenuUsage1 h3 {
        font-family: 'UniSansLight';
        font-size: 2rem;
        margin-bottom: 0;
    }

    .MenuUsage1 .kpi-sec,
    .MenuUsage1 .cir {
        background: #181B4C !important;
        height: initial;
    }

        .MenuUsage1 .kpi-sec .ab {
            background-color: rgba(255,255,255,0.1) !important;
        }

        .MenuUsage1 .kpi-sec .ab-parent,
        .MenuUsage1 .kpi-sec .ab,
        .MenuUsage1 .perc,
        .MenuUsage1 .cir {
            width: 100px !important;
            height: 100px !important;
        }

    .MenuUsage1 .cir {
        width: 90px !important;
        height: 90px !important;
    }

    .MenuUsage1 .perc {
        line-height: 100px !important;
    }

.guideStat1 {
    background: #37378E;
    text-align: center;
    padding: 0 30px;
    border-right: solid 1px #fff;
    min-height: 773px;
}

    .guideStat1 h3 {
        font-family: 'UniSansLight';
        font-size: 3rem;
        color: #FFF;
    }

    .guideStat1 h4 {
        font-family: 'UniSansLight';
        text-align: center;
        font-size: 2rem;
        color: #FFF;
    }

    .guideStat1 .kpi-sec,
    .guideStat1 .cir {
        background: #37378E !important;
    }

        .guideStat1 .kpi-sec .ab {
            background-color: rgba(255,255,255,0.1) !important;
        }

    .guideStat1 .green1 {
        color: #8dc440;
    }


/*14th April 2017*/
.kpiOption select {
    max-width: 132px;
    float: left;
}

.kpiOption #custdiv select {
    max-width: 355px;
}

.kpiOption .col-md-3 span, .kpiOption .col-md-6 span {
    color: #fff;
    float: left;
    margin: 7px 10px 0 0;
}

.content-final-style-14.kpiOption {
    padding: 25px 16px;
}

    .content-final-style-14.kpiOption select {
        max-width: 110px;
        float: left;
    }

    .content-final-style-14.kpiOption #custdiv select {
        max-width: 290px;
    }

.pie-legend ul.pie-legend li {
    display: block;
}

/*15th April 2017*/
.join-team-body .bg-clr-heading {
    margin-top: 320px;
}

.join-team-body .content-final {
    margin-top: 0;
}

.join-team-heading {
    position: relative;
    top: 22px;
}

.join-team-body .bg-clr-heading h2, .fitness-community-body .bg-clr-heading h2, .sat-mor-body .bg-clr-heading h2, .start-a-team-body .bg-clr-heading h2 {
    line-height: 20px;
    padding-bottom: 12px;
}

.fitness-community-body .bg-clr-heading {
    margin-top: 55px;
}

.breadcrumb a {
    font-size: 13px;
}

.join-team-detail .bot-sec.table-responsive th {
    width: 50%;
}

.padding15 {
    padding: 0 15px;
}

.gray-color {
    background: #F5F5F5;
    height: 45px;
}

.join-team-detail span .ellipsis {
    padding: 0;
    min-height: 42px;
    white-space: normal;
}

.join-team-detail .table td.padBottom28 {
    padding-bottom: 28px;
}

.join-team-detail .table th.padtop18 {
    padding-top: 18px;
}

.join-team-detail .table {
    margin-bottom: 0;
}

.sat-mor-body .content-final-style-5 {
    padding: 30px 40px 25px;
    max-width: 955px;
}

    .sat-mor-body .content-final-style-5 p.detail {
        margin: 0;
    }

    .sat-mor-body .content-final-style-5 .video-box { /*max-width:275px;*/
        max-width: 100%;
        width: 100%;
        min-width: inherit;
    }

.bg-clr-heading-clr9 {
    background: #1950B5;
}

.start-a-team-body #accordion .panel, .chat-room #accordion1 .panel {
    background: #fff !important;
}

.start-a-team-body .content-final-style-9 select {
    border: 1px solid #ccc;
}

.start-a-team-body .content-final-style-9 form label {
    padding-left: 4px;
}

.commentTbl, .my-team-search {
    width: 96%;
    margin: 0 auto;
}

    .commentTbl #CommentTbl, .commentTbl #CommentTbl .table.rc-table, table.fitnessactivityTBL {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

        .commentTbl #CommentTbl td, table.fitnessactivityTBL td, table#CommentTbl.fitnessactivityTBL td {
            padding: 4px 4px 4px 8px;
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd;
        }

        .commentTbl #CommentTbl th, table.fitnessactivityTBL tr th, table#CommentTbl.fitnessactivityTBL th {
            background: #f3f3f3;
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd;
        }

    .my-team-search .left-addon .glyphicon {
        right: 40px;
    }

.content-final-style-9 .chat-room .panel-body {
    padding-bottom: 0;
}

.commentTbl #CommentTbl .table.rc-table tbody {
    border-top: 0;
}

#CommentTbl .inner-table div.ng-scope {
    padding: 5px 0;
    text-align: center;
}

.commentTbl #CommentTbl .table.rc-table span.glyphicon-remove {
    color: #cc0000;
}

.chat-room-team h2, .chat-room-team span {
    display: inline-block;
    vertical-align: top;
}

.chat-room-team h2 {
    margin: 10px 2px 0 0;
}

.chat-room-team span {
    margin-top: 20px;
    color: #777;
}

.send-chat {
    border-top: 1px solid rgba(0,0,0,0.2);
    padding-top: 20px;
}

.select-your-team-bg, .team-challange-right .team-challenge-bg {
    background: #f9f9f9;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.team-challange-left .select-your-team-bg {
    padding-bottom: 7px;
    padding-top: 2px;
}

.padding-left10 {
    padding-left: 10px;
}

.margin-left4 {
    margin-left: 4px;
}

.content-final-style-10 div.top {
    padding-left: 25px;
}

.team-challange-right .text-center h2 {
    margin-bottom: 0;
}

.team-challange-right .text-center p.ng-binding {
    color: #999;
    font-size: 14px;
    padding-bottom: 24px;
}

.padding25 {
    height: 150px; /*padding:25px*/
}

    .padding25 .challenge-image img {
        width: 55px;
        height: 55px;
    }

.team-challenge-title {
    padding-bottom: 20px;
}

.padding-top21 {
    padding-top: 21px;
}
/*.team-challenge-bg{ background:#f3f3f3}*/
.team-challenge-bg {
    background: #0679b8;
}

.team-challenge-title p {
    color: #666;
}

.team-challange-right #myCarousel .team-control.left, .team-challange-right #myCarousel .team-control.right {
    top: -70px;
    right: 35px;
}

.team-challange-right #myCarousel .team-control.right {
    right: 20px;
}

#frmCustomer .clearAll .team-chal {
    margin-left: 16px;
}

.cmpny-news-body .pagination {
    margin-top: 12px;
}

.cmpny-news-body .right-pagination {
    padding: 0 15px;
}

.cmpny-news-body .pagination > li > a, .cmpny-news-body .pagination > li > span, #commentdivkpi .pagination > li > a, #commentdivkpi .pagination > li > span {
    background: transparent;
    color: #fff;
    border: 0;
}

.cmpny-news-body .pagination > li > a, #commentdivkpi .pagination > li > a {
    font-size: 18px;
    margin: 0 7px;
    padding: 0 5px;
}

.cmpny-news-body .pagination li:last-child a, .cmpny-news-body .pagination li:first-child a, #commentdivkpi li:first-child a {
    margin-right: 0;
    padding-right: 0;
    background: transparent;
}

.time .uib-timepicker .glyphicon {
    top: 3px;
}

.video-lib-body .right-pagination {
    padding: 0 15px;
}

.link-device-body p.detail {
    width: 80%;
}

.link-device-body .breadcrumb, .join-team-detail .hr-admin {
    margin-top: 20px;
}

.team-progress-tbl {
    width: 85%;
    margin: 0 auto;
}

table.team-progress-tbl {
    border: 1px solid #ddd;
    border-right: 0;
}

    table.team-progress-tbl tbody, table.team-progress-tbl thead > tr > th {
        border: 0;
    }

    table.team-progress-tbl thead > tr > th, table.team-progress-tbl tr td {
        border-right: 1px solid #ddd;
    }

.table.progress-table.l0 {
    background: #fff;
}

td.bg-menu-color span.glyphicon {
    font-size: 8px;
    color: #999;
    float: right;
    top: 12px;
    right: 10px;
}

.bg-submenu-color span.sub-nav {
    display: block;
    padding-left: 25px;
}

/* 22nd April 2017 */
#CommentTbl.teamsapproval {
    border-top: 1px solid #787cbd;
    border-left: 1px solid #787cbd;
}

    #CommentTbl.teamsapproval th {
        font-size: 13px;
        padding: 5px;
        vertical-align: middle;
        border-right: 1px solid #787cbd;
        border-bottom: 1px solid #787cbd;
    }

    #CommentTbl.teamsapproval td {
        font-size: 12px;
        background: #fff;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 5px;
        vertical-align: top;
    }

    #CommentTbl.teamsapproval thead tr {
        background: #5151a2;
    }

.teamsapprovalTBL .table-responsive {
    padding: 0 15px;
}

.approval-team-body .content-final {
    padding-top: 233px;
}

#CommentTbl .video-libray {
    min-height: 162px;
}

.padding-left0, .table th.teamMembers {
    padding-left: 0;
}

.table table.userTbl td {
    border: 0;
}

table.userTbl td img {
    border-radius: 50px;
}

.contestModal {
    background: rgba(255, 255, 255, 0.2);
}

    .contestModal .close-custom {
        right: 14px;
        top: 34px;
    }

.resource-center-body .content-final {
    margin-top: 450px;
}

.resource-center-box {
    padding: 0 11px;
}

    .resource-center-box .box {
        padding: 0 4px;
    }

.content-final h1.content-detail.title-VisitPlanner {
    width: 86%;
    font-size: 25px;
}

.visitPlanner-box {
    max-width: 1030px;
    width: 100%;
    padding-left: 15px;
}
/*940*/

.table-title-box {
    background: #20adf5;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0.5px solid #e2e2e2;
}

table.userInfoTBL {
    margin-bottom: 0;
}

    table.userInfoTBL td span.blue-color {
        color: #17AAF1;
    }

    table.userInfoTBL thead > tr > th {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 0px solid #fff;
    }

.data-grid-title, .page-table1 thead tr {
    background: #2d2d2d;
    color: #fff;
    font-family: UniSansRegular;
    font-size: 15px;
    height: 50px !important;
}

table.userInfoTBL thead > tr > th:first-child, table.table.userInfoTBL tbody > tr > td:first-child {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0px solid #fff;
}


table.userInfoTBL tr:nth-child(even) td {
    background: #fbfbfb;
}

table.userInfoTBL tr:nth-child(odd) td {
    background: whitesmoke;
}

table.userInfoTBL tr td:last-child, table.userInfoTBL tr th:last-child {
    border-left: 1px solid #ddd;
}

.table-responsive {
    border: 1px solid #e2e2e2;
}

.resource-center-body .right-pagination {
    background: #F3F3F3;
    padding-top: 8px;
}

.rc-table.userInfoTBL tbody > tr > td {
    border-top: 1px solid #ddd;
}

.syncBtn {
    padding-bottom: 10px;
}
/*24th April 2017*/
.breadcrumbPad {
    padding-top: 18px;
}

body.start-a-team-body .content-final {
    margin-top: 30em;
}

.guidelineContent {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
}
    /*26th April*/
    .guidelineContent h4 {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        margin: 0;
        font-size: 3rem;
    }

    .guidelineContent ol li {
        color: #111;
    }

    .guidelineContent ol li {
        font-size: 2rem;
        margin-bottom: 5px;
        color: #111;
    }

    .guidelineContent .modal-footer {
        padding: 19px 20px 20px;
        margin-top: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
    }

    .guidelineContent ol li h2 {
        font-size: 17px;
    }

    .guidelineContent ol li p {
        font-size: 14px;
    }

.margin-left0 {
    margin-left: 0 !important;
}

.fitness-goal-body .right-pagination {
    margin-right: 46px;
}

body.fast-research-body .guide-sec p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin: 0;
    width: 92%;
    margin: 0 auto;
    line-height: 24px;
    padding: 14px 0 30px;
    position: relative;
}

body.fast-research-body .fast-res-sec {
    height: auto;
    min-height: 213px;
}

body.fast-research-inner-body .single-article h1.ng-binding {
    background: #17AAF0;
    padding: 6px 10px;
    color: #fff;
}

body.fast-research-inner-body .single-article a {
    color: #992687;
    font-size: 15px;
}

body.fast-research-inner-body .single-article p.ellipsis {
    font-size: 15px;
    color: #000;
}

body.fast-research-inner-body .right-pagination {
    padding-right: 15px;
}

#btnPrint {
    margin-left: 10px;
}

    #btnPrint.activityPrint {
        margin-left: 0;
    }

/*27th April*/
.wellness-exam .bg-clr-heading, .discuss-a-health .bg-clr-heading {
    margin-top: 70px;
}

.quesListIn span.number {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.quesListIn1 span.number1 {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.questionDiv {
    display: inline-block;
    max-width: 850px;
    width: 90%;
}

.questionDivCrossButton {
    float: right;
    position: absolute;
    background: red;
    color: white;
    right: 53px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-size: 13px;
    cursor: pointer;
    border: 0px;
    padding-top: 0px;
    margin-top: -15px;
}

.quesListIn .questionDiv small {
    padding-left: 0;
}

.quesListIn1 .questionDiv small {
    padding-left: 0;
}


/*29th April*/
.alert-box {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 20px;
}

.top-row .tour-btn, .top-row .search-icon {
    margin-top: 15px;
}

.saturdayMorning {
    background: #e51373;
    max-width: 940px;
    width: 100%;
}

    .saturdayMorning h3 a {
        color: #fff;
    }
    /*.saturdayMorning h3{text-align: left; max-width:110px; margin:0 auto; padding: 60px 0 41px;}*/
    .saturdayMorning h3 {
        text-align: left;
        max-width: 190px;
        margin: 0 auto;
        padding: 130px 0 41px;
        font-size: 30px;
    }

/*1st may */
.activityDaySelect .bootstrap-select.form-control {
    border: 1px solid #ccc;
}

    .activityDaySelect .bootstrap-select.form-control .btn {
        padding: 5px 12px;
    }

.activityDaySelect .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 5px;
}

.PageStatistics .percentageBox {
    min-height: 194px;
}

.blueBG {
    background: #37378E;
}

.lifeTitle {
    min-height: 56px;
}

.kpi-body-2 .kpi-dash {
    max-height: inherit;
}

.cmpny-news-body .guide-sec p {
    font-size: 24px;
}

.cmpny-news-body .cmpny-news-sec-3 h2, .cmpny-news-body .cmpny-news-sec-3 p {
    margin-left: 20px;
}

.cmpny-news-body .cmpny-news-sec-3 h2 {
    margin-bottom: 0;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-left10 {
    margin-left: 10px;
}

/*3rd may */
.healthyGuideBox .col-md-3 {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.margin-top25 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.dr-visit-planner-body .content-final {
    margin-top: 300px;
}

form#frmActivityMaster {
    position: relative;
}

p.guidelineLink {
    position: absolute;
    top: -63px;
    width: 40px;
    right: 10px;
    color: #fff;
}

    p.guidelineLink span#guid {
        cursor: pointer;
    }


/*4th may */
.videoBackBtn {
    display: inline-block;
}

h1.dis-blk span#contenttitle1 {
    color: #fff;
    padding-left: 15px;
    display: block;
    width: 78%;
}

/*5th may */
.container-innerMargin {
    margin-top: 165px !important;
}

.bg-clr-heading h2.surveyTitle {
    background: #d3d3d3;
    margin: 0;
    width: 100%;
}

.cmpny-news-body #input-box input {
    margin-top: 0;
    height: 22px;
}

input.marginRight10 {
    margin-right: 10px;
    margin-top: 3px;
}

.tripDetails .first-pera h3, .tripDetails .first-pera div {
    display: inline-block;
    vertical-align: top;
    width: 49.6%;
}

.floatNone {
    float: none !important;
}

/*6th may */
.eos-menu .eos-item.lineHeight {
    line-height: 19px !important;
    padding-top: 6px;
}

.eos-menu span.glyphicon {
    font-size: 8px;
    color: #999;
    float: right;
    top: 18px;
    right: 0;
}




.padNone {
    padding-left: 0;
    padding-right: 0;
}

.kpiBG {
    background: #4A4A99;
}

.kpi-body-2 .breadcrumb {
    margin-left: -15px;
}


.proxied-field-wrap {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}

.input-prepend .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

    .input-prepend .btn:hover, .input-prepend .btn:active, .input-prepend .btn.active, .input-prepend .btn.disabled, .input-prepend .btn[disabled] {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
        border: 1px solid #bbb;
    }

    .input-prepend .btn:hover {
        color: #333333;
        text-decoration: none;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .input-prepend .btn:first-child {
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #bbb;
    }

.input-prepend .btn {
    margin-right: -1px;
}

.input-prepend input {
    position: relative;
    margin-bottom: 0;
    display: none;
}

.input-prepend .btn {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.input-prepend input[type="text"] {
    display: none;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    height: 30px;
    padding: 4px 6px;
    line-height: 30px;
    border-radius: 0 4px 4px 0;
}





@media screen and (max-width: 380px) {
    body .kpi-top-graph-div {
        min-width: 250px;
        margin-left: -45px;
    }
}

@media screen and (max-width: 390px) {
    body .kpi-top-graph-div {
        min-width: 250px;
        margin-left: -45px;
    }

    #commentdivkpi table .col-xs-6 {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 8px;
    }

    .commentsN {
        margin: 0 auto;
    }
}

@media screen and (max-width: 420px) {
    body #frmCustomer .team-chal {
        margin: 0;
        padding: 10px 20px;
    }

    #frmCustomer .clearAll .col-md-12 {
        margin-top: 10px;
    }

    #frmCustomer .clearAll .team-chal {
        width: 90%;
        margin: 0 auto;
    }

    .patchimage {
        width: 150px;
    }

    .wellnessExamPatch {
        top: -65px;
        right: inherit;
        left: 0;
    }

    body .questionDiv {
        width: 72%;
    }

    #btnPrint {
        margin-left: 0;
    }

    body.my-life-balance-body {
        background-position-y: 148px;
    }

        body.my-life-balance-body .video-title-big h1 {
            width: 50%;
        }

    .my-life-balance-body .videoBackBtn {
        width: 48%;
    }

    .tableBg {
        background: #fff;
    }

    body .team-challange-rightnew img {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .tripDetails .first-pera h3, .tripDetails .first-pera div {
        display: block;
        width: 100%;
        text-align: center;
    }

    .text-head {
        padding-left: 0;
    }

    .tripDetails .first-pera div {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 520px) {
    .tripDetails .first-pera h3, .tripDetails .first-pera div {
        display: block;
        width: 100%;
        text-align: center;
    }

    .text-head {
        padding-left: 0;
    }

    .tripDetails .first-pera div {
        margin-bottom: 30px;
    }

    .PageStatistics .percentageBox {
        margin: 0 auto 10px;
    }

    .PageStatistics .col-xs-6, .MenuUsage .col-xs-3 {
        display: block;
        width: 100%;
        float: none;
    }

    .kpi-body-2 .content-final-style-11 {
        padding: 25px 30px;
    }

    .MenuUsage h2 {
        font-size: 3rem;
    }

    body .MenuUsage h3 {
        font-size: 24px;
    }

    body .kpiBG .row .displayInline {
        display: block;
        float: inherit;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    .kpiBG .article .title {
        font-size: 15px;
    }
}


@media screen and (max-width: 767px) {
    .join-team-body .bg-clr-heading, body.voice-matters-body .bg-clr-heading, body.dr-visit-planner-body .content-final {
        margin-top: 20%;
    }

    .commentTbl {
        width: 90%;
    }

    .chat-room .chat-room-left {
        min-height: 180px;
    }

    .chat-room-right {
        min-height: 220px !important;
    }

    .approval-team-body .content-final, body .slide-msg {
        padding-top: 0;
    }

    .resource-center-body, .link-device-body, .healthy-life-balance-body {
        background-size: 100%;
    }

    .link-device-body, .healthy-life-balance-body, .my-life-balance-body, .approval-team-body, .reward-travel-center-bodysecond, .reward-travel-center-body {
        background-position-y: 160px;
    }

    .my-life-balance-body {
        background-position-y: 140px;
    }

    .resource-center-body .content-final, body.start-a-team-body .content-final {
        margin-top: 30%;
    }

    body .cmpny-news-body .mar-more, body.cmpny-news-body .mar-more {
        margin-top: 12em !important;
    }

    .fit-goal-box {
        margin-right: 13px;
    }

    body.wellness-exam, body.discuss-a-health, body.discuss-a-surgery, body.get-a-medical-test, body.get-a-new-medicine, body.emergency, body.gynecology, body.voice-matters-body, body.cmpny-news-body {
        background-position: 0px 164px;
    }

        body.voice-matters-body .mar-more, .reward-travel-center-bodysecond .cus-mar-top, .reward-travel-center-body .cus-mar-top {
            margin-top: 5% !important;
        }

    .quesFeed, .colPadNone {
        padding-left: 0;
    }

    .questionDiv {
        width: 80%;
    }

    body .xs-bg-row {
        background: transparent !important;
    }

    body .top-row {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #index-slider {
        /*  position: relative;*/
    }

    body .slide-msg {
        margin-bottom: 20px;
    }

    .logo-i {
        margin-bottom: 30px;
    }

    body.comm-hub-body .com-hub-sec-1, body.comm-hub-body .com-hub-sec-2 {
        width: auto;
        min-height: inherit;
        margin-left: 0;
        max-width: 100%;
    }

    .take_survey {
        height: auto;
        padding-bottom: 8px;
    }

    .content-final-style-7 .cmpny-box {
        height: auto;
    }

    body .cmpny-news-sec-2 .ca .cmpny-box {
        padding-left: 0 !important;
        background: none;
        background-color: #ff8a0d;
    }

    body.cmpny-news-body .side-layout .cmpny-img img, .side-layout .cmpny-img {
        max-height: inherit;
        height: auto;
        overflow: inherit;
    }

    .cmpny-news-body .cmpny-news-sec-3 h2 {
        margin-top: 71px;
    }

    .cmpny-news-body .margin-left20, .cmpny-news-body .margin-left10, .cmpny-news-body .cmpny-news-sec-3 h2, .cmpny-news-body .cmpny-news-sec-3 p {
        margin-left: 0;
    }

    .healthyGuideBox .col-md-3 {
        display: block;
        float: inherit;
    }

    .healthyGuideBox.margin-top25, .dr-visit-planner-body .guide-sec.drvisit-planner-sec-5 {
        margin-top: 0;
    }

    .my-life-balance-body .video-title-big h1 {
        width: 60%;
    }

    .videoBackBtn {
        width: 38%;
    }

    .container-innerMargin {
        margin-top: 0 !important;
    }

    .team-challange-rightnew img {
        display: inline-block;
        width: 32.5%;
        padding-right: 2%;
    }

    .kpiOption .col-md-3 span, .kpiOption .col-md-6 span {
        display: block;
        float: none;
        width: 100%;
    }

    .kpiOption.formSection .col-md-3, .kpiOption.formSection .col-md-6 {
        display: table;
        width: 100%;
    }

    .content-final-style-14.kpiOption select, .content-final-style-14.kpiOption #custdiv select, .rwd-trv-cen-sec.kpiOption select, .rwd-trv-cen-sec.kpiOption #custdiv select {
        max-width: 100%;
    }

    #dvList.padLeftRight, #dvList.padLeftRight .col-md-12.table-responsive {
        padding-left: 0;
        padding-right: 0;
    }

    .PageStatistics .percentageBox {
        margin: 0 auto 10px;
    }

    .MenuUsage {
        width: 100%;
    }

        .MenuUsage h3 {
            font-size: 16px;
        }

    .kpiBG .row .displayInline {
        display: inline-block;
        float: none;
    }

    .kpiBG .article .title {
        font-size: 15px;
    }
}


@media screen and (min-width: 1100px) {
    .fitness-content-box .col-md-3 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .fitness-content-box-pad {
        padding: 0 11px;
    }
}



@media only screen and (min-device-width : 768px) and (max-device-width : 992px) {
    #CommentTbl .video-libray {
        min-height: 110px;
    }

    .resource-center-body, .link-device-body, .healthy-life-balance-body {
        background-size: 100%;
    }

    .link-device-body, .healthy-life-balance-body {
        background-position-y: 70px;
    }

    .my-life-balance-body {
        background-position-y: 50px;
    }

    .resource-center-body .content-final, body.start-a-team-body .content-final {
        margin-top: 30%;
    }

    .syncBtn {
        padding-right: 0;
    }

    body.wellness-exam {
        background-position: 0px 40px;
    }

    #index-slider { /*position:relative*/
    }

    body .slide-msg {
        margin-bottom: 20px;
        padding-top: 10%;
    }

    .logo-i {
        margin-bottom: 30px;
    }

    #dvContent div.space15 {
        display: block;
    }

    body.voice-matters-body .mar-more, body.cmpny-news-body .mar-more {
        margin-top: 25% !important;
    }

    .content-final-style-7 .cmpny-box, .take_survey {
        height: auto;
    }

    body.cmpny-news-body .side-layout .cmpny-img img, .side-layout .cmpny-img {
        max-height: inherit;
        height: auto;
        overflow: inherit;
    }

    .minHeight {
        min-height: 238px !important;
    }

    .healthyGuideBox .col-md-3 {
        display: block;
        float: left;
    }

    .displayNone {
        display: none;
    }

    .video-title-big h1 {
        width: 90%;
    }

    .reward-travel-center-bodysecond .cus-mar-top, .reward-travel-center-body .cus-mar-top {
        margin-top: 3em !important;
    }

    .reward-travel-center-bodysecond, .reward-travel-center-body {
        background-position: 0 52px;
    }

    .team-challange-rightnew img {
        display: inline-block;
        width: 32.5%;
        padding-right: 2%;
    }

    .colPadNone {
        padding-left: 0;
    }

    .kpiOption.formSection .col-md-3, .kpiOption.formSection .col-md-6 {
        display: table;
        width: 100%;
    }

    .content-final-style-14.kpiOption select, .content-final-style-14.kpiOption #custdiv select, .rwd-trv-cen-sec.kpiOption select, .rwd-trv-cen-sec.kpiOption #custdiv select {
        max-width: 100%;
    }

    #dvList.padLeftRight, #dvList.padLeftRight .col-md-12.table-responsive {
        padding-left: 0;
        padding-right: 0;
    }

    .PageStatistics .percentageBox {
        margin: 0 auto 10px;
    }

    #hygcompcont {
        max-width: 400px;
        margin: 0 auto;
    }

    .kpiBG .row .displayInline {
        display: inline-block;
        float: none;
    }
}

@media only screen and (min-device-width : 993px) and (max-device-width : 1199px) {
    #CommentTbl .video-libray {
        min-height: 150px;
    }

    .resource-center-body {
        background-size: 100%;
    }

        .resource-center-body .content-final {
            margin-top: 30%;
        }

    .syncBtn {
        padding-right: 0;
    }

    #index-slider {
        /* position: relative;*/
    }

    body .slide-msg {
        margin-bottom: 20px;
        padding-top: 10%;
    }

    .video-title-big h1 {
        width: 90%;
    }

    .reward-travel-center-bodysecond .cus-mar-top, .reward-travel-center-body .cus-mar-top {
        margin-top: 12% !important;
    }

    .rwd-trv-cen-sec.kpiOption .col-md-3 span, .rwd-trv-cen-sec.kpiOption .col-md-6 span {
        display: block;
        float: none;
    }
}

#dvsurvey img {
    height: 138px;
    min-width: 100%;
}

#dvsurveyComplate img {
    height: 138px;
    min-width: 100%;
}

.cmpny-box2 img {
    max-width: 100%;
    max-height: 88px;
}

#dvsurveycomingsoon img {
    height: 138px;
    min-width: 100%;
}

.voice-matters-body .pagination {
    margin-top: 12px;
}

.cmpny-news-body .right-pagination {
    padding: 0 15px;
}

.voice-matters-body .pagination > li > a, .cmpny-news-body .pagination > li > span {
    background: transparent;
    color: #fff;
    border: 0;
}

.voice-matters-body .pagination > li > a {
    font-size: 18px;
    margin: 0 7px;
    padding: 0 5px;
}

.voice-matters-body .pagination li:last-child a, .cmpny-news-body .pagination li:first-child a, #commentdivkpi .pagination li:first-child a {
    margin-right: 0;
    padding-right: 0;
    background: transparent;
}

.voice-matters-body .pagination li.active a {
    background: #17aaf1;
    padding: 0 5px;
}

.discuss-a-surgery .mar-more {
    margin-top: 18em !important;
}

.discuss-a-health .mar-more {
    margin-top: 15em !important;
}

.get-a-new-medicine .mar-more {
    margin-top: 21em !important;
}

.emergency .mar-more {
    margin-top: 24em !important;
}

.gynecology .mar-more {
    margin-top: 21em !important;
}

.personal-org-body .mar-more {
    margin-top: 15em !important;
}

.fast-research-inner-body .content-final {
    margin-top: 350px;
}

@media screen and (min-width: 1500px) {
    .comm-hub-body .mar-more {
        margin-top: 36em !important;
    }

    .cmpny-news-body .mar-more {
        margin-top: 35em !important;
    }

    .voice-matters-body .mar-more {
        margin-top: 40em !important;
    }

    .approval-team-body .content-final {
        padding-top: 35%;
    }

    .syncBtn {
        padding-right: 0;
    }

    .wellness-exam {
        background-size: 100%;
    }

    .saturdayMorning {
        max-width: inherit;
    }

    .discuss-a-health .mar-more {
        margin-top: 28em !important;
    }

    .discuss-a-surgery .mar-more {
        margin-top: 36em !important;
    }

    .get-a-medical-test .mar-more {
        margin-top: 30em !important;
    }

    .get-a-new-medicine .mar-more {
        margin-top: 34em !important;
    }

    .emergency .mar-more {
        margin-top: 37em !important;
    }

    .gynecology .mar-more {
        margin-top: 33em !important;
    }

    .personal-org-body .mar-more {
        margin-top: 27em !important;
    }

    .fast-research-inner-body .content-final {
        margin-top: 500px;
    }
}

@media screen and (min-width: 1700px) {
    .reward-travel-center-bodysecond .cus-mar-top, .reward-travel-center-body .cus-mar-top {
        margin-top: 42em !important;
    }

    .container-innerMargin {
        margin-top: 218px !important;
    }
}

@media only screen and (min-device-width : 1361px) and (max-device-width : 1499px) {
    body.approval-team-body .content-final {
        padding-top: 24%;
    }

    .syncBtn {
        padding-right: 0;
    }
}

@media screen and (max-width: 1499px) {
    .cmpny-news-body .mar-more {
        margin-top: 21em !important;
    }

    .voice-matters-body .mar-more {
        margin-top: 23em !important;
    }
}

#teammsg {
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.btn-on-sda {
    font-size: 16px;
}

#noteammsg {
    font-size: 16px !important;
    font-weight: bold !important;
}

#startchatmsg {
    font-size: 16px !important;
    font-weight: bold !important;
}

.team-challenge-title h2 {
    color: #fff;
}

.team-challenge-title p {
    color: #fff;
}

/*.self-directed-activities table{background-color:#fff;}*/
#tblAct {
    background-color: #fff;
}

.fitness-activities-content h2 {
    color: #fff;
}

.selfactivity-form h4 {
    color: #fff;
}

.right-selfactivity-box h3 {
    color: #fff;
}

.fitness-activities-content label {
    color: #fff;
}

.teamchlngtxt {
    color: #424242;
    font-weight: bold;
    vertical-align: middle !important;
}

.team-challange-left .table tr th img {
    width: 35px;
}

.imagename1 {
    display: block;
    text-align: center;
    margin-top: 10px !important;
    color: #424242 !important;
    font-size: 15px;
}

.kpi-top-graph-div {
    min-height: 300px;
    min-width: 400px;
    margin-top: -50px;
    margin-left: -80px;
    /*margin-bottom:-80px;*/
}

.kpi-cust-first-tbl {
    padding-left: 0;
    padding-right: 0;
}

.resource-center-body .panel {
    background-color: #fff !important;
}


/*@media print
   {
	  .questionDiv { font-family: 'UniSansRegular';
					 font-size:16px;
	  }
   }*/

/*@media print {
	aside#sidebar,header[role="banner"],footer,#comments,#respond {
		display: none;
	}
	#container #content #main {
		width: 90%;
		margin: 0px;
		padding: 0px;
	}
	* {
		color: #000;    
		background-color: #fff;
		@include box-shadow(none);
		@include text-shadow(none);
	}
	a:after {
		content: "( "attr(href)" )";
	}
}*/

#surgery1line {
    font-size: 2.5rem;
    color: #000;
    margin-left: 50px;
    margin-bottom: 50px;
}

#emergency1line {
    font-size: 2.5rem;
    color: #000;
    margin-left: 35px;
    margin-bottom: 50px;
}

h3.displayNone {
    display: none !important;
}

#emergencytopline {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

@media print {
    .bg-clr-heading, p.subHead, .breadcrumb, #frmUploadVideo input, #frmUploadVideo h2, footer, .content-final br, a.logo-in, .hidden-xs, .row.inner-page-nav .inner-menu, .row.inner-page-nav .tour-btn, .row.inner-page-nav .inner-search, .row.inner-page-nav .col-md-2.user-print a, #frmUploadVideo1 input {
        display: none !important;
    }

    .gynecology .mar-more, .discuss-a-health .mar-more, .content-final, .discuss-a-surgery .mar-more, .get-a-new-medicine .mar-more, .emergency .mar-more {
        margin-top: 0 !important;
    }

    .gynecology, .wellness-exam, .discuss-a-surgery, .get-a-medical-test {
        background: none;
        background-position: 0;
    }

        .content-final-style-questions, .wellness-exam .content-final, .discuss-a-health .content-final, .discuss-a-surgery .content-final, .get-a-medical-test .content-final {
            padding-top: 0 !important;
        }

    h3.displayNone {
        display: block !important;
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .row.inner-page-nav .col-md-2.user-print {
        display: block !important;
    }

        .row.inner-page-nav .col-md-2.user-print h2 {
            font-size: 25px; /*font-weight:bold*/
        }

    .quesListIn span.number:before {
        color: #000000;
    }

    .wellness-exam .quesListIn li {
        margin-bottom: 23px !important;
    }

    body {
        margin-bottom: 1.6cm;
    }

    .gynecology .quesListIn li {
        margin-bottom: 14px !important;
    }
}

/*.dr-visit-planner-body .visitPlanner-box{max-width:990px;}*/
.resource-center-body .btn-admin1 {
    height: 32px;
    line-height: 34px;
}

.kpi-body-2 .inner-table {
    min-width: 600px;
}

/*----------------------- Reward Points page-css -------------------------*/
.bg-images {
    background: url(../images/Bg.png) no-repeat center 50px;
    background-size: auto auto;
    background-size: 100%;
    background-color: #14a9e1;
}

.rewards-text {
    color: #fff;
}

.gift-images {
    text-align: right;
}

.whirt-box {
    background: #fff;
    height: auto;
    bottom: 25px;
}

.first-circle {
    height: 120px;
    width: 120px;
    background: #25c5da;
    border-radius: 100px;
    text-align: center;
}

.first-circle-2 {
    height: 120px;
    width: 120px;
    background: #72d75a;
    border-radius: 100px;
    text-align: center;
}

.first-circle-3 {
    height: 120px;
    width: 120px;
    background: #ffbc43;
    border-radius: 100px;
    text-align: center;
}

.first-circle-4 {
    height: 120px;
    width: 120px;
    background: #9450ce;
    border-radius: 100px;
    text-align: center;
}

.first-circle-5 {
    height: 120px;
    width: 120px;
    background: #ff6f43;
    border-radius: 100px;
    text-align: center;
}

.first-circle-6 {
    height: 120px;
    width: 120px;
    background: #ff3939;
    border-radius: 100px;
    text-align: center;
}

.first-circle-7 {
    height: 120px;
    width: 120px;
    background: #56cfbe;
    border-radius: 100px;
    text-align: center;
}

.first-circle-8 {
    height: 120px;
    width: 120px;
    background: #bddd0e;
    border-radius: 100px;
    text-align: center;
}

.whirt-box h1 {
    padding: 15px;
    color: #484848;
}

.large-text {
    font-size: 30px;
}

.whirt-box p {
    color: #fff;
    font-size: 15px;
    padding-top: 35px;
    line-height: 17px;
    margin-top: 3px;
    font-family: UniSansBold;
}

/*.img-responsive {
	display: inline;
	max-width: 100%;
	height: auto;
}*/
.rewards-text p {
    font-size: 41px;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .first-circle {
        height: 120px;
        width: 120px;
        background: #25c5da;
        border-radius: 100px;
        float: right;
        text-align: center;
    }

    .first-circle-2 {
        height: 120px;
        width: 120px;
        background: #72d75a;
        border-radius: 100px;
        float: left;
        text-align: center;
    }

    .second-line {
        position: relative;
        bottom: 50px;
    }

    .first-circle-3 {
        height: 120px;
        width: 120px;
        background: #ffbc43;
        border-radius: 100px;
        float: right;
        text-align: center;
        position: absolute;
        right: 135px;
    }

    .first-circle-4 {
        height: 120px;
        width: 120px;
        background: #9450ce;
        border-radius: 100px;
        float: left;
        text-align: center;
        position: absolute;
        left: 135px;
    }

    .first-circle-5 {
        height: 120px;
        width: 120px;
        background: #ff6f43;
        border-radius: 100px;
        float: right;
        text-align: center;
        position: relative;
        right: 215px;
    }

    .first-circle-6 {
        height: 120px;
        width: 120px;
        background: #ff3939;
        border-radius: 100px;
        float: left;
        text-align: center;
        position: relative;
        left: 215px;
    }

    .first-circle-7 {
        height: 120px;
        width: 120px;
        background: #56cfbe;
        border-radius: 100px;
        float: right;
        text-align: center;
        position: relative;
        right: 230px;
    }

    .first-circle-8 {
        height: 120px;
        width: 120px;
        background: #bddd0e;
        border-radius: 100px;
        float: left;
        text-align: center;
        position: relative;
        left: 230px;
    }

    .third-line {
        position: relative;
        top: 55px;
    }

    .fouth-line {
        position: relative;
        top: 62px;
    }

    .five-line {
        position: relative;
        top: 62px;
    }
    .six-line {
        position: relative;
        top: 62px;
    }
    .seven-line {
        position: relative;
        top: 62px;
    }

    .bg-center img {
        position: relative;
        bottom: 195px;
    }

    .rewards-text {
        margin-top: 55px;
    }

    .inner-text {
        position: relative;
        bottom: 160px;
        right: 15px;
        color: #fff;
        font-size: 20px;
        font-family: UniSansBold;
    }

    .large-Center-text {
        font-size: 60px;
        line-height: 45px;
    }

    .whirt-box {
        position: relative;
        bottom: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .whirt-box h1 {
        padding: 24px;
        text-align: center;
    }

    .first-line {
        text-align: -moz-center;
    }

    .second-line {
        text-align: -moz-center;
    }

    .third-line {
        text-align: -moz-center;
    }

    .fouth-line {
        text-align: -moz-center;
    }

    .rewards-text {
        text-align: center;
    }

    .gift-images {
        text-align: center;
        padding: 25px;
        position: relative;
        bottom: 27px;
    }

    .inner-text {
        position: relative;
        bottom: 60px;
        right: 10px;
        color: #fff;
        font-size: 11px;
        line-height: 14px;
        font-family: UniSansBold;
    }

    .large-Center-text {
        font-size: 50px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 980px) {
    .container.custom-width {
        width: 970px;
        position: relative;
    }
}

@media only screen and (min-width: 360px) and (max-width: 640px) {
    .rewards-text p {
        margin-top: 29px;
    }
}

tr.header-colour.ng-scope {
    background-color: #4c4b99 !important;
    color: #fff !important;
    border-bottom: 1px solid #423f95;
}

.kpi-dash-table1 h2 {
    font-size: 20px;
    background: #4c4b99;
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
}

.kpi-dash-table1 .table td {
    border: 0;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #423f95;
}

.kpi-dash-table1 .table th {
    border: 0;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 3px solid #423f95;
    color: #dddddd;
}
/**/
.kpi-dash-table1 .table tr:first-child {
    background: #4c4b99 !important;
    color: #fff !important;
}



.kpi-dash-table1 .table tr:nth-child(even) {
    background: #4c4b99;
    color: #fff;
    font-weight: normal;
}

.kpi-dash-table1 .table tr:nth-child(odd) {
    background: #4c4b99;
    color: #fff;
    font-weight: normal;
}

.kpi-dash-table1 #dvList table tbody tr:first-child {
    background: #4c4b99 !important;
}

    .kpi-dash-table1 #dvList table tbody tr:first-child td {
        color: #fff;
    }

#dvList th, #dvList1 th {
    padding-left: 5px;
    padding-right: 5px;
}

.kpi-dash-table1 #dvList table tbody tr td:first-child {
    text-align: center;
}



.kpi-dash-table .pagination > .active > a {
    background-color: #17aaf1;
}

img.img-responsive.madel-icon {
    height: 50px;
    width: 50px;
    float: right;
    margin-top: 20px;
    margin-right: 5px;
}

ol.breadcrumb.review-page {
    bottom: 35px;
    position: relative;
}

img.img-responsive.center-img {
    margin-bottom: -195px;
}

/*li.eos-item.active {
	color: #333;
	background: #000;
	border-color: #000;
}*/

#SharedIdeaHeadTbl td {
    padding: 8px;
}

.voice-matters-body .pagination li.active a {
    background: #17aaf1;
    padding: 0 5px;
    color: #fff;
}

.voice-matters-body ul.pagination.ng-table-pagination {
    /*background-color: #fff;
	border: 1px solid #ccc;*/
    padding: 6px;
}


.voice-matters-body .pagination > li > a, .cmpny-news-body .pagination > li > span {
    color: #333;
}

.kpi-dash-table .table td, .kpi-dash-table .table th {
    vertical-align: middle;
}

/*.eos-menu .eos-item:active
{
	
	background: #000 !important;
	border-color: #000 !important;  
	cursor:pointer;
	
}

.eos-menu .eos-group-content .eos-item:active
{
	
	background: #000 !important;
	border-color: #000 !important; 
	cursor:pointer;
	
}*/

.kpi-body .ng-table th.sortable {
    text-align: left;
    padding-left: 10px !important;
}

/*CSS for Self-Directed text with Shadow*/
img.img-responsive.self-directed-text {
    margin-top: 10em;
    margin-left: 16px;
    width: 500px;
}

@media only screen and (min-width: 360px) and (max-width: 640px) {
    img.img-responsive.self-directed-text {
        width: 300px;
    }
}
/*button for Customer KPI Dashboard (Detailed KPI link)*/
.link-KPI-btn {
    background: #17aaf1;
    padding: 10px 20px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    margin: 0 auto 0 !important;
    border-radius: 30px;
}

    .link-KPI-btn:hover {
        color: #000 !important;
        background: #17aaf1;
        text-decoration: none;
    }

    .link-KPI-btn a:active {
        color: #000 !important;
    }

.KPINoDataTitle {
    color: #000;
    font-weight: bold !important;
    margin: 0;
}

    .KPINoDataTitle span {
        background-color: #6e77bc;
    }

.comments-content1-vl {
    max-width: 955px;
    margin-left: -15px;
}

@media only screen and (min-width: 1920px) {
    .mar10em {
        margin-top: 22em;
    }

    .comments-content1-vl {
        min-width: 1070px;
        margin-left: -15px;
    }
}

.comments-content1-smwa {
    max-width: 955px;
    margin-left: -15px;
}

@media only screen and (min-width: 1920px) {
    .comments-content1-smwa {
        min-width: 1070px;
        margin-left: -15px;
    }

    .sat-mor-body .content-final-style-5 {
        max-width: 1140px;
    }

    .sat-mor-body {
        background-position: 0 0px;
    }
}

#dvArticleContent2-jfy {
    max-width: 1040px;
    margin-left: -15px;
    padding: 0;
    width: 100%;
}

@media only screen and (min-width: 1920px) {
    #dvArticleContent2-jfy {
        min-width: 1070px;
        margin-left: -15px;
    }

    .right-button {
        margin-top: 540px !important;
    }
}

.video-title-big2-jfy {
    background: #428BCA;
    padding: 10px;
    max-width: 940px;
}

    .video-title-big2-jfy h1 {
        display: inline-block !important;
        width: 90%;
        font-size: 28px;
    }

    .video-title-big2-jfy a {
        background: #8DC440 !important;
    }

@media only screen and (min-width: 1920px) {
    .video-title-big2-jfy {
        min-width: 1070px;
        margin-left: 0;
    }
}

.urcommnt_article3-jfy {
    margin-top: -1px;
}

.urcommnt_article3-jfy {
    background-color: #428BCA;
    width: 100%;
    margin: 0 auto;
    margin-left: 0px !important;
    max-width: 940px;
    min-width: 940px;
}

@media only screen and (min-width: 1920px) {
    .urcommnt_article3-jfy {
        min-width: 1070px;
    }
}

#index-slider .owl-carousel {
    padding-left: 2px;
}

@media only screen and (min-width: 1920px) {
    #index-slider .owl-carousel {
        padding-left: 1px;
    }
}

.healty-guide-body .page-heading {
    margin-left: -201px !important;
    margin-top: 75px;
}

.healty-guide-body .headings-hyg {
    margin-left: 100px;
    position: absolute;
    margin-top: -275px;
    font-size: 15pt;
}

@media only screen and (min-width: 1920px) {
    .healty-guide-body .page-heading {
        margin-left: -380px !important;
    }

    .healty-guide-body .headings-hyg {
        margin-left: -8px;
        position: absolute;
    }
}

video.background {
    background: #000 url("../images/loader2.gif") no-repeat center center;
}

.howitsworkrigth {
    margin-right: 35px;
}

@media only screen and (min-width: 1920px) {
    .howitsworkrigth {
        margin-right: 0px;
    }

    .user-icon .dropdown-menu {
        left: 35px;
    }

    .content-final.top-space {
        margin-top: 27em;
    }
}

@media only screen and (max-width: 1024px) {
    .user-icon .dropdown-menu {
        left: 0px;
        margin-top: 65px;
    }
}

.content-final.sat_top {
    margin-top: 12em;
}

.space_top {
    margin-top: 30px;
}


@media only screen and (min-width: 1920px) {
    .space_top {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1920px) {
    .content-final.sat_top {
        margin-top: 30em;
    }
}

@media screen and (max-width: 1700px) and (min-width: 1400px) {
    .content-final.top-space {
        margin-top: 22em;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1700px) {
    .content-final.top-space {
        margin-top: 25em;
    }
}

@media screen and (max-width: 1700px) and (min-width: 1400px) {
    .container-inner {
        width: 1170px;
    }

    .space_top {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1700px) {
    .container-inner {
        width: 1170px;
    }

    .space_top {
        margin-top: 100px;
    }
}

@media only screen and (min-width: 1920px) {
    .space_top {
        margin-top: 100px;
    }
}

.dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    background: none;
    border-radius: 4px !important;
    border: 0;
}

.btn-info {
    border-radius: 4px !important;
}


.btn-print {
    background: #fff;
    border-radius: 50px;
    padding: 5px 20px;
}


/*Added on 11-Aug-2017*/
.visitplanner-titlenew {
    font-size: 28px !important;
    margin-bottom: -15px;
    margin-top: 1px;
}

.visitplanner-innerpages {
    font-size: 28px !important;
    margin-top: 4px;
}

.justforyou-dropdown {
    margin-top: 10px;
}

.fast-research-landing {
    margin-top: -45px;
}
/* My life balance*/
.mylifebalaceTitle {
    margin-top: 65px;
}

/*Your Fitness Community*/
.yourfitnesscommunity-title {
    font-weight: bold !important;
    color: #17aaf1 !important;
}

.yourfitnesscommunity-subtitle {
    color: #17aaf1 !important;
}
/*KPI Dashboard- Customer Admin*/
/*.KPICustAdmin-title {
    font-weight: bold !important;
    color: #113268 !important;
    margin-top: 50px !important;
}*/

.KPICustAdmin-title-new {
    margin-left: 170px !IMPORTANT;
    background: #8dc440;
    color: white !important;
    padding: 0px;
    font-size: 37px !important;
    padding: 11px;
}

.KPICustAdmin-subtitle {
    color: #113268 !important;
    font-weight: 500 !important;
}

.hygnoncompletion-percentage p {
    bottom: -4px !important;
}

/*Self Directed Activities*/
.linkdevice-click {
    color: #17aaf1 !important;
    font-weight: bold !important;
    font-size: 33px;
    margin-left: 5px;
}

/*button for Customer KPI Dashboard (Detailed KPI link)- Adjust Font Size*/
.detailKPI-Button {
    font-size: 18px;
}

/*Changes on 19th August 2017*/
/* Adding Classes for Vimeo Player*/
.vimeovideo iframe {
    width: 250px !important;
    height: 150px;
}


.vimeovideonew iframe {
    width: 925px !important;
    height: 520px !important;
}

.vimeovideomainnew iframe {
    width: 955px !important;
    height: 547px;
}

.vimeovideomainnewjustforyou iframe {
    width: 940px !important;
    height: 547px;
}

.vimeovideodiv-popup {
    margin-top: -12px !important;
}

/* for Power Goals How it works*/
.powergoals-vimeo-howitworks {
    padding: 0px !important;
    background: none !important;
}

.healthyuguid-vimeopopup iframe {
    width: 940px !important;
    height: 538px !important;
}

.powergoals-vimeopopup {
    width: 940px !important;
    height: 538px !important;
}

    .powergoals-vimeopopup iframe {
        width: 940px !important;
        height: 538px !important;
    }

.kpi-vimeopopup iframe {
    width: 895px !important;
    height: 498px !important;
}

.reward-traval-vimeopopup iframe {
    width: 900px !important;
    height: 510px !important;
}

.fitness-vimeopopup iframe {
    width: 870px !important;
    height: 498px !important;
}

.powergoal-pad {
    padding: 0px !important;
    background: none !important;
}

.mylife_top {
    margin-top: -6px !important;
}

.videoBackBtn a {
    margin-left: 20px;
}

/**********My Life*********/

.Mylife_pad {
    padding: 0px !important;
}

.padding_mylife_col {
    padding: 0px !important;
}

.article_pad {
    padding: 0px !important;
}

/***Start Video****/
.startvideo-vimeopopup {
    /*height: 440px;*/
    /*width: 640px;*/
}

    .startvideo-vimeopopup iframe {
        width: 758px !important;
        height: 428px !important;
    }
/***Explore Life****/
.explore-life-vimeopopup iframe {
    width: 820px !important;
    height: 458px !important;
}

@media only screen and (min-width: 1920px) {
    .powergoals-vimeopopup {
        width: 1110px !important;
        height: 620px !important;
    }

        .powergoals-vimeopopup iframe {
            width: 1110px !important;
            height: 620px !important;
        }

    .healthyuguid-vimeopopup iframe {
        width: 1110px !important;
        height: 620px !important;
    }

    .fitness-vimeopopup iframe {
        width: 1035px !important;
        height: 585px !important;
    }

    .vimeovideomainnew iframe {
        width: 1068px !important;
        height: 608px;
    }

    .vimeovideonew iframe {
        width: 1095px !important;
        height: 612px !important;
    }



    .resolution-power iframe {
        width: 1111px !important;
    }

    .resolution-guid iframe {
        width: 1110x !important;
    }

    .resolution-fitness iframe {
        width: 1048px !important;
    }

    .resolution-svideo iframe {
        width: 953px !important;
        height: 540px !important;
        margin-top: 8px;
        margin-left: 4px;
    }
}

/***********Css on 22-08-2017**************/
.bg_colour {
    background: none !important;
}

.startvideo-vimeopopup iframe {
    margin-top: 8px;
}
/*@media only screen and (max-device-width: 1920px){
     .satmorningamieresolution iframe {
        width: 953px !important;
        height: 540px !important;
       max-width:1000px;
    }
}*/
@media only screen and (min-width: 1920px) {
    .btn_prev {
        left: 35px !important;
    }

    .btn_next {
        right: 35px !important;
    }

    .vimeovideosatmorningamie iframe {
        width: 1055px !important;
        height: 600px !important;
    }
    /*#player, .fallback, body, html, iframe {
        background-color:none !important;
    }

    .player .video-wrapper {
        background:none !important;
    }*/





}

@media only screen and (min-device-width : 1080px) and (max-device-width : 1920px) {
    .mar10em {
        margin-top: 30em;
    }

    .mar-more1 {
        margin-top: 30em !important;
    }
}

@media only screen and (min-device-width : 1080px) and (max-device-width : 1920px) {


    .startvideo-vimeopopup {
        /*height: 545px;*/
    }

        .startvideo-vimeopopup iframe {
            /*height: 425px !important;*/
            /*max-width: 950px !important;*/
        }
    /*.powergoals-vimeopopup {
        height: 620px !important;
        width: 1111px !important;
    }*/
    .healthyuguid-vimeopopup iframe {
        height: 622px !important;
        width: 1112px !important;
    }

    .powergoals-vimeopopup iframe {
        /*height: 620px !important;*/
        width: 1110px !important;
    }

    .fitness-vimeopopup iframe {
        height: 594px !important;
        width: 1040px !important;
    }

    .reward-traval-vimeopopup iframe {
        width: 1070px !important;
        height: 600px !important;
    }
    /*.vimeovideosatmorningamie iframe {
       width: 874px !important;
    height: 500px !important;
}*/

}

.vimeovideosatmorningamie {
    width: 874px !important;
    height: 500px !important;
}

    .vimeovideosatmorningamie iframe {
        width: 874px !important;
        height: 500px !important;
    }

@media screen and (max-width: 1366px) {
    /* insert styles here */
    .healthyuguid-vimeopopup iframe {
        width: 940px !important;
        height: 538px !important;
    }

    .powergoals-vimeopopup iframe {
        width: 940px !important;
        height: 538px !important;
    }

    .fitness-vimeopopup iframe {
        width: 870px !important;
        height: 498px !important;
    }

    .reward-traval-vimeopopup iframe {
        width: 900px !important;
        height: 510px !important;
    }

    .vimeovideonew iframe {
        width: 925px !important;
        height: 520px !important;
    }

    .vimeovideosatmorningamie iframe {
        width: 874px !important;
        height: 500px !important;
    }
}

.vimeovideosatmorningamie {
    width: 874px !important;
    height: 500px !important;
}

/*@media only screen and (min-device-width : 768px) and (max-device-width : 1066px) and (orientation : landscape) {
    .vimeovideonew iframe {
        width: 760px !important;
        height: 475px;
    }
}*/
/*@media only screen and (min-device-width : 768px) and (max-device-width : 1066px) and (orientation : portrait) {
    .vimeovideonew iframe {
        width: 760px !important;
        height: 475px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1066px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .vimeovideonew iframe {
     width: 760px !important;
    height: 475px;
}
}*/

/************Add Back ground Class****************/

.saturdaymorning-bg_thum-min {
    background-size: cover !important;
}

.join-team-bg_thum-min {
    background-size: cover !important;
}

.dr-visit-planner-bg_thum-min {
    background-size: cover !important;
}

.Powergoals-bg_thum-min {
    background-size: cover !important;
}

.healthy-life-balance-bg_thum-min {
    background-size: cover !important;
}
/*.my-life-balance-bg_thum-min {
    background-size: cover !important;
}*/
.my-life-balance-bg_thum-min {
    background-size: cover !important;
}

.btn_colour {
    background-color: #3276b1 !important;
}

.para_text p {
    color: #fff !important;
}

.slider_text b {
    font-weight: 900;
}

.slide-msg h5 {
}

.slider_text_small {
    font-size: 15px;
    line-height: 0px;
}

@media only screen and (min-device-width : 1080px) and (max-device-width : 1920px) {
    .slide-msg {
        /*padding-bottom:45%;*/
        position: fixed;
        bottom: 13em;
        text-align: center;
    }

    .slider_text {
        font-size: 40px;
    }

    .slider_text_small {
        font-size: 21px;
    }

    .jfy_resolution {
        max-width: 1040px !important;
    }
}

@media only screen and (max-width: 1920px) {

    .jfy_resolution {
        max-width: 1040px !important;
    }

    .heading_guide h1 {
    }

    .detail {
        font-size: 40px;
    }

    .video-box {
        min-width: 350px;
    }

    .mar-more1 {
        margin-top: 40em !important;
    }
    /*.vimeovideosatmorningamie iframe {
       width: 1058px !important;
    height: 600px !important;
}*/
}

@media only screen and (max-width: 1440px) {
    .powergoals-vimeopopup iframe {
        width: 940px !important;
        height: 535px !important;
    }

    .video-box {
        min-width: 295px;
    }

    .vimeovideonew iframe {
        width: 925px !important;
        height: 520px !important;
    }

    .healthyuguid-vimeopopup iframe {
        width: 940px !important;
        height: 538px !important;
    }

    .vimeovideosatmorningamie iframe {
        width: 874px !important;
        height: 500px !important;
    }

    .startvideo-vimeopopup iframe {
        width: 950px !important;
        height: 531px !important;
        text-align: center;
        margin-left: 5px;
    }

    .mar-more1 {
        margin-top: 27em !important;
    }
}



@media only screen and (max-width: 1366px) {
    .slide-msg {
        position: fixed;
        bottom: 13em;
        text-align: center;
        /*padding-bottom:20% !important;*/
    }

    .slider_text {
        font-size: 36px !important;
    }

    .slider_text_small {
        font-size: 18px !important;
    }
    /*.vimeovideosatmorningamie iframe {
    width: 874px !important;
    height: 500px !important;
}*/
    .startvideo-vimeopopup iframe {
        width: 748px !important;
        height: 428px !important;
    }
}

.landinghead {
    background-color: #17aaf1
}

/********dropdown_Menu*********/
.trans-dropdown {
    width: 250px !important;
    background: rgba(25,27,76,0.8) !important;
    margin: 22px 0 0 !important;
    border-radius: 0px;
    box-shadow: 0px 0px 20px #5b60af;
}

    .trans-dropdown li a {
        padding: 6px 20px !important;
        color: #fff !important;
    }

.hdetail {
    color: #8dc440;
    font-weight: 900;
}

.heading_guide h1 {
    margin: 0px !important;
    color: #fff;
    font-size: 39px;
    background-color: #17aaf1;
    float: right;
    padding: 3px 6px;
}

.space_guide {
    margin-top: 19em;
    margin-bottom: 3em;
}

.color_whirt {
    color: #fff;
    font-weight: bold;
}

.modul_ddl {
    padding: 7px 5px !important;
    max-width: 250px !important;
}

.title_justforyou {
    font-size: 22px;
    line-height: 23px;
    height: 90px;
    font-family: UniSansbold;
    color: #000;
}

.desc_justforyou {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-family: UniSansBook;
    height: 90px;
}

.slide-msg {
    text-align: center;
    /*padding-bottom:20% !important;*/
}

/******************Search**************************/

.bg_colourNew {
    background: #f3f3f3;
}

    .bg_colourNew h1 {
        padding: 20px 30px;
    }

    .bg_colourNew p {
        padding: 0px 20px;
    }

.inner_box {
    background: #fff;
}

.list_img {
    padding: 30px;
}

.page_contect h4 {
    color: #17aaf1;
    padding-top: 20px;
}

.page_contect p {
    padding: 0px;
    line-height: 35px;
    color: #bbbbbb;
}

.border_bottom {
    border-bottom: 3px solid #f3f3f3;
}



.overlays {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .5;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

.imgcenter {
}

.top_space {
    margin-top: 32em;
}

@media only screen and (min-width: 1920px) {
    .top_space {
        margin-top: 56em;
    }
}

@media only screen and (min-device-width : 1080px) and (max-device-width : 1920px) {
    .top_space {
        margin-top: 56em;
    }
}

@media only screen and (max-width: 1366px) {
    .top_space {
        margin-top: 32em;
    }
}

/****************embed-container for vimeo player**********************/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.email-logo-body {
    background-size: contain;
    */
    /*background: url(https://myhealthyyou.blob.core.windows.net/images/backimages/resource-center-bg.jpg) no-repeat center top 30px #e3d8cf;*/
    /*background-size: 100%;*/
    /*background-position-y: 68px;*/
}

.email-template-body {
    background-size: contain;
    */
    /*background: url(https://myhealthyyou.blob.core.windows.net/images/backimages/resource-center-bg.jpg) no-repeat center top 30px #e3d8cf;*/
    /*background-position-y: 68px;*/
}

/*Start CSS for KPI dashboard and KIP dashboard detail page for loading on each graph*/

.multiselect {
    margin: 0px 0 0 0 !important;
    height: 35px !important;
}




.multiselect-selected-text {
    margin-top: 0px !important;
    color: black !important;
}


#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -27px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 600ms linear infinite;
}

#loaderContainer {
    background-color: #35092e;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    z-index: 18 !important;
}
.loaderContainerForKPIDashboardDetails {
    background-color: #35092e;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    z-index: 18 !important;
}
#loaderContainerForPopularityMeasurementScale {
    /*background-color: #35092e;
margin: auto;
text-align: center;
height: 102%;
border-radius: 7px;
padding: 10px;
position: absolute;
z-index: 18 !important;
width: 72%;
top: -1%;
left: 0%*/
    background-color: #35092e;
    margin: auto;
    text-align: center;
    height: 241px;
    min-height: 241px;
    border-radius: 7px;
    padding: 10px;
    position: absolute;
    z-index: 18 !important;
    width: 82%;
    top: -1%;
    left: 0%
}
/*#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 6px transparent;
    border-top-color:  #17AAF1 !important;
    border-left-color: #17AAF1 !important;
    border-right-color: #17AAF1 !important;

    border-radius: 50%;
}*/

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 6px transparent;
    border-top-color: #17AAF1 !important;
    border-left-color: #17AAF1 !important;
    border-right-color: #17AAF1 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*.LoadingOnGraph {
    height: 72%;
    position: absolute;
    color: white;
    width: 63%;
    margin-top: 50px;
    padding-top: 30%;
    margin-left: 62px;
    background-color: red;
    top: -33px;
    opacity: 0.7;
    /*height: 100%;
    position: absolute;
    color: white;
    width: 100%;
    margin-top: 50px;
    padding-top: 30%;
    margin-left: 9px;*/
}

.LoadingOnGraphForhygcomp {
    height: 72%;
    position: absolute;
    color: white;
    width: 63%;
    margin-top: 50px;
    padding-top: 30%;
    margin-left: 69px;
    background-color: red;
    top: -33px;
    opacity: 0.7;
    /*height: 100%;
    position: absolute;
    color: white;
    width: 100%;
    margin-top: 50px;
    padding-top: 33%;
    margin-left: 9px;*/
}

.LoadingOnPopularityMeasurementScale {
    height: 100%;
    position: absolute;
    color: white;
    width: 66%;
    margin-top: -15px;
    padding-top: 2%;
    margin-left: -10px;
    background-color: red;
    opacity: 0.7;
}

    .LoadingOnPopularityMeasurementScale > b {
        margin-top: 124px;
        position: absolute;
        padding-top: -25%;
        top: -35px;
        left: 50px;
    }

.LoadingOnGraphForExploreLifeUsage {
    height: 73%;
    position: absolute;
    color: white;
    width: 68%;
    margin-top: 2px;
    padding-top: 27%;
    margin-left: 28px;
    background-color: red;
    opacity: 0.7;
    /*height: 100%;
    position: absolute;
    color: white;
    width: 60%;
    margin-top: 50px;
    padding-top: 14%;
    margin-left: 39px;
    font-size: 13px;*/
}

.imgAltText {
    /*padding-top: 25%;
    padding-left: 40%;*/
}

.LoadingOnHealthyYOUPlatformUsage {
    height: 67%;
    position: absolute;
    color: white;
    width: 64%;
    margin-top: 17px;
    padding-top: 30%;
    margin-left: 51px;
    font-size: 13px;
    background-color: red;
    opacity: 0.7;
    /*height: 100%;
    position: absolute;
    color: white;
    width: 60%;
    margin-top: 50px;
    padding-top: 25%;
    margin-left: 58px;
    font-size: 13px;*/
}

*/
.ddCustomeLookLikeBootstrap {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/images/dropdown.png) no-repeat scroll 90% center;
    padding: 4px;
    width: 100%;
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -27px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 600ms linear infinite;
}

#loaderContainer {
    background-color: #35092e;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    z-index: 18 !important;
}

.loaderContainerForKPIDashboardDetails {
    background-color: #35092e;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    z-index: 18 !important;
}

#loaderContainerForPopularityMeasurementScale {
    background-color: #35092e;
    margin: auto;
    text-align: center;
    height: 102%;
    border-radius: 7px;
    padding: 10px;
    position: absolute;
    z-index: 18 !important;
    width: 100%;
    top: 0%;
    left: 0%;
}
/*#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 6px transparent;
    border-top-color:  #17AAF1 !important;
    border-left-color: #17AAF1 !important;
    border-right-color: #17AAF1 !important;

    border-radius: 50%;
}*/
#loaderContainerForMostWatchedVideoAndMostReadArticle {
    background-color: #35092e;
    margin: auto;
    text-align: center;
    width: 93%;
    height: 80%;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    z-index: 18 !important;
    TOP: 37PX;
    LEFT: 11PX;
}


#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 6px transparent;
    border-top-color: #17AAF1 !important;
    border-left-color: #17AAF1 !important;
    border-right-color: #17AAF1 !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.ddCustomeLookLikeBootstrap {
    background: #fff url(../images/dropdown.png) no-repeat scroll 90% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 4px;
    width: 100%;
}

.one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite;
    animation-delay: 0.0s;
    margin-left: -5px;
}

.two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

@-webkit-keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*End CSS for KPI dashboard for loading on each graph*/


/*form iPad explore life*/
@media only screen and (device-width: 768px) {

    .other-videos {
        padding: 0;
        width: 48.737%;
        position: relative;
        margin-left: 0px;
    }

    .content-final .cfs {
        padding: 10px;
        padding-bottom: 10px;
        margin-top: 0px !important;
        height: 240px !important;
    }

    .videoBlock img {
        width: 100% !important;
        height: 130px !important;
        object-fit: cover;
    }

    #accordion .img-responsive {
        height: 100% !important;
        width: 99% !important;
        object-fit: cover;
    }

    .firstContainer {
        display: inline-flex !important;
        flex-wrap: wrap !important;
    }

    .divWrapper {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .content-final .cfs .p1cf {
        color: #fff;
        font-size: 18px;
        display: -webkit-box;
        height: auto;
        margin: 0 auto;
        margin-bottom: 5px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .other-videos1 {
        padding: 0px !important;
        width: 32.9% !important;
        position: relative;
        margin: 0px !important;
        border: 1px solid white;
        box-sizing: border-box !important;
    }

        .other-videos1 div p {
            height: 50px !important;
        }
}

th:first-child {
    cursor: pointer !important;
}

.unsortUp {
    top: -3px !important;
}

.unsortDown {
    top: 5px !important;
    left: -3px !important;
}

.unsort {
    font-size: 9px;
    left: 39px;
    top: -15px;
    display: block;
}

.unsortForCar {
    font-size: 9px;
    left: 39px;
    top: -15px;
    display: block;
}

.unsortForLife {
    font-size: 9px;
    left: 39px;
    top: -15px;
    display: block;
}

.unsortForHome {
    font-size: 9px;
    left: 39px;
    top: -15px;
    display: block;
}

.unsortForHealth {
    font-size: 9px;
    left: 39px;
    top: -15px;
    display: block;
}
