/* Static build fixes: keep layout identical, prevent horizontal overflow */
/* NOTE: overflow-x must NOT live on html/body — doing so breaks
   background-attachment:fixed in Chrome/WebKit (the banner's fixed
   parallax background gets computed relative to the wrong box, which is
   what causes the grey "ghost" strip above the page-banner images).
   Scoping it to .main-container instead keeps the same no-horizontal-
   scroll behaviour without breaking the fixed banners. */
body { max-width: 100%; }
.main-container { max-width: 100%; overflow-x: hidden; }
img { max-width: 100%; height: auto; }
.static-form-message { display:none; margin-top:10px; color:#0a1f4a; font-weight:600; }
.static-form-message.is-visible { display:block; }


/* ==========================================================================
   Extracted from page <style> blocks (previously inline in each HTML file)
   ========================================================================== */

/* Related-posts thumbnail sizing (Contextual Related Posts plugin) */
.crp_related.crp-rounded-thumbs {
    --crp-thumb-width: 150px;
    --crp-thumb-height: 150px;
    --crp-aspect-ratio: 1;
}

/* YouTube gallery thumbnail sizing (Easy Youtube Player plugin) */
.epyt-gallery-thumb {
    width: 33.333%;
}

/* Disable text selection (site-wide, matches previous inline behaviour) */
:root {
				-webkit-user-select: none;
				-webkit-touch-callout: none;
				-ms-user-select: none;
				-moz-user-select: none;
				user-select: none;
			}

/* Site custom CSS (was inline #wp-custom-css on every page) */
/* --- Registration --- */
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


.form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}
.qrcode .aligncenter {
    text-align: center !important;
    margin: auto;
    display: block;
}
.form input.wpcf7-form-control.wpcf7-submit.txt-btn {
   
    margin-top: 20px;
    width: 120px;
}
.form {
    margin: auto;
    display: block;
    width: 80%;
    float: none;
}
.form input.wpcf7-form-control {

    width: 100%;
    border: 1px solid;
}
.qrcode {
    text-align: CENTER;
}
.qrcode .aligncenter {
    text-align: center !important;
    margin: auto;
    display: block;
}
.qrcode h3 {
    text-align: center;
    background-image: none;
}
.section-header.p-10 p {
    padding-right: 2px;
}
.section-header.p-10 {
    padding-bottom: 20px;
}
.time{padding-top:10px}
.banner{
	padding-bottom:30px;
}
.app{
	padding-top:30px; 
}
.time a{
	text-decoration:none;
}
.video{
	padding-top:30px;
}
.centerimg{
	margin-left: 48px;
}
.apph4{
margin-left: 25px;
}

/* --- Registration --- */
/* --- wordpress style --- */
.alignleft {
    float: left;
    margin-right: 10px;
}
.alignright {
    float: right;
    margin-left: 10px;
}
.crp_related { 
    margin: 60px 0 10px 0;
}
/*----- menu -----*/
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a {
    padding: 22px 15px 24px;
}
/*--- menu ------*/
/* --- doctors availability --- */
.msg-box {
    padding-top: 20px;
}
/* --- meet our doctors --- */
.team-type a {
    padding: 20px 20px;
    background-color: #1a377d;
    color: #fff;
}
.team-type a:hover {
    background-color: #0879bf;
	  text-decoration: none;
}
.team-type a:focus {
    text-decoration: none;
}
/* --- gastro centre facilities --- */
.we-are-best-content ul {
    padding-left: 45px;
}
.we-are-best-content li {
    padding-left: 5px;
    font-size: 16px;
    color: #69340b;
    position: relative;
    line-height: 1.7;
}
/* ---Services Section--- */
.services {
    padding-top: 0;
}
.services h2 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 3px;
}
.services p {
    color: #41250f;
    display: inline-block;
    line-height: 27px;
    padding-right: 40px;
    text-align: justify;
    font-size: 15px;
}
.services ul {
	  padding-left: 45px;
}
.services li {
    padding-left: 5px;
    font-size: 15px;
    color: #41250f;
    position: relative;
    line-height: 1.7;
}
/* ---FAQ--- */
.pt-cv-title a {
    color: #333;
}
h3.pt-cv-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 5px;
	 line-height: 1.3;
}
.pt-cv-content, .pt-cv-content * {
    font-weight: 500;
    color: #41250f;
	  font-size: 15px;
}
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #1a377d;
    border-color: #1a377d;
}
.pt-cv-wrapper .btn{
	  padding: 8px 25px;
    border-radius: 1px;
	  margin-top: 8px;
}
.pt-cv-wrapper .btn-success.focus, .pt-cv-wrapper .btn-success:focus {
    color: #fff;
    background-color: #1a377d;
    border-color: #1a377d;
}

.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #0879bf;
    border-color: #0879bf;
}
.pt-cv-wrapper .pagination>.active>a, .pt-cv-wrapper .pagination>.active>a:focus, .pt-cv-wrapper .pagination>.active>a:hover, .pt-cv-wrapper .pagination>.active>span, .pt-cv-wrapper .pagination>.active>span:focus, .pt-cv-wrapper .pagination>.active>span:hover {
    background-color: #1a377d;
}

div#comments {
    display: none;
}
.entry-content.faq-page img {
    float: right;
    padding-left: 10px;
}
.entry-meta {
    display: none;
}
.entry-content.faq-page p {
    text-align: justify;
}
li#recent-posts-3 {
    list-style: none;
}
.faq-page {
    padding-top: 15px;
}
.sidebar-faq ul {
    padding-left: 20px;
    list-style: none;
	  padding-top: 15px;
}
.sidebar-faq {
    padding: 25px 10px;
    margin-top: 15px;
    list-style: none;
    border: 2px solid #69340b;
    background-color: #69340b;
}
.sidebar-faq h3.widget-title {
    padding-bottom: 6px;
    background: #69340b;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
.sidebar-faq li a {
    color: #fff;
    line-height: 1.6;
}
.sidebar-faq li a:hover {
    text-decoration: none;
    color: #00a0ff;
    font-weight: 500;
}
.sidebar-faq ul li {
    text-align: left !important;
}
.sidebar-faq ul li:before {
    content: "\f0da";
    width: 0;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    position: relative;
    left: -18px;
    letter-spacing: 0;
    margin-right: -5px;
}
/* ---Blog sidebar--- */
.sidebar-blog {
    padding: 25px 10px;
    margin-top: 15px;
    list-style: none;
    border: 2px solid #69340b;
    background-color: #69340b;
}
.sidebar-blog ul {
    padding-left: 20px;
    list-style: none;
    padding-top: 15px;
}
.sidebar-blog ul li {
    text-align: left !important;
}
.sidebar-blog ul li:before {
    content: "\f0da";
    width: 0;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    position: relative;
    left: -18px;
    letter-spacing: 0;
    margin-right: -5px;
}
.sidebar-blog li a {
    color: #fff;
    line-height: 1.6;
}
.sidebar-blog li a:hover {
    text-decoration: none;
    color: #00a0ff;
    font-weight: 500;
}
.sidebar-blog h3.widget-title {
    padding-bottom: 6px;
    background: #69340b;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
/* ---category--- */
span.comments-link {
    display: none;
}
ul.dcw {
    padding-left: 20px;
    list-style: none;
    padding-top: 15px;
    display: inline-block;
	  margin-bottom: 0;
}
.sidebar-category {
    padding: 25px 10px;
    margin-top: 15px;
    list-style: none;
    border: 2px solid #69340b;
    background-color: #69340b;
}
.sidebar-category h3.widget-title {
    padding-bottom: 6px;
    background: #69340b;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
.sidebar-category ul li {
    text-align: left !important;
}
.sidebar-category li a {
    color: #fff;
    line-height: 1.6;
}
.sidebar-category li a:hover {
	  text-decoration: none;
    color: #00a0ff;
    font-weight: 500;
}
.sidebar-category ul li:before {
    content: "\f0da";
    width: 0;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    position: relative;
    left: -18px;
    letter-spacing: 0;
    margin-right: -5px;
}

/* ---Error404--- */
.error {
    padding-top: 40px;
    padding-bottom: 40px;
	  text-align: center;
}
.error h2 {
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
	  font-weight: 600;
}
.error p {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

/* =========================
   RELATED POSTS
========================= */

.crp_related {
    width: 100%;
    margin: 0;
    padding: 0;
}

.crp_related h2 {
    margin: 20px 0 10px 0;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: #111;
}

.crp_related ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.crp_related ul li {
    flex: 0 0 150px;
    width: 150px;
    margin: 0;
    padding: 0;
}

.crp_related a.crp_link {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    text-decoration: none;
    border-radius: 15px;
    background: #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Image container */
.crp_related a.crp_link figure {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* Images */
.crp_related a.crp_link img.crp_thumbnail {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover;
    object-position: center;
    margin: 0;
    padding: 0;
}

/* Dark title overlay */
.crp_related .crp_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;

    padding: 0px 0px 2px;

    box-sizing: border-box;

    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;

    z-index: 2;
}

/* Hover */
.crp_related a.crp_link:hover .crp_title {
    background: rgba(0, 0, 0, 0.82);
}

.crp_related a.crp_link:hover img {
    transform: scale(1.03);
}

.crp_related img {
    transition: transform 0.3s ease;
}

.crp_clear {
    clear: both;
}


/* =========================
   RESPONSIVE
========================= */

@media only screen and (max-width: 1000px) {

    .crp_related ul {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 8px;
    }

    .crp_related ul li {
        flex: 0 0 185px;
    }

    .crp_related a.crp_link {
        height: 188px;
    }
}


@media only screen and (max-width: 600px) {

    .crp_related h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .crp_related ul {
        gap: 10px;
    }

    .crp_related ul li {
        flex: 0 0 180px;
    }

    .crp_related a.crp_link {
        height: 185px;
        border-radius: 13px;
    }

    .crp_related .crp_title {
        font-size: 15px;
        padding: 7px 5px;
    }
}


/* ==========================================================================
   More extracted inline <style> blocks (previously duplicated across pages)
   ========================================================================== */

/* Breadcrumb navigation sizing */
.breadcrumb-container {
            font-size: 13px;
        }
        .breadcrumb-container ul {
            margin: 0;
            padding: 0;
        }
        .breadcrumb-container li {
            box-sizing: unset;
            display: inline-block;
            margin: 0;
            padding: 0;
        }
        .breadcrumb-container li a {
            box-sizing: unset;
            padding: 0 10px;
        }
        .breadcrumb-container {
                    }

        .breadcrumb-container li a {
                    }

        .breadcrumb-container li .separator {
                    }
        .breadcrumb-container li:last-child .separator {
            display: none;
        }
        .breadcrumb-container.theme1 li {
            margin: 0;
            padding: 0;
        }
        .breadcrumb-container.theme1 a {
            /* background: ; */
            display: inline-block;
            margin: 0 5px;
            padding: 5px 10px;
            text-decoration: none;
        }
    
/*# sourceURL=breadcrumb-style-inline-css */

/* "Online" floating side tab + LMS link button */
a.lms {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.online {
    position: fixed;
    /* -webkit-transform: rotate(90deg); */
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    transform-origin: right top 0;
    text-align: center;
    color: #fff;
    position: fixed;
    top: 450px;
    padding: 10px 20px;
    background: #0a1f4a;
    z-index: 999;
    right: 0px;
    border-radius: 5px;
}
.online a:hover {
    text-decoration: none;
}

.online:hover {
    background-color: #771cc1;
}

/* Simple column-width helper classes used in some article bodies */
.dcw_c1 {float:left; width:100%} .dcw_c2 {float:left; width:50%} .dcw_c3 {float:left; width:33%}
