/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
body {
    font-family: 'Inter', sans-serif;
}
p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: 'Inter', sans-serif;
}
@font-face {
    font-family: 'arial-bold';
    src: url('../fonts/arialbd-webfont.eot');
    src: url('../fonts/arialbd-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arialbd-webfont.woff2') format('woff2'),
        url('../fonts/arialbd-webfont.woff') format('woff'),
        url('../fonts/arialbd-webfont.ttf') format('truetype'),
        url('../fonts/arialbd-webfont.svg#arialbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'arial';
    src: url('../fonts/arial-webfont.eot');
    src: url('../fonts/arial-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arial-webfont.woff2') format('woff2'),
        url('../fonts/arial-webfont.woff') format('woff'),
        url('../fonts/arial-webfont.ttf') format('truetype'),
        url('../fonts/arial-webfont.svg#arial') format('svg');
    font-weight: 400;
    font-style: normal;
}
h1 {
    color: #063E5B;
    font-size: 72px;
    font-style: normal;
    font-weight: 800;
    line-height: 78px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
}
h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.48px;
    color: #063E5B;
}
a {
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-decoration: none;
}
strong {
    font-weight: 700;
    color: #222;
}
.container {
    max-width: 1280px;
    width: 100%;
    padding: 0 15px;
}
.video-img > img,
.banner-video-img > img{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
    border-radius: 30px;
     -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.watch-video-sec.active .video-img > img,
.watch-video-sec.active .video-img h2{
  display: none;
}
.banner-video-img.active > img {
  display: none;
}
.watch-video-sec.active .video-img .video-btn,
.banner-video-img.active .video-btn{
    display: none !important;
}
#video,
#sub-video{
  border-radius: 33px;
}
.video-text-sec {
    padding: 97px 0 100px 0;
}
.video-text-sec .video-img {
    border-radius: 25px;
}
.video-text-sec .title-content {
    max-width: 1050px;
}
.title-content h1 {
    margin-bottom: 38px;
}
.title-content p {
    margin-bottom: 27px;
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.btn {
    color: #FFF;
    background-color: #008EFF;
    border: 2px solid #008EFF;
    text-align: center;
    font-family: "arial-bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    border-radius: 12px;
    padding: 18.5px 47px;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: 0.3s ease !important;
    -o-transition: 0.3s ease !important;
    transition: 0.3s ease !important;
    min-width: auto !important;
}
.btn:hover,
.btn:focus {
    background: #000;
    color: #fff !important;
    border-color: #000;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn:after {
    display: none;
}
.blue-btn {
    background: #008EFF;
}
.watch-video-sec {
    margin-top: 67px;
}
.video-img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.video-img h2 {
    position: absolute;
    bottom: 13px;
    left: 31px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.584px;
    letter-spacing: -1.658px;
    color: #fff;
    max-width: 65%;
}
.watch-video-sec .video-btn {
    position: absolute;
    bottom: 32px;
    right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.12);
    padding: 12px 11px 12px 31px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.watch-video-sec .video-btn img {
    margin-left: 12px;
    width: 30px;
height: 30px;
}
.video-btn:hover,
.video-btn:focus {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}
.video-content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px;
}
.report-sec {
    background-color: #014363;
    padding: 30px 24px 30.96px 30px;
    border-radius: 30px;
    margin-top: 31px;
}
.report-sec img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 8px;
}
.report-sec p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.212px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 14px;
}
.report-sec ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.report-sec ul li:nth-of-type(1) {
    padding-left: 5px !important;
}
.report-sec ul li {
    font-size: 15.44px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    letter-spacing: 0.2px !important;
    color: #fff !important;
    padding: 0 !important;
    width: auto !important;
}
.report-sec ul li:before {
    display: none !important;
}
.report-sec ul li a {
    display: block !important;
    width: 56px !important;
    height: 56px !important;
}
.report-sec ul li a img {
    width: 100% !important;
    height: 100% !important;
}
.slider-video-sec {
    /*background: -o-linear-gradient(60deg, rgba(255, 255, 255, 0.00) 80%, #A6DAFC 100%);
    background: linear-gradient(30deg, rgba(255, 255, 255, 0.00) 80%, #A6DAFC 100%);*/
    padding: 96px 0 50px 0;
    background-color: #fff;
    background-image: url(../images/shadow-top-img.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}
.slider-video-content {
    max-width: 835px;
}
.slider-video-content h2 {
    margin-bottom: 40px;
}
.slider-video-content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
    color: #767676;
}
.video-popup-slider {
    margin-top: 56px;
    overflow: hidden;
}
.video-slider {
    max-width: 87%;
    margin-left: auto;
    margin-right: -92px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slide-current .video-slider {
    max-width: 100%;
    margin-left: 0;
    margin-right: -26px;
}
.video-detail-content .video-thumbnail-img {
    border-radius: 20px;
    width: 100%;
    height: 224px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
/*.slick-track {
  margin: 0 -24px;
}
.slick-slide {
    padding: 0 24px;
}*/
.slick,
.slick-wrap {
  /* height: 200px !important; */
  position: relative;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0 !important;
}
.video-slider .slick-slide {
    position: relative;
}
.video-slider .slick-track {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.video-slider .slick-slide {
    padding: 0 24px 70px 0;
    position: relative;
    height: auto;
}
/*.video-slider .slick-slide::after {
    border-bottom: 1px solid #C4C4C4;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    display: block;
    content: "";
    z-index: -1;
}
.video-slider .slick-slide.slick-current:after {
    border-bottom: 6px solid #008EFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    content: "";
    z-index: -1;
}*/
/*.video-slider .slick-slide.slick-current {
    border-bottom: 6px solid #008EFF;
}*/
.slider-content {
    margin-top: 40px;
    position: relative;
}
.slider-content p {
    font-size: 18.44px;
    font-style: normal;
    line-height: 28.08px;
    letter-spacing: -0.108px;
    color: #767676;
    padding-right: 0;
}
.slider-ply-btn {
    position: absolute;
    top: -11px;
    right: 0;
    display: block;
    width: 56px;
    height: 56px;
}
.slider-ply-btn img {
    width: 100%;
    height: 100%;
}

/*New css Start*/
.video-slider { overflow-x: auto; white-space: nowrap; display: flex; }
.video-detail-content {max-width: 408px;
    width: 100%;
    display: inline-block;
    padding: 0 10px 36px 0; }
.slider-content p { word-break: break-word; width: 100%; display: block; white-space: normal; }

body .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #008EFF; height: 6px; }
body .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #008EFF; height: 6px; }
body .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #008EFF; }


/*New css End*/

.slider-content p strong {
    max-width: 82%;
    display: block;
}
.counter-sec {
    padding: 23px 0 100px 0;
}
.counter-detail img {
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
}
.counter-detail img {
    margin-bottom: 42px
}
.counter-sec h2 {
    line-height: 48px;
    margin-bottom: 69px;
}
.counter-wrap [class*="col-"] {
    position: relative;
    margin-bottom: 20px;
}
.counter-wrap [class*="col-"]:nth-of-type(3n+1):after {
    display: none;
}
.counter-wrap [class*="col-"]:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -56px;
    height: 100%;
    width: 1px;
    background-color: #D9D9D9;
}
.counter-sec .counter-detail h2 {
    color: #3192E1;
    font-size: 85px;
    font-weight: 400;
    margin-bottom: 43px;
}
.counter-detail p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    padding-right: 100px;
    color: #000;
}
.text-img-sec {
    padding: 50px 0 114px 0;
}
.img-text-wrap [class*="col-"]:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.img-text-wrap [class*="col-"]:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.text-img-sec .img-text-wrap .text-img {
    width: 717px;
    height: 439px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.text-img-sec .img-text-wrap .text-content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #767676;
    padding-right: 102px;
    margin-bottom: 37px;
}
a.btn img {
    margin-left: 6px;
    margin-top: -4px;
}
.video-cta-sec {
    padding: 100px 0 60px 0;
    background-color: #002232;
    background-image: url(../images/ctashadow-top-img.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}
.video-cta-sec.light_scheme {
  background-color: #fff !important;
}
.video-cta-sec.dark_scheme {
  background-color: #002232;
}
.video-cta-sec h2 {
    color: #fff;
    margin-bottom: 66px;
}
.video-cta-sec.light_scheme h2 {
  color: #063E5B;
}
.video-cta-sec.light_scheme .video-cta-wrap .video-cta-content p strong{
    color: #000;
}
.video-cta-wrap .video-cta-img {
    border-radius: 20px;
    width: 100%;
    height: 224px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}
.video-cta-wrap .video-cta-img a {
    display: block;
    position: absolute;
}
.video-cta-wrap .video-cta-img a {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.video-cta-wrap .video-cta-img a img {
    width: 55px;
    height: 55px;
}
.video-cta-wrap .video-cta-content p strong {
    color: #fff;
}
.video-cta-wrap .video-cta-content p {
    color: #fff;
    font-size: 18.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.08px;
    letter-spacing: -0.108px;
    color: #818181;
}
.video-cta-wrap {
    height: 100%;
    margin-bottom: 70px;
}
.video-cta-wrap .video-cta-content {
    margin-top: 44px;
}
.load-more-btn {
    text-align: center;
    margin-top: 0;
}
.load-more-btn a.load-more {
    font-family: "arial-bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    padding: 18.5px 51px;
    border-radius: 12px;
    border: 1px solid #000;
    background: #FFF;
    color: #000;
    display: inline-block;
}
.load-more-btn a.load-more:hover,
.load-more-btn a.load-more:focus {
    border: 1px solid #008EFF;
    background: #008EFF;
    color: #fff;
}
.right-text-img-sec {
    padding: 100px 0 30px 0;
}
.right-text-img-sec .img-text-wrap .text-img {
    width: 618px;
    height: 618px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.right-text-img-sec .img-text-wrap .text-content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #767676;
    margin-top: 38px;
}
.right-text-img-sec .text-content {
    max-width: 455px;
}
.right-text-img-sec .img-text-wrap [class*="col-"]:nth-of-type(1) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bottom-cta-sec {
    padding: 30px 0 98px 0;
}
.cta-text-wrap {
    border-radius: 20px;
    border: 1px solid #063E5B;
    padding: 47px 106px 36px 106px;
}
.cta-text-wrap .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-cta-text h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.584px;
    letter-spacing: -1.658px;
    margin-bottom: 12px;
}
.bottom-cta-text p {
    font-size: 18.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.08px;
    letter-spacing: -0.108px;
    color: #818181;
}
.bottom-cta-img img {
    width: 298.5px;
    height: 297.45px;
    border-radius: 100%;
}
.bottom-cta-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.bottom-cta-text {
    max-width: 555px;
}
.text-cta-sec {
    background-color: #F2F4F5;
    padding: 79px 0 100px 0;
    background-image: url(../images/icon-cta-shadow-img.png);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}
.text-cta-sec .text-cta-top-content {
    max-width: 585px;
}
.text-cta-wrap-sec {
    margin-top: 38px;
}
.text-cta-top-content h2 {
    margin-bottom: 35px;
}
.text-cta-top-content p {
    font-size: 22px;
    color: #767676;
}
.cta-wrap img {
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
}
.cta-wrap h3 {
    font-size: 32.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.62px;
    letter-spacing: -1.338px;
    margin-bottom: 31px;
}
.cta-wrap p {
    font-size: 18.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.08px;
    letter-spacing: -0.389px;
}
.cta-wrap {
    padding-right: 95px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.4);
    margin-top: 34px;
    padding-bottom: 60px;
}
.healthcare-right-sec {
    padding: 87px 0 100px 0;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/shadow-img.png);
}
.healthcare-right-sec .text-img {
    width: 100%;
    height: 528px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30.958px;
}
.healthcare-right-sec .text-content {
    max-width: 645px;
}
.healthcare-right-sec .text-content h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 37.62px;
    letter-spacing: -1.338px;
    color: #222;
}
.healthcare-right-sec .text-content h1 {
    margin-bottom: 35px;
}
.healthcare-right-sec .text-content p {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 0;
}
.healthcare-right-sec .text-content a.btn {
    display: inline-block;
    margin-right: 17px;
}
.healthcare-right-sec .text-content a.btn:last-child {
    margin-right: 0;
}
.btn.secondary-btn {
    color: #000;
    text-align: center;
    font-family: "arial-bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    border-radius: 12px;
    border: 1px solid #000;
    background: #FFF;
}
.btn.secondary-btn:hover,
.btn.secondary-btn:focus {
    background: #000;
    color: #fff;
}
.healthcare-banner {
    background-color: #002232;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 148px 0 100px 0;
    background-image: url(../images/shadow-img.png);
}

.banner-video-img h2 {
    position: absolute;
    bottom: 11px;
    left: 38px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.584px;
    letter-spacing: -1.658px;
    color: #fff;
    right: 200px;
    max-width: 662px;
}
.banner-video-img .video-btn {
    position: absolute;
    bottom: 32px;
    right: 34px;
    display: block;
    font-size: 15.44px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.12);
    padding: 12px 11px 12px 31px;
}
.banner-video-img .video-btn img {
    margin-left: 12px;
    width: 30px;
    height: 30px;
}
.video-btn:hover,
.video-btn:focus {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}
.banner-content .text-part h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 37.62px;
    letter-spacing: -1.338px;
    color: #fff;
}
.heading-text-part h1 {
    color: #fff;
    margin-bottom: 34px;
}
.heading-text-part p {
    color: #767676;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
.heading-text-part a.btn {
    display: inline-block;
    margin-right: 17px;
}
.heading-text-part a.btn:last-child {
    margin-right: 0;
}
.mfp-bg {
    background: #000;
}
.mfp-iframe-holder .mfp-close {
    top: -44px;
    color: #FFF;
    right: 0;
    text-align: right;
    padding-right: 0;
    width: 30px;
    left: auto;
    height: 30px;
    font-size: 0;
    background-image: url(../images/close.png);
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#footer .btn {
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 18.5px 40px;
    background-color: #468CC4;
    border-color: #468CC4;
}
#footer .btn:hover,
#footer .btn:focus {
    background-color: #002232;
    border-color: #002232;
}
.nav-menu a {
    position: relative;
    text-decoration: none;
    color: #063e5b;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #063E5B;
}
#canvas .content ul li {
    /* margin: 0px 0 15px 0 !important; */
    /* padding-left: 20px !important; */
    color: #767676;
    line-height: 1.2 !important;
}
.bullet-list li::before,
.content ul:not(.social-list):not(.links-list):not(.ais-Pagination-list):not(.tribe-events-c-top-bar__nav-list):not(.tribe-events-c-nav__list) li::before {
    left: 5px !important;
    top: 6px !important;
}
.header-search-form input[type="text"] {
    width: 100%;
    max-width: none;
    border: 1px solid #C7DCEF;
    border-radius: 8px;
    height: 48px;
    font-size: 14px;
    padding: 10px 60px 10px 15px;
    margin: 0;
    color: #063E5B !important;
    font-family: "Arial";
}
.footer-navigation a {
    color: #FFF;
    text-decoration: none;
    font-family: 'Inter', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}
.footer-holder,
#footer .contact-link a,
#footer .contact-link,
#footer address {
    font-family: "Arial" !important;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1250px;
    height: 700px;
}
.mobile{
    display: none !important;
}
.desktop{
    display: block !important;
}
/*responsive css start here*/
@media only screen and (max-width:1300px) {
    .container {
        max-width: 1140px;
    }
    h1 {
        font-size: 60px;
        line-height: 1.2;
    }
    .report-sec {
        padding: 20px;
    }
    .report-sec p {
        font-size: 21px;
    }
    #header .container {
        max-width: 100%;
    }
}
@media only screen and (max-width:1199px) {
    .mfp-iframe-holder .mfp-content {
        width: 90%;
        height: auto;
    }
    .container {
        max-width: 960px;
    }
    .video-text-sec {
        padding: 80px 0 75px 0;
    }
    h1 {
        font-size: 52px;
        line-height: 1.2;
    }
    .title-content h1 {
        margin-bottom: 15px;
    }
    .title-content p {
        font-size: 21px;
    }
    .report-sec p br {
        display: none;
    }
    .watch-video-sec [class*="col-"] {
        width: 100%;
    }
    .video-img {
        height: 600px;
    }
    .video-img h2 {
        font-size: 37px;
    }
    .video-img {
        height: 500px;
        margin-bottom: 30px;
    }
    .report-sec {
        margin-top: 10px;
    }
    .slider-video-sec {
        padding: 60px 0 50px 0;
    }
    h2 {
        font-size: 35px;
        line-height: 1.2;
    }
    .video-text-sec .title-content {
        max-width: 100%;
    }
    .slider-video-content {
        max-width: 100%;
    }
    .video-slider {
        max-width: 90%;
        margin-left: auto;
        margin-right: -58px;
    }
    .counter-sec .counter-detail h2 {
        font-size: 30px;
    }
    .counter-sec h2 {
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .counter-detail img {
        margin-bottom: 20px;
    }
    .counter-sec .counter-detail h2 {
        margin-bottom: 20px;
    }
    .counter-sec {
        padding: 23px 0 50px 0;
    }
    .text-img-sec .img-text-wrap .text-content p {
        padding-right: 0;
    }
    .text-img-sec .img-text-wrap .text-img {
        width: 100%;
    }
    .text-img-sec {
        padding: 50px 0 70px 0;
    }
    .video-cta-sec {
        padding: 50px 0 50px 0;
    }
    .video-cta-sec h2 {
        margin-bottom: 30px;
    }
    .video-cta-wrap .video-cta-img a img {
        width: 45px;
        height: 45px;
    }
    .video-cta-wrap .video-cta-img {
        height: 200px;
    }
    .cta-text-wrap {
        padding: 40px;
    }
    .bottom-cta-img img {
        width: 200px;
        height: 200px;
    }
    .bottom-cta-text h2 {
        font-size: 30px;
    }
    .bottom-cta-text p {
        font-size: 16px;
    }
    .bottom-cta-sec {
        padding: 30px 0 50px 0;
    }
    .text-cta-sec .text-cta-top-content {
        max-width: 100%;
    }
    .text-cta-sec {
        padding: 60px 0 60px 0;
    }
    .text-cta-top-content h2 {
        margin-bottom: 20px;
    }
    .text-cta-top-content p {
        font-size: 19px;
    }
    .text-cta-top-content p br {
        display: none;
    }
    .text-cta-wrap-sec {
        margin-top: 20px;
    }
    .cta-wrap {
        padding-right: 0;
    }
    .cta-wrap h3 {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .cta-wrap {
        margin-top: 20px;
        padding-bottom: 30px
    }
    .healthcare-right-sec {
        padding: 75px 0;
    }
    h1 {
        font-size: 45px;
    }
    .healthcare-right-sec .text-content p {
        font-size: 20px;
    }
    br {
        display: none;
    }
    .healthcare-right-sec .text-img {
        height: 400px;
    }
    .healthcare-banner {
        padding: 80px 0;
    }
    .banner-content .text-part h4 {
        font-size: 25px;
    }
    .heading-text-part h1 {
        margin-bottom: 20px;
    }
    .heading-text-part p {
        font-size: 20px;
    }
    .banner-video-img {
        height: 500px;
    }
    .video-img h2,
    .banner-video-img h2 {
        max-width: 63%;
    }
    .right-text-img-sec .img-text-wrap .text-img {
        width: 100%;
        height: 450px;
    }
}
@media only screen and (max-width:991px) {
    .container {
        max-width: 720px;
    }
    .video-text-sec {
        padding: 65px 0;
    }
    h1 {
        font-size: 40px;
    }
    .title-content p {
        font-size: 20px;
    }
    .video-img {
        height: 400px;
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }
    .video-img::after {
        position: absolute;
        display: block;
        content: "";
        background-color: rgba(1, 67, 99, 0.4);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 30px;
    }
    .video-img h2 {
        font-size: 30px;
    }
    .report-sec ul li a {
        width: 45px !important;
        height: 45px !important;
    }
    .slider-video-content h2 {
        margin-bottom: 20px;
    }
    .video-slider {
        max-width: 100%;
        margin-left: auto;
        margin-right: 0;
    }
    .video-slider .slick-slide {
        padding: 0 24px 50px 24px;
    }
    .video-slider .slick-slide::after {
        bottom: 0;
    }
    .slider-content p:nth-of-type(1) {
        width: 79%;
    }
    .counter-wrap [class*="col-"]::after {
        display: none;
    }
    .counter-detail p {
        padding-right: 0;
    }
    .healthcare-right-sec .text-content a.btn {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .right-text-img-sec {
        padding: 50px 0 30px 0;
    }
    .banner-video-img h2 {
        font-size: 30px;
    }
    .banner-video-img {
        height: 400px;
        position: relative;
        z-index: 1;
    }
    .banner-video-img:after {
        position: absolute;
        display: block;
        content: "";
        background-color: rgba(1, 67, 99, 0.4);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 30px;
    }
    .heading-text-part a.btn {
        display: inline-block;
        margin-right: 5px;
        padding: 18.5px 40px;
    }
    .video-content {
        margin-top: 30px;
    }
    .report-sec {
        margin-top: 20px;
    }
}
@media only screen and (max-width:767px) {

    .slide-current .video-slider {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
    .video-slider .slick-slide {
  padding: 0 20px 50px 20px;
}
    .container {
        max-width: 100%;
    }
    .text-img-sec .img-text-wrap .text-content p {
        margin-bottom: 20px;
    }
    .text-content {
        margin-bottom: 30px;
    }
    .slider-ply-btn {
    top: 7px;
    right: 0;
}
    .slider-content p:nth-of-type(1) {
    width: 80%;
    margin-bottom: 26px;
        padding-right:0;
}
    .slider-content p {
    padding-right: 60px;
}
    .right-text-img-sec .img-text-wrap .text-content p{
        margin-top: 30px;
    }
    .slider-content p strong {
        max-width: 100%;
    }
    .video-cta-wrap .video-cta-content {
        margin-top: 20px;
    }
    .healthcare-right-sec .text-content {
        max-width: 100%;
        margin-top: 30px;
    }
    .healthcare-right-sec .text-content a.btn,
    .heading-text-part a.btn {
        display: block;
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .img-text-wrap [class*="col-"] {
        width: 100%;
    }

    .img-text-wrap [class*="col-"]:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .img-text-wrap [class*="col-"]:nth-of-type(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .right-text-img-sec .text-content {
        max-width: 100%;
    }
    .text-img-sec .img-text-wrap .text-img,
    .right-text-img-sec .img-text-wrap .text-img {
        margin-bottom: 20px;
    }
   .video-img h2 {
    max-width: 100%;
    bottom: -105px;
    left: 0;
    right: 0;
    color: #063E5B;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
       min-height: 56px;
}
     .banner-video-img h2 {
               max-width: 100%;
    bottom: -96px;
    left: 0;
    right: 0;
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
         min-height: 56px;
    }
    .counter-wrap [class*="col-"] {
        position: relative;
    width: 100%;
    margin-bottom: 56px;
    }

    .counter-wrap [class*="col-"]::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 11px;
  height: 1px;
  width: 94%;
  background-color: #D9D9D9;
  margin: 0 auto;
  top: 117%;
}
    .counter-wrap [class*="col-"]:nth-of-type(3n+1):after {
    display: block;
}
    .counter-sec {
        padding: 50px 0 20px 0;
    }
    .text-img-sec {
        padding: 19px 0 50px 0;
    }
    .cta-text-wrap [class*="col-"] {
        width: 100%;
    }
    .btn {
        padding: 18.5px 28px;
    }
    .bottom-cta-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cta-text-wrap [class*="col-"]:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }
    .cta-text-wrap [class*="col-"]:nth-of-type(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .video-slider .slick-slide {
        margin: 0 0;
    }
    .text-img-sec .img-text-wrap .text-img {
        height: 210px;
    }
    .right-text-img-sec .img-text-wrap .text-img{
        height: 348px;
    }
    .right-text-img-sec {
        padding: 50px 0 10px 0;
    }
    .bottom-cta-sec {
        padding: 30px 0 50px 0;
    }
    .cta-text-wrap {
    padding: 30px 19px 30px 19px;
}
    .video-content p {
        margin-bottom: 22px;
        margin-top: 10px;
        font-size: 16px;
    line-height: 22px;
    }
    .title-content h1,
    h1 {
        font-size: 48px;
        line-height: 54px;
    }
    .title-content p{
     font-size: 18px;
    line-height: 22px;
    }
    .title-content p{
        margin-bottom: 21px;
    }
    a.btn.blue-btn {
        min-width: 100% !important;
    }
    .load-more-btn a.load-more {
        display: block;
    }
    .bottom-cta-text {
    max-width: 100%;
    margin-top: 27px;
}
  .report-sec p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 41px;
}
    .counter-sec h2 {
        line-height: 36px;
    margin-bottom: 37px;
    font-size: 30px;
}
    .counter-sec .counter-detail h2 {
        margin-bottom: 13px;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: -1px;
}
    h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
    .bottom-cta-text h2 {
    font-size: 28px;
    line-height: 34px;
}
    .healthcare-right-sec .text-content h4{
            font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    }
    .healthcare-right-sec .text-content p {
    font-size: 18px;
    line-height: 22px;
}
    .video-text-sec {
    padding: 45px 0;
}
    .container{
        padding: 0 20px;
    }
    .title-content h1 {
    margin-bottom: 25px;
}
    .video-detail-content .video-thumbnail-img,
    .text-img-sec .img-text-wrap .text-img,
    .video-cta-wrap .video-cta-img,
    .right-text-img-sec .img-text-wrap .text-img,
    .cta-text-wrap,
    .healthcare-right-sec .text-img,
    .banner-video-img,
    .video-img > img, .banner-video-img > img{
        border-radius: 12px;
    }
    #video, #sub-video{
        border-radius: 14px;
    }
    .watch-video-sec {
    margin-top: 26px;
}
    .video-img {
    height: 251px;
    margin-bottom: 94px;
}
    .report-sec {
    margin-top: 43px;
    border-radius: 12px;
    padding: 32px 35px 14px 35px;
}
    #canvas .content ul li{
        padding-left: 0px !important;
    }
    .report-sec ul li a {
    width: 56px !important;
    height: 56px !important;
}
    .slider-video-content h2 {
    margin-bottom: 31px;
}
    .slider-video-content p{
        margin-bottom: 19px;
    }
   /* .video-slider .slick-slide.slick-current:after {
    border-bottom: 5px solid #008EFF;
        left: 0;
    width: 93%;
    display: block;
    content: "";
    z-index: -1;
    margin: 0 auto;
    right: 0;
}*/
    .healthcare-right-sec {
    padding: 20px 0 70px 0;
}
    .healthcare-right-sec .text-content h1 {
    margin-bottom: 25px;
}
    .healthcare-right-sec .text-img {
    height: 338px;
}
    .healthcare-banner {
    padding: 39px 0 139px 0;
}
    .banner-content .text-part h4 {
    font-size: 22px;
}
    .heading-text-part h1 {
    margin-bottom: 20px;
    margin-top: -7px;
}
    .heading-text-part p {
    font-size: 18px;
    line-height: 23px;
}
    .banner-video-img {
    height: 188px;
    margin-top: 12px;
}
    .mobile{
    display: block !important;
}
.desktop{
    display: none !important;
}
    .watch-video-sec .video-btn,
    .banner-video-img .video-btn{
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #fff;
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
    .watch-video-sec .video-btn img,
    .banner-video-img .video-btn img
    {
        width: 56px;
        height: 56px;
    }
}
 .video-thumbnail-img {
            border-radius: 20px;
            width: 100%;
            height: 224px;
            background-repeat: no-repeat;
            background-position: top;
            background-size: cover;
        }

        .swiper-container-horizontal>.swiper-scrollbar {
            border-radius: 2px;
            height: 6px;
            width: 200px;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .swiper-container {
            padding-bottom: 30px;
        }


        .swiper-container-horizontal>.swiper-scrollbar {
            width: 79vw;
            right: 0;
            left: auto;
            transform: none;
        }

        .slider-content {
            margin-top: 40px;
            position: relative;
            padding-right: 60px;
        }

        .slider-ply-btn {
        position: absolute;
            top: 2px;
            right: -5px;
            display: block;
            width: 56px;
            height: 56px;
        }

        .swiper-wrapper {
            padding-left: 21vw;
        }

        .swiper-scrollbar-drag {
           /* width: 460px;*/
            background-color: #008EFF;
            height: 6px;
            /* Customize the width as desired */
        }
/*@media only screen and (max-width:1199px) {
    .swiper-scrollbar-drag {
    width: 280px !important;
    background-color: #008EFF;
}
}*/
@media only screen and (max-width:767px) {
    .swiper-wrapper {
    padding: 0;
}
    .slider-video-sec{
        padding: 60px 20px 50px 20px;
    }
    .swiper-container-horizontal>.swiper-scrollbar { width: 97%; }
    .video-detail-content{
        max-width: 100%;
    }
    .video-detail-content{
       padding: 0 0px 30px 0px;
    }
    .slider-ply-btn{
        right: 0;
    }
}
/*new page css*/
.healthcare-banner.full-width-content.bg-color-sec {
    background-image: none;
}
.healthcare-banner.full-width-content.bg-color-sec h1 {
    color: #063E5B;
}
.healthcare-banner.full-width-content.bg-color-sec .heading-text-part p{
    color: #000;
}
.healthcare-banner.full-width-content {
    padding: 75px 0;
}
.healthcare-banner.full-width-content .heading-text-part h1{
     max-width: 810px;
}
.healthcare-banner.full-width-content .heading-text-part p {
    color: #CCCCCC;
    padding-right: 340px;
    margin-bottom: 15px;
}
.healthcare-banner.full-width-content .banner-video-img .video-btn {
    position: absolute;
    bottom: auto;
    right: 0;
    display: block;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 0;
    left: 0;
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    text-align: center;
    width: 131px;
    height: 131px;
    margin: 0 auto;
}
.healthcare-banner.full-width-content .banner-video-img .video-btn img {
    width: 100%;
    height: 100%;
}
.text-img-sec.left-img {
    padding: 103px 0 105px 0;
}
.text-img-sec.left-img .img-text-wrap .text-img {
    width: 100%;
    height: 618px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.text-img-sec.left-img .img-text-wrap [class*="col-"]:nth-of-type(1){
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}
.text-img-sec.left-img .img-text-wrap [class*="col-"]:nth-of-type(2){
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}
.text-img-sec.left-img .text-content h3 {
    color: #063E5B;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1px;
    margin-bottom: 35px;
}
.text-img-sec.left-img .img-text-wrap .text-content {
    padding-left: 105px;
    padding-top: 61px;
}
.text-img-sec.left-img .img-text-wrap .text-content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #818181;
    padding-right: 35px;
    margin-bottom: 37px;
}
.text-img-sec.left-img .img-text-wrap .text-content .btn {
    padding: 14.5px 48px;
    text-transform: unset;
}
.text-img-sec.left-img .img-text-wrap .text-content p a{
    color: #818181;
    text-decoration: underline;
}
.text-img-sec.left-img .img-text-wrap .text-content p a:hover{
    color: #063E5B;
}
.resource-sec.bg-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-color: #ffff;
    padding: 98px 0 50px 0;
}
.resource-sec h2 {
    font-size: 72px;
    color: #063E5B;
    text-transform: uppercase;
    line-height: 78px;
    margin-bottom: 37px;
    font-weight: 700;
    letter-spacing: -2px;
}
.resource-sec-wrap .report-sec {
        background-color: #014363;
    padding: 30px 24px 118px 30px;
    border-radius: 30px;
    margin-top: 37px;
    position: relative;
}
.resource-sec-wrap .report-sec ul{
        position: absolute;
    bottom: 16px;
    left: 13px;
    right: 24px;
}
.resource-sec h3 {
    font-size: 48px;
    color: #063E5B;
    line-height: 56px;
    margin-bottom: 20px;
    font-weight: 700;
}
.report-sec-lisitng p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 5px;
}
.report-sec-lisitng a{
    color: #008EFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    text-decoration: underline;
}
.report-sec-lisitng a:hover{
    color: #014363;
}
.resource-sec.without-bg {
    padding: 41px 0 32px 0;
}
.report-sec-lisitng {
    margin-bottom: 65px;
    border-right: 1px solid #D9D9D9;
    margin-right: 19px;
    padding-bottom: 32px;
}
.resource-listing-wrap {
    margin-top: 39px;
}
.report-sec-lisitng img {
   margin-bottom: 15px;
    width: 45px;
    height: 45px;
    object-fit: contain;
    object-position: left;
}
.resource-listing-wrap [class*="col-"]:nth-of-type(3n+3) .report-sec-lisitng {
    border-right: none;
}
.news-listing-sec{
    padding: 0px 0 0 0;
}
.news-listing-sec h2 {
    margin-bottom: 62px;
}
.news-img {
    height: 224px;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    border-radius: 20px;
}
.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.news-content {
    margin-top: 39px;
}
.news-content a p {
    font-weight: 600;
    line-height: 24px;
}
.news-content a {
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: underline;
}
.news-info {
    margin-bottom: 72px;
}
.news-content a:hover,
.comments-linkdetail p a:hover{
   color: #008EFF;
}
.comments-letters-sec{
    padding: 21px 0 30px 0;
}
.comments-letters-link-sec{
    padding: 50px 0 214px 0;
}
.comments-linkdetail {
    margin-bottom: 30px;
    position: relative;
}
.comments-linkdetail:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -59px;
    width: 1px;
    height: 100%;
    background-color: #D9D9D9;
}
.comments-linksec-wrap [class*="col-"]:nth-of-type(1) .comments-linkdetail:after{
    display: none;
}
.comments-sec-wrap {
    margin-top: 58px;
}
.comments-detail a {
    color: #008EFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    text-decoration: underline;
}
.comments-detail p {
    padding-right: 19px;
    line-height: 24px;
    margin-bottom: 10px;
}
.comments-detail {
    margin-bottom: 30px;
}
.comments-detail a:hover{
    color: #000;
}
.comments-linkdetail p a{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}
.comments-linkdetail p.date{
    color: #7A7A7A;
    font-weight: 500;
    font-size: 15.44px;
    line-height: 14px;
}
.comments-linksec-wrap {
    margin-top: 68px;
}
.comments-linksec-wrap img {
    margin-bottom: 12px;
    width: 54px;
    height: 55px;
    object-fit: contain;
}
.comments-linkdetail p {
    padding-right: 101px;
    line-height: 26px;
    margin-bottom: 7px;
}
#youtube-video{
   border-radius: 30px;
}
.banner-video-img img {
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width:1300px) {
    .heading-text-part p{
        font-size: 20px;
    }
    .banner-video-img{
        height: 500px;
    }
    .text-img-sec.left-img {
    padding: 80px 0 80px 0;
}
    .text-img-sec.left-img .img-text-wrap .text-img{
        height: 540px;
    }
    .text-img-sec.left-img .img-text-wrap .text-content {
    padding-left: 0;
    padding-top: 0;
}
    .text-img-sec.left-img .text-content h3{
        font-size: 44px;
    }
    .text-img-sec.left-img .img-text-wrap .text-content p{
        font-size: 16px;
    }
    .resource-sec.bg-img{
        padding: 50px 0;
    }
    .resource-sec h2 {
    font-size: 45px;
    margin-bottom: 12px;
    line-height: 1.2;
}
    .resource-sec h3{
        font-size: 40px;
    }
    .resource-sec-wrap .report-sec{
        margin-top: 20px;
    }
    .resource-sec-wrap .report-sec ul{
        bottom: 0;
    }
    .resource-sec-wrap .report-sec{
        padding: 25px 25px 86px 25px;
    }
    .resource-listing-wrap {
    margin-top: 30px;
}
    .news-listing-sec h2 {
    margin-bottom: 30px;
}
    .news-info{
        margin-bottom: 40px;
    }
    .comments-sec-wrap,.comments-linksec-wrap
    {
    margin-top: 30px;
}
    .comments-letters-link-sec {
    padding: 50px 0 50px 0;
}
}
@media only screen and (max-width:1199px) {
    .comments-linkdetail:after{
            left: -16px;
    }
    .comments-linkdetail p{
        padding-right: 0;
    }
    .comments-linkdetail p a{
        font-size: 16px;
    }
    p{
        font-size: 16px;
    }
    .news-content {
    margin-top: 20px;
}
    .report-sec-lisitng {
    margin-bottom: 30px;
    margin-right: 0;
    padding-bottom: 0;
}
    .resource-sec-wrap .report-sec {
    padding: 18px 18px 86px 18px;
}
    #canvas .content .report-sec ul li{
        padding: 0 !important;
    }
    .report-sec ul li a{
        width: 40px !important;
    height: 40px !important;
    }
    .resource-sec-wrap .report-sec ul{
            left: 18px;
    right: 18px;
    }
}
@media only screen and (max-width:991px) {
    .banner-video-img{
            height: 400px;
    }
    .comments-linksec-wrap [class*="col-"]:nth-of-type(3) .comments-linkdetail:after{
    display: none;
}
    .resource-listing-wrap [class*="col-"]:nth-of-type(2n+2) .report-sec-lisitng,
    .resource-listing-wrap [class*="col-"]:nth-of-type(3n+6) .report-sec-lisitng{
    border: none !important;
}
    .resource-listing-wrap [class*="col-"]:nth-of-type(3n+3) .report-sec-lisitng {
    border-right: 1px solid #D9D9D9;
}
    .healthcare-banner.full-width-content .heading-text-part h1 {
    max-width: 100%;
}
    .healthcare-banner.full-width-content .heading-text-part p{
        padding-right: 0;
    }
    .banner-video-img {
    height: 350px;
}
    .healthcare-banner.full-width-content .banner-video-img .video-btn {
        width: 100px;
    height: 100px;
}
    .text-img-sec.left-img .img-text-wrap [class*="col-"]{
        width: 100%;
    }
    .text-img-sec.left-img .img-text-wrap .text-img {
    height: 400px;
}
    .text-img-sec.left-img .img-text-wrap .text-content{
        margin-top: 50px;
    }
    .text-img-sec.left-img .text-content h3 {
    font-size: 39px;
    line-height: 1.2;
    margin-bottom: 15px;
}
    .text-img-sec.left-img {
    padding: 50px 0 50px 0;
}
    .comments-detail {
    margin-bottom: 30px;
}
    .comments-letters-link-sec {
    padding: 30px 0 30px 0;
}
}
@media only screen and (max-width:767px) {
    .comments-linkdetail:after{
        display: none !important;
    }
    .report-sec-lisitng{
        border-right: none !important;
    }
    .heading-text-part p {
    font-size: 18px;
}
    .text-img-sec.left-img .img-text-wrap .text-content {
    margin-top: 30px;
}
    .resource-sec h2 {
    font-size: 36px;
    margin-bottom: 8px;
    line-height: 1.2;
}
    .resource-sec h3 {
    font-size: 33px;
}
    .report-sec p {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 30px;
}
    .resource-sec.bg-img {
    padding: 30px 0;
}
    .resource-sec h2 {
    font-size: 34px;
    margin-bottom: 8px;
    line-height: 1.2;
}
    .resource-listing-wrap {
    margin-top: 0;
}
    .comments-linkdetail p a {
    font-size: 15px;
}
}
@media only screen and (max-width:500px) {
    .title-content h1, h1 {
    font-size: 32px;
    line-height: 1.3;
}
    .heading-text-part p {
    font-size: 17px;
}
    .banner-video-img {
    height: 280px;
}
    .text-img-sec.left-img .text-content h3{
        font-size: 33px;
    }
    .text-img-sec.left-img .img-text-wrap .text-content p {
    font-size: 16px;
    padding-right: 0;
}
    .resource-sec.bg-img {
    padding: 30px 0;
}
    .text-img-sec.left-img .img-text-wrap .text-img {
    height: 300px;
}
    .healthcare-banner.full-width-content .banner-video-img .video-btn {
        width: 70px;
    height: 70px;
}
}
.mark, mark{
    background-color: transparent !important;
    padding: 0 !important;
}
.banner-video-img {
    width: 100%;
    height: 670px;
    border-radius: 30px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 60px;
}
@media only screen and (max-width:1199px) {
    .banner-video-img {
        height: 500px !important;
    }
}
@media only screen and (max-width:991px) {
    .banner-video-img {
    height: 400px !important;
    }
}
@media only screen and (max-width:991px) {
     .banner-video-img {
    height: 350px !important;
    }
}

.right-text-img-sec .img-text-wrap-reverse .text-content {
    padding-left: 100px;
    max-width: 555px;
}

@media only screen and (max-width:1199px) {
    .right-text-img-sec .img-text-wrap-reverse .text-content {
        padding-left: 50px;
    }
}

@media only screen and (max-width:991px) {
    .right-text-img-sec .img-text-wrap-reverse .text-content {
        padding-left: 10px;
    }
}

@media only screen and (max-width:767px) {
    .right-text-img-sec .img-text-wrap-reverse .text-content {
        padding-left: 0px;
        max-width: 100%;
    }
}