.adress-box,
.adress-box .heading,
.adress-box ul li p,
.buy-btn,
.graph-box,
.left-box2 .card,
.left-box3 .card,
.navbar .navbar-nav .nav-item,
.scroll {
    text-align: center;
}

#closeCookieConsent,
#cookieConsent a.cookieConsentOK,
.audio-player #music-msg,
.audio-player img,
.gm,
.img_btn .btn,
.modal#msg_alert button,
.scroll,
.share {
    cursor: pointer;
}

html {
    font-size: 16px;
}

body {
    font-family: "Open Sans", sans-serif;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #b3ebff), color-stop(0.72, #80ddff), color-stop(0.86, #4dcfff));
}

.navbar {
    padding: 0 0 0 1rem;
}

.navbar .navbar-nav .nav-item a.nav-link {
    font-size: 13px;
    padding: 0 1.8rem;
    font-weight: 700;
    color: #046489;
}

.navbar .navbar-nav .nav-item .icons {
    font-size: 1.8rem;
}

.navbar .navbar-nav .nav-item.active a.nav-link {
    color: #1b99c1 !important;
}

.font13 .icons {
    font-size: 13px !important;
}

.widht42 {
    width: 48% !important;
}

.widht50 {
    width: 54% !important;
}

.mega-menu .icons {
    margin-right: 4px;
}

.mega-menu ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.mega-menu li {
    display: block;
    float: left;
    font-size: 0.94rem;
    padding: 0 0 12px;
    margin-left: 0;
    width: 100%;
}

.mega-menu li .icons {
    position: relative;
    top: 2px;
}

.mega-menu li a {
    color: #4b4b4b;
    text-transform: uppercase;
}

.mega-menu li a:hover {
    color: #648fa0;
}

.border-blue-right {
    border-right: 1px solid #636363;
}

.mega-menu li.mega-menu-column {
    margin-right: 5px;
    display: block;
}

.mega-menu .nav-header {
    padding: 0 !important;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.mega-menu img {
    padding-bottom: 10px;
}

.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav>li.dropdown>a:focus {
    background: inherit;
    color: inherit;
}

.navbar .nav li.dropdown.open>.dropdown-toggle:hover,
.navbar .nav li.dropdown>.dropdown-toggle:hover {
    background-color: #ddd;
}

.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown>.dropdown-toggle .caret,
.navbar .nav li.dropdown>a:focus .caret,
.navbar .nav li.dropdown>a:hover .caret {
    border-bottom-color: #333;
    border-top-color: #333;
}

.mega-menu a,
.navbar .nav>li>a {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.dropdown-menu {
    border-radius: 0;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 1px 1px 1px #ccc;
    transition: none;
    animation: 1s forwards smoothScroll !important;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0);
    }
}

.search-input-in-menu {
    padding: 1.5rem 1rem;
    position: relative;
}

.search-input-in-menu .form-control {
    border-radius: 35px;
    border-color: #0099c1;
    padding-right: 35px;
    font-size: 12px;
}

.search-input-in-menu .search-icon-top-input {
    position: absolute;
    right: 30px;
}

.search-input-in-menu .search-icon-top-input .icons {
    font-size: 1.3rem;
    position: relative;
    top: 2px;
    color: #0099c1;
}

.navbar {
    background: #fff;
    padding-left: 3rem;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: -20px;
    margin: 0 0 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

#cookieConsent,
.modal {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.fa-bars {
    width: 20px;
    height: 22px;
    float: left;
    padding-right: 18px;
    background: url(../img/lines.svg) no-repeat;
    background-size: 22px !important;
}

.modal {
    top: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.searchbar {
    margin-bottom: 2rem;
    margin-top: 1rem;
    height: 60px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px;
    display: flex;
}

.searchbar .search_input {
    padding: 0 10px;
    width: 100%;
    transition: width 0.4s linear;
    border: 0;
    font-size: 1.5rem;
    flex: 1;
}

.searchbar>.search_icon {
    background-color: #0099c1;
    color: #fff;
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.5rem;
}

#cookieConsent {
    background-color: rgba(0, 0, 0, 0.9);
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    padding: 10px 15px;
    display: none;
    z-index: 9999;
}

#cookieConsent a {
    color: #4b8ee7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: -15px 0 0;
    font-weight: 700;
    font-size: 15px;
}

#cookieConsent a.cookieConsentOK {
    background-color: #0099c1;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 7px 20px;
    float: right;
    margin: 0 60px 0 10px;
}

.buy-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-radius: 6px;
    background: 0;
    width: 100px;
    margin: 12px auto;
}

.book-box {
    padding: 0 !important;
    margin: 28px 0 0;
}

.left-box2,
.subscribe-form {
    margin-bottom: 20px;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.label-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.label-box li {
    padding: 0 0 7px;
    margin: 0;
}

.label-box label {
    width: 100%;
    display: block;
    font-weight: 700;
    margin-bottom: -2px;
    margin-top: 0;
}

#summary br,
.covid_block a.covid_btn::after,
.desktop-hide,
.graph-box a::after,
.inquery-form-button,
.navbar .dropdown-toggle::after,
.none,
.rd_sa_block a.covid_btn_rd::after,
.tab-pane .chartTitle a::after,
.tab-pane a.post_tag::after {
    display: none;
}

.mobile-search,
.page-heading .container {
    display: flex;
    align-items: center;
}

footer .footer-area {
    background-image: url(../images/footerbg-4.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #013747;
    padding: 22px 0 10px 18px;
}

.address-footer span {
    display: inline-block;
    color: #b4b3b4;
    vertical-align: middle;
    margin-bottom: 13px;
    line-height: 24px;
}

footer .footer-area-bottom {
    background-color: #19191a;
    padding: 9px 0;
}

footer .footer-area-bottom .copyright {
    text-decoration: none;
    color: #848382;
    font-size: 1rem;
    text-align: center;
}

footer .footer-area-bottom .copyright p {
    margin: 0;
    line-height: 34px;
}

.footer-area-bottom {
    color: #848382;
}

.footer-area p {
    color: #1c99c1;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.footer-area li,
.footer-area li a {
    color: #b4b3b4;
    font-size: 14px;
}

.footer-area ul {
    list-style: none;
    padding: 0 0 53px;
    margin: 0;
}

.footer-area li {
    padding: 1px 0;
}

.right-border {
    border-right: 1px solid #607784;
}

.subscribe-form {
    width: 100%;
    margin-top: 6px;
    position: relative;
}

.subscribe-wrapper .subscribe-form input {
    background: 0;
    border: 1px solid #84888b !important;
    border-radius: 5px;
    color: #ccc;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 38px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 110px;
    border-right: 0;
    cursor: pointer;
    width: 100%;
}

.subscribe-wrapper .subscribe-form button {
    background: #84888b;
    border: 1px solid #84888b;
    color: #000;
    font-size: 18px;
    line-height: 1;
    padding: 9px 15px;
    transition: 0.3s;
    border-radius: 0 5px 5px 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.mobile-search {
    background-color: transparent;
    border: 1px solid #0099c1;
    padding: 0.5rem;
    border-radius: 50%;
    color: #0099c1;
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}

.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative;
}

.mobile-search span {
    font-size: 1.3rem;
    font-weight: 600;
}

.healthcare h1,
.healthcare h2 {
    font-size: 18px;
    text-align: justify;
}

.search-modal {
    z-index: 1070;
}

.mttpz {
    margin-top: 0;
    color: #006388 !important;
}

.left-box {
    margin-top: 15px;
}

#accordionExample {
    margin-bottom: 18px;
}

#accordionExample .btn[aria-expanded="false"] span:before {
    content: url(../images/Plus.svg);
    float: right;
    transition: 0.5s;
    border: 0;
}

.left-box2 .card {
    padding: 10px 5px;
    background: #fff !important;
}

#accordionExample .btn[aria-expanded="true"] span:before {
    content: url(../images/Substract.svg);
    float: right;
    transition: 0.5s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 0;
    color: #046489;
}

.experties-heading {
    background-image: url(../img/exp_headerbg.svg);
    margin-bottom: 10px;
}

.slick-slide {
    padding: 0 20px;
    border-right: 1px solid #e6e6e6;
}

.slick-slide img {
    width: 100%;
    height: 30px;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

.vertical-slider .slick-slide img {
    width: 150px;
    margin: 0 auto;
    height: 40px;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide,
.slick-slide img,
.view {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.healthcare {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}

.healthcare h2 {
    color: #434140;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.healthcare h1,
.healthcare h3 {
    margin: 0 0 1rem;
}

.healthcare h1 {
    font-weight: 700;
}

.healthcare p strong {
    font-weight: 700 !important;
}

.healthcare p {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #000;
    overflow: hidden;
    line-height: 1.5;
}

.healthcare .form-control {
    padding: 0.575rem 0.75rem;
    font-size: 14px !important;
    border-radius: 0.25rem !important;
}

.adress-box .heading {
    background: #013747;
    color: #fff;
    font-size: 18px;
    padding: 8px;
    font-weight: 700;
}

.adress-box {
    color: #1f1f1e;
    font-size: 14px;
    margin-bottom: 20px;
}

.adress-box ul,
a.chartTitleLink i.link,
a.readmoreblockp i.link {
    padding-left: 0;
    margin-left: 0;
}

.adress-box p {
    margin-bottom: 4px;
}

#summary table,
.testimonial p {
    margin-bottom: 5px;
}

.bg-patten {
    background: url(../img/trangular-pattern.svg) 0 116px / cover no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.payment_icon #american,
.payment_icon #discover,
.payment_icon #mastercard,
.payment_icon #p_icon,
.payment_icon #visa,
.payment_icon #wire {
    width: 75px;
    background-size: 250px;
}

.about-new {
    padding: 1rem 0;
    border-bottom: 1px solid #f1f0ef;
    margin-bottom: 10px;
}

.no-border {
    border: 0;
}

.tab-box .nav-tabs .nav-link {
    background: #e6e6e5;
    border-radius: 5px 5px 0 0;
    margin-right: 5px;
    font-size: 14px;
}

.tab-box {
    margin-top: 20px;
    position: relative;
}

.tab-box .nav-tabs {
    border-bottom: 2px solid #006388;
}

.nav-tabs .nav-link.active,
.tab-box .nav-tabs .nav-item.show .nav-link {
    background: #006388;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.tab-box h2,
.tab-box h4 {
    color: #046489;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 16px;
    text-decoration: underline;
    padding-bottom: 10px;
}

.chartTitleLink,
.img_btn .btn,
a,
a:hover {
    text-decoration: none;
}

.tab-box .tab-pane p {
    padding-bottom: 10px;
    font-weight: 500;
    line-height: 21px;
    text-align: justify;
}

.graph-box {
    border-radius: 4px;
    box-shadow: 0 0 10px #ccc;
    width: 100%;
    padding: 0 0 20px;
    margin: 10px 0 18px;
    background: #f8f8f8;
}

.tab-box .summarylist ul {
    padding-left: 25px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-box .summarylist li {
    padding: 0 0 8px !important;
    margin: 0;
}

.tab-box .summarylist li:before {
    padding-right: 5px;
    content: url(../img/arrowbullet.svg);
    transition: 0.5s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 0;
    color: #333;
    list-style-type: none;
    font-size: 10px;
    display: inline;
}

#summary table li:before,
.tab-box .summarylist table li:before {
    content: "";
}

.under-below {
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
}

.sample-button {
    background: #046489;
    border-radius: 5px;
    border: 1px solid #046489;
    text-align: left;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.sample-button-inquire {
    background: #FB5200;
    border: 1px solid #FB5200;
}

.customize-button {
    background: #8cc641;
    border-radius: 5px;
    border: 1px solid #8cc641;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.check-discount-button,
.request-button {
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: left;
}

.check-discount-button {
    background: #1c99c1;
    border: 1px solid #1c99c1;
}

.request-button {
    background: #f23543;
    border: 1px solid #f23543;
}

.customize-button1,
.queries-button {
    background: #013747;
    border-radius: 5px;
    border: 1px solid #013747;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.press-release,
.testimonial {
    border-radius: 10px;
    border: 1px solid #046489;
    padding: 6px 0 5px 30px;
    position: relative;
    margin-bottom: 22px;
}

.fixme {
    width: 255px;
    margin-bottom: 20px;
    z-index: 8;
    animation: 1s forwards smoothScroll1;
}

.press-release h4,
.testimonial h4 {
    color: #006388;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
}

.info-icon {
    background: url(../img/info.svg) center right no-repeat;
    width: 9px;
    height: 9px;
    margin-left: 3px;
    padding-right: 14px;
}

.blue-color {
    color: #2a6285;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.mt10 {
    margin-top: 15px !important;
}

.request-button2 {
    background: #023747;
    border-radius: 5px;
    border: 1px solid #1c99c1;
    text-align: left;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
    position: relative;
    top: 0;
}

.request-icon2 {
    width: 22px;
    height: 22px;
    float: left;
    padding-right: 20px;
    background-position: -98px -126px !important;
    background-size: 200px !important;
}

.testimonial-icon {
    width: 35px;
    height: 39px;
    position: absolute;
    top: -16px;
    left: -10px;
    background-position: -172px -262px !important;
    background-size: 350px !important;
    background-color: #fff !important;
}

.touch-col-icon,
.touch-email-icon {
    width: 30px;
    height: 30px;
    margin-left: 44%;
    margin-right: 44%;
    padding-right: 27px;
    background-size: 250px !important;
    float: left;
}

.testimonial .name-title {
    text-transform: uppercase;
    color: #1b99c1;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.12px;
    text-align: right;
    width: 90%;
    display: block;
}

.pdl15 {
    padding-left: 15px !important;
}

.touch-col-icon {
    background-position: -154px -180px !important;
}

.touch-email-icon {
    background-position: -180px -180px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.tab-box .nav-tabs .nav-link.active:hover {
    border-color: #006388;
}

.text-left .custom-radio .custom-control-input:checked~.custom-control-label::before {
    border: 1px solid #000;
    background: #000;
}

.text-left .custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border: 1px solid #000;
}

.mt12 {
    padding-top: 1.5rem;
}

.border-bt2 {
    border-bottom: 1px solid #f1f0ef;
    padding-bottom: 0 !important;
    width: 100%;
    text-align: center;
    margin: -12px auto 0;
    margin-bottom: 7px !important;
}

.mabt10 {
    margin-bottom: 10px !important;
}

.vertical-slider .slide {
    padding: 10px 0;
}

.address-media-font .custom-control {
    margin: 6px 0 10px;
}

#contact-form .form-check-label {
    padding-left: 10px;
}

#contact-form .form-check-input {
    margin-left: -1.7rem;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.exit_body,
.img_btn,
.payment_icon {
    position: relative;
}

.dropdown-menu {
    border: 1px solid #425969;
}

.mega-menu {
    padding: 10px 0 !important;
    width: 650px;
    border-radius: 0;
    margin-top: 3px;
    border: 1px solid #425969;
    margin-left: -110px;
}

.page-heading h1 span.icons {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.page-heading .slogan {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.mb10 {
    margin-bottom: -10px;
    width: 45px;
    height: 43px;
}

.payment_icon li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    background: url(../images/payment-mode.svg);
}

.payment_icon li:nth-child(4) {
    clear: left;
}

.payment_icon a,
.payment_icon li {
    height: 50px;
    display: block;
}

.payment_icon #p_icon {
    left: 0;
    background-position: -8px -8px;
}

.payment_icon #mastercard {
    left: 75px;
    background-position: -86px -8px;
}

.payment_icon #discover {
    left: 153px;
    background-position: -165px -8px;
}

.payment_icon #wire {
    top: 50px;
    left: 0;
    background-position: -8px -60px;
}

.payment_icon #visa {
    top: 50px;
    left: 75px;
    background-position: -86px -60px;
}

.payment_icon #american {
    top: 50px;
    left: 153px;
    background-position: -165px -60px;
}

.adress-box .list-group-item {
    padding: 6px 0;
}

.mega-menu li .consumer :hover .icon-covid19 {
    filter: invert(53%) sepia(36%) saturate(342%) hue-rotate(151deg) brightness(94%) contrast(89%);
}

.page-heading2 {
    background-image: url(../img/insights_header_new.svg);
    margin-bottom: 10px;
}

.page-heading ul li span.sub-page-title {
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    margin-left: 0.3rem;
    line-height: 1rem;
    position: relative;
}

.icon-insight {
    font-size: 32px;
}

.page-heading ul {
    list-style: none;
    margin: 1.5rem 0;
    display: inline-flex;
    padding-left: 0;
    color: #fff;
    height: 32px;
    align-items: center;
    flex: 1;
}

.page-heading ul li a {
    color: #fff;
    line-height: 18px;
    min-width: 50px;
    margin-right: 1rem;
    display: inline;
}

a,
a:hover {
    color: #006388;
}

.img_btn {
    width: 50%;
    float: left;
}

@media (max-width: 600px) {
    .healthcare h1 {
        font-size: 16px !important;
    }
}

.position-center {
    margin-top: auto;
    margin-bottom: auto;
}

.img_btn img {
    width: 100%;
    height: auto;
}

.img_btn .btn {
    position: absolute;
    bottom: 1.75%;
    left: 22%;
    background-color: #555;
    color: #fff;
    font-size: 16px;
    padding: 7px 30px;
    border: 0;
    border-radius: 5px;
    text-align: center;
}

#customers th,
.reportData td {
    border: 1px solid #ddd;
    padding: 8px;
}

.reportData th {
    text-align: left;
    color: #fff;
}

#summary table tr:first-child td {
    background: #458da8;
    border: 1px solid #006389;
    color: #fff;
}

#summary table tr {
    padding: 0;
    height: 20px !important;
}

#summary table tr td {
    padding: 0 5px;
    height: 20px !important;
}

#exampleModal .close,
#exampleModal .close:hover,
#summary table tr:first-child td p,
span.banner-p {
    color: #fff;
}

#summary table td {
    border: 1px solid #458da8;
    color: #000;
}

#summary table tr td p {
    color: #333;
}

#summary table p {
    padding: 2px;
    text-align: unset;
}

#summary table {
    width: 100% !important;
    float: center;
}

#summary table ul li {
    list-style: disc;
}

.chartTitle {
    text-align: center !important;
    color: #464646 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding-bottom: 20px !important;
}

.chartTitleLink {
    color: #1c99c1;
}

.search-input-in-menu .form-control {
    width: 200px;
    -webkit-transition: width 1s;
    transition: width 1s;
}

.arrow-down,
.arrow-up {
    transform: scale(1);
    transition: 0.25s;
}

.search-input-in-menu .form-control:hover {
    width: 250px !important;
}

.dropdown-menu1 {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: 0.125rem 0;
    margin: 0.125rem 0 0;
    font-size: 12px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    max-height: 300px;
    overflow-y: scroll;
}

#arrow-down,
#arrow-up,
.w3,
.w7 {
    position: relative;
}

.dropdown-item1 {
    display: block;
    width: 100%;
    padding: 0.05rem 0.25rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e5;
}

.healthcare h1,
.press-release a:hover .related-reports,
.press-release li a:hover,
a.dropdown-item1:hover {
    color: #006388;
}

.b_title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.press-release .title {
    color: #006388;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    margin: 0 0 5px;
}

@media only screen and (max-width: 600px) {
    .img_btn {
        position: relative;
        width: 100%;
    }

    .img_btn img {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 10px;
    }

    .img_btn .btn {
        bottom: 2.5%;
        left: 22%;
        font-size: 16px;
    }
}

.tab-pane .chartTitle a {
    background: #5aa600;
    color: #fff;
    padding: 3px 6px;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 5px;
}

.tab-pane .chartTitle a:hover {
    box-shadow: 4px 2px 10px #928d8d;
}

.adress-box .email_id a,
.tab-pane a {
    color: #03c;
    text-decoration: underline;
    font-weight: 400;
}

.about-new p {
    font-size: 14px;
    margin-bottom: 10px;
}

.about-new .card-header .btn {
    white-space: normal;
    text-align: left;
}

.healthcare h3 {
    font-size: 16px;
    font-weight: 700;
    color: #046489;
    padding: 10px 0;
}

#exampleModal .modal-header h5,
.tab-box h2 {
    font-weight: 700;
}

.tab-box h2 {
    font-size: 17px;
}

#summary table ul li ul li ul li {
    list-style-type: square;
    margin-top: 5px;
}

#summary table ul li ul li {
    list-style-type: circle;
    margin-top: 5px;
}

.page-heading .slogan {
    width: 30%;
}

#audio-player:focus {
    outline-width: 0;
}

.audio-player {
    margin-top: 4px;
    text-align: right;
}

.audio-player-text {
    color: #006388;
    font-weight: 800;
    font-size: 15px;
}

.audio-player-file {
    height: 20px;
    width: 54%;
    margin-bottom: -7px;
}

.fb,
.gm,
.linkdin,
.tw {
    height: 20px;
    width: 20px;
    background-size: cover;
    display: inline-block;
}

.buy-btn:focus,
.buy-btn:hover {
    background-color: #fff !important;
    color: #046489;
    border-color: #046489;
}

.buy-btn {
    color: #fff;
    border: 2px solid #046489;
}

.fb {
    background-image: url(../images/fb.svg);
}

.tw {
    background-image: url(../images/tw.svg);
}

.gm {
    background-image: url(../images/gmail.svg);
}

.linkdin {
    background-image: url(../images/in.svg);
}

.code {
    display: inline-block;
    width: 35px !important;
    height: 35px !important;
    background-image: url(../img/coppy_code.png);
    background-size: cover;
    border-radius: 2px;
    margin-bottom: -2px;
}

@media (max-width: 700px) {
    .inquery-form-button li a.fill-color-blue {
        top: 0 !important;
    }
}

.graph-box .row .subtitle {
    min-height: 70px;
}

.graph-box .rows {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#up-down,
.graph-box .top-pad {
    padding-top: 20px;
}

#arrow-up {
    margin-left: -40px;
    bottom: -25px;
}

#arrow-down {
    margin-left: 40px;
    margin-top: -25px;
}

.w3 {
    width: 30%;
}

.w7 {
    width: 70%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 5px;
}

.arrow-up {
    bottom: 0 !important;
}

.arrow-down {
    margin-top: 0 !important;
}

.arrow_up {
    position: inherit;
    -webkit-animation-name: arrow_up;
    -webkit-animation-duration: 2s;
    animation-name: arrow_up;
    animation-duration: 2s;
}

@-webkit-keyframes arrow_up {
    from {
        position: inherit;
        bottom: 0;
    }

    to {
        position: inherit;
        bottom: 25px;
    }
}

@keyframes arrow_up {
    from {
        position: inherit;
        bottom: 0;
    }

    to {
        position: inherit;
        bottom: 25px;
    }
}

.arrow_down {
    position: inherit;
    -webkit-animation-name: arrow_down;
    -webkit-animation-duration: 2s;
    animation-name: arrow_down;
    animation-duration: 2s;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    width: 80%;
}

.graph-box1 {
    background: #000;
    padding: 0;
    position: relative;
    margin: 0 10px;
}

.graph-box1-img {
    opacity: 0.4;
    width: 100%;
    border-radius: 4px;
}

.modal-dialog {
    max-width: 850px;
}

@-webkit-keyframes arrow_down {
    from {
        position: inherit;
        top: 0;
    }

    to {
        position: inherit;
        top: 25px;
    }
}

@keyframes arrow_down {
    from {
        position: inherit;
        top: 0;
    }

    to {
        position: inherit;
        top: 25px;
    }
}

.reportData th {
    background: #458da8;
    border: 1px solid #006389;
    padding-top: 2px;
    padding-bottom: 2px;
}

.reportData th p {
    color: #fff !important;
    font-weight: 300;
}

.share {
    color: #006388 !important;
}

.social {
    width: 110px;
    text-align: right;
}

.social ul li {
    display: inline;
    margin: 0 0 0 4px;
}

.press-release a .related-reports {
    color: #19191a;
}

.press-release ul {
    padding-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.press-release li:before {
    padding-right: 5px;
    transition: 0.5s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 0;
    color: #333;
    list-style-type: none;
    font-size: 10px;
    display: inline;
}

.exit_centered_rs,
.exit_centered_sa {
    transform: translate(-50%, -50%);
    position: absolute;
    pointer-events: auto;
    cursor: pointer;
}

.press-release li a {
    color: #212529;
    size: 17px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.left-box2 h3 {
    font-size: 19px;
    color: #006388;
    font-weight: 700;
    margin: 1rem 0;
}

.tweet i,
.tweet:hover .twitt {
    width: 25px;
    height: 25px;
    margin-left: 5px;
    vertical-align: top;
    position: relative;
}

.tweet::before {
    content: "“";
    position: absolute;
    left: 2px;
    margin-top: -10px;
    color: #bfc1c2;
    font: 58px "Playfair Display", Georgia, serif;
}

.covid_block a.covid_btn,
.rd_sa_block a.covid_btn_rd {
    line-height: 1.2;
    background-color: #5AA600;
    border-color: #5AA600;
    text-decoration: none;
}

.tweet {
    font-style: italic;
    padding: 6px 6px 6px 30px;
    font-weight: 700 !important;
}

.tweet:hover {
    background-clip: content-box;
    background-color: transparent;
}

.tweet i {
    display: inline-block;
    background: url(https://www.fortunebusinessinsights.com/img/twitter_fix.svg) 0 0/28px no-repeat;
}

.tweet:hover .twitt {
    background: url(https://www.fortunebusinessinsights.com/img/Twitter.gif) 0 0/28px no-repeat;
}

.tab-box .nav-tabs .nav-link {
    color: #2b2b2b;
}

.covid_block {
    background: url(https://www.fortunebusinessinsights.com/img/rd_covid19_bg.png) no-repeat;
    width: 100%;
    color: #fff;
    background-size: cover !important;
    margin-bottom: 10px;
    cursor: pointer;
}

.covid_body {
    padding: 5px 10px 10px;
    text-align: center;
}

.covid_body h2,
.rd_sa_body h2 {
    margin-top: 5px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 0;
}

.covid_block a.covid_btn {
    color: #212529;
    font-weight: 700;
}

.covid_block a.covid_btn:hover,
.rd_sa_block a.covid_btn_rd:hover {
    background-color: #8cc641;
    border-color: #8cc641;
    font-weight: 700;
}

.covid_block a.covid_btn:active,
.rd_sa_block a.covid_btn_rd:active {
    background-color: #8cc641 !important;
    border-color: #8cc641 !important;
    font-weight: 700;
}

.blue-color {
    padding-right: 10px;
}

.mapplic-element {
    padding-top: 0;
}

.modal-content {
    background-color: #fff0;
    border: 0;
}

#exampleModal .modal-dialog,
.modal#msg_alert .modal-dialog {
    max-width: 500px;
}

.modal#msg_alert .modal-content {
    background: 0;
    border: 0;
}

.info-sample-button {
    text-align: left;
    padding: 3px 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    width: 36px;
    margin-left: -7px;
    display: inline-block;
    margin-right: 8px;
}

.info-sample-button i {
    width: 35px;
    height: 35px;
}

#txtra-ifram-share {
    overflow: hidden;
    width: 100%;
}

.close_model {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    padding: 2px 10px;
    cursor: pointer;
}

nav .navbar-brand img {
    width: 15.625rem !important;
    height: auto !important;
}

.free_customize,
.img-fluid {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 575px) {
    .book-img img {
        width: 50% !important;
    }
}

.tab-box .nav-tabs .nav-item {
    margin-bottom: 0;
    display: table-cell;
}

.tab-box .nav-tabs .nav-link:hover,
.tab-box .nav_fixed .nav-item .nav-link.active:hover,
.tab-box .nav_fixed .nav-item .nav-link:hover {
    background: #cbcbcb;
    border-color: #cbcbcb;
}

.rd_sa_block {
    background: url(https://www.fortunebusinessinsights.com/img/cat_ind.webp) no-repeat;
    width: 100%;
    color: #fff;
    background-size: cover !important;
    margin-bottom: 40px;
}

.rd_sa_body {
    padding: 20px 10px;
    text-align: center;
}

.rd_sa_block a.covid_btn_rd {
    color: #fff;
    font-weight: 700;
}

.rqst_tab {
    margin-right: 0 !important;
    color: #fff !important;
}

.rqst_tab i {
    background: url(https://www.fortunebusinessinsights.com//img/combine_icon.svg);
}

@media (min-width: 992px) {
    .rqst_btn {
        display: none;
    }
}

#exampleModal .modal-header {
    background: #013747;
    color: #fff;
}

#exampleModal .modal-content,
.tab-box .nav-tabs .nav-link.active:hover {
    background: #fff;
}

#exampleModal .btn-primary {
    color: #fff;
    background-color: #006388;
    border-color: #006388;
}

#summary table tr:nth-child(2n + 2) td {
    background: 0;
}

.reportData tr:nth-child(2n) {
    background-color: #f0f8ff;
}

#summary table tr td:nth-child(2n + 2) td {
    background: #f0f8ff;
}

.reportData tr:hover {
    background-color: #d3d3d3;
}

caption {
    color: #333;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: center;
    font-size: 16px;
    caption-side: top;
}

@media (min-width: 576px) {
    #exampleModal .modal-dialog {
        max-width: 500px;
        margin: 8.5rem auto !important;
    }

    #msg_alert_ext .modal-dialog {
        margin: 8rem auto !important;
    }
}

.exit_body .exit_img {
    width: 100%;
}

.exit_centered_sa {
    top: 65%;
    left: 18%;
}

.exit_centered_rs {
    top: 82%;
    left: 23%;
}

.exit_right {
    position: absolute;
    top: 8px;
    right: 16px;
    padding: 20px;
    pointer-events: auto;
    cursor: pointer;
}

.icon-fb1,
.icon-gmail,
.icon-in,
.icon-tw {
    font-size: 20px;
    color: #fff;
    background: #1b99c1;
    border-radius: 2px;
}

.tab-box .summarylist li {
    font-size: 15px;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
}

.navbar {
    box-shadow: 0 2px 10px #cccccc91 !important;
}

.nav_fixed {
    position: fixed;
    top: 68px;
    z-index: 8;
    width: 66%;
    border-bottom: none !important;
    animation: 1s forwards smoothScroll !important;
}

.tab-box .nav_fixed .nav-item .nav-link {
    margin-right: 2px;
    border-radius: 0 0 1px 1px;
    box-shadow: 0 8px 6px -6px #00000073;
    padding: 0.5rem;
    color: #2b2b2b;
}

.tab-box .nav_fixed .nav-item .nav-link.active {
    color: #fff;
    border-left: none !important;
    border-top: 3px solid #005978 !important;
}

.tab-box .nav-tabs .nav-link.active {
    color: #005978 !important;
    background: #fff;
    font-weight: 600;
    border-left: 5px solid #005978 !important;
}

.rqst_tab {
    font-weight: 600;
}

.exButton {
    height: 45px;
    margin-top: -10px;
    padding: 0.5rem 0.5rem;
    transition: background-color 0.3s, color 0.3s;
}

.exButton:hover,
.rqst_tab:hover {
    background: #023747 !important;
}

@media only screen and (min-width: 1224px) {
    .label-box li {
        padding: 0 0 5px;
        margin: 0;
        font-size: 13.5px;
    }

    .nav_fixed {
        top: 68px !important;
    }

    .tab-box .nav_fixed .nav-item .nav-link {
        padding: 0.5rem;
    }
}

@media only screen and (min-width: 1599px) {
    .nav_fixed {
        top: 80px !important;
    }
}

@media (max-width: 1224px) {
    .nav_fixed {
        top: 68px;
    }

    .tab-box .nav_fixed .nav-item .nav-link {
        padding: 0.5rem 0.8rem;
    }
}

@media (max-width: 991px) {

    .nav_fixed,
    .page-heading .slogan {
        display: none !important;
    }

    .page-heading ul li span.sub-page-title {
        font-size: 1rem;
        line-height: 1.4rem !important;
    }

    .b_title {
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    .page-heading-img {
        width: 30px;
    }

    .first_list {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    div#modal-info-grph-data {
        padding-right: 8px;
    }

    div#share-info-graph-list {
        padding: 8px;
    }

    .modal-open .modal {}

    .graph-box1 {
        margin: 0;
    }

    .nav_fixed {
        display: none !important;
    }

    .tab-pane .chartTitle a {
        white-space: nowrap;
        line-height: 35px;
    }
}

.tab-box .tab-pane p.tweet {
    color: #282834 !important;
}

.tab-box .tab-pane p {
    font-size: 15px;
    color: #000;
}

.exButton,
.rqst_tab {
    background: #FB5200 !important;
}

.buy-now-new-button {
    cursor: pointer;
    background: #5AA600;
    border-radius: 5px;
    border: 1px solid #5AA600;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: block;
}

.mttpz {
    float: left;
    font-size: 14px;
}

@media (max-width: 750px) {
    .button-right-width {
        position: static !important;
        width: 100% !important;
    }

    .navbar {
        padding: 1rem;
    }
}

.book-img img {
    width: 83% !important;
    height: auto !important;
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .book-img img {
        width: 40% !important;
        height: auto !important;
    }

    .make-left {
        width: 50%;
        float: left;
    }

    .label-box {
        text-align: center;
        margin-top: 10px;
    }

    .fixmeNew .card1 {
        padding: 5px !important;
    }

    .fixmeNew .card-header {
        padding: 0.45rem 0.5rem !important;
    }

    .fixmeNew {
        width: 100% !important;
        position: static !important;
    }

    .sample-button-inquire {
        color: #fff;
        border: #fb641b !important;
    }

    .social-share-bar {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .label-box li {
        width: 100%;
        font-size: 12px;
    }

    .label-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .label-box label {
        width: 100%;
        display: block;
        font-weight: 700;
        margin-bottom: -2px;
        font-size: 13px;
        margin-top: 0;
    }

    .book-img img {
        width: 80% !important;
    }

    .label-box {
        text-align: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-brand {
        margin-right: 4rem;
    }

    .navbar .navbar-nav .nav-item a.nav-link {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
}

@media (min-width: 2560px) {
    .nav_fixed {
        top: 81px;
    }
}

.business-banner {
    background: url("../../frontend/img/us-t-Final.webp") no-repeat;
    background-size: cover;
    padding: 12px 16px;
    background-position: right;
    position: fixed;
    bottom: 0.5%;
    display: none;
}

.business-banner h2 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    text-decoration: none;
    padding-bottom: 5px;
}

.business-banner .banner-heading {
    color: #0bf;
    width: 100%;
    border: none;
    display: inline;
    text-decoration: none;
}

.business-banner .req-btn {
    font-size: 14px;
    color: #fff;
    padding: 3px 50px;
    border-radius: 6px;
    text-decoration: none;
    display: inline;
    background-color: #0e4682;
    margin-left: 11px;
    border: 1px solid #fff;
}

.req-div col-lg-4 {
    display: inline;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .business-banner h2 {
        font-size: 15px;
    }

    span.banner-p {
        font-size: 11px;
    }

    .business-banner .req-btn {
        font-size: 11px;
        padding: 3px 10px;
        margin-left: 3px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .business-banner h2 {
        font-size: 14px;
        padding-bottom: 3px;
    }

    span.banner-p {
        font-size: 11px;
        padding-bottom: 5px;
        display: block;
    }

    .business-banner {
        background-position: right;
    }

    .business-banner .req-btn {
        font-size: 11px;
        padding: 3px 10px;
        margin-left: 0;
        margin-top: 3px;
    }
}

@media (max-width: 767px) {
    .business-banner h2 {
        font-size: 15px;
    }

    span.banner-p {
        font-size: 11px;
        display: block;
        padding-bottom: 5px;
    }

    .business-banner {
        bottom: 9%;
        background-position: right;
    }

    .business-banner .req-btn {
        font-size: 15px;
        padding: 3px 115px;
        margin-left: 0;
    }

    .textCenter {
        text-align: center;
    }

    #cookie_bar {
        display: none !important;
    }

    #summary table tr td p {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
}

#business-banner {
    z-index: 999 !important;
}

.page-heading {
    background: #046489;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-left: -2px;
}

nav .navbar-brand {
    flex-basis: 100%;
}

@media (max-width: 992px) {
    .mobile-view-hide {
        display: none !important;
    }

    .desktop-hide {
        display: block !important;
    }

    .address-media-font .pdl15 {
        padding-left: 15px !important;
    }

    nav .navbar-brand {
        flex-basis: 0;
    }

    #summary table tr td p {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 750px) {
    .navbar .navbar-nav .nav-item {
        display: initial;
        margin: 0.5rem 0;
        width: 100%;
        text-align: left;
    }

    .navbar .navbar-nav .nav-item a.nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-collapse .navbar-nav {
        margin: 2rem 0 !important;
        justify-content: center;
        align-items: center;
    }

    .navbar .navbar-nav .nav-item a.nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 68px;
        right: -270px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        background-color: #fff;
        z-index: 1070;
        width: 0;
        height: 100vh;
        overflow-y: auto;
    }

    .navbar-collapse.show {
        right: 0;
        width: 270px;
        transition: 0.2s ease-in-out;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
    }
}

@media (max-width: 767px) {

    .widht42,
    .widht50 {
        width: 100% !important;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        width: 100%;
    }

    .dropdown-menu {
        margin-top: 0;
    }

    .mega-menu li {
        line-height: 33px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        float: left;
    }

    .mega-menu {
        width: 100%;
        margin-left: 0;
    }

    .mega-menu {
        padding: 10px 0 !important;
        width: 550px;
    }

    .navbar .navbar-nav .nav-item .icons {
        font-size: 2.2rem;
        margin-right: 1rem;
        position: relative;
        top: 6px;
    }
}

.close {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 1.5rem;
}

.press-release i {
    background: none;
}

@media(max-width:450px) {
    #summary table tr td p {
        font-size: 8px !important;
    }
}

.tab-box h4 {
    text-transform: unset;
    text-decoration: none
}

#summary .summary-table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

#summary .summary-table-wrapper table {
    min-width: 700px;
    width: 100%;
    border-collapse: collapse;
}

/* #summary .summary-table-wrapper td,
#summary .summary-table-wrapper th {
    overflow-wrap: anywhere;
    word-break: break-word;
} */