

/*.banner {*/
/*    background: linear-gradient(88deg, #000304a8, #02020247), url(https://i.pinimg.com/originals/02/88/90/028890364572f0ba0617d7a0f2594783.jpg);*/
/*    padding: 130px 0;*/
/*    background-size: cover;*/
/*}*/

.banner {
    background: #0145a0;
    height: 540px;
}
.banner h2 {
    color: var(--white);
    font-size: 33px;
    letter-spacing: 3px;
}
.banner p {
    color: var(--white);
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-transform: capitalize;
    margin-top: 16px;
    margin-bottom: 27px;
}

.hero-form {
    letter-spacing: 0.09rem;
    background-color: var(--white);
    padding: 6px;
    border-radius: 6px;
    width: 100%;
}
.hero-form span {
    display: inline-block;
    color: var(--span);
    font-size: 16px;
    letter-spacing: .5px;
}


button.hero-btn {
    border-radius: 4px;
    border: 1px solid #01b2e8;
    padding: 0px 9px;
    color: white;
    background: #01b2e8;
    margin-left: -30px;
}

button.hero-btn {
    border-radius: 4px;
   
    border: 1px solid #01b2e8;
  padding:0px 9px;
    color: white;
    background: #01b2e8;
}

h2.Hero-heading {
    position: absolute;
    top: 175px;
    left: 142px;
    color: #368668;
    font-size: 49px;
}



.portfolio #portfolio-flters li {
    width: 100%;
    margin: 0;
    font-size: 15px;
    text-align: center;
    border: solid 1px #ededed;
    color: black;
    cursor: pointer;
}
.portfolio #portfolio-flters li:hover {
    background: #01b2e8;
    color: white;
}
.portfolio #portfolio-flters {
    list-style: none;
    margin-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 16px;
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 6px;
    position: sticky;
    top: 0;
}

li.groove.filter-active {
    background: #01b2e8  !important;
    color:white !important;
}

/*.hospital-list {*/
/*    padding: 9px;*/
/*    border-radius: 3px;*/
/*    border: 1px solid #80808069;*/
/*    padding: 1px;*/
/*    margin-bottom: 15px !important;*/
/*    background: #8be18b52;*/
/*}*/


.hospital-list {
    border-radius: 6px;
    padding: 8px 10px;
    margin-bottom: 20px !important;
    background: #f5f5f5;
    border: 1px solid #01b2e81a;
}





.hospital-list .row {
    align-items: center;
    display: flex;
}

.hospital-list h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.numbe {
    background: green;
    color: var(--white);
    width: 35px;
    border-radius: 3px;
    display: inline-flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
}

h3.portfolio-head {
    text-align: center;
    padding: 50px;
}

h3.portfolio-head:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 346px;
    background: #368668;
    top: 94px;
    left: 401px;
}

.pagination a {
    color: #000000;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 7px;
    background: #e5ede5;
    font-weight: 500;
    width: 35px;
    height: 35px;
    outline: solid 1px #8080806e;
    outline-offset: 2px;
}

.pagination {
    justify-content: flex-end;
    margin-top: 12px;
}


.new-banner {
    background: #ddffe9;
    padding: 18px;
    display: flex;
    justify-content: space-between;
}



/* APPOINTMENT SECTION CSS */

.appointment {
    padding: 60px 0;
}
.appointment-content {
    background: #01b2e81a;
    padding: 40px;
    border-radius: 15px;
    border-left: 3px solid #01b2e89c;
}
.btn-one a {
    color: var(--white);
    font-weight: 400;
}
.appointment-content span {
    color: #01b2e8;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 10px;
}


/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 46px;
    width: 100%;
    text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}



.text h4 {
    font-size: xxx-large;
    font-weight: bolder;
    color: #ffffff;
}

.text h5 {
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-size: x-large;
}

.text h6 {
    color: #ffffff;
    font-size: larger;
}




/*adv ends here*/

.section-title h2 {
    font-size: 42px;
    position: relative;
}


element.style {
    background-image: url(../images/new/an-bg02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.section-title span {
    font-size: 16px;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 17px;
    position: relative;
    padding: 0px 0 0px 7px;
}

.section-title span::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #b1abab;
    position: absolute;
    background: green no-repeat padding-box;
    opacity: 0.2;
    left: 0;
    top: 0;
}
.sr-line {
    background: url(../images/new/sr-line.png) no-repeat;
    background-position: center 30px;
}

.services-two .services-icon {
    display: inline-block;
    width: 140px;
    height: 120px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 50%;
    padding: 30px;
    line-height: 50px;
    text-align: center;
}


.img, img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.sr-line {
    background: url(../images/new/sr-line.png) no-repeat;
    background-position: center 30px;
}
.services-two .s-single-services {
    float: left;
    width: 100%;
}

.services-two .s-single-services {
    transition: .3s;
    padding: 0px 15px;
    border: none;
    margin-bottom: 30px;
    border-radius: 10px;
}

.services-two .second-services-content {
    float: left;
    width: 100%;
}
.second-services-content h5 {
    font-weight: 600;
    transition: .3s;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    font-size: 18px;
    color: #013243;
}

.second-services-content p {
    margin-bottom: 0;
}

.services-two .s-single-services {
    transition: .3s;
    padding: 0px 15px;
    border: none;
    margin-bottom: 30px;
    border-radius: 10px;
}




/*counter start*/

.count {
    font-size: 35px;
    color: #1e0b9b;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-bottom: 13px;
    line-height: 1;
    display: inline-block;
}



element.style {
    background-image: url(../images/new/an-bg04.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.single-counter {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 10px;
    padding: 30px;
}

.single-counter img {
    margin-bottom: 10px;
    height: 44px;
}

.single-counter p {
    font-size: 16px;
    margin-bottom: 0;
    color: #013243;
}

/*counter ends*/




/*department start*/

.department-area li {
    display: flex;
    margin-bottom: 30px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 10px;
    padding: 18px 30px;
}

.department-area li .icon div {
    width: 96px;
    height: 96px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    margin-right: 15px;
    padding: 20px;
}

.department-area li a {
    color: #4A5764;
}


.department-area li:hover, .department-area .active {
    background: transparent linear-gradient(90deg, #1E0B9B 0%, #07CCEC 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    box-shadow: 3px 4px 15px #3FB0CEA6;
}

.s-d-img {
    margin-right: -400px;
}



.text1 {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: relative;
    bottom: 46px;
    width: 100%;
    text-align: center;
    top: 2px;
}


/*department ends*/

/*hospital single page start*/

    .new-detail {
        border: 1px solid #e2e4e4;
        border-radius: 12px;
        padding: 34px;
    }

    ul.new-detail-left li {
        color: black;
        font-weight: 600;
    }



    .formss {
        max-width: 1160px;
        padding: 2em;
        background-color: white;
        box-shadow: 2px 0 15px -2px rgb(157 157 157);
        border-radius: 15px;
        height: 118px;
        /* padding: 3px 3px  3px 6px; */
    }

    input,
    select,
    textarea {
        margin: 0;
        border: none;
        vertical-align: baseline;
        font-size: 100%;
        font-weight: 400;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .comments-main-content {
        border-radius: 5px;
        background-color: #ffffff;
        padding: 75px;
        margin-bottom: 30px;
        /* overflow: hidden; */
        margin-top: 29px;
    }

    .comments-area .comment-metadata {
        margin-bottom: 0.5em;
        color: #292928;
    }


  table {
   
    border-collapse: collapse;
    width: 100%;
}

    td, th {
    border: 1px solid #a3a3a3;
    text-align: center;
    padding: 12px;
    color: black;
    font-weight: 600;
    font-size: 15px;
}

    tr:nth-child(even) {
        background-color: #dddddd;
    }


button.w3-bar-item.w3-button {
    color: #000;
    padding: 7px 24px;
    background-color: #fd7c30;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
}

.contact__form {
    height: 57%!important;
    padding: 16px!important;
    background-color: #eb7119!important;
    border-radius: 16px!important;
}
    
    .mySlides1 img {
    height: 300px;
    width: 300px;
    margin-left: 135px;
}

/**/


/*rating start*/
.row.formss.position-relative {
    display: flex;
    margin: 0 auto;
}

main {
    overflow-x: hidden;
}

.container {
    /*overflow-y: hidden;*/
    /*overflow-x: hidden;*/
    /* padding-right: 101px; */
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.formss {
    max-width: 1160px;
    padding: 1em;
    background-color: white;
    box-shadow: 2px 0 15px -2px rgb(157 157 157);
    border-radius: 15px;
    height: 118px;
    /* padding: 3px 3px  3px 6px; */
}

.form-group2 {
    display: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input, select, textarea {
    margin: 0;
    border: none;
    vertical-align: baseline;
    font-size: 100%;
    font-weight: 400;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.form-group {
    margin-bottom: 15px;
}




input[type=checkbox], input[type=radio] {
    display: none;
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}




.formss button {
    margin-top: 10px;
    font-size: 15px;
    text-transform: capitalize;
    padding: 5px 22px;
    float: right;
    background: #286a28;
    border-radius: 6px;
    position: absolute;
    left: 745px;
}


.sub {
    position: absolute;
    top: -85px;
    left: 902px;
}



/*rating end*/




/*Review*/
.comments-main-content {
    border-radius: 28px;
    background-color: #dbdbdb;
    padding: 75px;
    margin-bottom: 30px;
    margin-top: 29px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.comments-area .comment-list {
    margin-bottom: 0;
    border-top: none;
}

.post li, .page li, #comments li {
    line-height: 1.3em;
}

.comments-area .comment-body {
    overflow: hidden;
    margin-bottom: 45px;
    background: white;
}

.comments-area .comment-author {
    float: left;
    margin-right: 20px;
    width: 85px;
}

.comments-area .author-img {
    padding-top: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.comments-area .author-img .avatar.photo {
    left: 73%;
    position: absolute;
    top: 30%;
    width: 57%;
    height: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.comments-area .comment-metadata {
    margin-bottom: 0.5em;
    color: #292928;
}

.comments-area .comment-metadata .author {
    font-size: 18px;
}

.comments-area .date {
    display: block;
    font-size: 12px;
    color: #a0a0a0;
    margin-top: 5px;
    font-weight: 600;
}

.star {
    color: #fe610c;
    font-size: x-large;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 10px 0;
}

.comments-area .comment-details {
    display: table-cell;
    vertical-align: top;
}

.comments-area .comment-list {
    margin-bottom: 0;
    border-top: none;
}

.post li, .page li, #comments li {
    line-height: 1.3em;
}

.comments-area .comment-body {
    overflow: hidden;
    margin-bottom: 45px;
    background: #dddddd;
}

.comments-area .comment-list, .comments-area .children {
    list-style: none;
    padding: 0;
}


.consult-top img {
    width: 50%;
    object-fit: cover;
}

.consult-top {
    padding: 40px 0 60px;
    background: linear-gradient(88deg, #050505ba, #01b2e873), url(https://oscvc.com/wp-content/uploads/2019/08/GettyImages-695337976-e1564748812869.jpg);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.consult-top h2 {
    color: var(--white);
}
.consult-item {
    background: #0000003d;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #ffffff61;
}
.consult-item figuer {
    background: var(--white);
    height: 100px !important;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.consult-item p {
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 1px;
}
.consult-top img {
    width: 70px;
}

/* Adjust image size for smaller screens */
    @media screen and (max-width: 768px) {
        .consult-top img {
            width: 70%;
        }

        .consult-item figure {
            height: 80px;
            width: 80px;
        }

        .consult-item p {
            font-size: 16px;
        }
    }
/*Review*/

/*FOOTER SECTION CSS*/

footer {
    background: #000;
    padding: 50px 0 0;
}
.ftrabout p {
    color: #d1d1d1;
    font-size: 16px;
    line-height: 27px;
}
.smo {
    column-gap: 6px;
    margin-top: 15px;
}
.smo li a {
    background: #ffffff1a;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: var(--white);
    border: 1px solid #01b2e826;
}
footer h3 {
    color: var(--white);
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.link li {
    line-height: 35px;
}
.link li a {
    color: #d1d1d1;
    font-size: 16px;
}
.newsletter {
    position: relative;
}
.newsletter input[type="text"] {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
}
.newsletter button {
    top: 0%;
    position: absolute;
    right: 0;
    background: #01b2e8;
    height: 100%;
    width: 60px;
    color: white;
    border-radius: 0 3px 3px 0;
}
.newsletter-content {
    color: #d1d1d1;
    font-size: 16px;
    line-height: 27px;
    margin-top: 20px;
}
