/*-- # about clinic section --*/
/*-- # Header --*/
.header {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.header.sticked {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.breadcrumbs ol {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.blogbanner {
    text-align: center;
    padding: 0rem 0px 0rem 0px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover !important;
    position: relative;
    height: 48vh;
    background-image: url(../images/all_webp/blogbanner.webp);
}

.blogbanners {
    text-align: center;
    padding: 0rem 0px 0rem 0px;
    background-repeat: no-repeat;
    background-position: left top !important;
    background-size: cover !important;
    position: relative;
    height: 25vh;
}

.pressmediabanner {
    text-align: center;
    padding: 0rem 0px 0rem 0px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover !important;
    position: relative;
    height: 55vh;
    background-image: url(../images/all_webp/pressmediabanner.webp);
}

.mainoverlay {
    position: absolute;
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background: rgba(0, 0, 0, .4); */
    background-color: #006d6f;
}

.mainoverlays {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, .2);
}

.headingblogs {
    font-size: 40px;
    Padding-bottom: 5px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 0px;
    /* font-family: 'Exo-SemiBold' !important; */
    display: inline-block;
    border-bottom: #fff 1px solid;
}

.pressheadings {
    font-size: 45px;
    color: #fff;
    line-height: 47px;
    padding-bottom: 5px;
    font-family: 'Exo-SemiBold' !important;
    display: inline-block;
    border-bottom: #fff 1px solid;
}

/* Start of clinicgallery */
.blogsectionpage {
    padding: 3rem 40px 3rem 40px;
    text-align: center;
    background: #fff;
}

.blogcolumns {
    border-radius: 0px;
    margin: 0rem 0px 2rem 0px;
    transition-duration: .2s;
    transition-property: transform;
}

.blogcolumns:hover {
    transform: translateY(-10px);
}

.blogcolumns .img {
    overflow: hidden;
    border-radius: 0px;
}

.blogcolumns .img img {
    transition: 0.6s;
    border-radius: 0px;
}

.blogcolumns .blogdetails {
    padding: 0px 15px 28px 15px;
    margin: -25px 15px 0 15px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    position: relative;
    text-align: left;
    background: #fff;
    box-shadow: 0px 3px 25px #E8E8E829;
}

.listblogs {
    padding: 0px;
    margin: 0px;
    border-bottom: #ddd 1px solid;
}

.listblogs ul {
    padding: 5px 0 3px 0px;
    margin: 0 0 0 0px;
    list-style: none;
}

.listblogs ul li {
    padding: 5px 14px 5px 0px;
    margin: 0px;
    font-size: 14px;
    font-family: 'Exo-Regular' !important;
    display: inline-block;
    position: relative;
}

.privacy-policy ol li {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0.5rem;
    color: #3F4E46;
}

.listblogs ul li::before {
    content: "|";
    color: #D4D4D4;
    display: inline-block;
    position: absolute;
    right: 2px;
}

.listblogs ul li a {
    color: #3F4E46;
    text-decoration: none;
}

.listblogs ul li a i {
    color: #3F4E46;
    padding-left: 2px;
}

.listblogs ul li a:hover {
    color: #3F4E46;
    text-decoration: none;
}

.listblogs ul li:last-child::before {
    display: none;
}

.blogdetailbox .listblogs ul {
    padding: 5px 0 3px 0px;
    margin: 0 0 0 0px;
    list-style: none;
}

.blogdetailbox .listblogs ul li {
    padding: 5px 14px 5px 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: unset;
    font-family: 'Exo-Regular' !important;
    display: inline-block;
    position: relative;
}

.blogbox {
    padding: 0px 0px;
    margin-top: 12px;
}

.blogsubheading {
    color: #3F4E46 !important;
    margin: 0px 0 8px 0;
    font-size: 18px;
    /* font-family: 'Exo-SemiBold' !important; */
    line-height: 20px;
    transition: ease-in-out 0.3s;
}

.blogsubheading:hover {
    color: #B2D6D8 !important;
}

.blogdetails p {
    line-height: 25px;
    font-size: 17px;
    color: #3F4E46;
    margin-bottom: 18px;
}

.blogcolumn:hover .blogsubheading {
    color: #B2D6D8;
}

.blogcolumn:hover .img img {
    transform: scale(1.1);
}

.readmore {
    background: #3F4E46;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Exo-Regular' !important;
    font-size: 17px;
    transition: 0.4s;
}

.readmore:hover {
    background: #B2D6D8;
    color: #fff;
}

.blogcenter {
    text-align: center;
    margin-top: 11px;
}

.blogbheadings {
    font-size: 20px;
    font-family: 'Exo-SemiBold' !important;
    padding-top: 5px;
    text-align: left;
    color: #000;
}

.blogbheadings a {
    color: #3F4E46;
    text-decoration: none;
}

.blogbheadings a:hover {
    color: #BE1D2D;
    text-decoration: none;
}

.rightsidebar {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.rightsidebarheading {
    font-size: 20px;
    padding-bottom: 8px;
    color: #3F4E46;
    text-align: left;
    /* font-family: 'Exo-SemiBold' !important; */
    font-weight: 600;
    margin-bottom: 10px !important;
    position: relative;
    border-bottom: 2px solid #e5ebef;
}

.rightsidebarheading::after {
    border-bottom: 2px solid #222;
    width: 147px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 8px;
}

.recentpost {
    background-color: #fff;
    padding: 15px;
    margin-top: 25px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.recentpostheading {
    font-size: 20px;
    padding-bottom: 8px;
    color: #3F4E46;
    font-family: 'Exo-SemiBold' !important;
    text-align: left;
    margin-bottom: 0px;
    position: relative;
    border-bottom: 2px solid #e5ebef;
}

.recentpostheading::after {
    border-bottom: 2px solid #222;
    width: 147px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 8px;
}

.bloglist {
    display: flex;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%); */
}

.bloglist a img {
    width: 147px;
    height: 100%;
    object-fit: cover;
}

.bloglist .p-2 {
    text-align: left;
    margin: 0px 5px;
}

.bloglist p.sb-h {
    color: #B2D6D8;
    margin-bottom: 0px;
    font-size: 15px;
}

.bloglist p.sb-h i {
    color: #B2D6D8;
    font-size: 14px;
}

.bloglist p.sb-h span {
    margin-left: 2px !important;
}

.bloglist p {
    font-size: 16px;
    color: #3F4E46;
    line-height: 24px;
    font-family: 'Exo-Regular' !important;
    padding-top: 0px;
    margin-bottom: 0;
}

/* start of blogdetail page css */
.blogdetailbox {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.blogdetailbanner {
    text-align: center;
    padding: 12rem 0px 12rem 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    position: relative;
}

.blogdetailbox h1 {
    font-size: 36px;
    /* line-height: 36px; */
    padding-bottom: 10px;
    color: #3F4E46;
    margin-bottom: 0px;
    /* font-family: 'Exo-SemiBold' !important; */
}

.blogdetailbox h2 {
    font-size: 22px;
    /* font-family: 'Exo-SemiBold' !important; */
    /* line-height: 24px; */
    padding-top: 15px;
    padding-bottom: 8px;
    color: #B2D6D8;
    margin-bottom: 0px;
}

.blogdetailbox h2,
h3 {
    font-size: 17px;
    /* font-family: 'Exo-SemiBold' !important; */
    /* line-height: 24px; */
    padding-top: 15px;
    color: #3F4E46;
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.blogdetailbox p {
    font-size: 17px;
    line-height: 27px;
    margin: 0px;
    color: #3F4E46;
    padding-bottom: 6px;
}

.blogdetailbox ul {
    padding: 0px 0 0px 0px;
    margin: 10px 0 10px 35px;
    list-style: square;
}

.blogdetailbox ul li {
    padding: 0px 0px 6px 0;
    margin: 0px;
    color: #3F4E46;
    letter-spacing: 1px;
    font-family: 'Exo-Regular' !important;
    font-size: 17px;
    line-height: 27px;
}

.blogdetailbox ol {
    padding: 0px 0 0px 0px;
    margin: 10px 0 10px 35px;
}

.blogdetailbox ol li {
    padding: 0px 0px 6px 0;
    margin: 0px;
    color: #3F4E46;
    letter-spacing: 1px;
    font-family: 'Exo-Regular' !important;
    font-size: 17px;
    line-height: 27px;
}

.privacy-policy p,
.privacy-policy li {
    margin-bottom: 8px;
}

.blogdetailbox .listblogs{
    margin-bottom: 10px;
}

.auther_content {
    /* border: 1px solid #ccb194;
    box-shadow: 0px 1px 6px #f2cb9f; */
    padding: 10px 0;
}

.auther_content p {
    text-align: justify;
}

.auther_content img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 2px solid #b6b5b5;
    margin: 0 25px 0 0;
    object-position: 75% 100%;
}

.author_details {
    display: flex;
    align-items: center;
}

.author_name_box {
    text-align: left;
}

span.auther_tag {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0 6px;
}

.auther_name {
    font-size: 24px;
    /* font-family: 'Exo-SemiBold' !important; */
    line-height: 1;
    color: #a99886;
    margin-bottom: 8px;
    font-weight: 500;
}

.blogdetailbox p a {
    color: #b58138;
}

.blog_heading_costomise h1 {
    font-size: 40px !important;
}

.blog_heading_costomise h3,
.blog_heading_costomise h4,
.blog_heading_costomise h5,
.blog_heading_costomise h6 {
    font-size: 20px !important;
}

.blog_heading_costomise h2 {
    font-size: 28px !important;
}

.blog_heading_costomise h1 strong,
.blog_heading_costomise h2 strong,
.blog_heading_costomise h3 strong,
.blog_heading_costomise h4 strong,
.blog_heading_costomise h5 strong,
.blog_heading_costomise h6 strong {
    /* font-weight: 400 !important; */
}

.sticky{
    position: fixed;
    top: 98px;
    width: 30%;
}

/* Start of iPad Pro */
@media screen and (max-width:1100px) and (min-width:992px) {
    /* Start of blogs page */

    .blogspageheading {
        font-size: 45px;
        margin-bottom: 0px;
    }

    .blogbanner {
        padding: 8rem 0px 8rem 0px;
    }

    .blogbanners {
        /* height: 24vh; */
    }

    .blogthumbs {
        padding: 5px 8px;
    }

    .blogthumbs ul li {
        padding: 0px 3px 0 0;
        font-size: 11px;
    }

    .blogthumbs p {
        font-size: 14px;
        line-height: 20px;
    }

    .blogthumbs ul {
        padding: 0px 0 2px 0px;
    }

    .blogsectionpage {
        padding: 2rem 20px 2rem 20px;
    }

    .blogbheadings {
        font-size: 14px;
        padding-top: 2px;
        line-height: 15px;
    }

    .rightsidebarheading {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .rightsidebarheading::after {
        width: 100px;
        padding-bottom: 5px;
    }

    .recentpostheading {
        font-size: 16px;
        padding-bottom: 5px
    }

    .recentpostheading::after {
        width: 100px;
        padding-bottom: 5px;
    }

    .bloglist {
        padding: 10px 0px;
    }

    .bloglist a img {
        width: 100px;
    }

    .bloglist .p-2 {
        margin: 0px 0px;
    }

    .bloglist p {
        font-size: 13px;
        line-height: 17px;
    }

    .bloglist p.sb-h {
        font-size: 13px;
    }

    .bloglist p.sb-h i {
        font-size: 12px;
    }

    /* Start of blogdetails */
    .blogdetailbanner {
        padding: 8rem 0px 8rem 0px;
    }

    .blogdetailbox h1 {
        font-size: 30px;
        /* line-height: 30px; */
    }

    .blog_heading_costomise h1 {
        font-size: 36px !important;
    }

    .blog_heading_costomise h3,
    .blog_heading_costomise h4,
    .blog_heading_costomise h5,
    .blog_heading_costomise h6 {
        font-size: 20px !important;
    }

    .blog_heading_costomise h2 {
        font-size: 24px !important;
    }

    .blogcolumns {
        margin: 0rem 0px 10px 0px;
    }

    .blogdetailbox p {
        font-size: 17px;
        line-height: 26px;
    }

    .blogdetailbox ul, .blogdetailbox ol {
        margin: 8px 0 8px 30px;
    }

    .blogdetailbox ul li, .blogdetailbox ol li {
        font-size: 17px;
        line-height: 27px;
    }

    .blogdetailbox h2 {
        font-size: 20px;
        /* line-height: 24px; */
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pressmediabanner {
        height: 24vh;
    }

    .pressheadings {
        font-size: 35px;
        line-height: 36px;
        padding-bottom: 2px;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }
}

/* Start of iPad */
@media screen and (max-width:991.99px) and (min-width:768px) {

    /* Start of blogs page */
    .blogspageheading {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .blogbanner {
        height: 24vh;
    }

    .blogsectionpage {
        padding: 1.5rem 20px 1.5rem 20px;
    }

    .blogbanners {
        /* height: 22vh; */
    }

    .blogcolumns {
        margin: 0rem 0px 10px 0px;
    }

    .blogcolumns .blogdetails {
        padding: 0px 15px 20px 15px;
        margin: -20px 15px 0 15px;
    }

    .blogcolumns .img img {
        width: 100%;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .headingblogs {
        font-size: 30px;
        Padding-bottom: 2px;
        line-height: 32px;
    }

    .blogbheadings {
        font-size: 18px;
        padding-top: 3px;
    }

    .blogthumbs p {
        font-size: 17px;
        line-height: 26px;
    }

    .blogpagecolumn {
        padding: 0px 0 15px 0px;
    }

    .btop {
        margin-top: 11px;
    }

    .rightsidebar {
        margin-top: 2rem;
    }

    .rightsidebarheading {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .rightsidebarheading::after {
        width: 100px;
        padding-bottom: 5px;
    }

    .pressmediabanner {
        height: 22vh;
    }

    .recentpostheading {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .recentpostheading::after {
        width: 100px;
        padding-bottom: 5px;
    }

    /* Start of blogdetails */
    .blogdetailbanner {
        padding: 6rem 0px 6rem 0px;
    }

    .blogdetailbox h1 {
        font-size: 30px;
        /* line-height: 32px; */
        padding-bottom: 8px;
    }

    .blog_heading_costomise h1 {
        font-size: 32px !important;
    }

    .blog_heading_costomise h3,
    .blog_heading_costomise h4,
    .blog_heading_costomise h5,
    .blog_heading_costomise h6 {
        font-size: 20px !important;
    }

    .blog_heading_costomise h2 {
        font-size: 22px !important;
    }

    .blogdetailbox p {
        font-size: 17px;
        line-height: 26px;
    }

    .blogdetailbox ul, .blogdetailbox ol {
        margin: 8px 0 8px 30px;
    }

    .blogdetailbox ul li, .blogdetailbox ol li {
        font-size: 17px;
        line-height: 27px;
    }

    .blogdetailbox h2 {
        font-size: 22px;
        /* line-height: 24px; */
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .rightsidebar.sticky {
        position: relative;
        top: 0;
        width: 100%;
    }
}

/* Start of iphone/mobile */
@media screen and (max-width:767px) and (min-width:320px) {

    /* Start of blogs page */
    .pressmediabanner {
        background-position: unset !important;
        height: 20vh;
    }

    .pressheadings {
        font-size: 24px;
        color: #fff;
        line-height: 26px;
        padding-bottom: 2px;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .mainoverlay {
        background: #006d6f;
    }

    .blogbanners {
        background-position: 80% top !important;
        /* height: 16vh; */
    }

    /* .mainoverlays {} */

    .blogspageheading {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .blogbanner {
        padding: 2.6rem 0px 2.6rem 0px
    }

    .blogsectionpage {
        padding: 1.5rem 10px 1.5rem 10px;
    }

    .blogbheadings {
        font-size: 15px;
        padding-top: 2px;
    }

    .blogthumbs p {
        font-size: 15px;
    }

    .blogthumbs ul li {
        padding: 0px 3px 0 0;
        font-size: 12px;
    }

    .blogpagecolumn {
        padding: 0px 0 15px 0px;
    }

    .btop {
        margin-top: 11px;
    }

    .rightsidebar {
        margin-top: 2rem;
        padding: 1rem
    }

    .rightsidebarheading {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .rightsidebarheading::after {
        width: 100px;
        padding-bottom: 5px;
    }

    .recentpostheading {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .recentpostheading::after {
        width: 100px;
        padding-bottom: 5px;
    }

    .bloglist {
        padding: 8px 0px;
    }

    .bloglist p {
        font-size: 13px;
        line-height: 16px;
    }

    .bloglist a img {
        width: 80px;
    }

    .bloglist .p-2 {
        margin: 0px 0px;
    }

    /* Start of blogdetails */
    .blogdetailbanner {
        height: 16vh;
    }

    .blogbanner {
        height: 16vh;
    }

    .blogcolumns {
        margin: 0rem 0px 1rem 0px;
    }

    .blogcolumns .blogdetails {
        padding: 0px 15px 20px 10px;
        margin: -20px 10px 0 10px;
        box-shadow: 0px 3px 12px #ddd;
    }

    .listblogs ul li::before {
        right: -2px;
    }

    .listblogs ul li {
        padding: 0px 6px 0px 0px;
        font-size: 11px;
    }

    .blogdetailbox .listblogs ul li {
        padding: 0px 6px 0px 0px;
        font-size: 11px;
    }

    .blogbox {
        margin-top: 8px;
    }

    .blogsubheading {
        margin: 0px 0 8px 0;
        /* font-size: 17px; */
        font-size: 16px;
        line-height: 19px;
    }

    .blogdetailbox h1 {
        font-size: 24px;
        /* line-height: 24px; */
        padding-bottom: 5px;
    }

    .blog_heading_costomise h1 {
        font-size: 28px !important;
    }

    .blog_heading_costomise h3,
    .blog_heading_costomise h4,
    .blog_heading_costomise h5,
    .blog_heading_costomise h6 {
        font-size: 19px !important;
    }

    .blog_heading_costomise h2 {
        font-size: 20px !important;
    }

    .headingblogs {
        font-size: 24px;
        Padding-bottom: 4px;
        line-height: 26px;
    }

    .blogdetailbox p {
        font-size: 17px;
        line-height: 26px;
    }

    .bloglist p.sb-h i {
        font-size: 12px;
    }

    .bloglist p.sb-h {
        font-size: 14px;
    }

    .blogdetailbox ul, .blogdetailbox ol {
        margin: 8px 0 8px 30px;
    }

    .blogdetailbox ul li, .blogdetailbox ol li {
        font-size: 17px;
        line-height: 27px;
    }

    .blogdetailbox h2 {
        font-size: 17px;
        /* line-height: 22px; */
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .author_details{
        flex-direction: column;
    }
    .auther_content img{
        margin: 0 0px 12px 0;
    }
    .author_name_box{
        text-align: center;
    }

    .rightsidebar.sticky {
        position: relative;
        top: 0;
        width: 100%;
    }
}

table {
    margin-top: 20px;
    text-align: center;
}

table th,
td {
    border: 1px solid #000;
    padding: 6px;
}
.blogdetailbox iframe{
  height:revert-layer !important;
}