
/******commom css******/

:root {
    --white: #ffffff;
    --black: #000000;
    --graybg: #e5f3ff;
    --pink: #ff59c9;
    --blue: #0f91fc;
    --darkblue: #2f4aa0;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* Chrome, Safari */
    text-rendering: optimizeLegibility; /* Firefox */
    font-weight: 400;
    color: var(--black);
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--darkblue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: break-word;
    line-height: 1.3;
    margin: 0;
}

p {
    word-break: break-word;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "Open Sans", sans-serif;
}

    button:focus {
        outline: none !important;
    }

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size:16px;
}

a, a:hover {
    text-decoration: none;
}

.btn {
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 7px;
    font-size: 15px;
}

.btn-primary {
    background: var(--pink);
    border-color: var(--pink);
    color: var(--white);
    border-width: 2px;
}

    .btn-primary:hover {
        background: var(--pink);
        border-color: var(--pink);
        color: var(--white);
    }

    .btn-primary:focus, .btn-primary:active {
        box-shadow: none !IMPORTANT;
        background: var(--pink);
        border-color: var(--pink);
        color: var(--white);
    }

.btn-secondary {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
    border-width: 2px;
}

    .btn-secondary:hover {
        background: var(--blue);
        border-color: var(--blue);
        color: var(--white);
    }

    .btn-secondary:focus, .btn-secondary:active {
        box-shadow: none !IMPORTANT;
        background: var(--blue);
        border-color: var(--blue);
        color: var(--white);
    }

.btn-outline {
    background: none;
    border-color: var(--blue);
    color: var(--blue);
    border-width: 2px;
}

    .btn-outline:hover {
        background: none;
        border-color: var(--blue);
        color: var(--blue);
    }

/**********common css**********/


/* header */

header {
    z-index: 999;
    width: 100%;
    padding: 5px 0;
    background: #f9f9f9;
    transition: all 0.2s ease-in-out 0.2s;
    /*-webkit-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
    box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);*/
    position: static;
}

.inner-page header {
    -webkit-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
    box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
    background: #f9f9f9;
}

header.fixed {
    -webkit-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
    box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
    position: fixed;
    background: #f9f9f9;
    top:0;
}


header .logo img {
    max-width: 70px;
    margin: 0;
    display: block;
}


.NavBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    grid-column-gap: 20px;
}

header .mainNav {
    display: flex;
    align-items: center;
    flex: 1;
}

    header .mainNav li {
        display: block;
        list-style-type: none;
        padding: 0 15px;
        position: relative;
    }


        header .mainNav li a {
            color: var(--black);
            text-decoration: none;
            font-weight: 600;
            display: flex;
            width: 100%;
            align-items: center;
            text-transform: none;
            font-size: 15px;
        }

            header .mainNav li a:hover {
                color: var(--blue);
            }

        header .mainNav li.active a {
            color: var(--blue);
        }

.desktop-btn div {
    display: flex;
    grid-gap: 15px;
}

header .header-top-left .menu-toggle {
    display: none;
}

header .mainNav li.mobile-top {
    display: none;
}

header li.mobile-btn {
    display: none;
}

/******header end********/



/**********footer start**************/
.Footer {
    background: #002b4e;
    color: var(--white);
    padding: 60px 0 0;
}


.footer-sec h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}

.footer-sec p {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
    opacity: 0.8;
}

.footer-sec .social {
    display: flex;
    grid-gap: 25px;
    margin: 20px 0 0;
}

.footer-sec ul li {
    padding: 3px 0;
}

.footer-sec a {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    opacity: 0.8;
}

    .footer-sec a:hover {
        opacity: 1;
    }

.footer-sec .address a, .footer-sec .address p {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
}

.footer-sec .address p {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
}

    .footer-sec .address a i, .footer-sec .address p i {
        min-width: 18px;
        font-size: 16px;
    }



.copyright {
    background: var(--black);
    position: relative;
    margin-top: 50px;
}

.copyright-inner {
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: center;
    margin-top: 0;
}

    .copyright-inner p {
        font-size: 14px;
        color: var(--white);
        font-weight: 600;
    }

        .copyright-inner p a {
            color: var(--white);
        }



/************ footer end****************/







/********************** content css start****************************/

.main-banner {
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0 80px;
    background-position: bottom;
    min-height:280px;
}
.main-banner:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
    .main-banner .banner-content {
        max-width: 850px;
    }

    .main-banner h1 {
        color: var(--white);
        margin: 0;
        font-size: 70px;
        text-align: left;
        text-shadow: 0 0 8px rgba(0,0,0,0.2);
        line-height: 1.2;
    }

        .main-banner h1 span {
            color: var(--pink);
            display: block;
        }

    .main-banner p {
        color: var(--white);
        margin: 15px 0;
        font-size: 20px;
        font-weight: 600;
        line-height: 26px;
        max-width: 690px;
    }

    .main-banner .banner-content > div {
        display: flex;
        align-items: center;
        grid-column-gap: 15px;
        margin-top: 30px;
    }

    .main-banner .banner-content .btn {
        padding: 15px 30px;
        font-size: 18px;
    }

    .main-banner .banner-content .btn-outline {
        background: var(--white);
    }


.ContentSection {
    padding: 80px 0;
    overflow: hidden;
}




.AboutContent p {
    font-weight: 600;
    margin: 15px 0;
    font-size: 15px;
}

    .AboutContent p span {
        color: var(--blue);
    }

.AboutContent .btn {
    margin-top: 15px;
}

.AboutContent .img-box img {
    border-radius: 5px;
    width: 100%;
}

.UpcomingEvent {
    background: var(--graybg);
}

    .UpcomingEvent h2 {
        margin-bottom: 20px;
    }

        .UpcomingEvent h2 + p {
            font-size: 16px;
            font-weight: 500;
            margin: 0 0 40px;
        }

    .UpcomingEvent .event-block {
        background: var(--white);
        border-radius: 10px;
        padding: 30px;
        margin-bottom: 30px;
        text-align:center;
    }
.UpcomingEvent .event-block .date {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    color: var(--blue);
    font-weight: 600;
    font-size: 15px;
    justify-content: center;
    margin: 10px 0;
}
       
        .UpcomingEvent .event-block h4 {
            font-size: 26px;
            font-weight: 700;
            margin: 15px 0 10px;
            text-align: center;
        }
        .UpcomingEvent .event-block img {
            max-width: 80%;
            margin: 0 auto;
            display: block;
            width:100%;
        }
        .ArticleContent .event-block .date {
           justify-content:flex-start;
           margin:0;
        }
        .ArticleContent .event-block h4 {
            font-size: 20px;
            text-align:left;
       }
    .ArticleContent .event-block {
        text-align:left;
    }
        .UpcomingEvent .event-block span {
            color: var(--blue);
            display: block;
            font-weight: 500;
        }

        .UpcomingEvent .event-block p {
            font-weight: 600;
            margin: 10px auto 20px;
            max-width:800px;
       }
         .ArticleContent .event-block p {
            font-weight: 600;
            margin: 10px 0 20px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 75px;
            max-height: 75px;
            max-width:100%;
        }
.UpcomingEvent .event-block a.btn {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    max-width: 250px;
}
        .ArticleContent .event-block a.btn {
           max-width:100%;
        }

    .UpcomingEvent .btn {
        min-width: 200px;
    }

.JoinMember {
    padding-bottom: 0;
}

    .JoinMember h2 {
        margin-bottom: 20px;
    }

        .JoinMember h2 + p {
            font-size: 16px;
            font-weight: 500;
            margin: 0 0 40px;
        }

.joinmember-inner {
    background: var(--graybg);
    border-radius: 10px;
    padding: 40px;
}

    .joinmember-inner h4 {
        color: var(--blue);
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 600;
    }

    .joinmember-inner ul li {
        background: url(../images/icon.png) no-repeat;
        padding: 0 0 12px 38px;
        font-size: 16px;
        font-weight: 600;
    }

    .joinmember-inner p {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .joinmember-inner span {
        display: block;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 25px;
    }

        .joinmember-inner span sub {
            font-weight: 600;
        }

    .joinmember-inner .btn {
        width: 100%;
        font-size: 20px;
    }

.ArticleContent {
    background: var(--white);
}

    .ArticleContent .event-block {
        box-shadow: 0 0 2px rgba(0,0,0,0.1);
        padding: 0;
        overflow: hidden;
    }

        .ArticleContent .event-block img {
            height: 200px;
            width: 100%;
            object-fit: cover;
            max-width: 100%;
        }

        .ArticleContent .event-block > div {
            padding: 15px 30px 30px;
        }
        .ArticleContent .event-block h4 a {
            color:var(--black);
        }
        .ArticleContent .event-block .readmore {
            font-size: 15px;
            font-weight: 500;
        }

        .ArticleContent .event-block:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
        }
        .ArticleContent .event-block:hover h4 a {
            color:var(--darkblue);
        }


.QualifiedSurgeon {
    background: url(../images/Find_surgeon_banner.png) no-repeat;
    background-size: cover;
}

    .QualifiedSurgeon h2 {
        color: var(--white);
    }

    .QualifiedSurgeon p {
        color: var(--white);
        margin: 40px 0;
        font-size: 15px;
        font-weight: 500;
    }

    .QualifiedSurgeon .btn {
        max-width: 70%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        grid-gap: 15px;
        font-size: 20px;
        margin: 0 auto;
    }




.FaqSection h2 {
    margin-bottom: 20px;
}

    .FaqSection h2 + p {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 40px;
    }

.FaqSection .card {
    margin-bottom: 20px;
    border: 1px solid var(--blue) !important;
    border-radius: 10px !important;
}

    .FaqSection .card .card-header {
        background: var(--white);
        border: none;
        padding: 0;
    }

        .FaqSection .card .card-header button {
            padding: 18px 60px 18px 20px;
            font-size: 18px;
            color: var(--white);
            background: #43a1ef;
            border-radius: 0;
        }

            .FaqSection .card .card-header button.collapsed {
                background: var(--white);
                color: var(--black);
            }

            .FaqSection .card .card-header button:hover, .FaqSection .card .card-header button:focus, .FaqSection .card .card-header button:active {
                text-decoration: none;
                box-shadow: none;
                outline: none;
            }

    .FaqSection .card .card-body {
        padding: 0 20px 20px;
    }

    .FaqSection .card .show .card-body {
        background: #43a1ef;
        color: var(--white);
    }

.FaqSection button.btn.collapsed:before {
    content: "+";
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--white);
    right: 20px;
    top: 12px;
}

.FaqSection button.btn:before {
    content: "\2212";
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--blue);
    right: 20px;
    top: 12px;
}

.FaqSection .btn-secondary {
    min-width: 200px;
    margin-top: 20px;
}

.TestimonialSec {
    background: url(../images/Testimonials_banner.png) no-repeat;
    background-size: cover;
}

    .TestimonialSec h2 {
        color: var(--white);
        margin-bottom: 20px;
    }

        .TestimonialSec h2 + p {
            color: var(--white);
            font-size: 16px;
            font-weight: 500;
            margin: 0 0 40px;
        }

    .TestimonialSec .testi-block {
        background: var(--white);
        border-radius: 10px;
        padding: 40px;
        max-width: 80%;
        margin: 0 auto;
    }

        .TestimonialSec .testi-block .top {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .TestimonialSec .testi-block .top img {
                width: auto;
            }

            .TestimonialSec .testi-block .top ul {
                display: flex;
                grid-gap: 10px;
            }

                .TestimonialSec .testi-block .top ul li a {
                    color: #ffe30d;
                    font-size: 20px;
                }

        .TestimonialSec .testi-block > p {
            font-size: 20px;
            font-weight: 600;
            font-style: italic;
            margin: 30px 0;
        }

        .TestimonialSec .testi-block .bottom {
            display: flex;
            align-items: center;
            grid-gap: 15px;
        }

            .TestimonialSec .testi-block .bottom img {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                object-fit: cover;
            }

            .TestimonialSec .testi-block .bottom h6 {
                font-size: 20px;
                font-weight: 700;
            }

            .TestimonialSec .testi-block .bottom p {
                font-size: 15px;
                font-weight: 600;
                margin: 0;
            }

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    left: 0;
}


    .owl-carousel .owl-nav button.owl-prev {
        background: url(../images/left-arrow-white.png) no-repeat;
        width: 65px;
        height: 65px;
        text-indent: -9999px;
        background-size: 100% 100%;
    }

    .owl-carousel .owl-nav button.owl-next {
        background: url(../images/right-arrow-white.png) no-repeat;
        width: 65px;
        height: 65px;
        text-indent: -9999px;
        background-size: 100% 100%;
        float: right;
    }

    .owl-carousel .owl-nav button.owl-prev:hover {
        background: url(../images/left-arrow-white.png) no-repeat;
        width: 65px;
        height: 65px;
        text-indent: -9999px;
        background-size: 100% 100%;
    }

    .owl-carousel .owl-nav button.owl-next:hover {
        background: url(../images/right-arrow-white.png) no-repeat;
        width: 65px;
        height: 65px;
        text-indent: -9999px;
        background-size: 100% 100%;
    }


.VideoGallery, .OfficeBearers, .AfterBeforePhoto {
    padding: 40px 0;
}

    .VideoGallery h2 {
        margin-bottom: 40px;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-color: var(--black);
    margin-bottom: 20px;
    border-radius: 10px;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.OfficeBearers {
    padding-bottom: 0;
}

    .OfficeBearers h2 {
        margin-bottom: 40px;
    }

    .OfficeBearers .office-block {
        background: #fbfbfb;
        padding: 30px 15px 70px;
        text-align: center;
        margin-bottom: 70px;
        position: relative;
    }

        .OfficeBearers .office-block > div {
            position: absolute;
            background: #fff;
            bottom: -40px;
            max-width: 80%;
            width: 100%;
            left: 50%;
            transform: translate(-50%);
            padding: 20px;
            box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        }

        .OfficeBearers .office-block h4 {
            margin: 0;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .OfficeBearers .office-block span {
            display: block;
            font-weight: 600;
            min-height: 24px;
            font-size: 16px;
            letter-spacing: 0.5px;
            margin: 5px 0 0;
            opacity: 0.9;
        }

        .OfficeBearers .office-block img {
            max-width: 100%;
            height: auto;
            max-height: 160px;
        }


.ContentArea {
    padding: 40px 0;
}

    .ContentArea h2 {
        margin-bottom: 30px;
    }

    .ContentArea h3 {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 28px;
    }

.top-link-btn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

    .top-link-btn h4 {
        margin-top: 0;
        width: 100%;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .top-link-btn a {
        color: #333;
        padding: 4px 10px;
        text-decoration: none !important;
        border-radius: 4px;
        margin-right: 10px;
        margin-bottom: 7px;
        font-weight: 500;
        border: 1px solid #016776;
    }

        .top-link-btn a:hover {
            text-decoration: underline !important;
        }

.content .img-block {
    margin-bottom: 30px;
    text-align: center;
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #f3f3f3;
}

.AfterBeforePhoto h2 {
    margin-bottom: 10px;
}

.AfterBeforePhoto p {
    font-size: 16px;
    font-weight: 500;
}

.AfterBeforePhoto .container > div {
    margin-top: 20px;
}

    .AfterBeforePhoto .container > div ~ div {
        margin-top: 0;
    }

    .AfterBeforePhoto .container > div h3 {
        font-weight: 600;
        font-size: 28px;
        color: var(--pink);
        margin-bottom: 15px;
    }

.AfterBeforePhoto .photo-block {
    display: block;
    margin-bottom: 30px;
}

    .AfterBeforePhoto .photo-block img {
        border-radius: 5px;
        display: block;
        margin: 0 auto;
        height: 180px;
        width: 100%;
        object-fit: cover;
    }

    .AfterBeforePhoto .photo-block h4 {
        color: var(--darkblue);
        font-weight: 600;
        font-size: 18px;
        padding: 10px 10px 0;
    }

.ResourcesContent {
    padding: 40px 0;
}

.resources-block {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-top: 30px;
    display: block;
}

    .resources-block img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .resources-block > div {
        padding: 15px;
    }

    .resources-block h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--darkblue);
    }

    .resources-block p {
        font-size: 16px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        min-height: 68px;
        margin-bottom: 10px;
        color: var(--black);
    }

    .resources-block span {
        color: var(--pink);
        font-weight: 600;
        cursor: pointer;
    }

    .resources-block:hover span {
        text-decoration: underline;
    }

    .resources-block:hover {
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

.ResourcesContent .content > div {
    margin-bottom: 20px;
    border: 1px solid #cee9ff;
}
.ResourcesContent .content p {
    padding: 5px 10px;
}
.ResourcesContent .content p:first-child {
    background: #cee9ff;
    padding: 10px;
}

.ResourcesContent .content {
    margin-top: 20px;
}

    .ResourcesContent .content h6 {
        margin-bottom: 10px;
    }

    .ResourcesContent .content p {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .ResourcesContent .content ul {
       padding: 0 0 15px 30px;
    }

        .ResourcesContent .content ul li {
            list-style: disc;
            padding: 2px 0;
            font-size: 16px;
        }

.TestimonialFullPage {
    background: none;
}

    .TestimonialFullPage h2 {
        color: var(--black);
        margin-bottom: 0;
    }

    .TestimonialFullPage .testi-block {
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        margin-top: 30px;
        max-width: 90%;
    }

.contact-page h2 {
    margin-bottom: 30px;
}

.contact-page p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.contact-page iframe {
    width: 100%;
    height: 400px;
}

.scrollTop {
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 50px;
    background-color:var(--pink);
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}


.about-content .col-md-12  > div {
    margin-top: 20px;
}
.about-content h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 15px;
}
.about-content ul {
    padding-left: 15px;
    margin-bottom: 15px;
}
.about-content ul li {
    list-style: disc outside;
    padding: 3px 0;
}
.about-content p {
    margin-bottom: 15px;
}
.about-content .msg-secretary {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.about-content .col-md-12 > div img {
    max-width:100%;
    margin: 0 auto 15px;
    display:block;
}

.content-area {
    padding:40px 0;
}
.content-area h2 {
    margin-bottom:15px;
}
.content-area h3 {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 20px;
}
.content-area h3:first-child {
    border: none;
    margin-top: 0;
    padding-top: 10px;
}
.content-area h3, .content-area h4, .content-area h5 {
    font-weight: 700;
    margin-bottom: 10px;
}
.content-area ul {
    padding-left: 15px;
    margin-bottom: 15px;
}
.content-area ul li {
    list-style: disc;
    padding: 2px;
}
.content-area p {
    margin-bottom: 15px;
}
.content-area img {
    margin:10px 0;
}

        
.breadcrumbs-hold {
    margin-top: 20px;
}        
.breadcrumbs-hold ul.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs-hold ul.breadcrumb li {
    display: inline;
    font-size: 13px;
}
.breadcrumbs-hold ul.breadcrumb li a {
    color: var(--blue) !important;
}
.breadcrumbs-hold ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

.ArticleContent .row + .row {
    flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 10px;
}
.ArticleContent .row + .row .col-lg-4 {
    min-width: 300px;
}
.main-content-inner .main-banner {
    min-height: 280px;
    padding: 0 !important;
}
.main-content-inner .main-banner p {
    padding: 0;
    margin: 0;
}
.copyright-inner img {
    height: auto !important;
}
.copyright-inner p.web-rights-style {
    text-align: left;
}
.copyright-inner p {
    text-align: right;
}

/**************************content css end***********************************/




/*********************************Responsive Css*************************************/

@media (max-width:1199px) {
    header .mainNav li {
        padding: 0 10px;
    }

        header .mainNav li a {
            font-size: 15px;
        }
}

@media (max-width:991px) {

    header .logo img {
        max-width: 50px;
    }

    header {
        padding: 5px 0;
        position:fixed;
        background:none;
    }

        header .NavBar {
            padding: 0;
        }

        header.fixed {
            position: fixed;
        }

        header .header-top-left {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

            header .header-top-left .menu-toggle {
                display: block;
                background: none;
                width: auto;
                height: 26px;
                margin: 0;
                color: var(--white);
            }
            header.fixed .header-top-left .menu-toggle {
               color: var(--black);
            }

        header ul.mainNav li.mobile-top {
            display: block;
            padding: 10px;
            position: sticky;
            top: 0;
            z-index: 1;
            background: #f9f9f9;
        }



            header ul.mainNav li.mobile-top .m-top-inner {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
            }

                header ul.mainNav li.mobile-top .m-top-inner a.close {
                    float: none;
                    width: auto;
                    opacity: 1;
                    text-shadow: none;
                    color: var(--black);
                }

                    header ul.mainNav li.mobile-top .m-top-inner a.close:hover {
                        background: none;
                    }

        header ul.mainNav {
            float: none;
            width: 100%;
            display: block;
            position: fixed;
            top: 0;
            background: #fff;
            z-index: 99;
            max-height: 100vh;
            overflow: auto;
            min-height: 100vh;
            left: -100%;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            -moz-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
            -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
            -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
            transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
        }

            header ul.mainNav + ul {
                display: none;
            }

            header ul.mainNav.active {
                left: 0;
            }

            header ul.mainNav li {
                font-size: 16px;
                display: block;
                padding: 10px 20px;
            }

        header .mainNav li {
            padding: 15px 20px;
            margin: 0;
            height: auto;
        }

            header .mainNav li a {
                color: #000;
            }

        header .mainNav > li > a i.material-icons {
            display: none;
        }

        header span.submenu-icon {
            display: block;
            height: 24px;
            position: absolute;
            right: 15px;
            top: 15px;
            cursor: pointer;
            z-index: 1;
        }

        header ul.mainNav ul.subMenu {
            position: relative;
            transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition-duration: 0.4s;
            transition-duration: 0.2s;
            display: none;
            overflow: visible;
            opacity: 1;
            max-height: inherit;
            border: none;
            margin-top: 10px;
        }

        header ul.mainNav + ul.mainNav {
            display: none;
        }

        header .mainNav li:before {
            display: none;
        }

    .desktop-btn {
        display: none;
    }

    .main-banner {
       padding: 100px 0 80px !important;
       min-height: inherit;
    }
    .main-content-inner .main-banner {
       min-height: inherit;
       padding: 100px 0 80px !important;
    }

        .main-banner h1 {
            font-size: 50px;
        }

    h2 {
        font-size: 36px;
    }

    .joinmember-inner ul {
        margin-bottom: 30px;
    }

    header .mainNav li a.btn {
        text-align: center;
        justify-content: center;
        margin-bottom: 10px;
        color: var(--white);
    }

        header .mainNav li a.btn.btn-outline {
            color: var(--blue);
        }
        .ContentArea .content .btn {
       margin-bottom: 10px;
    }
}


@media (max-width:767px) {
    .ContentSection {
        padding: 40px 0;
    }

    .main-banner {
        padding: 40px 0 40px;
    }

        .main-banner h1 {
            font-size: 40px;
        }

        .main-banner p {
            font-size: 18px;
            line-height: 24px;
        }

    .AboutContent .img-box {
        margin: 20px 0 0;
    }

    h2 {
        font-size: 30px;
        line-height: 1.2;
    }


    .owl-carousel .owl-nav {
        position: static;
        top: 50%;
        transform: translate(0);
        width: auto;
        text-align: center;
        margin: 20px 0 0;
    }

        .owl-carousel .owl-nav button.owl-prev {
            width: 50px;
            height: 50px;
        }

        .owl-carousel .owl-nav button.owl-next {
            width: 50px;
            height: 50px;
            float: none;
        }

    .TestimonialSec .testi-block {
        padding: 30px;
        max-width: 100%;
    }

    .Footer {
        padding: 40px 0 0;
    }

    .footer-sec {
        margin-bottom: 30px;
    }

        .footer-sec h4 {
            margin: 0 0 10px;
        }

        .footer-sec .social {
            margin: 10px 0 0;
        }

    .copyright {
        margin-top: 10px;
    }

    .procedure-block span {
        font-size: 24px;
    }

    .FaqSection .card .card-header button {
        padding: 18px 70px 18px 20px;
    }

    .copyright-inner p {
        text-align: center;
    }

    .main-banner .banner-content .btn {
        padding: 10px 25px;
        font-size: 16px;
    }
    .msg-treasure .row {
        flex-wrap: wrap-reverse;
    }
    .top-link-btn a {
        font-size: 12px;
    }
    .UpcomingEvent .event-block img {
        max-width: 100%;
    }
    .ArticleContent .event-block > div {
        padding: 15px;
    }
    .breadcrumbs-hold ul.breadcrumb li {
       font-size: 12px;
    }
    .breadcrumbs-hold ul.breadcrumb li + li:before {
        padding: 8px 4px;
    }
    .copyright-inner p.web-rights-style {
        text-align:center;
    }
}

@media (max-width:576px) {
    .main-banner {
        padding: 50px 0 50px;
    }

        .main-banner h1 {
            font-size: 40px;
            line-height: 1.1;
        }

    .QualifiedSurgeon .btn {
        max-width: 100%;
        width: 100%;
    }

    .main-banner .banner-content .btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .joinmember-inner .btn {
        width: 100%;
        font-size: 16px;
    }

    .AfterBeforePhoto .photo-block h4 {
        text-align: center;
    }
}
