*,
*:hover,
*:focus {
    outline: none;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    /*font-family: 'bebas_neuebold';*/
    margin: 0;
}

h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: .02em;
    color: #000;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cw-mobile-view {
    display: none;
}

.cw-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.cw-section1 {
    background: url(../images/corp-wellness/cw-section1-bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-position: center 55px;
}

.cw-section1 .cw-container {
    text-align: center;
}

.cw-section1-header h2 {
    color: #fff;
    margin: 0 0 15px;
    /* letter-spacing: 4px; */
    font-size: 36px;
}

.cw-section1-header .line {
    margin: 0 auto;
}

.cw-section1-btn-grp {
    margin-top: 30px;
}

.cw-section1-btn-grp a {
    display: inline-block;
    /*font-family: 'AvenirNext-CondRegular';*/
    width: 160px;
    line-height: 42px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 10px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.cw-section1-btn-grp a:hover {
    background: #222ecc;
    border-color: #222ecc;
    color: #fff;
}

.cw-section2 {
    /*
	background: url(../images/corp-wellness/cw-section2-bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:center top;
*/
    /* min-height: 626px; */
}

.cw-section2 h2 {
    color: #000;
    margin: 0 0 50px;
    /* letter-spacing: 5px; */
    line-height: 50px;
    font-size: 34px;
}

.cw-section2 h2 span {
    display: block;
}

.cw-section2 h3 {
    font-family: 'sofia_prolight';
    font-size: 22px;
    color: #000;
    margin: 0 0 22px;
}

.cw-section2-header .line-thin {
    height: 2px;
}

.cw-section2 p {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    margin: 0px;
    letter-spacing: .01em;
}

.cw-section2-header {
    margin-bottom: 20px;
    width: 55%;
}

.cw-section2-content a {
    display: inline-block;
    width: 125px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #222ecc;
}

.cw-section2-content a:hover {
    color: #fff;
}

.cw-section2 .mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cw-section2 .mobile-banner {
    width: 50%;
    position: relative;
}

.cw-section2 .mobile-banner:after {
    position: absolute;
    width: 10px;
    background: #fe7048;
    height: 50px;
    content: '';
    top: -25px;
    right: -5px;
}


/* Common Styling for next 2 sections */

.cw-section3 {
    /*background: url(../images/corp-wellness/cw-section3.jpg) no-repeat center top;
	background-size: cover;*/
}

.cw-section3 .cw-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-section3-header {
    margin-bottom: 30px;
}

.cw-section3-header h3 {
    font-size: 32px;
    /* letter-spacing: 6px; */
    margin: 0px 0 18px;
    color: black;
}

.cw-section3-header h3 span {
    display: block;
}

.cw-section3-content p {
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    letter-spacing: .01em;
}

.cw-section3-content p span {
    display: block;
    text-transform: uppercase;
}

.cw-section3-figure {
    width: 50%;
    position: relative;
    left: -30px;
    /*background: url(../images/corp-wellness/cw-section3-figure-bg.png) no-repeat center;
	background-size: cover;*/
}

.cw-section3-content-wrap {
    width: 55%;
    padding-left: 15px;
}


/*.testing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}*/

.cw-section4 {
    height: 600px;
    min-height: 1px !important;
    /* overriding the default for tabs and below at one go */
    /* background: #fdfdfd; */
}

.cw-section4-slider {
    height: 100%;
}

.cw-section4-slider .slick-track {
    height: 100%;
}

.cw-section4-slider-item {
    /*padding-top: 250px;*/
}

.cw-section4-slider-item .cw-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.cw-section4-slider-item h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    margin: 0;
    text-transform: capitalize;
    /* letter-spacing: 8px; */
}

.cw-section4-slider-item h2+.line-thin {
    max-width: 154px;
    margin-top: 7px;
}

.cw-section4-slider-item h3 {
    font-family: 'sofia_prolight';
    color: #000;
    margin: 0 0 20px;
    line-height: 36px;
  }

.cw-section4-slider-item h3 span {
    display: block;
    white-space: nowrap;
}

.cw-section4-slider-item p {
    font-size: 15px;
    color: #000;
    line-height: 1.3;
}

.cw-section4-slider-item .cw-section-common-content-wrap {
    /*margin-top: 70px;*/
    width: 50%;
}

.cw-section4-slider .slick-dots {
    display: none !important;
}

figure.cw-section-common-figure {
    width: 50%;
}

figure.cw-section-common-figure>img {
    margin-left: auto;
}

.cw-section4-content {
    margin-top: 20px;
}

.cw-section4-slider-item li,
.cw-section4-slider-item ol,
.cw-section4-slider-item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cw-section4-slider-list {
    /*padding-top: 160px;*/
    height: 100%;
}

.cw-section4-slider-list ul {
    /* width: 100%; */
    /* max-width: 1130px; */
    /* margin: 20px auto 0; */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    max-width: 100%;
    margin: 0 auto;
}

.cw-section4-slider-list li {
    width: 30%;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    margin-bottom: 30px;
}


/*.cw-section4-slider-list .cw-section-common-flex {
	margin-top: 50px;
}*/

.cw-section-common-flex .cw-header-box-top {
    margin-bottom: 50px;
}

.cw-section4-slider-list .cw-section-common-flex-content {
    position: relative;
    /* padding-left: 85px; */
    text-align: left;
}

.cw-section4-slider-list .cw-section-common-flex-content>img {
    /* position: absolute; */
    left: 0;
    top: 2px;
    margin: 0px 0px 15px 0px;
    height: 58px;
    width: 58px;
}

.cw-section4-slider-list .cw-section-common-flex {
    background: #fff;
    padding: 40px 10px;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
}
.cw-section4-slider-list .cw-section-common-listbox{
    margin-top: 10px;
}
.cw-section4-slider-list .cw-section-common-listbox h4 {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-family: 'sofia_prolight';
    /* line-height: 28px; */
    /* min-height: 62px; */
    /* text-align: center; */
    margin-bottom: 25px;
}
.cw-section4.n-width{
   max-width: 1200px !important;
}
.cw-section4-slider .slick-arrow {
    border: none;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 35px;
    text-indent: -9999em;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 10;
}

.cw-section4-slider .slick-list {
    width: 100%;
    height: 100%;
    max-width: 1254px;
    margin-left: auto;
    margin-right: auto;
}

.cw-section4-slider .slick-prev {
    background: url(../images/corp-wellness/cw-section4-slider-icon-prev.png) no-repeat center;
    background-size: cover;
    left: -50px;
}

.cw-section4-slider .slick-next {
    background: url(../images/corp-wellness/cw-section4-slider-icon-next.png) no-repeat center;
    background-size: cover;
    right:-50px;
}

.cw-section5 h2 span {
    display: block;
}

.cw-section5 .mobile-text-container {
    width: 50%;
    padding: 0 5%;
}

.cw-section5-header {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* text-align: center; */
    /* top: 165px; */
}

.cw-section5-header h2 {
    /* letter-spacing: 8px; */
    font-size: 32px;
    /* line-height: 45px; */
}

.cw-section5 .cw-container {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-section5 .cw-container .mobile-banner {
    position: relative;
    width: 50%;
}

.cw-section5 .cw-container .mobile-banner img {
    width: 100%;
}

.cw-section5 .cw-container .mobile-banner:before {
    position: absolute;
    width: 10px;
    background: #fe7048;
    height: 50px;
    content: '';
    top: -25px;
    left: -5px;
}

.cw-section5 ul,
.cw-section5 li {
    margin: 0;
    padding: 0;
    list-style: none;
    /* height: 100%; */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.cw-section5 ul {
    width: 100%;
    margin-top: 70px;
}

.cw-section5 li {
    width: 33.3333%;
    text-align: center;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.cw-section5 li figure {
    width: 100%;
}

.cw-section5 li figure>img {
    width: 90px;
    height: auto;
}

.cw-section5 p {
    font-size: 17px;
    line-height: 1.25;
    text-transform: uppercase;
    /* margin: 0px 0 0; */
}

.cw-section5 p span {
    display: block;
}

.cw-section6 {
    padding: 0;
    position: relative;
    /* background: rgba(0, 0, 0, .5); */
}

.cw-section6-slider,
.cw-section6-slider .tab-content,
.cw-section6-slider .tab-pane {
    height: calc(100% - 25px);
}

.cw-section6-slider .nav-tabs {
    position: absolute;
    bottom: 4px;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-color: transparent;
}

.cw-section6-slider .nav-tabs li a {
    width: 150px;
    line-height: 32px;
    padding: 0 0 1px;
    margin: 0 10px 0;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4d4d4d+66,4d4d4d+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    border: solid 1px lightgray;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4d4d4d+66,4d4d4d+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: 0px 4px 10px -3px #cccccc;
    box-shadow: 0px 4px 10px -3px #cccccc;
    border-radius: 30px;
}

.cw-section6-slider .nav-tabs li.active a,
.cw-section6-slider .nav-tabs a:hover {
    color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4d4d4d+66,4d4d4d+100 */
    background: #000000; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000000 0%,#4d4d4d 66%,#4d4d4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4d4d4d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.cw-section6-slider h2 {
    color: #fff;
    margin: 15px 0 30px 0px;
    /* letter-spacing: 8px; */
    text-transform: capitalize;
    line-height: 50px;
    font-size: 32px;
}

.cw-section6-header {
    margin-bottom: 22px;
}


/*.cw-section6-header .line-thin {
	background: #222ecc;
}*/

.cw-section6-content li {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    padding-left: 15px;
    max-width: 500px;
    letter-spacing: .02em;
    /* background: url(../images/corp-wellness/cw-section6-list-icon.png) no-repeat left 5px; */
    list-style: disc;
    margin-bottom: 40px;
}

.cw-section6-content li+li {
    margin-top: 15px;
}

#cw-section6-slide1 {
    background: url(../images/corp-wellness/cw-section6-slider1.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 160px;
    /*background-attachment: fixed;*/
}

#cw-section6-slide2 {
    background: url(../images/corp-wellness/cw-section6-slider2.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 160px;
    /*background-attachment: fixed;*/
}

.cw-section6-bottom {
    background: #fff;
    height: 170px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cw-section6-bottom h3 {
    font-size: 40px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    letter-spacing: .02em;
}

.cw-section7 {
    min-height: 300px;
    padding-bottom: 41px;
    background: #fdfdfd;
    margin-top: 50px;
}

.cw-section7 h2 {
    text-align: center;
    background: #fff;
    padding-bottom: 60px
}

.cw-section7 .cw-container {
    padding-top: 40px;
}

.cw-section7-top-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 85px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.cw-section7-top-container:before {
    /*
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 129px;
*/
}

.cw-section7-content {
    width: 33.333%;
    padding: 0 25px;
}

.cw-section7-content-left {
    padding-left: 50px;
}

.cw-section7-content-mid {
    text-align: center;
}

.cw-section7-content-right {
    text-align: right;
    padding-right: 50px;
}

.cw-section7-content figure {
    position: relative;
}

.cw-section7-content figure:before {
    /*
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    background: #000;
    height: 125px;
*/
}

.cw-section7-content figure:after {
    /*
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 50%;
    top: 120px;
*/
}

.cw-section7-content-left figure:before {
    left: 36px;
    top: 100%;
}

.cw-section7-content-left figure:after {
    left: 28px;
}

.cw-section7-content-mid figure:before {
    left: 50%;
    top: 100%;
}

.cw-section7-content-mid figure:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cw-section7-content-right figure:before {
    right: 36px;
    top: 100%;
}

.cw-section7-content-right figure:after {
    right: 27px;
}

.cw-section7-content figcaption {
    position: absolute;
    width: 100%;
}

.cw-section7-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #000;
    margin-top: 30px;
}

.cw-section7-content-left figcaption {
    max-width: 250px;
    bottom: -80px;
    left: -90px;
    text-align: center;
}

.cw-section7-content-mid figcaption {
    max-width: 330px;
    text-align: center;
    bottom: -80px;
    left: 24px;
}

.cw-section7-content-right figcaption {
    max-width: 250px;
    text-align: center;
    bottom: -80px;
    right: -125px;
}

.cw-section7-bottom-container figure {
    padding-top: 120px;
}

.visible-mobile {
    display: none;
}


/*.visible-desktop{ display: block;}*/


/************************
	MEDIA QUERIES
******************************/

@media only screen and (min-width:1401px) {
	.section {
		height: auto;
		min-height: 1px;
	}
	
	.cw-section1 {
		height: 100vh;
	}
	
	.cw-section2 {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	
	.cw-section2 h2 {
		font-size: 29px !important;
		margin-bottom: 40px;
	}
	
	.cw-section2 p {
		line-height: 1.6;
	}
	
	.cw-section3 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.cw-section3-header h3 {
		font-size: 29px !important;
	}
	
	.cw-section5 {
		padding-bottom: 80px;
	}
	
	.cw-section5-header h2 {
		padding-left: 30px;
	}
	
	.cw-section5 ul {
		margin-top: 40px;
	}
	
	.cw-section6 {
		min-height: 700px;
		height: 100vh;
		max-height: 900px;
	}
}
/* 1401 End */

@media only screen and (max-width:1400px) {
    .section {
        height: auto;
        min-height: 650px;
        /* padding-top: 30px; */
        padding-bottom: 30px;
    }
    .cw-section1 {
        height: 100vh;
    }
    .cw-section3 {
        /* min-height: 700px; */
        padding-bottom: 40px;
    }
    .cw-section5 {
        padding-top: 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cw-section5 .cw-container {
        /* min-height: 600px; */
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /*.cw-section5 ul,
	.cw-section5 li {
		height: auto;
	}*/
    .cw-section5-header {
        top: 100px;
    }
    .cw-section6 {
        padding-top: 0;
        padding-bottom: 0;
        height: 100vh;
    }
}


/* 1400px End */

@media only screen and (max-width:1200px) {
    .cw-container {
        width: 94%;
    }
    .cw-section3 {
        min-height: 100px !important;
        padding-top: 60px;
    }
    .cw-section7-content-right figcaption {
        right: 0;
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
}


/* 1200 End */

@media only screen and (max-width:1024px) {
    h2 {
        font-size: 38px;
    }
    .section {
        min-height: 500px;
        background-attachment: scroll;
    }
    .cw-section3-header h3 {
        font-size: 32px;
    }
    .cw-section4 {
        height: 500px;
    }
    .cw-section4-slider-item h2 {
        font-size: 32px;
    }
    .cw-section4-slider-item h3 {
        font-size: 22px;
    }
    .cw-section4-slider-item p br {
        display: none;
    }
    .cw-section4-content {
        margin-top: 15px;
    }
    figure.cw-section-common-figure {
        width: 48%;
        margin-left: 1.9%;
    }
    .cw-section7-content p {
        font-size: 15px;
        line-height: 1.3;
    }
}


/* 1024 End */

@media only screen and (max-width:800px) {
    h2 {
        font-size: 38px;
    }
    .cw-section2 h2 {
        font-size: 36px;
    }
    .cw-section2 h3 {
        font-size: 21px;
        margin-bottom: 18px;
    }
    .cw-section2-header {
        margin-bottom: 16px;
    }
    .cw-section3-figure,
    .cw-section3-content-wrap {
        width: 50%;
    }
    .cw-section3-header h3 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .cw-section3-header {
        margin-bottom: 20px;
    }
    .cw-section3-header .line-thin {
        max-width: 100%;
    }
    .cw-section3-content p {
        font-size: 15px;
    }
    .cw-section4-slider-item h2 {
        font-size: 26px;
    }
    .cw-section4-slider-item h3 {
        font-size: 20px;
    }
    .cw-section4-slider-item p {
        font-size: 16px;
    }
    .cw-section4-slider-list .cw-section-common-listbox p {
        font-size: 14px;
    }
    figure.cw-section-common-figure {
        width: 45%;
        margin-left: 4.9%;
    }
    .cw-section4-slider-item .cw-container {
        padding-left: 0;
        padding-right: 0;
    }
    .cw-section4-slider-list li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
    }
    .cw-section4-slider-list .cw-section-common-listbox h4 {
        font-size: 19px;
    }
 
    .cw-section-common-flex .cw-header-box-top {
        margin-bottom: 25px;
    }
    .cw-section4-slider .slick-prev {
        background-size: 15px auto;
        left: -10px;
    }
    .cw-section4-slider .slick-next {
        background-size: 15px auto;
        right: -10px;
    }
    .cw-section5 li figure>img {
        max-width: 75px;
    }
    .cw-section5 p {
        /*font-size: 17px;*/
        margin-top: 25px;
    }
    .cw-section6 {
        max-height: 600px;
    }
    #cw-section6-slide1,
    #cw-section6-slide2 {
        padding-top: 90px;
    }
    .cw-section7-top-container {
        margin-bottom: 100px;
    }
    .cw-section7-content p {
        font-size: 16px;
    }
    .cw-section7-content-left {
        padding-left: 30px;
    }
    .cw-section7-content-right {
        padding-right: 30px;
    }
    .cw-section7-content-left figcaption {
        bottom: -180px;
        left: -66px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cw-section7-content-mid figcaption {
        bottom: -182px;
        left: -10px;
    }
    .cw-section7-content-right figcaption {
        bottom: -182px;
    }
}


/* 800 End */

@media only screen and (max-width:767px) {
    .visible-desktop {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
    .mobile-banner img {
        width: 100%;
        display: block;
    }
    h2 {
        font-size: 28px;
    }
    .line,
    .line-thin {
        display: none;
    }
    .cw-section5 .cw-container .mobile-banner {
    position: relative;
    width: 100%;
}
    .section {
        min-height: unset;
        height: auto;
        max-height: unset;
    }
    .cw-container {
        width: 100%;
        padding: 0;
    }
    .cw-section1 {
        height: 100vh;
        min-height: 400px;
        background: none;
        padding: 54px 0 0;
        position: relative;
        background: url(../images/corp-wellness/cw-section1-bg-port-mode.jpg) no-repeat center;
        background-size: cover;
        /*-webkit-box-align: end;
		-ms-flex-align: end;
		-ms-grid-row-align: flex-end;
		align-items: flex-end;*/
    }
    .cw-section1 img {
        display: none;
    }
    .cw-section1-header {
        position: absolute;
        left: 0;
        top: 80%;
        width: 100%;
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
    }
    .cw-section1-btn-grp a {
        border: none;
        border-radius: 0;
        position: relative;
        padding: 0;
        width: auto;
        margin: 0 10px;
    }
    .cw-section1-btn-grp a:after {
        position: absolute;
        left: 10%;
        height: 1px;
        background: #fff;
        content: "";
        bottom: 0;
        width: 80%;
    }
    .cw-section1-btn-grp a:hover {
        background: transparent;
        border-color: #transparent;
        color: #fff;
    }
    .cw-section1-header h2 {
        margin-bottom: 0;
    }
    .cw-section2 {
        background: none;
        height: auto;
        min-height: unset;
        text-align: center;
        padding: 0;
        display: block;
        margin-top: 50px;
    }
    .cw-section2 .mobile-banner {
        width: 100%;
        position: relative;
    }
    .cw-section2 .mobile-container {
        display: block;
    }
    .cw-section2 .mobile-banner:after {
        display: none;
    }
    .cw-section2 h2 {
        margin-bottom: 20px;
    }
    .cw-section2 h3 {
        font-size: 16px;
        letter-spacing: .03em;
    }
    .cw-section2-header {
        padding: 30px 15px 50px;
        position: relative;
        margin: -50px auto 50px;
        background: #fff;
        width: 90%;
        -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
        box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
    }
    .cw-section2-header br {
        display: none;
    }
    /*.cw-section2-header .line-thin {
		display: none;
	}*/
    /*
    .cw-section2 p {
        display: none;
    }
*/
    .cw-section3 {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .cw-section3 .cw-container {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
    .cw-section3-content-wrap {
        width: 100%;
        padding-left: 0;
    }
    .cw-section3-figure {
        width: 90%;
        left: 0;
        margin: 0 auto 10px;
    }
    .cw-section3-header {
        margin-bottom: 0;
    }
    .cw-section3-header h3 {
        width: 100%;
        padding-top: 20px;
        font-size: 22px;
        text-align: center;
        /* position: absolute; */
        left: 0;
        top: 0;
        margin-bottom: 30px;
    }
    .cw-section3-content p {
        /*font-size: 18px;*/
        text-align: center;
        max-width: 80%;
        margin: 0 auto;
    }
    .cw-section3-content p br {
        display: none;
    }
    .cw-section3-content p span {
        margin-top: 20px;
    }
    .cw-section4 {
        height: auto;
        /*padding-top: 30px;
		padding-bottom: 30px;
		*/
        padding: 30px 0 70px;
        padding-top: 0;
    }
    .cw-section-common-flex .cw-header-box-top {
        display: block;
    }
    .cw-section4-slider-item {
        padding: 30px 0;
    }
    .cw-section4-slider-item .cw-container {
        width: 94%;
    }
    .cw-section4-slider-item h3 {
        font-size: 18px;
        margin: 10px 0 0;
    }
    .cw-section4-slider-item p {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .cw-section4-slider-item h2 {
        text-align: center;
    }
    .cw-section4-slider-item .cw-section-common-content-wrap {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        background: #fff;
        padding: 100px 15px 80px;
        text-align: center;
        -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
        box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
    }
    .cw-section4-slider .slick-dots {
        display: block !important;
    }
    .cw-section4-slider .slick-arrow {
        display: none !important;
    }
    figure.cw-section-common-figure {
        width: 100%;
        margin: 0 auto -45px;
        width: 80%;
        position: relative;
    }
    figure.cw-section-common-figure img {
        margin: 0 auto;
    }
    .cw-section-common-flex .cw-header-box-top {
        margin-bottom: 30px;
    }
    .cw-section4-slider-list li {
        width: 50%;
        padding: 0;
        text-align: center;
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        margin-bottom: 0;
        height: 160px;
        padding-top: 5px;
    }
    .cw-section4-slider-list li:nth-child(2n) {
        border-right: 0
    }
    .cw-section4-slider-list li:nth-child(5),
    .cw-section4-slider-list li:nth-child(6) {
        border-bottom: 0
    }
    .cw-section4-slider-list .cw-section-common-listbox p {
        font-size: 16px;
        text-align: left;
        width: 100%;
        margin: 0;
        display: none;
    }
    .cw-section4-slider-item2 .cw-section4-content {
        margin-top: 0;
    }
    .cw-section5 {
        /*background: url(../images/corp-wellness/cw-section5-bg-mobile.jpg) no-repeat center;
		background-size: cover;
		padding-bottom: 40px;*/
        background: none;
        min-height: unset;
    }
    .cw-section5 .cw-container .mobile-banner:before {
        display: none;
    }
    .cw-section5 .mobile-text-container {
        /* position: absolute; */
        /* left: 0; */
        /* bottom: 10%; */
        /* transform: translateY(-50%); */
        width: 90%;
        -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
        box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
        margin: -50px auto 50px;
        position: relative;
        z-index: 9;
        background: #fff;
        padding: 30px 15px 50px;
        text-align: center;
    }
    .cw-section5 h2 {
        font-size: 22px;
        line-height: 24px
    }
    .cw-section5 .cw-container {
        padding-left: 0;
        padding-right: 0;
        /* 		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-line-pack: end;
		align-content: flex-end;
		height: 100vh; */
        height: auto;
        min-height: unset;
        display: block;
    }
    .cw-section5 p {
        font-size: 15px;
        letter-spacing: .02em;
        margin: 15px 0 0;
    }
    .cw-section5 li {
        padding-bottom: 0px;
    }
    .cw-section5 li,
    .cw-section5 li:hover {
        background: transparent;
    }
    .cw-section5 li figure>img {
        width: 60px;
    }
    .cw-section5-header {
        position: static;
        width: 100%;
        /* margin-bottom: 19px; */
    }
    .cw-section5 ul,
    .cw-section5 li {
        margin-top: 15px;
    }
    .cw-section6-slider {
        position: relative;
        height: auto;
    }
    .cw-section6-slider:after {
        content: '';
        display: block;
        width: 100%;
        height: 100px;
        /* height of the bottom container */
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .cw-section6-slider .tab-content {
        text-align: center;
        height: auto;
    }
    .cw-section6-slider h2 {
        margin: 0px;
        color: #000;
        font-size: 22px;
    }
    .cw-section6-slider h2 > br {
        display: none;
    }
    .cw-section6-content li {
        background: transparent;
        padding: 0;
        font-size: 14px;
        max-width: 100%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        padding-bottom: 10px;
        list-style: none;
        margin-bottom: 0px;
    }
    #cw-section6-slide1 {
        background: none;
    }
    #cw-section6-slide2 {
        background: none;
    }
    #cw-section6-slide1,
    #cw-section6-slide2 {
        border-bottom: 100px solid #fff;
        /* height of the bottom section */
        padding-top: 0;
        padding-bottom: 0;
        background-clip: padding-box;
        /*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;*/
    }
    #cw-section6-slide1 .cw-container,
    #cw-section6-slide2 .cw-container {
        width: 90%;
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
        box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.30);
        padding: 25px;
        margin: -50px auto 10px;
        position: relative;
    }
    #cw-section6-slide1 .cw-container>div,
    #cw-section6-slide2 .cw-container>div {
        width: 100%;
    }
    .cw-section6-content li+li {
        margin-top: 8px;
    }
    .cw-section6-bottom {
        height: 100px;
        width: 80%;
        left: 10%;
        bottom: 20px;
    }
    .cw-section6-bottom h3 {
        font-size: 26px;
        bottom: 12px;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .cw-section6-slider .nav-tabs {
        bottom: 40px;
    }
    .cw-section6-slider .nav-tabs li a {
        font-size: 12px;
        letter-spacing: .02em;
    }
    .cw-section7 {
        padding-bottom: 0px;
        padding-top: 10px;
        margin-top: 20px;
    }
    .cw-section6-slider .nav-tabs {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .cw-section7-content figure:before,
    .cw-section7-content figure:after,
    .cw-section7-top-container:before {
        display: none;
    }
    .cw-section7-top-container {
        margin-bottom: 0;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
    .cw-section7-content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .cw-section7-content+.cw-section7-content {
        margin-top: 25px;
    }
    .cw-section7-content figcaption {
        position: static;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 12px;
        -webkit-transform: none;
        transform: none;
    }
    .cw-section7-content-mid p {
        max-width: 308px;
        margin: 0 auto;
    }
    .cw-section7-content-right p {
        max-width: 224px;
        margin: 0 auto;
    }
    .cw-section7 h2 {
        text-align: center;
        background: transparent;
        padding-top: 35px;
        padding-bottom: 0px;
    }
    .cw-section7 .cw-container {
        padding: 40px 15px 40px;
    }
    /* MOBILE VIEW  CLASSES STYLING */
    .cw-mobile-view {
        display: block;
    }
    .cw-section-2-mobile-view {
        background: #f7f7f7;
        text-align: center;
        padding-bottom: 15px;
    }
    .cw-section-2-mobile-view p {
        font-size: 16px;
        line-height: 1.45;
        padding: 15px;
        background: #fff;
        width: 80%;
        margin: -20px auto 0;
        position: relative;
        z-index: 10;
    }
    .cw-section-4-mobile-view {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
}


/* 767 End */

@media only screen and (max-width:600px) {
    .cw-section-2-mobile-view p {
        width: 90%;
    }
    .cw-section4-slider-list .cw-section-common-listbox p {
        text-align: center;
    }
    .cw-section4-slider-list .cw-section-common-flex-content {
        padding-left: 0;
        text-align: center;
        padding-top: 15px;
    }
    .cw-section4-slider-list .cw-section-common-flex-content>img {
        position: static;
        margin: 0 auto 10px;
        display: block;
    }
    .cw-section4-slider-list ul {
        width: 100%;
    }
    .cw-section4-slider-list .cw-section-common-listbox h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .cw-section4-slider-item h3 {
        margin: 5px 0 10px;
    }
    .cw-section4-slider-list li {
        padding: 5px;
    }
    .cw-section4-slider-list .cw-section-common-listbox h4 {
        font-size: 16px !important;
        line-height: 20px;
    }
}


/* 600 End */

@media only screen and (max-width:500px) {
    .cw-section3-content p {
        max-width: 90%;
    }
    /* 	.cw-section4-slider-list li {
		width: 84%;
	} */
    .cw-section6-slider .nav-tabs li a {
        width: 120px;
    }
}

@media only screen and (max-width:375px) {
    .cw-section3-content p {
        max-width: 88%;
    }
    .cw-section4-slider-item h3 {
        font-size: 17px;
        margin: 5px 0 0;
    }
    .cw-section4-slider-item p {
        width: 100%;
    }
    figure.cw-section-common-figure {
        width: 85%;
    }
    .cw-section6-content li {
        width: 100%;
        line-height: 1.25;
        /* padding-left: 15px; */
        /* padding-right: 15px; */
    }
    .cw-section6-content li+li {
        margin-top: 4px;
    }
    .cw-section6-bottom {
        width: 90%;
        left: 5%;
    }
    .cw-section5 li p {
        font-size: 12px;
    }
}


/*SUpport form css*/

.contact-btn a {
    margin: 60px auto;
    display: block;
}

.slick-dots {
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: #000;
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    opacity: 0.5;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button {
    color: black;
    opacity: 1;
}
