.btn {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    background-color: #da1e5e;
    padding: 17px 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: #0392ce;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


.services-section {
    margin-top: 25px;
}

.eve-sect .events .col-md-6 .d-flex .time {
    position: relative;
    padding: 20px;
    background: #1c77b9;
    box-sizing: border-box;
    width: 24%;
    /* height: 100% !important; */
    float: left;
    text-align: center;
    transition: .5s;
}

.eve-sect .events .col-md-6 .d-flex {
    display: flex;
}

.eve-sect .events .col-md-6 {
    margin-top: 30px;
}

.eve-sect .events .col-md-6 .d-flex .time h2 {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}


/* 6th April CSS changes */

.eve-sect .events .col-md-6 .d-flex:hover .time {
    background: #e91e63;
}

.eve-sect .events .container-fluid {
    margin-bottom: 30px;
}

.breadcrumb-area .fa-angle-right:before {
    color: #E31C61;
}

.sec-title h1 {
    font-size: 42px;
    letter-spacing: -0.03em;
    line-height: 60px;
    font-weight: 600;
    color: #e31c61;
    margin-top: 25px;
}

.below-page-heading {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #5b616e !important;
}

.breadcrumb-area {
    background-image: linear-gradient(rgba(0, 135, 192,0.16), rgba(0, 135, 192,0.16)), url('https://bbdevelops.com/shenoy/images/banner/breadcrumb-banner-specialist.png');
    /*background-color: #1777bb;*/
    border: solid #e31c61;
    border-width: 0px 2px 2px 2px;
    border-radius: 0px 0px 50px 50px;
}


.nav-image-tab img {
    width: 100%;
    height: auto;
    border: 3px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.nav-image-tab img.active-tab {

    padding: 5px;
}

.founder img.active-tab {
    border: 1px solid #d63384;
}

.promoter img.active-tab {
    border: 1px solid #3DC0F8;
}

.tab-pane {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
}

.tab-pane:not(.active) {
    display: none;
}

.nav-tab-sec {
    margin-top: 60px;
}

.align-items-to-stretch {
    display: flex;
    align-items: stretch;
}

.align-items-to-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-content {
    background-color: #fbfbfb;
}

.tab-content h4 {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 36px;
    color: #e31c61;
}

.tab-content .border {
    margin-bottom: 24px;
}

.tab-content p {
    font-size: 16px;
    line-height: 26px;
    color: #2e2e2e;
}

.nav-image-tab {
    margin-top: 30px;
    margin-bottom: 60px;
    column-gap: 20px;
    display: flex;
}

.nav-image-tab h3 {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #2f3132;
    margin-bottom: 27px;
}

.founder {
    background-color: #fff9fb;
    padding: 24px;
    border: 1px solid #FE5F96;
    border-radius: 10px;
}

.promoter {
    background-color: #F3FBFF;
    padding: 24px;
    border: 1px solid #3DC0F8;
    border-radius: 10px;
}

@media only screen and (max-width: 600px) {
    .align-items-to-stretch {
        display: flex;
        flex-direction: column;
    }

    .nav-image-tab {
        margin-top: 30px;
        row-gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .tab-pane.sec-title {
        padding-bottom: 10px !important;
    }

    .gallery-section.container {
        padding: 25px 25px !important;
        max-height: 700px;
        overflow-x: auto;
    }

    .gallery-section::-webkit-scrollbar {
        width: 10px !important;
        /* width: 100px !important; */
        -webkit-overflow-scrolling: touch;
        border-radius: 10px;
    }

    .gallery-section::-webkit-scrollbar-track {
        /* background: red; */
        border-radius: 10px;
        border: 1px solid #000;
    }

    .gallery-section::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .tab-scroll::-webkit-scrollbar {
        height: 10px !important;
        /* width: 100px !important; */
        -webkit-overflow-scrolling: touch;
        border-radius: 10px;
    }

    .tab-scroll::-webkit-scrollbar-track {
        /* background: red; */
        border-radius: 10px;
    }

    .tab-scroll::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .below-bread .col-md-4,
    .contact-form-area .col-md-6 {
        margin-bottom: 40px;
    }

    .below-bread {
        margin-top: -78px;
    }

    .breadcrumb-bottom br {
        display: none;
    }

    .breadcrumb-bottom .left ul li {
        font-size: 14px;
    }

    .text-holder,
    .img-holder {
        min-height: auto !important;
    }
}

@media only screen and (min-width: 1360px) {
    .card {
        min-height: 353px !important;
    }
}

/* .doctor-page-area ul {
    max-height: 400px !important;
    overflow-x: auto !important;
} */


/* Custom styles to enhance the default Bootstrap */
.tab-scroll {
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 20px;
    background-color: #E8CFD7;
    padding: 30px;
    border: 1px solid #E31C61;
    border-radius: 10px;
    /* -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch; */
}

.tab-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
}

.gallery-section::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
}

/* .tab-scroll::-webkit-scrollbar {
    display: none;
} */

.tab-btn {
    display: inline-block;
    min-width: 217px;
    min-height: 170px;
    margin-right: 10px;
    border: 2px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.tab-btn.active {
    border: 3px solid #337ab7;
}

.tab-btn img {
    width: 100%;
    /* height: 90px; */
    object-fit: cover;
}

.tab-btn span {
    display: block;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.gallery-section {
    display: none;
}

.gallery-section.active {
    display: block;
}

.gallery img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}

.mason-gallery {
    margin-top: 50px;
    margin-bottom: 50px;
}

.gallery-section {
    border: 1px solid #94DFFF;
    background-color: #AFAFAF29;
    padding: 25px 65px !important;
    border-radius: 10px;
    max-height: 700px;
    overflow-x: auto;
}

h1.staff-health {
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2f3132;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 37px;
}

.list ul li {
    list-style: disc;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
    color: #2f3132;
    text-align: left;
    margin-left: 30px;
    list-style-position: outside;
}

.list ul {
    margin-bottom: 30px;
}

.founder.list {
    background-image: url(images/work\ 1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.accordian-section {
    border-radius: 20px;
    background-color: #f3f9fd;
    border: 0.5px solid #000;
}

.promoter.list {
    background-image: url(images/employee\ 1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.accordian-sec .accordion {
    border-radius: 20px !important;
    background-color: #f3f9fd !important;
    border: 1px solid #000 !important;
    padding: 20px 40px;
}

.accordian-sec .accordion-box .accordion .accord-btn {
    border: none !important;
}

.accordian-sec .accordion-box .accordion .accord-btn::after {
    right: 10px;
    background-image: url(images/Icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /* background-size: 50px; */
}

.accordian-sec .accordion-box .accordion .accord-btn.active:after {
    border: none !important;
    transform: rotate(90deg);
    filter: invert(25%) sepia(83%) saturate(5214%) hue-rotate(322deg) brightness(101%) contrast(98%);
}

.accordian-sec h4 {
    font-size: 24px !important;
    line-height: 19.8px;
    text-transform: capitalize;
    font-weight: 500;
}

.accordian-sec .accordion-box .accordion .accord-btn.active h4 {
    color: #E31C61 !important;
}

.accordian-sec h5 {
    font-size: 24px;
    line-height: 19.8px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 20px;
}

.accordian-sec a {
    font-size: 18px;
    color: #e31c61;
    font-weight: 500;
}

.accordian-sec p {
    font-size: 16px;
    color: #231F20;
    font-weight: 500;
    margin-bottom: 15px !important;
}

.accordian-sec span {
    color: #E31C61;
}

.accordian-sec ul li {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    /* list-style-image: url(images/Checkmark.png); */
    margin-left: 22px;
}

.accordian-sec ul li::before {
    content: "";
    position: absolute;
    /* top: 4px; */
    /* control vertical alignment */
    left: 11px;
    width: 20px;
    height: 20px;
    background-image: url(images/Checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2px;
    /* margin-right: 5px; */
    padding-right: 20px;
}

.accordian-sec .accordion-box .accordion .accord-content {
    border: none !important;
}

.resume-form {
    border: 1px solid #e31c61;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
    margin: 40px auto;
}

.resume-form h2 {
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.resume-form .form-control,
.resume-form .form-control:focus {
    border: none;
    border-radius: 10px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #e7e7e7;
}

.resume-form .form-control {
    margin-bottom: 40px;
}

.resume-form input.form-control {
    height: 63px;
}

.resume-form textarea.form-control {
    height: 90px;
}

.resume-form .form-control::placeholder {
    color: #ccc;
    font-weight: 500;
}

.resume-form .btn-custom {
    background-color: #e31c61;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    border: none;
}

.resume-form .btn-custom:hover {
    background-color: #fff;
    color: #e31c61;
    border: 1px solid #e31c61;
}

.resume-form input[type="file"]::file-selector-button {
    background-color: #333;
    color: white;
    border: none;
    padding: 17px 12px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.border-div {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    /* margin: 0px 50px; */
}

.border-div img {
    width: 40px;
    margin-bottom: 24px;
}

.border-divs {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    padding: 28px;
    border-radius: 10px;
    background-color: #fff;
}

.border-divs img {
    margin-bottom: 14px;
}

.border-div p,
.border-div p a {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}

.border-divs p {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}

#contact-form label {
    letter-spacing: -0.02em;
    line-height: 22px;
    font-weight: 500;
    color: #13213b;
}

#contact-form button {
    background-color: #e31c61 !important;
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 4px !important;
}

#contact-form button:hover {
    color: #e31c61 !important;
    background-color: #fff !important;
    border: 1px solid #e31c61 !important;
}

.meta-info p {
    font-size: 14px;
    line-height: 22px;
    font-family: var(--font-poppins);
    color: #5b616e;
    margin-left: -15px;
}

.meta-info p i {
    margin-right: 4px;
}

.single-blog-item {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    transition: ease-in 0.18s;
}

.single-blog-item:hover {
    border: 1px solid #e31c61;
}

.single-blog-item .img-holder img {
    margin-bottom: 10px;
}

.text-holder,
.img-holder {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.doctor-page-area .modal-content ul li a {
    line-height: 26px;
    font-weight: 300;
    text-transform: none !important;
    border: none;
    padding: 0px;
    display: contents;
    font-size: 15px;
}
