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(.44, #b3ebff), color-stop(.72, #80ddff), color-stop(.86, #4dcfff))
}

.navbar {
    padding: 0;
    padding-left: 1rem
}

nav .navbar-brand {
    flex-basis: 100%
}

nav .navbar-brand img {
    width: 15.625rem
}

.navbar .navbar-nav .nav-item {
    text-align: center
}

.navbar .navbar-nav .nav-item a.nav-link {
    font-size: 12px;
    padding-right: 1.8rem;
    padding-left: 1.8rem;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 600;
    color: #1a1a1a
}

.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 {
    padding: 10px 0 !important;
    width: 550px;
    border-radius: 0;
    margin-top: 3px;
    border: 1px solid #425969;
    margin-left: -110px
}

.mega-menu ul {
    padding: 0 0 0 15px;
    margin: 0
}

.mega-menu li {
    display: block;
    float: left;
    font-size: .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.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background: inherit;
    color: inherit
}

.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar .nav>li.dropdown>a:focus {
    background: inherit;
    color: inherit
}

.navbar .nav li.dropdown>.dropdown-toggle:hover,
.navbar .nav li.dropdown.open>.dropdown-toggle:hover {
    background-color: #ddd
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-bottom-color: ;
    border-top-color:
}

.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret {
    border-bottom-color: #333;
    border-top-color: #333
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-bottom-color: #333;
    border-top-color: #333
}

.navbar .nav>li>a,
.mega-menu a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -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: all;
    animation: smoothScroll 1s forwards !important
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

.search-input-in-menu {
    background-color: #f2f2f2;
    padding: 1.5rem 1rem;
    position: relative;
    margin-left: 1.5rem
}

.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:0;
    padding-left: 3rem
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: -20px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.fa-bars {
    width: 20px;
    height: 22px;
    float: left;
    padding-right: 18px;
    background: url(../img/lines.svg) no-repeat;
    background-size: 22px !important
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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 .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, .9);
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    padding: 10px 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999
}

#cookieConsent a {
    color: #4b8ee7;
    text-decoration: none
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
    font-size: 15px
}

#cookieConsent a.cookieConsentOK {
    background-color: #0099c1;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 7px 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px
}

.buy-btn {
    font-size: 16px;
    font-weight: 600;
    color: #046489;
    border-width: 2px;
    border-color: #046489;
    margin-top: 0;
    padding: .4rem 1rem;
    border-radius: 6px;
    border: 2px solid #046489;
    background: 0;
    text-align: center;
    width: 100px;
    margin: 12px auto
}

.book-box {
    padding: 0 !important;
    margin: 28px 0 0
}

.no-padding {
    padding: 0
}

.no-padding-right {
    padding-right: 0
}

.book-img img {
    width: 90% !important;
    height: auto !important
}

.label-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.label-box li {
    padding: 0 0 7px 0;
    margin: 0
}

.label-box label {
    width: 100%;
    display: block;
    font-weight: 700;
    margin-bottom: -2px;
    margin-top: 0
}

.inquery-form-button {
    display: none
}

footer .footer-area {
    background-image: url(https://www.fortunebusinessinsights.com/img/footerbg-4.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 100%
}

footer .footer-area {
    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 h4 {
    color: #1c99c1;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 0
}

.footer-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 53px
}

.footer-area li {
    padding: 1px 0;
    font-size: 14px;
    color: #b4b3b4
}

.footer-area li a {
    color: #b4b3b4;
    font-size: 14px
}

.right-border {
    border-right: 1px solid #607784
}

.subscribe-form {
    width: 100%;
    margin-bottom: 20px;
    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;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 9px 15px;
    transition: all .3s ease 0s;
    border-radius: 0 5px 5px 0;
    position: relative;
    right: 2px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 15px
}

.mobile-search {
    background-color: transparent;
    border: 1px solid #0099c1;
    padding: .5rem;
    border-radius: 50%;
    color: #0099c1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    margin-right: 1rem
}

.mobile-search span {
    font-size: 1.3rem;
    font-weight: 600
}

.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(../img/Plus.svg);
    float: right;
    transition: all .5s;
    border: 0
}

.left-box2 {
    margin-bottom: 20px
}

.left-box2 .card {
    padding: 10px 5px;
    text-align: center;
}

.left-box3 .card {
    padding: 10px;
    text-align: center
}

#accordionExample .btn[aria-expanded=true] span:before {
    content: url(../img/Substract.svg);
    float: right;
    transition: all .5s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 0;
    color: #046489
}

.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
}

.experties-heading {
    background-image: url(../img/exp_headerbg.svg);
    margin-bottom: 10px
}

.page-heading .container {
    display: flex;
    align-items: center
}

.page-heading .slogan {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    font-style: italic;
    margin-bottom: 0;
    letter-spacing: 1px
}

.slick-slide {
    padding: 0 20px;
    border-right: 1px solid #e6e6e6
}

.slick-slide img {
    width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    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 {
    position: relative;
    display: block;
    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 {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.vertical-slider .slick-slide img {
    width: 150px;
    margin: 0 auto;
    height: 40px
}

.slick-slide img {
    height: 30px
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.healthcare {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

.healthcare h2 {
    font-size: 18px;
    color: #434140;
    font-weight: 700;
    margin: 0 0 .5rem;
    text-align: justify
}

.healthcare h1 {
    font-size: 18px;
    color: #006388;
    font-weight: 700;
    margin: 0 0 1rem;
    text-align: justify
}

.healthcare h3 {
    font-size: 16px;
    color: #006388;
    font-weight: 700;
    margin: 0 0 1rem
}

.healthcare p strong {
    font-weight: 700 !important
}

.healthcare p {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #333;
    overflow: hidden;
    line-height: 1.5
}

.healthcare .form-control {
    padding: .575rem .75rem;
    font-size: 14px !important;
    border-radius: .25rem !important
}

.adress-box .heading {
    background: #013747;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 8px;
    font-weight: 700
}

.adress-box {
    text-align: center;
    color: #1f1f1e;
    font-size: 14px;
    margin-bottom: 20px
}

.adress-box ul {
    padding-left: 0;
    margin-left: 0
}

.adress-box p {
    margin-bottom: 4px
}

.adress-box .list-group-item {
    padding: 6px 0
}

.bg-patten {
    background: url(../img/trangular-pattern.svg) no-repeat 0 116px fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.about-new {
    padding: 1rem 0;
    border-bottom: 1px solid #f1f0ef;
    margin-bottom: 10px
}

.about-new p {
    font-size: 16px;
    margin-bottom: 20px
}

.no-border {
    border: 0
}

.tab-box .nav-tabs .nav-link {
    background: #e6e6e5;
    color: grey;
    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
}

.tab-box .nav-tabs .nav-item {
    margin-bottom: 0
}

.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 h4 {
    color: #046489;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 16px;
    text-decoration: underline;
    padding-bottom: 10px
}

.tab-box h2 {
    color: #046489;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 16px;
    text-decoration: underline;
    padding-bottom: 10px;
    font-weight: 600
}

.tab-box .tab-pane p {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: justify
}

.graph-box {
    border-radius: 4px;
    box-shadow: 0 0 10px #ccc;
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
    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 0 !important;
    margin: 0;
    padding-left: 1.3em;
    font-size: 14px
}

.tab-box .summarylist li:before {
    padding-right: 5px;
    content: url(../img/arrowbullet.svg);
    transition: all .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
}

.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 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600
}

.customize-button {
    background: #8cc641;
    border-radius: 5px;
    border: 1px solid #8cc641;
    text-align: left;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.check-discount-button {
    background: #1c99c1;
    border-radius: 5px;
    border: 1px solid #1c99c1;
    text-align: left;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.request-button {
    background: #f23543;
    border-radius: 5px;
    border: 1px solid #f23543;
    text-align: left;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.queries-button {
    background: #013747;
    border-radius: 5px;
    border: 1px solid #013747;
    text-align: left;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.press-release {
    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: smoothScroll1 1s forwards
}

.press-release h4 {
    color: #006388;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .16px
}

.info-icon {
    background: url(../img/info.svg) no-repeat center right;
    width: 9px;
    height: 9px;
    margin-left: 3px;
    padding-right: 14px
}

.blue-color {
    color: #2a6285;
    font-size: 14px;
    font-weight: 600;
    float: right;
    padding-right: 10px
}

.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 {
    border-radius: 10px;
    border: 1px solid #046489;
    padding: 6px 0 5px 30px;
    position: relative;
    margin-bottom: 22px
}

.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
}

.testimonial h4 {
    color: #006388;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .16px
}

.testimonial .name-title {
    text-transform: uppercase;
    color: #1b99c1;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .12px;
    text-align: right;
    width: 90%;
    display: block
}

.testimonial p {
    margin-bottom: 5px
}

.pdl15 {
    padding-left: 15px !important
}

.touch-col-icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 44%;
    margin-right: 44%;
    padding-right: 27px;
    background-position: -154px -180px !important;
    background-size: 250px !important
}

.touch-email-icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 44%;
    margin-right: 44%;
    padding-right: 27px;
    background-position: -180px -180px !important;
    background-size: 250px !important
}

.navbar .dropdown-toggle::after {
    display: none
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    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: 0 auto;
    margin-bottom: 7px !important;
    margin-top: -12px
}

.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
}

.desktop-hide {
    display: none
}

.adress-box ul li p {
    text-align: center
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px
}

.button-right-width {
    width: 157px;
    position: absolute;
    right: 0;
    top: 0
}

.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 {
    position: relative
}

.payment_icon li {
    float: left
}

.payment_icon li:nth-child(4) {
    clear: left
}

.payment_icon li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    background: url(../img/payment-mode.svg) 0 0
}

.payment_icon a,
.payment_icon li {
    height: 50px;
    display: block
}

.payment_icon #p_icon {
    left: 0;
    width: 75px;
    background-position: -8px -8px;
    background-size: 250px
}

.payment_icon #mastercard {
    left: 75px;
    width: 75px;
    background-position: -86px -8px;
    background-size: 250px
}

.payment_icon #discover {
    left: 153px;
    width: 75px;
    background-position: -165px -8px;
    background-size: 250px
}

.payment_icon #wire {
    top: 50px;
    left: 0;
    width: 75px;
    background-position: -8px -60px;
    background-size: 250px
}

.payment_icon #visa {
    top: 50px;
    left: 75px;
    width: 75px;
    background-position: -86px -60px;
    background-size: 250px
}

.payment_icon #american {
    top: 50px;
    left: 153px;
    width: 75px;
    background-position: -165px -60px;
    background-size: 250px
}

.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: .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: white;
    line-height: 18px;
    min-width: 50px;
    margin-right: 1rem;
    display: inline
}

a,
a:hover {
    color: #006388;
    text-decoration: none
}

.img_btn {
    position: relative;
    width: 50%;
    float: left
}

@media only screen and (max-width:600px) {
    .img_btn {
        position: relative;
        width: 100%
    }
}

@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;
    cursor: pointer;
    border-radius: 5px;
    text-align: center
}

#summary br {
    display: none
}

#customers th,
.reportData td {
    border: 1px solid #ddd;
    padding: 8px
}

.reportData tr:nth-child(even) {
    background-color: #adeeff
}

.reportData th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4caf50;
    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
}

#summary table tr:first-child td 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 tr:nth-child(2n+2) td {
    background: #f0f8ff
}

#summary table {
    width: 100% !important;
    float: center
}

#summary table ul li {
    list-style: disc
}

#summary table li:before {
    content: ""
}

.chartTitle {
    text-align: center !important;
    color: #464646 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding-bottom: 20px !important
}

.chartTitleLink {
    color: #1c99c1;
    text-decoration: none
}

.search-input-in-menu .form-control {
    width: 200px;
    -webkit-transition: width 1s;
    transition: width 1s
}

.search-input-in-menu .form-control:hover {
    width: 300px
}

.dropdown-menu1 {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: .125rem 0;
    margin: .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, .15);
    border-radius: .25rem;
    max-height: 300px;
    overflow-y: scroll
}

.dropdown-item1 {
    display: block;
    width: 100%;
    padding: .05rem .25rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e5
}

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: .16px;
    margin: 0 0 5px 0
}

@media only screen and (max-width:600px) {
    .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: #8cc641;
    color: #fff;
    padding: 3px 6px;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 5px
}

.tab-pane .chartTitle a:hover {
    box-shadow: 4px 2px 10px #928d8d
}

.tab-pane .chartTitle a::after {
    display: none
}

.healthcare h1 {
    color: #006388
}

.adress-box .email_id a,
.tab-pane a {
    color: #03c;
    text-decoration: underline;
    font-weight: 400
}

a.chartTitleLink i.link,
a.readmoreblockp i.link {
    padding-left: 0;
    margin-left: 0
}

.graph-box a::after {
    display: none
}

.about-new p {
    font-size: 14px;
    margin-bottom: 10px
}

.about-new .card-header .btn {
    white-space: normal;
    text-align: left
}

.healthcare h3 {
    font-size: 15px;
    font-weight: 700;
    color: #046489;
    padding: 10px 0
}

.tab-box h2 {
    font-weight: 700
}

#summary table {
    margin-bottom: 5px
}

#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 #music-msg,
.audio-player img {
    cursor: pointer
}

.audio-player-text {
    color: #006388;
    font-weight: 800;
    font-size: 15px
}

.audio-player-file {
    height: 20px;
    width: 54%;
    margin-bottom: -7px
}

.buy-btn:focus,
.buy-btn:hover {
    background-color: #fff !important;
    color: #046489;
    border-color: #046489
}

.buy-btn {
    color: #fff;
    border-color: #046489;
    border: 2px solid #046489;
    background-color: #046489 !important
}

.fb {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(img/fb.svg);
    background-size: cover
}

.tw {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(img/tw.svg);
    background-size: cover
}

.gm {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(img/gmail.svg);
    background-size: cover
}

.linkdin {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(img/in.svg);
    background-size: cover
}

.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;
}

.share {
    color: #006388 !important;
    cursor: pointer
}

.social {
    width: 110px;
    text-align: right
}

.social ul li {
    display: inline;
    margin: 0 0 0 4px
}

@media(max-width:700px) {
    .inquery-form-button li a.fill-color-blue {
        top: 0 !important
    }
}

@media(max-width:991px) {
    .page-heading .slogan {
        display: none !important
    }

    .page-heading ul li span.sub-page-title {
        font-size: .8rem;
        line-height: 1.4rem !important
    }

    .page-heading-img {
        width: 30px
    }

    .first_list {
        font-size: 14px
    }
}

.graph-box .row .subtitle {
    min-height: 70px
}

.graph-box .rows {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.graph-box .top-pad {
    padding-top: 20px
}

#up-down {
    padding-top: 20px
}

#arrow-up {
    margin-left: -40px;
    bottom: -25px;
    position: relative
}

#arrow-down {
    margin-left: 40px;
    margin-top: -25px;
    position: relative
}

.w3 {
    position: relative;
    width: 30%
}

.w7 {
    position: relative;
    width: 70%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 5px
}

.arrow-up {
    bottom: 0 !important;
    transform: scale(1);
    transition: .25s all ease
}

.arrow-down {
    margin-top: 0 !important;
    transform: scale(1);
    transition: .25s all ease
}

.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: .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
}

.mttpz {
    float: left
}

.press-release a .related-reports {
    color: #19191a
}

.press-release a:hover .related-reports {
    color: #006388
}

.press-release ul {
    padding-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.press-release li:before {
    padding-right: 5px;
    transition: all .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
}

.press-release li a {
    color: #212529;
    size: 17px;
    padding-bottom: 10px;
    text-transform: capitalize
}

.press-release li a:hover {
    color: #006388
}

.left-box2 h3 {
    font-size: 19px;
    color: #006388;
    font-weight: 700;
    margin: 1rem 0
}

.tweet::before {
    content: "“";
    position: absolute;
    left: 2px;
    margin-top: -10px;
    color: #bfc1c2;
    font: 58px"Playfair Display", Georgia, serif
}

.tweet {
    font-style: italic;
    padding: 6px 6px 6px 30px;
    font-weight: 700 !important
}

.tweet:hover {
    background-color: #ff0;
    background-clip: content-box
}

.tweet i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(https://www.fortunebusinessinsights.com/img/twitter_fix.svg);
    background-repeat: no-repeat;
    margin-left: 5px;
    vertical-align: top;
    position: relative;
    background-size: 28px
}

.tweet:hover .twitt {
    width: 25px;
    height: 25px;
    background: url(https://www.fortunebusinessinsights.com/img/Twitter.gif);
    background-repeat: no-repeat;
    margin-left: 5px;
    vertical-align: top;
    position: relative;
    background-size: 28px
}

.tab-pane a.post_tag::after {
    display: none
}

.tab-box .nav-tabs .nav-link {
    color: #2b2b2b
}

.tab-box .nav-tabs .nav-link.active {
    color: #fff
}

.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
}

.covid_body {
    padding: 5px 10px 10px 10px;
    text-align: center
}

.covid_body h2 {
    margin-top: 5px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 0
}

.covid_block a.covid_btn {
    color: #212529;
    line-height: 1.2;
    background-color: #8cc641;
    border-color: #8cc641;
    text-decoration: none;
    font-weight: 700
}

.covid_block a.covid_btn:hover {
    background-color: #8cc641;
    border-color: #8cc641;
    font-weight: 700
}

.covid_block a.covid_btn:active {
    background-color: #8cc641 !important;
    border-color: #8cc641 !important;
    font-weight: 700
}

.covid_block a.covid_btn::after {
    display: none
}

.none {
    display: none
}

.view {
    display: block
}

.blue-color {
    padding-right: 10px
}

.mapplic-element {
    padding-top: 0
}

.modal-content {
    background-color: #fff0;
    border: 0
}

.modal#msg_alert .modal-dialog {
    max-width: 500px
}

.modal#msg_alert button {
    cursor: pointer
}

.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
}

@media(max-width:480px) {
    div#modal-info-grph-data {
        padding-right: 8px
    }

    div#share-info-graph-list {
        padding: 8px
    }

    .modal-open .modal {
        margin-right: 6px
    }

    .graph-box1 {
        margin: 0
    }
}

nav .navbar-brand img {
    width: 15.625rem !important;
    height: auto !important
}

.img-fluid,
.free_customize {
    max-width: 100% !important;
    height: auto !important
}

@media(max-width:575px) {
    .book-img img {
        width: 50% !important
    }
}

.adress-box ul li p {
    text-align: center
}

.tweet:hover {
    background-color: transparent
}

.tab-box .nav-tabs .nav-item {
    display: table-cell
}

.tab-box .nav-tabs .nav-link.active:hover {
    background: #006388;
    border-color: #006388
}

.tab-box .nav-tabs .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_body h2 {
    margin-top: 5px;
    text-decoration: none;
    color: #fff;
    padding-bottom: 0
}

.rd_sa_block a.covid_btn_rd {
    color: white;
    line-height: 1.2;
    background-color: #8cc641;
    border-color: #8cc641;
    text-decoration: none;
    font-weight: 700
}

.rd_sa_block a.covid_btn_rd:hover {
    background-color: #8cc641;
    border-color: #8cc641;
    font-weight: 700
}

.rd_sa_block a.covid_btn_rd:active {
    background-color: #8cc641 !important;
    border-color: #8cc641 !important;
    font-weight: 700
}

.rd_sa_block a.covid_btn_rd::after {
    display: none
}

.rqst_tab {
    margin-right: 0 !important;
    background: #FB641B !important;
    color: white !important
}

.rqst_tab i {
    background-repeat: no-repeat;
    background: url(https://www.fortunebusinessinsights.com//img/combine_icon.svg)
}

@media(min-width:992px) {
    .rqst_btn {
        display: none
    }
}

.gm {
    cursor: pointer
}

#exampleModal .modal-header {
    background: #013747;
    color: #fff
}

#exampleModal .modal-content {
    background: white
}

#exampleModal .modal-dialog {
    max-width: 500px
}

@media(min-width:576px) {
    #exampleModal .modal-dialog {
        max-width: 500px;
        margin: 8.5rem auto !important
    }
}

#exampleModal .modal-header h5 {
    font-weight: 700
}

#exampleModal .btn-primary {
    color: #fff;
    background-color: #006388;
    border-color: #006388
}

#exampleModal .close {
    color: #fff
}

#exampleModal .close:hover {
    color: #fff
}

#summary table tr:nth-child(2n+2) td {
    background: 0
}

.reportData tr:nth-child(even) {
    background-color: #f0f8ff
}

.reportData tr:hover {
    background-color: #d3d3d3
}

#summary table tr td:nth-child(2n+2) td {
    background: #f0f8ff
}

.reportData tr:hover {
    background-color: #d3d3d3
}

caption {
    color: #333;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
    font-size: 16px;
    caption-side: top
}

@media(min-width:576px) {
    #msg_alert_ext .modal-dialog {
        margin: 8rem auto !important
    }
}

.exit_body {
    position: relative
}

.exit_body .exit_img {
    width: 100%
}

.exit_centered_sa {
    position: absolute;
    top: 65%;
    left: 18%;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    cursor: pointer
}

.exit_centered_rs {
    position: absolute;
    top: 82%;
    left: 23%;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    cursor: pointer
}

.exit_right {
    position: absolute;
    top: 8px;
    right: 16px;
    padding: 20px;
    pointer-events: auto;
    cursor: pointer
}

.icon-gmail,
.icon-in,
.icon-tw,
.icon-fb1 {
    font-size: 20px;
    color: white;
    background: #1b99c1;
    border-radius: 2px
}

@media (min-width: 1600px) {
    .search-input-in-menu {
        background-color: #f2f2f2;
        padding: 1.1rem 1rem;
        position: relative;
        margin-left: 1.5rem;
    }
}