/* font-family: 'Work Sans', sans-serif;
font-family: 'Josefin Sans', sans-serif; */

* {
    margin: 0;
    padding: 0;
}

* {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-weight: normal;
}

body {
    font-family: 'Inter', sans-serif;
}

h5 {
    font-family: 'Inter', sans-serif;
}

p {
    letter-spacing: normal;
    font-family: 'Inter', sans-serif;
}

.scroller::-webkit-scrollbar-thumb {
    overflow-y: scroll;
    background-color: #00458a;
}

.row.m-auto.img-overlay-gray {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.inter-para {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
    padding: 40px 0 0 0;
}
.bg-blue{
    background-color: #00458a;
    height: 180px;
}


/* navbar style starts here */

.navbar {
    background-color: white;
}

.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #45355c !important;
    font-weight: 600;
}

.active.navlink {
    color: #00458a;
}

.nav-link:hover {
    color: #00458a !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0 !important;
}

.dropdown-menu {
    border-top: 5px solid #00458a !important;
    top: 50px !important;
    left: -40px !important;
    width: 250px;
    /*height: 246px;*/
    opacity: 1.9;
}
.rd {
    height: 86px;
}

.dropdown-submenu {
    padding: 12px 35px !important;
    line-height: 12px;
    color: #656565;
    font-size: 13px;
    border-bottom: 1px solid #B6B4B3 !important;
}

.dropdown-submenu:hover {
    background-color: #00458a !important;
    color: white !important;
}

li.nav-item.active.nav-item-first {
    margin-left: 90px !important;
}
.uk-nav_item a {
    color: #8f8b8b !important;
}
.ind-nav_item a {
    color: #00458a !important
}
/* navbar style starts here */


/* banner style starts here */

.banner {
    width: 100%;
    /*height: 642px;*/
    height: 94vh;
    position: relative;
    bottom: 32px;
}
.wirte-us--contact i.fas.fa-phone {
    transform: rotate(99deg);
}

/* banner style starts here */


/* safe starts here */

.safebg {
    background-color: #ededed;
}
.box-shadow-safe {
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.box-shadow-safe:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    cursor: pointer;
}

.safe {
    padding-top: 70px;
    padding-bottom: 50px;
}

.safe-head {
    font-family: WorkSans-medium;
    font-size: 20px;
    line-height: 2.9;
    letter-spacing: 1.6px;
    text-align: left;
    color: #212121;
}

.safe-para {
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    color: #757575;
    font-weight: 500;
}


/* safe ends here */


/* our global starts here */

.our-globaltxt {
    position: relative;
    padding-bottom: 30px;
    color: #44355b;
    font-family: JosefinSans;
    font-size: 44px;
    text-align: center;
}

.border-botm {
    width: 5%;
    border-bottom: 4px solid #00458a;
    position: absolute;
    bottom: 0;
    left: 48%;
    top: 50%;
}

.flag-bgshadow {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 7px 0 rgba(144, 164, 183, 0.22);
    box-shadow: 0px 5px 7px 0 rgba(144, 164, 183, 0.22);
    padding: 13px 11px;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
}
.flag-bgshadow:hover {
    cursor: pointer;
}
.flag-bgshadow a:hover,
.flag-name:hover {
    text-decoration: none;
}
.flag-name {
    font-size: 12px;
}


/* our global ends here */


/* our focus starts here */

.focus-imgbg {
    width: 99px;
    height: 99px;
    border-radius: 16px;
    background-color: #fd4c6a !important;
    -webkit-box-shadow: 0px 8px 35px 0 rgba(253, 76, 106, 0.4);
    box-shadow: 0px 8px 35px 0 rgba(253, 76, 106, 0.4);
    margin: auto;
}

.focus-img {
    padding: 18px 16px 16px 18px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.focus-para {
    opacity: 0.7;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: justify;
    color: rgba(1, 1, 4, 0.7);
}

.focus-head {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    color: #010209;
    padding: 45px 0 16px;
}


/* our focus ends here */


/* our portflio starts here */

.portflio-head {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #7b7b7b;
}

.portfolio-para {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    padding-top: 10px;
    opacity: 0.7;
    text-align: justify;
    color: rgba(1, 1, 4, 0.7) !important;
}

.portflio-img {
    width: 100%;
    height: auto;
}

.portfolio-boxshadow:hover {
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);*/
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    cursor: pointer;
}


/* our portflio ends here */


/*youtube*/

.border-bottom-news-hme {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
    width: 100%;
    margin-top: 10px;
}

.shadow-news {
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    height: 345px;
    padding: 24px 26px;
    overflow-y: auto;
}


/*youtube*/


/*news*/

.txt-news-hme span {
    color: #a0a0a0;
    font-size: 12px;
    margin-left: 10px;
}

.border-bottom-news-hme h6 {
    color: #2e4bae;
    font-size: 14px;
}

.footer-bgcolor {
    background-color: #DDE0E2;
}

/* footer starts here */

/* .footer-bgcolor {
    background-color: #00458a;
} */
/* .footer-bgcolor .container:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
} */
.footer-link {
    color: #000 !important;
}
footer .facebook-icon {
    font-size: 22px;
}
footer .rights-reserved p {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
}
.footer-headtxt {
    font-family: 'Inter', sans-serif !important;
    font-size: 20px;
    line-height: 1.7;
    text-align: justify;
    color: #000;
    padding-bottom: 30px;
}
footer .footer-contact span,
footer .footer-contact a {
    font-size: 11px;
}
footer .footer-contact a {
    text-decoration: none;
}
footer .footer-contact i,
footer .footer-contact span {
    font-size: 11px;
    color: #ffffff;
}
footer .footer-contact address {
    font-size: 12px;
}
.footer-para {
    color: #000;
    font-family: WorkSansf;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    text-align: justify;
}

.footer-quicklink {
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.43;
    text-align: justify;
    text-decoration: none;
}

.footer-quicklink:hover {
    color: #000;
    /* text-decoration: none; */
}


/* footer ends here */


/* about us page starts here */

.about-banner {
    width: 100%;
    height: auto;
}

.abt_ourcompanyimg {
    width: 100% !important;
    height: auto;
}

.company-para {
    font-size: 18px;
    line-height: 1.4;
    font-family: "Open Sans" !important;
    text-align: justify !important;
}

.about-txt {
    font-size: 18px;
    line-height: 1.4;
    font-family: "Open Sans"!important;
    text-align: justify !important;
}

.company-head {
    text-align: left;
    font-family: 'Inter', sans-serif !important;
    font-size: 32px;
    color: #212121;
    letter-spacing: normal;
}

h3 {
    text-align: left;
    font-family: 'Inter', sans-serif !important;
    color: #212121;
    letter-spacing: normal;
}

.our-company .abt_ourcompanyimg {
    width: 90% !important;
}

/* our management satrt here */

.ourmanage-bg {
    background-color: #ededed;
    padding: 50px 0;
}

.rakesh_founder {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/* our management ends here */

.globaltxt {
    font-size: 60px;
    line-height: 1.3;
    text-align: left;
    font-family: 'Inter', sans-serif !important;
    color: #212121;
    letter-spacing: normal;
}

.circles {
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    z-index: 3;
    right: 0;
}

.circles:before,
.circles:after {
    position: absolute;
    content: '';
}

.circles {
    margin-right: 20px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 0 1px white;
    box-shadow: 0 0 0 1px white;
}
.all-countries h1 {
    color: #212121;
}
.all-countries h5,
.all-countries p {
    color: #444444;
}

/* about us page ends here */


/*digonist page*/

div#example_filter,
ul.pagination {
    float: right !important;
}

.thead-table-bg {
    background-color: #d9edf7;
}


/*digonist page ends here*/


/* service sub page - international starts here */

.globe-bginternational {
    background: #ededed;
    padding: 0 150px 80px 150px;
    margin-top: 120px;
}

.globe-internationalimg {
    width: 93%;
    margin-top: -120px;
}

.international-banner {
    width: 100%;
    height: 289px;
}


/* service sub page - international ends here */


/* service sub page - Haematology starts here */

.Haematology-banner {
    width: 100%;
    height: auto;
}

.overlay-txtbg {
    padding: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 14px 26px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 14px 26px 0 rgba(0, 0, 0, 0.2);
    margin-top: -190px;
    z-index: 9;
    left: 20px;
    position: relative;
}

.banner-overlaytxt {
    font-family: JosefinSans !important;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    color: #00458a;
}

.drrahul-img {
    width: 100%;
}

.drname-border {
    border-right: 5px solid #00458a;
}

.drname {
    padding-left: 80px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    text-align: justify;
}

.drdegree {
    padding-left: 80px;
    color: #000000;
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.29;
    text-align: left;
}

.dr-para {
    padding-top: 12px !important;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    text-align: justify;
}

.HaematologySolutions-bg {
    background-color: #ededed;
    height: 100%;
}

.HaematologySolutions-para {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #212121;
    line-height: 1.3;
    text-align: justify;
    float: left;
    padding: 10px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.stemcell_bg p {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.18;
    letter-spacing: normal;
    text-align: justify;
    color: #212121;
}
.stem_list span {
    font-size: 20px;
    vertical-align: middle;
    color: #212121 !important;
}

.test-img {
    width: 100%;
}

li {
    list-style-type: none
}

.list-bg {
    background-color: #f2f2f2;
    height: 800px;
    position: relative;
    margin-left: -43px;
}

.list-txt {
    font-family: WorkSans-medium;
    font-size: 21px;
    line-height: 1.64;
    text-align: left;
    color: #212121;
    position: absolute;
    top: 0;
    padding-left: 10%;
    padding-top: 10%;
}

.txt-haema-box{
    font-family: WorkSans-medium;
    font-size: 20px;
}

.stemcell_bg {
    background-color: #f2f2f2;
}

.stem_list {
    padding: 40px;
    -webkit-box-shadow: 0 14px 26px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 14px 26px 0 rgba(0, 0, 0, 0.2);
    margin-top: -80px;
    background-color: white;
}


/* service sub page - Haematology endshere */


/* service sub page - Hepatology endshere */

.hepatology_banner {
    width: 100%;
    height: 450px;
}

.surgery {
    width: 80%;
}

.surgery-para {
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    letter-spacing: -1px;
    text-align: justify;
}

.whyartemis-bg {
    background-color: #00458a;
    width: 100%;
    height: 100%;
    padding: 5% 4%;
}

.why-para {
    padding-top: 12px !important;
    font-size: 26px;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

.bg-li-hepa {
    display: block;
    background-color: #fff;
    color: rgba(33, 33, 33, 0.5);
    padding: 22px 16px;
    border: 1px solid #ededed;
    outline: none;
    text-align: left;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 17px;
    font-family: workSans-medium;
}

.bg-ul-hepali {
    position: absolute;
    width: 112%;
    z-index: 1;
    margin-top: 200px;
}

.bg-ul-hepa {
    background-color: #ededed;
    height: 700px;
    padding: 30px 100px;
}
.bg-ul-hepa span {
    color: #444444;
}
.bg-ul-hepa li {
    padding-top: 40px;
    line-height: 1;
    text-align: left;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
}

.head-all {
    text-align: left;
    color: #212121;
    font-size: 36px;
    line-height: 1.2;
    font-family: WorkSans-medium;
}

.whyartemis-bg h1 {
    font-family: 'Inter', sans-serif !important;
    font-size: 36px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #212121;
}


/*global*/

.global_card {
    border-radius: 4px;
    padding: 45px 20px 55px;
    height: auto;
    margin-bottom: 30px;
}

.hepatology_para p {
    font-size: 20px;
    font-family: 'Inter', sans-serif;
}

.bg-li-hepa:hover {
    background-color: #00458a;
;
    color: white;
}

.global-para p {
    padding-top: 12px !important;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    text-align: justify;
    color: #585858;
    line-height: 24px;
}
.global-para .global_card {
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.global-para .global_card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.global-para .global_card p {
    font-size: 18px;
    color: #212121;
    font-family: 'Inter', sans-serif !important;
    padding-top: 30px !important;
}
.global-para h2 {
    padding-top: 70px;
    text-align: center;
    font-size: 32px;
    font-family: workSans-medium;
    color: #212121;
}

.card.global_card {
    height: 320px;
}


/*randd*/

.bg-randd {
    background-color: #00458a;
    height: 180px;
}
.bg-randd h1 {
    font-size: 35px;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.border-bootmRd {
    border-bottom: 6px solid #fff;
}

.li-size li {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
}


/*product*/

.product-banner {
    width: 100%;
    height: 80vh;
    -webkit-transform: translateX(0px) translateY(-50px);
    -ms-transform: translateX(0px) translateY(-50px);
    transform: translateX(0px) translateY(-50px);
}

.medicine_product {
    width: auto;
    height: 250px;
}

.product_card {
    height: auto;
    border-radius: 7px;
    margin-bottom: 30px;
}

.product_card:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.product_card:hover .fa-shopping-cart {
    color: #3f51b5!important;
}

.roundedProduct {
    border-radius: 12px !important;
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.roundedProduct:hover {
    cursor: pointer;
}

.rounded-topProduct {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.product-txt h2 {
    color: #444444;
}

/*Hepatology*/
.hepatology_bottom {
    background-color: #ededed;
}
/*Hepatology*/

/*news*/

.news_heading {
    height: auto;
}

.bg-gradient-news {
    background-color: rgba(92, 92, 92, 0.71);
    width: 100%;
    top: 0;
    position: absolute;
    height: 57%;
}

.news_img {
    width: 100%;
    height: 340px;
}

.content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: none repeat scroll 0 0 rgba(92, 92, 92, 0.71);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.news_card .content-details i {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.news_card .content:hover {
    cursor: pointer;
}
.read-more_btn {
    background: none;
    padding-left: 20px;
    float: initial;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-style: normal;
    color: #00458a;
    cursor: pointer;
}
.content:hover .content-overlay {
    opacity: 1;
}
.content:hover .content-details i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fa-search {
    color: white;
}

.news_calender {
    background-color: #656565;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

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

.news-cal-img {
    padding-top: 4px;
}

.date-newstxt {
    vertical-align: text-top;
}

.txt-news-size {
    font-size: 14px;
}

a.icon-bg-social {
    background-color: #eef0f3;
}

.icon-social {
    width: 20px;
    height: 20px;
    text-align: center;
    color: #9e9e9e;
}

.fa-facebook-f:hover {
    color: white;
}

a.icon-bg-social.facebook:hover {
    background-color: #3b5998;
}

.fa-twitter:hover {
    color: white;
}

a.icon-bg-social.twitter:hover {
    background-color: #1ea1f2;
}

.fa-google:hover {
    color: white;
}

a.icon-bg-social.google:hover {
    background-color: #ea4435;
}

.fa-linkedin-in:hover {
    color: white;
}

a.icon-bg-social.linkedin:hover {
    background-color: #1477b5;
}

.border-top-news {
    border-top: 1px solid #eef0f3;
    border-bottom: 1px solid #eef0f3;
}

.icon-padding {
    padding-top: 6px;
}


/*Blogs*/

.blog-list-date {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 2px solid #c7616e;
    border-radius: 5px 5px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #858585;
    font-size: 12px;
    padding: 10px 8px 5px;
    text-align: center;
    width: 100%;
}

.blog-post-views {
    background-color: #c7616e;
    border-radius: 0 0 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 8px 5px;
    text-align: center;
    width: 100%;
    border-top: 1px solid white;
}

.blog-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    color: black !important;
}

.blog-list {
    border-bottom: 1px solid #E4E2E2;
    margin-bottom: 30px;
    padding-bottom: 15px;
    width: 100%;
}

.blog-list {
    border-top: 3px solid black;
    margin-top: 30px;
    padding-top: 15px;
    width: 100%;
}

.blog-head-border {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 14px;
    border-bottom: 1px dotted #CECDCD;
    position: relative;
}

.recent-border-txt {
    border-left: 8px double #DADADA;
    border-right: 1px solid #DADADA;
}

.bg-recent {
    background-color: #f7f6f6;
}

.border-left-recent {
    border-left: 4px double #858585;
}

.input-blog {
    width: 75%;
    height: 34px;
}

.blog-input-search {
    width: 20%;
    height: 34px;
    margin-left: -5px;
    background-color: #c7616e;
}


/*contact us----------------------------------------------------------*/


/*====CONTACT US=====*/

.contact-direction {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    /*margin-top: 6%;*/
}

.contact-direction .feature.map {
    height: 100%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.contact-direction .map iframe {
    width: 100%;
}

.contact-direction .feature.iframe {
    height: 100%;
    width: 100%;
    border: 0;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); !* Firefox 10+ *!
    filter: gray; !* IE6-9 *!
    -webkit-filter: grayscale(99%); !* Chrome 19+ & Safari 6+ *!*/
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}


/* unvisited link */

.email-link:link,
.email-link:visited,
.email-link:hover,
.email-link:active,
.phone-link:link,
.phone-link:visited,
.phone-link:hover,
.phone-link:active {
    color: white;
}


/*.write-us {
    position: relative;
    top: -50%;
    left: -10%;
}*/

.wirte-us--contact {
    background: #00458aeb;
    color: white;
    position: absolute;
    top: 40%;
    left: 0.5%;
    width: 36% !important;
    z-index: 9;
}

.wirte-us--none {
    display: none;
    height: 0;
}

.btn-write {
    float: right;
}


/*partner*/

.owl-item-box:hover {
    -webkit-box-shadow: 0px 14px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 16px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.owl-item-box {
    height: 100px;
}

.owl-stage {
    height: 120px;
}

.pen-internationalimg {
    width: 100%;
    margin-top: -140px;
}

.owl-prev,
.owl-next {
    display: none !important;
}
.partners-list h6 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.partners-list strong {
    color: #444444;
}
.collaboration-header h3 {
    color: #444444;
    font-size: 24px;
}
.partner-image .row.m-auto.img-overlay-gray {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.partner-image h4,
.partner-image p {
    color: #444444;
}
/*=====Contact popup=====*/





/*telemedicine*/

.tele-bg-txt {
    background-color: #ededed;
    width: 100%;
    height: auto;
    padding: 60px;
}

.tele-txt {
    font-size: 18px;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: justify;
    color: #212121;
}

.container-tele {
    width: 100%;
}

.tele-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*term and condition*/
.termHead {
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 1.2;
    font-family: JosefinSans;
}

ol li {
    list-style-type: inherit;
    line-height: 1.6;
    text-align: justify;
    font-family: JosefinSans;
}

.terms_col p {
    text-align: justify;
    font-family: JosefinSans
}


/*Diagnostic service*/

table#example thead th,
table#example tbody tr td {
    font-size: 13px;
    color: #444444;
    /*padding: 8px;
    border: none;
    background: 0 0;*/
    border: 0;
    font-weight: 700;
    vertical-align: middle;
}
.container-fluid-custom{
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.method-table-w{
    width: 100px !important;
}
.specimen-table-w{
    width: 200px !important;
}
.tbody-txt tr td{
    color: #444444;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400 !important;
}
/*Diagnostic service*/


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

.transparent-nav {
    transition: all ease-in .3s;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9) !important;
}
.products-list a,
.related-products a {
    color: #212121;
}
.products-list a:hover,
.related-products a:hover {
    text-decoration: none;
    color: #212121;
}
.product-info_table thead th {
    border-bottom: 0 !important;
}
.product-info_table tbody td {
    border-top: 0 !important;
}
/*.product-info_table tbody td:not(:last-child) {
    border-bottom: 0 !important;
}*/
.selected-product_image {
    position: relative;
}
.selected-product_image .favorite {
    position: absolute;
    top: 0px;
    right: 25%;
    cursor: pointer;
}
.selected-product_image .favorite:hover {
    color: #b24c5a;
}
/*Product Description*/
#customerComment {
    resize: none;
}
.review-form {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 3px;
}
.description-header {
    border-bottom: 1px solid #E5E5E5;
    color: #494949;
}
.star-ratings i.fa-star {
    color: #888888;
}
.star-ratings i.fa-star:hover {
    color: #000000;
    cursor: pointer;
}
.review-submit button {
    border: 1px solid #dee2e6;
}
/*Product Description*/
.hiv-li li{
    list-style-type: disc;
}
.hiv-li li{
    font-family: 'Inter', sans-serif;
}
ul .hiv-li{
    list-style-position: outside;
}

.txt-down-hiv p{
    font-size: 18px;
}
.hiv-li{
    font-size: 18px;
}
.txt-box:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
/* .border-footer-top {
    border-top: 1px solid black;
    background-color: #00458a;
} */
.top-bg {
    background-color: rgb(64, 158, 138);
}
.list__title{
    font-size: 60px;
    font-weight: bold;
    color:#00458a;
    font-family: "Poppins", sans-serif;
}
.table__headingDiv{
    background-color: #07497c;
    color: #fff;
    padding: 12px 0;
    text-align: center;
}
.table__headingDiv h5{
    font-weight: bold;
      font-family: "Poppins",
      sans-serif !important;
}
.product-table thead th{
    color: green;
    font-size: 25px;
    font-weight: 500;
     font-family: "Poppins",
     sans-serif !important;
}
.product-table.table td {
    font-weight: 600;
    color: #042946;
      font-family: "Poppins",
      sans-serif !important;
}
.product-list-footer{
    background-color: rgb(64, 158, 138);
}
.product-list-footer .container{
    border-bottom: 1px solid #c2bfbf;
}
.contacts__options:hover{
    text-decoration: none;
}
.contacts__options{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
      font-family: "Poppins",
      sans-serif !important;
}
.contact__icons{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
      font-family: "Poppins",
      sans-serif !important;
}
.contact__icons i{
    color: rgb(18, 191, 197) !important;
}
.data__contains-box{
    border-radius: 2px;
    padding: 1rem 2rem 1rem 1rem;
}
.data__contains-grey{
     background-color: rgba(0, 0, 0, 0.05);
}
.data__contains-white{
    background-color: #fff;
}
.data-title{
        color: green;
        font-size: 25px;
        font-weight: 500;
          font-family: "Poppins",
          sans-serif !important;
}
.data__contains-box h5{
        font-family: "Poppins",
        sans-serif !important;
}
.data__contains-box div p{
      font-family: "Poppins",
      sans-serif !important;
}
.data__contains-box div ul li {
    font-family: "Poppins",
        sans-serif !important;
}
.font-poppins{
    font-family: "Poppins",
    sans-serif !important;
}
.product-banner-new{
    height: 400px;
}
.carousel-indicators.product-carousel-indicators li{
    width: 16px;
    height: 16px;
    background-color: #00458a;
}
.about__top-banner {
    position: relative;
}

.btn__about-div {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-100%);
}
.flag-bgshadow span{
    font-size: 16px;
    color: #00458a;
    font-weight: 600;
    margin-left: 1rem

}
.btn-info{
    background-color: #00458a !important;
    border-color: #00458a !important;
}
.btn-white{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #00458a !important;
}
/* media query */
@media (min-width: 1281px) {
    .inter-para {
        padding: 40px 0 0 0 !important;
    }
}


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (max-width: 1280px) {
    .banner {
        height: auto !important;
    }
    .international-banner {
        width: 100%;
        height: auto;
    }
    /*li.nav-item.active.nav-item-first {
        margin-left: 1.5rem !important;
    }*/
    .navbar .ml-md-4, .mx-md-4 {
        margin-left: 0rem !important;
    }
}

@media (max-width: 1198.98px) {

}

@media (max-width: 991px) {
    .navbar-toggler {
        margin-left: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-top {
        position: fixed !important;
        left: 0;
        right: 0;
        overflow-y: scroll;
        padding-left: 10px;
        padding-right: 10px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-top::after {
        height: 100px;
        position: relative;
    }
    #navbarSupportedContent {
        height: 88vh;
        overflow-y: auto;
        z-index: 99999;
    }
    #navbarSupportedContent .dropdown:hover>.dropdown-menu {
        width: 100%;
    }

    li.nav-item.active.nav-item-first {
        margin-left: 1.5rem !important;
    }
    .uk-nav_item,
    .ind-nav_item {
        margin-left: 1.5rem !important;
        padding-left: 1rem !important;
    }
    .transparent-nav {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 1) !important;
    }
    /*Home*/
    .banner {
        bottom: 0;
    }
    /*Home*/

    /*Hematology*/
    .stemcell_bg {
        height: auto !important;
    }
    .stem_list {
        margin-top: -10px;
    }
    /*Hematology*/

    .main-top {
        /*margin-top: 60px;*/
        margin-top: 0px;
    }
    .globaltxt {
        font-size: 40px !important;
    }
    .surgery {
        width: 100%;
        height: 260px;
    }
    .border-botm {
        width: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /*Hepatology*/
    .bg-ul-hepa {
        height: auto;
        padding: 30px 50px;
    }
    /*Hepatology*/

    /*Footer*/
    .footer-bgcolor .container:first-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-headtxt {
        padding-bottom: 10px;
        padding-top: 20px;
    }
    /*Footer*/
}


/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .banner-overlaytxt {
        font-family: JosefinSans !important;
        font-size: 42px;
        font-weight: 600;
        line-height: 1.25;
        text-align: left;
        color: #00458a;
    }
    .overlay-txtbg {
        padding: 40px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 14px 26px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0px 14px 26px 0 rgba(0, 0, 0, 0.2);
        margin-top: -80px;
        z-index: 9;
    }
    .padding-zero {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .abt_ourcompanyimg {
        height: 250px;
    }
    .rakesh_founder {
        height: 640px;
    }
    .globaltxt {
        font-size: 36px !important;
    }
    .surgery {
        width: 100%;
        height: 260px;
    }
}


/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /*Navbar*/
    li.nav-item.active.nav-item-first {
        margin-left: 0px !important;
    }
    /*Navbar*/
    .banner-overlaytxt {
        font-family: JosefinSans !important;
        font-size: 32px;
        font-weight: 600;
        line-height: 1.25;
        text-align: left;
        color: #00458a;
    }
    .overlay-txtbg {
        padding: 40px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 14px 26px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 14px 26px 0 rgba(0, 0, 0, 0.2);
        margin-top: -80px;
        z-index: 9;
    }
    .surgery {
        width: 100%;
        height: 320px;
    }
}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (max-width: 767px) {

    /*Navbar*/

    #navbarSupportedContent .navbar-nav {
        border-top: 1px solid #00458a;
    }
    li.nav-item.active.nav-item-first {
        margin-left: 0 !important;
    }
    /*Navbar*/

    /*Home*/
    .safe {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .flag-bgshadow {
        margin-top: 15px;
    }
    /*Home*/

    .globe-internationalimg {
        max-width: 100%;
        margin-top: 70px !important;
    }
    .HaematologySolutions-para {
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        color: #212121;
        line-height: 1.3;
        padding: 0;
    }
    .banner-overlaytxt {
        font-family: JosefinSans !important;
        font-size: 42px;
        font-weight: 600;
        line-height: 1.25;
        text-align: left;
        color: #00458a;
    }
    .overlay-txtbg {
        padding: 40px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 14px 26px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0px 14px 26px 0 rgba(0, 0, 0, 0.2);
        margin-top: 0;
        z-index: 9;
        left: 0;
    }
    .bg-ul-hepali {
        position: relative;
        width: 100%;
        margin-top: 10px !important;
    }
    .bg-ul-hepa {
        height: 100% !important;
    }
    .bg-ul-hepa li {
        font-size: 16px !important;
        line-height: 2 !important;
    }
    .img-overlay-gray {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .hepatology_banner,
    .telemedicine_banner,
    .product-banner,
    .partener-banner {
        height: auto !important;
    }
    .bg-randd h1 {
        font-size: 20px !important;
    }
    .write-us {
        width: 100% !important;
    }
    .write-to-btn {
        padding: 16px !important;
    }
    .email-footer {
        word-break: break-all;
    }

    /*International business*/
    .row.m-auto.img-overlay-gray {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    /*International business*/

    /*Telemedicine*/
    #demo.carousel img {
        height: 300px;
    }
    /*Telemedicine*/
    .product-banner {
        -webkit-transform: translateX(0px) translateY(-10px);
        -ms-transform: translateX(0px) translateY(-10px);
        transform: translateX(0px) translateY(-10px);
    }
    .product-banner-new{
        height: auto !important;
    }
    .carousel-indicators.product-carousel-indicators {
        bottom: -14px !important;
    }
    .navbar-brand img{
        height: 40px !important;
    }

}


/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media only screen and (max-width: 580px) {
    h1 {
        font-size: 34px !important;
    }
    .product-banner {
        height: 300px;
    }
    h2 {
        font-size: 24px !important;
    }
    h3 {
        font-size: 22px !important;
    }
    p {
        font-size: 14px !important;
    }
    .abt_ourcompanyimg {
        margin-top: 10px;
    }
    .margin-top-mobile {
        margin-top: 40px;
    }
    h5 {
        font-size: 16px !important;
    }
    .surgery {
        width: 100%;
    }
    .globe-bginternational {
        background: #ededed;
        margin-top: 20px;
    }
    .custom-container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .row.m-auto.img-overlay-gray.px-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    /*.padding-zero {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }*/
    .list-bg {
        margin-left: 0 !important
    }
    .rdh {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 575.98px) {
    /*Menu*/
    .uk-nav_item,
    .ind-nav_item {
        padding-left: 0rem !important;
    }
    /*Menu*/
    /*Hepatology*/
    .bg-ul-hepa {
        padding: 30px 30px;
    }
    .bg-ul-hepa li {
        padding-top: 20px;
    }
    /*Hepatology*/

    /*Circles*/
    .circles {
        width: 12px;
        height: 12px;
        margin-right: 5px;
        margin-top: 5px;
    }
    .card.global_card {
        height: 250px;
        padding: 15px;
    }
    /*Circles*/

    /*Telemedicine*/
    #demo.carousel img {
        height: 200px;
    }
    .tele-bg-txt {
        padding: 25px;
    }
    /*Telemedicine*/

    /*Partner*/
    .pen-internationalimg {
        margin-top: 0 !important;
    }
    /*Partner*/
}

@media (max-width: 480px) {
    .globe-internationalimg {
        max-width: 100%;
        margin-top: 30px !important;
    }
    .HaematologySolutions-para {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        color: #212121;
        line-height: 1.3;
        padding: 0;
    }
    .banner-overlaytxt {
        font-family: JosefinSans !important;
        font-size: 28px !important;
        font-weight: 600;
        line-height: 1.25;
        text-align: left;
        color: #00458a;
    }
    .overlay-txtbg {
        padding: 40px;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 14px 26px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0px 14px 26px 0 rgba(0, 0, 0, 0.2);
        margin-top: 20px;
        z-index: 9;
    }
    .drname {
        padding-left: 80px;
        color: #000000;
        font-family: 'Inter', sans-serif;
        text-align: justify;
        font-size: 22px !important;
    }
    .drdegree {
        padding-left: 80px;
        color: #000000;
        text-align: justify;
        font-family: 'Inter', sans-serif;
        font-size: 18px !important;
        font-weight: 500;
        line-height: 1.29;
        text-align: left;
    }
}

@media (max-width: 375px) {
    .banner-overlaytxt {
        font-size: 22px !important;
    }
}
