/*
Theme Name: Denvax
Author: Cyberworx
Author URI: https://cyberworx.in
Version: 1.0
*/
@font-face {
    font-family: 'Poppins';
    src: url(assets/fonts/poppins-bold-webfont.woff2) format('woff2'),url(assets/fonts/poppins-bold-webfont.woff) format('woff');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'PoppinsItalic';
    src: url(assets/fonts/poppins-italic-webfont.woff2) format('woff2'),url(assets/fonts/poppins-italic-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(assets/fonts/poppins-light-webfont.woff2) format('woff2'),url(assets/fonts/poppins-light-webfont.woff) format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(assets/fonts/poppins-medium-webfont.woff2) format('woff2'),url(assets/fonts/poppins-medium-webfont.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(assets/fonts/poppins-regular-webfont.woff2) format('woff2'),url(assets/fonts/poppins-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(assets/fonts/poppins-semibold-webfont.woff2) format('woff2'),url(assets/fonts/poppins-semibold-webfont.woff) format('woff');
    font-weight: 600;
    font-style: normal
}
body {
    font-family: "Poppins";
    font-weight: 300;
    line-height: 1;
    overflow-x: hidden;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 0 44px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 44px 1px rgba(0,0,0,.3);
    box-shadow: 0 0 44px 1px rgba(0, 0, 0, .3);
}
a {
    text-decoration: none;
    color: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    vertical-align: baseline;
    line-height: 1.6;
}
header {
    padding: 10px 0;
    max-width: 1430px;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
}
header .logo {
    width: 140px;
}

header .logo img {
    width: 100%;
    height: auto;
}
.main-menu ul.nav {
    display: flex;
    gap: 15px;
}
p {
      font-size: 17px;
    color: #6e717f;
    font-weight: 400;
}
.main-menu ul.nav li.menu-item a {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    font-weight: 400;
}
.main-menu ul.nav li.menu-item ul.sub-menu {
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 0;
    margin-top: 36px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 
ease-in-out;
    background-color: #fff;
    z-index: 999;
}
.right-header a.whatsapp-icon {
    width: 45px;
    height: 60px;
    background-color: #528c9e;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 10px;
    margin-top: -10px;
}

.right-header a.whatsapp-icon img {
    max-width: 30px;
}

.right-header {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.right-header ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: grid;
    gap: 6px;
}

.right-header ul li {
    font-size: 15px;
    color: #8d8d8d;
    font-weight: 500;
}

.right-header ul li a {
    font-size: 15px;
    color: #444;
    text-decoration: none;
    font-weight: 600;
}

.right-header ul li a span {
    color: #8d8d8d;
    font-weight: 500;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content .main-menu {
    padding-left: 50px;
}
footer {
    background: url('assets/images/footer-image1.jpg') no-repeat center;
    background-size: cover;
    padding: 110px 0 50px 0;
    color: #f7f7f7;
}
.footer-widget h2.wp-block-heading, .footer-widget h2.widgettitle {
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.footer-widget .widget p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
}
.footer-widget ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 15px;
}
.footer-widget ul.menu li {
    transition: ease-in-out .2s;
    position: relative;
    padding-left: 20px;
}

.footer-widget ul.menu li:after {
    content: '>';
    position: absolute;
    color: #4f8798;
    width: 8px;
    height: 12px;
    top: 0;
    left: 0;
}

.footer-widget ul.menu li:hover {
    padding-left: 25px;
}

.wp-block-social-links a.wp-block-social-link-anchor span.wp-block-social-link-label {
    clip-path: none;
    margin: 0;
    width: auto;
    word-wrap: normal;
    overflow: auto;
    height: auto;
    position: static;
    font-size: 16px;
    font-weight: 300;
}

.wp-block-social-links a.wp-block-social-link-anchor {
    background: none !IMPORTANT;
    padding: 0;
    margin: 0;
    position: relative;
}

.wp-block-social-links li.wp-social-link {
    background: none !IMPORTANT;
}

.wp-block-social-links li.wp-social-link svg {
    display: none;
}

.wp-block-social-links a.wp-block-social-link-anchor:after {
    background-size: cover;
    width: 35px;
    height: 35px;
    top: -10px;
    left: -50px;
    content: '';
    position: absolute;
}

.footer-widget ul.menu li a {
    font-weight: 300;
}
.wp-block-social-links li.wp-social-link.wp-social-link-facebook.wp-block-social-link a.wp-block-social-link-anchor:after {
    background: url('assets/images/fb-icon.png') no-repeat top center;
    background-size: cover;
} 
.wp-block-social-links li.wp-social-link.wp-social-link-youtube.wp-block-social-link a.wp-block-social-link-anchor:after {
    background: url('assets/images/youtube-icon.png') no-repeat top center;
    background-size: cover;
} 
.wp-block-social-links li.wp-social-link.wp-social-link-instagram.wp-block-social-link a.wp-block-social-link-anchor:after {
    background: url('assets/images/insta-icon.png') no-repeat top center;
    background-size: cover;
} 
.wp-block-social-links li.wp-social-link.wp-social-link-x.wp-block-social-link a.wp-block-social-link-anchor:after {
    background: url('assets/images/twitter-icon.png') no-repeat top center;
    background-size: cover;
} 
.wp-block-social-links li.wp-social-link.wp-social-link-linkedin.wp-block-social-link a.wp-block-social-link-anchor:after {
    background: url('assets/images/linkdin.png') no-repeat top center;
    background-size: cover;
} 
.wp-block-social-links .wp-block-social-link.wp-social-link {
        padding-left: 50px;
}
.wp-block-social-link:hover {
        transform: scale(1);
}
.wp-block-social-links a.wp-block-social-link-anchor:hover:after {
    background-position: bottom !IMPORTANT;
}
ul.wp-block-social-links {
    margin: 0;
    display: grid;
    gap: 30px;
}
footer hr {
    border-top-color: #303940;
    opacity: 1;
}
.copytight {
    text-align: center;
    padding: 0px 0 0px 0;
    color: #f7f7f7;
    margin-bottom: 25px;
}

.copytight p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.main-banner img {
    width: 100%;
    height: auto;
}
footer ul.nav li a {
    font-weight: 300;
    font-size: 15px;
    color: #f7f7f7;
    transition: 
ease-in-out .3s;
}

footer ul.nav {
    gap: 25px;
    justify-content: center;
}

footer ul.nav li {
    position: relative;
}

footer ul.nav li:not(:last-child):after {
    content: "";
    height: 24px;
    background: #fff;
    position: absolute;
    right: -11px;
    width: 1px;
    top: 2px;
}
p.branding {
    margin: 0;
    color: #19232c;
    text-align: center;
    font-size: 17px;
}
.section-space {
    padding: 115px 0;
}

.what-denvax-box {
    padding-top: 30px;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 25px 5px rgba(0,0,0,.10);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    padding-bottom: 60px;
    transition: 
ease-in-out .3s;
    text-align: center;
    height: 100%;
}

.what-denvax-box h3 {
    font-size: 20px;
    color: #333;
    width: 60%;
    position: relative;
    margin: 0 auto;
    line-height: 1.4;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-weight: 500;
}

.what-denvax-box img {
    margin-bottom: 40px;
}

.what-denvax-box p {
    font-size: 17px;
    color: #626262;
    width: 67%;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

.what-denvax-box p a {
    color: black;
}
.btn {
    display: inline-block;
    padding: 17px 30px;
    background-color: #528c9e;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
    position: relative;
    transition: 
ease-in-out .3s;
    border: 1px solid #528c9e !important;
    text-transform: uppercase;
    font-weight: 500;
}

.btn:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 33px;
    height: 2px;
    right: -20px;
    bottom: 50%;
}

.btn:after {
    content: '';
    position: absolute;
    background-color: red;
    width: 17px;
    height: 2px;
    right: -20px;
    bottom: 50%;
    transition: 
ease-in-out .2s;
}

.btn:hover {
    background-color: #fff;
    color: #528c9e;
}

.btn:hover:after {
    width: 33px;
}
.section-title h2, .section-title h1 {
    font-size: 32px;
    color: #395062;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.4;
}

.section-title p {
    line-height: 1.8;
    font-size: 18px;
    color: #7d7d7d;
    font-weight: 400;
    margin-bottom: 20px;
}

.section-title {
    margin-bottom: 50px;
}
.denvax-works-list {
    background-color: #f8f8f8;
    padding: 30px 40px 30px 60px;
    position: relative;
    height: 100%;
}

.denvax-works-list p {
    font-size: 17px;
    color: #7b7b7b;
    font-weight: 500;
}

.denvax-works-list::before {
    content: attr(data-count);
    position: absolute;
    background-color: #d32f3e;
    color: #fff;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 45%;
    left: 19px;
    z-index: 98;
    border: 6px solid #d32f3e;
    font-weight: bold;
    text-align: center;
}

.denvax-works-list::after {
    content: '';
    position: absolute;
    background-color: #d32f3e;
    width: 2px;
    height: 150px;
    left: 30px;
    top: 30px;
}
.container-sml {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
}
.light-bg {
    background: #f9fafc;
}
.section-space-mini {
    padding: 30px 0;
}
.bg-box {
    height: 520px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 80px;
}
.section-title p:last-child {
    margin: 0;
}
.denvax-begin-line-box>.container {
    padding-left: 95px;
}
.denvax-begin-line-box .begin-line-box:nth-child(1), .denvax-begin-line-box .begin-line-box:nth-child(2), .denvax-begin-line-box .begin-line-box:nth-child(3) {
    padding-right: 25px;
}

.denvax-begin-line-box .begin-line-box:nth-child(1) {
    margin-top: 100px;
}
.denvax-begin-line-box .begin-line-box:nth-child(1), .denvax-begin-line-box .begin-line-box:nth-child(2), .denvax-begin-line-box .begin-line-box:nth-child(3) {
    width: calc(70% / 3);
}
.begin-line-box {
    position: relative;
}
.denvax-begin-line-box .begin-line-box .line-box.one {
    height: 230px;
}

.denvax-begin-line-box .begin-line-box .line-box {
    background: url('assets/images/line-img.png') center;
    background-repeat: repeat-y;
    width: 2px;
    position: absolute;
    left: -35px;
    top: 15px;
}
.denvax-begin-line-box .begin-line-box .line-box::after {
    content: '1';
    position: absolute;
    background-color: #fff;
    border: 2px solid #e92c27;
    width: 26px;
    height: 26px;
    line-height: 15px;
    font-size: 14px;
    font-family: 'poppinssemibold';
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    bottom: 0;
    left: -10px;
}
.denvax-begin-line-box .begin-line-box::after {
    content: '';
    position: absolute;
    background-color: #e92c27;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    top: 10px;
    left: -38px;
}
.denvax-begin-line-box .begin-line-box .line-box.two {
    height: 240px;
}
.denvax-begin-line-box .begin-line-box .line-box.two::after {
    content: '2';
}
.denvax-begin-line-box .begin-line-box .line-box.three {
    height: 190px;
}
.denvax-begin-line-box .begin-line-box .line-box.three::after {
    content: '3';
}
.denvax-begin-line-box .begin-line-box .line-box.four {
    height: 405px;
}
.denvax-begin-line-box .begin-line-box .line-box.four::after {
    content: '4';
}
.h2-title1 {
    font-size: 28px;
    font-weight: 600;
    color: #395062;
    text-align: center;
    margin-bottom: 70px;
    line-height: 35px;
}
.flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.denvax-begin-line-box .begin-line-box ul {
    margin-top: 40px;
}
.denvax-begin-line-box .begin-line-box ul li {
    font-weight: 300;
    font-size: 16px;
    color: #90959b;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.denvax-begin-line-box .begin-line-box ul li::after {
    content: '';
    position: absolute;
    background-color: #e92c27;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 5px;
    left: 0;
}
ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-title-v2 {
    color: #212121;
    font-weight: 400;
}
.section-title-v2 h2 {
    font-weight: 600;
    font-size: 32px;
    /* line-height: 28px; */
    line-height: 45px;
    margin-bottom: 32px;
    color: #395062;
}
.section-title-v2 p {
    color: #6e717f;
    margin-bottom: 12px;
}

.section-title-v2 p {
   font-weight: 400;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.section-title-v2 .card {
    margin: 42px 0;
}
.card.grey-card {
    background: #F7F7F5;
    border: none;
}
.card {
    border-radius: 16px;
    padding: 28px 23px;
    font-weight: 400;
}
.section-title-v2 h3 {
    font-weight: 600;
    font-size: 28px;
    /* line-height: 28px; */
    line-height: 45px;
    margin-bottom: 32px;
    color: #395062;
}
.section-title-v2 table {
    border-radius: 10px;
    /* outline: 1px solid #4C879E; */
    overflow: hidden;
    margin: 45px 0;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    /* display: block; */
    overflow: hidden;
}
.section-title-v2 table th {
    background: #4C879E;
    color: #fff;
    text-align: left;
    padding: 10px 10px;
}
.section-title-v2 table th * {
    color: #fff;
}
.section-title-v2 table td {
    padding: 10px 10px;
    border: 1px solid #4C879E;
}
.section-title-v2 ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0 0 40px 0;
    display: grid;
    gap: 8px;
}
.section-title-v2 ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6e717f;
}
.section-title-v2 h4 {
    font-weight: 600;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 32px;
    color: #395062;
}   
.card h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
    margin-top: 0;
}
.card ul {
    display: grid;
    gap: 12px;
}
.card ul.icon-list li {
    padding-left: 36px;
}
.card ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
}
.card ul li.center-icon svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.card ul.icon-list li a {
    color: #4C879E;
}
.theme-btn {
    background: #4C879E;
    color: #fff;
    border: 1px solid #4C879E;
    text-transform: uppercase;
    padding: 14px 14px;
    border-radius: 50px;
    min-width: 180px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
}
.form-control {
    background: #fff;
    border: 1px solid #E2E2E2;
    width: 100%;
    padding: 15px;
    font-size: 13px;
    border-radius: 0;
}
.form-group {
    margin-bottom: 16px;
}
.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}
.form-control.wpcf7-not-valid {
    border: 1px solid red !important;
}

span.wpcf7-not-valid-tip {font-size: 12px;}
.wpcf7-response-output {
    margin: 0 !IMPORTANT;
    font-size: 12px;
}
.thanks-sec {
    text-align: center;
    background: url('assets/images/thanks-bg.jpg') no-repeat center;
    padding: 80px 0;
}
.thanks-sec h1 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 20px 0;
}
.thanks-sec p {
    font-size: 16px;
    font-weight: 400;
    color: #7b7b7b;
    width: 26%;
    margin: 0 auto;
    line-height: 1.6;
}
.content-box {
    margin: 40px 0 !important;
}

.content-box {
    background-color: #528c9e;
    padding: 60px 70px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: -120px;
}
.content-box h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}
.content-box p {
    color: #fff;
    line-height: 2;
    padding-top: 15px;
    font-weight: 400;
    margin: 0;
}
.content-box a {
    display: inline-block;
    background-color: #fff;
    color: #528c9e;
    font-weight: 500;
    font-size: 16px;
    padding: 20px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid #528c9e;
    transition: 
    ease-in-out .2s;
}
.content-box a:hover {
    background-color: #528c9e;
    color: #fff;
    border: 1px solid #fff;
}
.faq-box {
    text-align: left;
    margin-bottom: 50px;
}
.faq-box.type2 .faq-qtion-list {
    background: #F7F7F5;
    position: relative;
}

.faq-qtion-list {
    padding: 30px 0 30px 30px;
    background-color: #fff;
    margin-bottom: 10px;
    transition: 
ease-in-out .2s;
}
.faq-box.type2 .faq-qtion-list span.faq-icon {
    position: absolute;
    right: 0;
}

.faq-qtion-list a.open-faq .faq-icon {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #2b3143;
    padding-right: 20px;
}
.faq-box.type2 .faq-qtion-list h2, .faq-box.type2 .faq-qtion-list h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
	margin: 0;
}
.faq-qtion-list h2 {
    display: inline;
    font-size: 21px;
    color: #395062;
    font-weight: 600;
}
.faq-box.type2 .faq-qtion-list .opening-faq-box {
    padding: 0;
}
.faq-box.type2 .faq-qtion-list .opening-faq-box p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    margin: 0;
}
.faq-qtion-list .opening-faq-box {
    padding: 15px 15px 0 35px;
}

.opening-faq-box {
    padding: 20px 20px 0 35px;
    display: none;
}
.faq-qtion-list:hover {
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 25px 5px rgba(0,0,0,.10);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
}
section.inner-banner {
    background: url('assets/images/inner-banner.jpg');
    height: 260px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inner-banner .text-box {
    position: absolute;
    top: 50%;
    padding-left: 20px;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.inner-banner .text-box h1 {
    font-weight: 600;
    font-size: 32px;
    color: #395062;
    padding-left: 30px;
    position: relative;
    max-width: 90%;
}
.inner-banner .text-box h1::after {
    content: '';
    position: absolute;
    background-color: #e92c27;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
}
.section-space-medium {
    padding: 72px 0;
}

ol.breadcrumb {
    margin: 0;
    padding: 10px 0;
}

ol.breadcrumb li.breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
}

ol.breadcrumb li.breadcrumb-item a {
    color: #d32f3e;
}

ol.breadcrumb li.breadcrumb-item:not(:first-child):before {
    content: ">";
}

ol.breadcrumb li.breadcrumb-item.active {
    color: #000;
}
.main-menu ul.nav li.menu-item ul.sub-menu li.menu-item {
    padding: 11px 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.main-menu ul.nav li.menu-item ul.sub-menu li.menu-item a {
    width: 100%;
    display: block;
    color: #2d1c1f;
    font-size: 13px;
    font-weight: 400;
    transition: all 
linear .2s;
    padding-bottom: 0;
}

.main-menu ul.nav li.menu-item.menu-item-has-children {
    position: relative;
}
@media only screen and (min-width: 1121px) {
 .main-menu ul.nav li.menu-item.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
}   
}

.main-menu ul.nav li.menu-item.menu-item-has-children.two-column ul.sub-menu {
    display: grid ! IMPORTANT;
    grid-template-columns: auto auto;
}
.main-menu ul.nav > li.menu-item > a {
    position: relative;
}

.main-menu ul.nav > li.menu-item > a:after {
    content: '';
    position: absolute;
    background-color: #d32f3e;
    width: 0;
    height: 2px;
    bottom: -10px;
    left: 0;
    transition: 
ease-in-out .2s;
}

.main-menu ul.nav > li.menu-item:hover > a:after {
    width: 100%;
}
.section-title.type2 p {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    color: #6e717f;
}
.video-box {
    position: relative;
}

.video-box img {
    width: 100%;
}

.video-box button {
        width: 45px;
    height: 45px;
    background-color: #d32f3e;
    border-radius: 50%;
    position: absolute;
    right: 40%;
    top: 51%;
    transform: translate(-50%, -50%);
    bottom: auto;
    border: 1px solid #d32f3e;
    transition: 
ease-in-out .2s;
}
.section-bottom-space {
    padding-bottom: 100px;
}
.video-box .image-box {
    position: relative;
    margin-bottom: 25px;
}

.video-box .text h2 {
    font-size: 20px;
    color: #395062;
    font-weight: 600;
    margin-bottom: 30px;
}
.popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.popup .popup-overlay {
    background: rgba(0, 0, 0, .9);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.popup .popup-content {
    position: absolute;
    background: #fff;
    max-width: 800px;
    height: 400px;
    left: 50%;
    top: 50%;
    z-index: 11;
    padding: 14px;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.popup .popup-content a.close-popup {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -30px;
    font-size: 42px;
    color: #fff;
}
.fadeIn {
    animation: fadeIn 0.5s 
ease-in both;
    -webkit-animation: fadeIn 0.5s 
ease-in both;
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
}

.fadeOut {
    animation: fadeOut 0.5s ease-out both;
    -webkit-animation: fadeOut 0.5s ease-out both
}

@keyframes fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0
    }
}
.popup-content iframe {
    width: 100%;
    height: 100%;
}
.theme-swiper {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 0;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
}

.theme-swiper:after {
    content: '';
    position: absolute;
    background: url('assets/images/circle-arrow.png') no-repeat center;
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
    opacity: .7;
    transition: 
ease-in-out .2s;
}
.theme-swiper:hover:after {
    opacity: 1;
}
.swiper-button-prev.theme-swiper {
    left: -40px;
}

.swiper-button-next.theme-swiper {
    right: -40px;
}
.swiper-button-next.theme-swiper:after {
    transform: rotate(180deg);
}

.swiper-pagination.theme-swiper-pagination span.swiper-pagination-bullet {
    background-color: #9dbec9;
    width: 10px;
    height: 10px;
    border: 2px solid #9dbec9;
    opacity: 1;
    margin: 0 7px 10px 7px;
}

.swiper-pagination.theme-swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #d32f3e;
    background-color: #fff;
}
img.lightbox-image {
    border: 7px solid #fff;
    -webkit-box-shadow: 0 0 133px -72px rgba(0, 0, 0, .71);
    -moz-box-shadow: 0 0 133px -72px rgba(0,0,0,.71);
    box-shadow: 0 0 133px -72px rgba(0, 0, 0, .71);
}
a.lightbox-image {
    display: block;
    width: 100%;
}

a.lightbox-image img {
    border: 7px solid #fff;
    -webkit-box-shadow: 0 0 133px -72px rgba(0, 0, 0, .71);
    -moz-box-shadow: 0 0 133px -72px rgba(0,0,0,.71);
    box-shadow: 0 0 133px -72px rgba(0, 0, 0, .71);
    width: 100%;
    height: 100%;
    object-fit: contain;
    height: 300px;
}
ul.address-box-list li {
    width: calc(100% / 3);
    padding: 0 20px;
}
ul.address-box-list li .h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #528c9e;
    padding: 20px 0 20px 25px;
}
.address-box {
    transition: 
ease-in-out .3s;
}
.address-box .upper-address-box {
    padding: 30px 20px;
    background-color: #fff;
}

.address-box .upper-address-box, .address-box .lower-map-box {
    height: 250px;
}
.address-box .upper-address-box p.address {
    margin-bottom: 10px;
}

.address-box .upper-address-box p {
    line-height: 1.6;
    margin-bottom: 5px;
    font-size: 15px;
    /* white-space: break-spaces; */
}
section.section-space-medium-2 {
    padding: 64px 0;
}
.section-title.left-border h2 {
    font-size: 28px;
    color: #395062;
    line-height: 35px;
    font-weight: 600;
    padding-left: 30px;
    border-left: 3px solid #e92c27;
    margin-bottom: 30px;
}
ul.contact-detail-list {
    justify-content: space-between;
    align-items: center;
}
ul.contact-detail-list li {
    width: auto;
}
.contact-detail-box {
    font-size: 0;
    display: flex;
    align-items: center;
}
.contact-detail-box img {
    display: inline-block;
    width: 50px;
    height: 50px;
}
.contact-detail-box .number-box {
    display: inline-block;
    padding-left: 20px;
}
.contact-detail-box a:last-child {
    margin-bottom: 0;
}

.contact-detail-box a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #3a5872;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
ul.address-box-list.flex-box {
    row-gap: 60px;
}
.grey-bg {
    background: #f8f8f8;
}
.opening-faq-box p a {
    color: #528c9e;
}
.opening-faq-box p strong {
    font-weight: bold;
}
.opening-faq-box p {
    line-height: 1.8;
        font-size: 17px;
    color: rgb(110, 113, 127);
    font-weight: 400;
}
.section-title.medium h1 {
    font-size: 28px;
    font-weight: 600;
    color: #395062;
}
.common-content-box p {
    line-height: 2;
    color: #0e190c;
    font-size: 17px;
    font-weight: 400;
}
.common-content-box p:last-child {
    margin-bottom: 0;
}
.survivor-stories-list {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 25px 5px rgba(0,0,0,.10);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    transition: 
ease-in-out .3s;
    height: 100%;
}
.survivor-stories-list .h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    transition: 
ease-in-out .3s;
}
.survivor-stories-list p, .survivor-stories-list .more-content {
    padding-left: 15px;
    line-height: 1.6;
    position: relative;
    transition: 
ease-in-out .3s;
    display: -webkit-box;
    color: #6e717f;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}
.survivor-stories-list span {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    transition: 
ease-in-out .3s;
}

span.moreellipses {
    display: inline-flex;
    margin-left: 3px;
    line-height: 0;
}
.survivor-stories-list p::after {
    content: '';
    position: absolute;
    background-color: #e92c27;
    width: 1px;
    height: 100%;
    left: 0;
    top: 2px;
}
.swiper-button-box {
    position: relative;
    display: flex;
    justify-content: end;
}

.swiper-button-box .swiper-button-next, .swiper-button-box .swiper-button-prev {
    background: url('assets/images/left-right-arrow.png') no-repeat;
    width: 38px;
    height: 32px;
    font-size: 0;
    position: static;
    display: block;
    float: none;
    margin: 0;
}
.swiper-button-box .swiper-button-next:after, .swiper-button-box .swiper-button-prev:after {
    display: none;
}
.swiper-button-box .swiper-button-next {
    background-position: 100% center;
}
hr.lightBorder {
    border-color: rgb(0 0 0 / 42%);
}
.full-description-success-stories {
    box-shadow: none;
    background: transparent;
    padding: 30px 0 0;
    height: auto;
     display: none;
}
.succcess-story-slider .swiper-slide {
    padding-bottom: 20px;
}
.sucess-stories-sec-Tabcontent .survivor-stories-list h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
.survivor-stories-list.full-description-success-stories p {
    font-size: 17px !important;
    line-height: 2;
    color: #6e717f;
    padding-left: 24px;
}
.survivor-stories-list.full-description-success-stories p:after {
    height: 97%;
    width: 2px;
    top: 10px;
}
.survivor-stories-list.bg-hover:hover {
    background-color: #5ba7b9;
    color: #fff;
}

.survivor-stories-list.bg-hover h3.h4 {
    text-align: center;
    color: #395062;
}

.survivor-stories-list.bg-hover:hover .more-content a p {
    color: #fff;
}

.survivor-stories-list.bg-hover:hover .more-content a p:after {
    background: #fff;
}
.succcess-story-section .success_story-next-swiper, .succcess-story-section .success_story-prev-swiper {
    top: 60%;
}

.location-section {
    height: 860px;
    background: url('assets/images/location-section-banner1.webp') no-repeat;
    align-items: center;
}

.location-section {
    background-size: cover;
}
.location-section h2 {
    line-height: 1.4;
    width: 30%;
    margin-bottom: 30px;
}
.location-section p {
    line-height: 1.4;
    width: 50%;
    line-height: 1.6;
    margin-bottom: 90px;
    color: #395062;
}
ul.find-box li {
    background-color: #f5f7fa;
    text-align: center;
    width: 230px;
    padding: 30px 0 50px;
    margin-right: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 25px 5px rgba(0,0,0,.10);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    position: relative;
}
ul.find-box li .h5 {
    font-size: 20px;
    font-weight: 500;
    color: #395062;
    margin-top: 35px;
    padding-top: 20px;
    position: relative;
    display: block;
    line-height: 33px;
}
ul.find-box li a {
    width: 40px;
    height: 40px;
    background-color: #f5f7fa;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 25px 5px rgba(0,0,0,.10);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    transition: 
ease-in-out .2s;
}
ul.find-box li a::after {
    content: '';
    position: absolute;
    background: url('assets/images/red-arrow.png') no-repeat center;
    width: 19px;
    height: 12px;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.find-box li .h5::after {
    content: '';
    position: absolute;
    background-color: #395062;
    width: 30px;
    height: 2px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.inner-banner a.banner-btn {
    display: inline-block;
    background-color: #fff;
    color: #528c9e;
    font-weight: 500;
    font-size: 15px;
    margin: 40px 0 0;
    padding: 15px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid #528c9e;
    transition: 
ease-in-out .3s;
}

.inner-banner a.banner-btn:hover {
    background-color: #528c9e;
    color: #fff;
    border: 1px solid #fff;
}
.section-image img {
    width: 100%;
    height: auto;
}
.common-content-box h2 {
    font-size: 32px;
    font-weight: 600;
    color: #395062;
}

.section-title.large h2 {
    font-size: 35px;
}
.common-content-box.fancy-list {
    display: grid;
    gap: 30px;
}

.common-content-box.fancy-list ul {
    padding-left: 27px;
    border-left: 3px solid rgba(80, 140, 158, .2);
}

.common-content-box.fancy-list ul li {
    padding-left: 30px;
    position: relative;
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.6;
    color: #626262;
}

.common-content-box.fancy-list ul li:before {
    content: '';
    background: #e83243;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    top: 8px;
}

.common-content-box.fancy-list ul li strong {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.5;
    color: #626262;
    display: inline-block;
    margin-bottom: 5px;
}

.common-content-box.fancy-list ul li p {
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.6;
    color: #626262;
        padding-bottom: 0px;
}
.section-title.blue-title h2 {
    color: #2d5a86;
}
.common-content-box.grey-content p {
    font-size: 17px;
    color: #6e717f;
    font-weight: 400;
}
.location-map-frame {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 3px -1px #888;
}

.location-map-frame iframe {
    width: 100%;
}
.doctor-slider .dritem_box {
    background-color: #fff;
    padding: 45px 60px 0;
    box-shadow: 0 0 3px -1px #888;
    border-bottom: solid 1px #dcdcdc;
    margin: 20px 0;
}
.dritem_box .profile_info {
    position: relative;
    padding-left: 155px;
}
.dritem_box .profile_info .media {
    width: 108px;
    height: 108px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    left: 0;
}
.dritem_box .profile_info .media img {
    width: 100%;
}
.dritem_box .border_bottom {
    border-bottom: solid 1px #dcdcdc;
    margin: 20px 0;
}
.dritem_box .procont_boxes .box_1 {
    float: left;
    width: 41.66666667%;
    padding: 0 15px 0 0;
}
.dritem_box .procont_boxes h5 {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
    color: #999;
    font-weight: 400;
}
.dritem_box .procont_boxes p:last-child {
    margin-bottom: 0;
}

.dritem_box .procont_boxes p {
    font-size: 14px !important;
    line-height: 22px;
    margin: 0 0 8px;
    color: #000;
    font-weight: 400;
}
.dritem_box .procont_boxes .box_2 {
    float: left;
    width: 25%;
    padding: 0 0 0 15px;
    border-left: solid 1px #dcdcdc;
}
.dritem_box .procont_boxes .box_3 {
    float: left;
    width: 33.3333%;
    padding: 0 0 0 15px;
    border-left: solid 1px #dcdcdc;
    display: none;
}
.dritem_box .doctor_description {
    padding: 20px 0;
    clear: both;
}
.dritem_box .doctor_description .btn_box {
    text-align: right;
    padding: 5px 0 0;
}

.dritem_box .doctor_description .desc {
    display: none;
    clear: both;
}
.dritem_box .doctor_description p, .dritem_box .doctor_description ol li {
    font-size: 14px !important;
    line-height: 22px;
    margin: 0 0 10px;
    color: #000;
    font-weight: 400;
}
.dritem_box .doctor_description ol {
    list-style: upper-alpha;
    padding: 0 0 0 30px;
}
section.inner-banner.fixed-height {
    height: 480px;
}
.founder-detail-section .founder-detail-box {
    background-color: #fff;
    padding: 15px 20px 0 !important;
    box-shadow: 0 0 3px -1px #888;
}
.founder-detail-box h3.mobile-text {
    display: none;
}
.founder-detail-box img {
    border: 7px solid #fff;
    -webkit-box-shadow: 0 0 133px -72px rgba(0, 0, 0, .71);
    -moz-box-shadow: 0 0 133px -72px rgba(0,0,0,.71);
    box-shadow: 0 0 133px -72px rgba(0, 0, 0, .71);
    width: 100%;
}
.founder-detail-box h3 {
    font-weight: 500;
    font-size: 28px;
    color: #395062;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.founder-detail-box p {
    line-height: 1.8;
    color: #395062;
    margin-bottom: 20px;
}
.founder-detail-box h3::after {
    content: '';
    position: absolute;
    background-color: #dce8ec;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
}
.founder-detail-section {
    display: grid;
    gap: 80px;
}
.patient_reviews_slider  .review-image {
    padding: 30px 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 25px 5px rgba(0,0,0,.10);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    transition: 
ease-in-out .3s;
}

.patient_reviews_slider .review-image img {
    width: 100%;
    height: auto;
}

.patient_reviews_slider .swiper-slide {
    padding: 20px;
}
.popup-content img {
    margin: 0 auto;
    width: auto;
    height: 100%;
    display: block;
}
.border-content {
    line-height: 2;
    color: #395062;
    padding-left: 25px;
    border-left: 3px solid #e92c27;
}
.rnd-slider .section-image {
    height: 550px;
}
.blue-border-content {
    border-left: 2px solid #5ba7b9;
    padding-left: 24px;
    margin-bottom: 76px;
}
.blue-border-content p {
    font-size: 18px;
    line-height: 2;
    color: #0e190c;
}
.publications-box {
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #e83243;
    transition: 
ease-in-out .3s;
}
.publications-box img {
    margin-bottom: 30px;
}
.publications-box a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #4c526b;
    position: relative;
    text-decoration: underline 1px #4c526b;
    margin-bottom: 50px;
}
.publications-box h3 {
    font-size: 16px;
}
.publications-box a::after {
    content: '>';
    position: absolute;
    background-color: #e83243;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 22px;
    border: 1px solid #e83243;
    top: 33px;
    left: 50%;
    border-radius: 50%;
    text-align: center;
    transform: translateX(-50%);
    padding-top: 4px;
    transition: 
ease-in-out .3s;
}
.publications-box:hover {
    -webkit-box-shadow: 0 0 34px -8px rgba(0, 0, 0, .27);
    -moz-box-shadow: 0 0 34px -8px rgba(0,0,0,.27);
    box-shadow: 0 0 34px -8px rgba(0, 0, 0, .27);
}
.section-title p strong {
    font-weight: 400;
}
.popup.VideoPopup  .popup-content {
    width: 100%;
}
.scollup {
    border-radius: 50px;
    height: 55px;
    border: 1px solid transparent;
    background: transparent;
    width: 45px;
    color: white;
    position: fixed;
    bottom: 30px;
    left: 30px;
    /* animation: ring 2s 
ease infinite; */
    z-index: 99999;
}
a.scollup.phone {
    left: unset;
    background: #d32f3e;
    height: 45px;
    right: 15px;
}

a.scollup img {
    width: 100%;
}

a.scollup.phone img {
    filter: brightness(100);
}
.featured-box-inner {
    padding: 50px 18px;
    border-left: 1px solid rgb(57, 80, 98, .32);
    height: 420px;
    text-align: center;
}

.icon-box-list-wrapper {
    /* display: grid; */
    /* grid-template-columns: repeat(5, 1fr); */
}

.featured-box-line {
    margin: 30px auto;
}

.featured-box-inner p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #395062;
}
.featured-box-inner:last-child {
    border-right: 1px solid rgb(57, 80, 98, .32);
}
.denvax-briefblocks-inner {
    background: linear-gradient(to left, #bfd2d8, #eff5f5 90%);
    padding: 30px 20px 35px;
    border-radius: 10px;
    display: inline-table;
    width: calc(33.33% - 35px);
    position: relative;
    text-align: center;
}

.gradient-box-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 70px;
    justify-content: center;
    padding: 0 50px;
}


.denvax-briefblocks-inner h3.h5 {
    text-align: left;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 16px;
    border-left: 2px solid #333;
    color: #395062;
    margin-bottom: 20px;
}

.denvax-briefblocks-inner p {
    text-align: left;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.8;
    color: #626262;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.brief-more-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -61px;
    cursor: pointer;
}
.denvax-manufacturing-lists>.denvax-manufacturing-items {
    text-align: center;
    width: calc(100% / 3);
}
.denvax-manufacturing-inner {
    padding: 20px 25px;
}
.denvax-manufacturing-inner h3 {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.5;
    margin: 20px 0 10px;
}
.denvax-manufacturing-inner p {
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.8;
}
.denvax-mobile-img {
    display: none;
}
.flex-box.denvax-manufacturing-lists {
    justify-content: center;
}
.denvax-icon {
    display: none;
}
.note-denvax-manufacturing{
    margin-top: 50px;
    text-align: center;
    font-size: 17px !important;
    font-weight: 500;
    line-height: 1.5;
    color: #383838;
    white-space: break-spaces;
    margin-bottom: 0;
}
.opening-denvax-box {
    /* padding: 0 20px; */
}
.denvax-helps-video {
    padding: 10px;
    box-shadow: 0 0 46px rgba(0, 0, 0, .1);
}
.common-content-box.fancy-list.loose {}

.common-content-box.fancy-list.loose ul li {
    padding-bottom: 30px;
}

.common-content-box.fancy-list.loose ul li strong {
    margin-bottom: 20px;
}
.benefits-denvax-inner {
    text-align: center;
    margin-bottom: 40px;
}
.benefits-denvax-inner p {
    margin-top: 20px;
    font-size: 19px !important;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}
.section-image.white-border img {
    padding: 0;
    box-shadow: 0 0 46px rgba(0, 0, 0, .1);
}
.denvax-taken-box {
    padding: 50px 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 25px 5px rgba(0,0,0,.10);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
}
.denvax-taken-box img {
    margin-bottom: 50px;
}
.denvax-taken-section h2 {
    border-top: none;
    padding-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.denvax-taken-box p {
    width: 75%;
    margin: 0 auto;
    line-height: 1.8;
    color: #626262;
}
section.inner-banner.fixed-height video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.inner-banner.fixed-height.video {
    height: 700px;
}
.summary-detail-box ul li {
    margin-bottom: 30px;
    padding: 20px 30px;
    border-left: 2px solid #d32f3e;
    line-height: 1.9;
    font-size: 17px;
    color: #6e717f;
    font-weight: 400;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.10);
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, .10);
}
ul.cancers-list li {
    width: calc(100% / 5);
    padding: 0 10px;
}
.cancers-box {
    text-align: center;
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e33142;
    -webkit-box-shadow: 0 0 92px 8px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 92px 8px rgba(0,0,0,.10);
    box-shadow: 0 0 92px 8px rgba(0, 0, 0, .10);
    height: 100%;
}
.cancers-box img {
    margin-bottom: 25px;
}
.cancers-box .h5 {
    font-weight: 500;
    font-size: 17px;
    color: #395062;
    line-height: 1.8;
}
.important-section-cta {
    background-color: #5ba7b9;
    padding: 50px 60px;
    z-index: 11;
    position: relative;
    color: #fff;
}

.important-section-cta p {
    color: #fff;
}
section.important-section-cta-bg {
    position: relative;
}

section.important-section-cta-bg:before {
    content: "";
    width: 100%;
    height: 50%;
    background: #f8f8f8;
    position: absolute;
    left: 0;
    top: 0;
}
ul.address-list li {
    padding-left: 60px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    color: #f7f7f7;
    position: relative;
}
ul.address-list li span {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}
ul.address-list li::after {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.address-list li:nth-child(1)::after {
    background: url('assets/images/address-list-icon-4.png');
}
    ul.address-list li:nth-child(2)::after {
    background: url('assets/images/address-list-icon-3.png');
}
ul.address-list li:nth-child(3)::after {
    background: url('assets/images/emailicon.png');
}
ul.address-list li:nth-child(4)::after {
    background: url('assets/images/address-list-icon-2.png');
}
.review-image.gallery img {
    height: 400px;
    object-fit: contain;
    width: 100%;
}
.review-image.gallery {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 25px 5px rgba(0,0,0,.10);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    transition: ease-in-out .3s;
    margin: 30px 30px;
}
.blog-block {
    border: 1px solid #ededed;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15); */
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.blog-block .blog-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog-block .blog-content {
    padding: 30px 30px 10px 30px;
    text-align: center;
}

.blog-block .blog-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #54595f;
}

.blog-block .blog-content p {
    font-size: 14px;
}

.blog-block .blog-content a.read-more-btn {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.blog-block .blog-content .blog-meta {
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 12px;
}
.pagination {
    justify-content: center;
    gap: 20px;
}
.blog-block .blog-image {
    position: relative;
}

.blog-block .blog-image .blog-category {
    position: absolute;
    right: 10px;
    background-color: #163648;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 40px;
    top: 10px;
    text-transform: uppercase;
}
.blog-content .blog-image img {
    width: 100%;
    height: auto;
}
.inner-banner .text-box p {
    padding-left: 30px;
}
section.inner-banner.overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000036;
    position: absolute;
}
.Scientific-text-box h2 {
    margin-bottom: 40px;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #d9d9d9;
    font-size: 32px;
    font-weight: 600;
    color: #395062;
}
.Scientific-text-box p {
    line-height: 1.8;
    color: #414141;
}
.Scientific-text-box .h5 {
    font-weight: 600;
    font-size: 21px;
    color: #395062;
    margin-bottom: 30px;
    margin-top: 30px;
}
.Scientific-text-box .red-line {
    margin-bottom: 50px;
}

.Scientific-text-box .red-line {
    padding-left: 25px;
    border-left: 3px solid #d32f3e;
}
.Scientific-text-box .str-sec strong {
    color: #414141;
    font-weight: 500;
}
.Scientific-text-box.no-border h2 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.section-content.not-found-content {}

.section-content.not-found-content h1 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 20px 0;
}

.section-content.not-found-content a {
    font-size: 16px;
    font-weight: 400;
    color: #d32f3e;
    text-decoration: underline #d32f3e 1px;
    margin-top: 20px;
    display: inline-block;
}

.section-content p:last-child {
    margin: 0;
}
.blog-block.category-blog {
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}

.blog-block.category-blog .blog-content {
    padding: 20px;
    text-align: left;
}

.blog-block.category-blog .blog-content .blog-category a {
    display: inline-block;
    padding: 4px 8px;
    background-color: #528c9e;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 1.8;
}
.blog-block.category-blog .blog-content .post-meta svg {
    width: 14px;
    fill: #71717a;
    position: relative;
    bottom: 2px;
}

.blog-block.category-blog .blog-content .post-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.blog-block.category-blog .blog-content .post-meta span {
    display: inline-flex;
    align-items: center;
    color: #71717a;
    font-size: 12px;
    gap: 3px;
}

.blog-block.category-blog .blog-content .blog-category {
    margin-bottom: 10px;
}

.blog-block.category-blog .blog-content h2 {
    color: #27272a;
    font-size: 26px;
}

.blog-block.category-blog.featured-post .blog-image img {
    object-fit: contain;
    height: 445px;
}
.btn.mini {
    padding: 11px 20px;
    font-size: 12px;
}
.blog-block.category-blog .blog-content h2 a {
    line-height: 33px;
}
.blog-sidebar .sidebar-block h2 {
    font-size: 20px;
}

.blog-sidebar .sidebar-block ul.category-list a {
    color: #289dcc;
    font-size: 14px;
}

.blog-sidebar .sidebar-block ul.category-list li {
    font-size: 14px;
}

.blog-sidebar .sidebar-block ul.category-list {
    display: grid;
    gap: 10px;
}
.blog-sidebar iframe {
    width: 100%;
    min-height: 250px;
}
.blog-content table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}

.blog-content table tr td {
    padding: 6px 12px;
    border-bottom: 1px solid #27272a;
    font-weight: 400;
}
.press-release-inner {
    padding: 10px 10px;
    margin: 10px 10px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
}
.press-release-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}
.press-release-img img {
    width: 100%;
}
.press-release-content-short {
    padding: 0 20px 30px;
}

.press-release-content-short span.press-release-date {
    font-weight: 400;
    font-size: 15px;
    color: #e32f40;
    margin-bottom: 15px;
    line-height: 1.4;
    display: block;
}
.press-release-content-short p {
    line-height: 1.8;
    margin-bottom: 20px;
        color: #0e190c;
        
}
.press-release-content-short a {
    font-weight: 400;
    color: #e32f40;
    text-decoration: underline;
}
.press-release-inner h3 {
    font-size: 16px;
}
.award-block {
    text-align: center;
}

.award-block .year {
    background-image: url('assets/images/awardbg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    padding-top: 11px;
}

.inner-banner  .text-box.bottom-place {
    top: auto;
    bottom: 0px;
    transform: translateY(0);
}
.common-content-box.red-border {
    padding-left: 25px;
    border-left: 3px solid #d32f3e;
}
.popup.content-popup .popup-content {
    width: 80%;
    height: 90%;
    max-width: 80%;
}

.popup.content-popup .popup-content .popup-text {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 80px;
}
.popup.content-popup .popup-content .popup-text .h5 {
    font-size: 21px;
    color: #395062;
    margin-bottom: 30px;
    margin-top: 30px;
}

.popup.content-popup .popup-content .popup-text  p {
    line-height: 1.8;
    color: #414141;
}
.founder-detail-section .founder-detail-box.flex-box.row:nth-child(even) {
    flex-direction: row-reverse;
}
.doctor-news-block .image img {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
    object-position: top;
}

.doctor-news-block .image {
    margin-bottom: 10px;
}

.doctor-news-block .text a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #395062;
    line-height: 1.3rem;
}
.form-group.with-icon:after {
    content: '';
    position: absolute;
    top: 19px;
    left: 17px;
    width: 22px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-group.with-icon {
    position: relative;
    -webkit-box-shadow: 0 0 34px -8px rgba(0, 0, 0, .27);
    -moz-box-shadow: 0 0 34px -8px rgba(0,0,0,.27);
    box-shadow: 0 0 34px -8px rgba(0, 0, 0, .27);
}

.form-group.with-icon.user-icon:after {
    background-image: url('assets/images/form-icon-1.png');
}
.form-group.with-icon.email-icon:after {
    background-image: url('assets/images/form-icon-3.png');
}
.form-group.with-icon.phone-icon:after {
    background-image: url('assets/images/form-icon-4.png');
}
.form-group.with-icon.description-icon:after {
    background-image: url('assets/images/form-icon-5.png');
}
.form-group.with-icon .form-control {
    padding: 20px 15px 20px  50px;
}
.dritem_box .profile_info .profile_content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #395062;
}
.dritem_box .procont_boxes ul li {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 8px;
    color: #000;
    font-weight: 400;
}
.dritem_box .profile_info .profile_content h2 span.desination {
    font-size: 14px;
    color: #999;
}
button.menu-toggle-btn {
    display: none;
}
.address-box .upper-address-box p strong {
    font-weight: 400;
}
.gradient-box-list-wrapper.active .denvax-briefblocks-inner p.more {
    -webkit-line-clamp: none;
}
.blog-sidebar {
    padding-left: 20px;
}

.author-box {
    padding: 2%;
    width: 100%;
    display: inline-block;
    border: 1px solid #efefef;
    margin-bottom: 30px;
}
.author-img img {
    margin-right: 15px;
    border-radius: 50%;
}
.author-name {
    padding-bottom: 10px;
    font-size: 20px;
}
p.author-description {
    line-height: 1.8;
    word-break: break-word;
    font-size: 16px;
}
ul.default-wp-page {
    list-style: none;
    display: grid;
    gap: 20px;
    margin: 30px 0;
    grid-template-columns: repeat(2, 1fr);
}
.default-wp-page .previous, .default-wp-page .next {
    flex: 1;
}
.previous a, .next a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3f3f46;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    font-size: 16px;
}
.previous svg, .next svg {
    fill: #27272a;
}

.cm-icon {
    display: block;
    width: 1em;
    height: 1em;
    transition: all 0.3s;
    fill: #71717a;
}
.default-wp-page .next {
    text-align: right;
}
.blog-content.blog-block.category-blog .blog-content {
    border: 1px solid #ededed;
}
.share-blog-block a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    height: 36px;
    padding: 0 1rem;
    background: #f8f9fa;
    color: var(--pk-share-link-color);
    text-decoration: none;
    transition: .25s ease all;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    gap: 4px;
}

.share-blog-block {
    flex-grow: 1;
    flex-wrap: wrap;
    display: flex;
    gap: 5px;
}

.share-blog-block a svg {
    width: 19px;
}
.share-blog-block-wrapper {
    display: flex;
}

.share-blog-block-wrapper .share-blog-block .share-btn:not(.mini-btn) {
    flex-grow: 1;
}
.blog-content.blog-block h1 {
    font-size: 32px;
    font-weight: 400;
}

.blog-content.blog-block  h2 {
    font-size: 32px;
}


.blog-content.blog-block > .blog-content h2 {
    font-size: 32px;
}

.blog-content.blog-block > .blog-content h2 b {
    font-weight: 600;
}

.blog-content.blog-block > .blog-content ul {
    padding: 0 0 0 30px;
    margin-bottom: 30px;
    list-style-type: disc;
}

.blog-content.blog-block > .blog-content h3 {
    font-size: 32px;
    color: #27272a;
}

.blog-content.blog-block > .blog-content  ol {
    padding: 0 0 0 30px;
    margin-bottom: 30px;
    list-style-type: decimal;
}
.blog-content.blog-block > .blog-content  p {
    color: #444444;
}

.blog-content.blog-block > .blog-content ul li {
    color: #444444;
}

.blog-content.blog-block > .blog-content ol li {
    color: #444444;
}

.blog-content.blog-block > .blog-content table {
    color: #444444;
}

.blog-content.blog-block > .blog-content h4 {
    font-size: 20px;
    color: #27272a;
}

img.attachment-full.size-full {
    max-width: 100%;
    height: auto;
}

.blog-content.blog-block.category-blog {
    border: none;
}
section.inner-banner .container {
    position: relative;
    height: 100%;
}
.red-line-box img {
    width: 100%;
}
.section-title.color-v2 h2 {
    font-size: 30px;
    color: #333333;
}
.container-sml {
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
}
ul.cancers-list.flex-box {
    row-gap: 20px;
}
.manufacturing-featured-img img {
    width: 100%;
    height: auto;
}
.common-page-content p {
    color: #0e190c;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: 400;
}

.common-page-content h2 {
    font-size: 23px;
    color: #395062;
    margin-bottom: 25px;
    font-weight: 600;
}

.common-page-content li {
    color: #0e190c;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.8;
    font-weight: 400;
}
.section-title-v2 p a {
    text-decoration: underline;
}
.sticky-element {
    position: sticky;
    top: 30px;
}
.address-box .lower-map-box iframe {
    height: 250px;
    width: 100%;
}
.section-title-v2 table tbody tr:first-child {
    outline: 1px solid #4C879E;
    border-radius: 12px 12px 0 0;
}
.section-title-v2 table tbody tr:last-child {
    border-radius: 0 0 10px 10px;
    outline: 1px solid #4C879E;
}
header .social-links {
    display: none;
    gap: 20px;
    margin: 20px 0 0 10px;
}

header .social-links .social-btn {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

header .social-links .social-btn img {
    width: 100%;
}

header .social-links .social-btn:not(.no-hover):hover img {
    position: relative;
    bottom: 42px;
}