.department-about-img img {
            max-width: 500px;
        }
        .icon-sec i {
            float: left;
        }
                .icon-sec h6 {
            padding: 16px 0;
        }
    
        .candidate-section-bd {
            background: #fff;
            color: #032a71;
            border-radius: 12px;
        }
        
        .good-candidate-single {
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            padding: 30px 10px;
            text-align: center;
            position: relative;
            height: 100%;
        }
        
        .cataract-choice .owl-theme .owl-nav {
            margin-top: -10px;
            position: absolute;
            top: -60px;
            right: 10px;
        }
        
        .good-candidate-single-text h4 {
            line-height: 24px;
            min-height: 50px;
        }
        .owl-nav button span {
            font-size: 30px;
            color: #032a71;
        }
        .candidate-section-bd:hover {
            background: #a9baeb;
        }
        .con-title {
            max-width: 450px;
            margin: auto;
            display: block;
        }
        .form-group select {
            padding: 10px 0;
        }
        .animate-card-single {
    position: relative;
    background-color: rgb(255, 255, 255);
    height: 100%;
    border-radius: 10px;
    padding: 40px;
    overflow: hidden;
}
.animate-card-single .content {
    position: relative;
    z-index: 20;
}
.animate-card-single .icon {
    display: inline-block;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    background-color: rgb(240, 226, 233);
    line-height: 70px;
    text-align: center;
    color: rgb(139, 5, 72);
    font-size: 30px;
    border-radius: 5px;
    transition: 0.3s;
}
.icon i {
    color: rgb(139, 5, 72);
    font-size: 28px;
}
.animate-card-single .title {
    font-weight: 700;
    font-size: 26px;
    transition: color 0.3s;
    line-height: 34px;
}
.animate-card-single .description {
    font-size: 15px;
    display: block;
    margin: 0px;
    transition: color 0.3s;
}
.animate-card-single .circle-before {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #27477d;
    opacity: 0.1;
    z-index: 10;
    border-radius: 50%;
    transition: 0.6s;
}

.animate-card-single:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    opacity: 1;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
}
.animate-card-single:hover .description, .animate-card-single:hover .title, .animate-card-single:hover ul li, .animate-card-single:hover h6, .animate-card-single:hover .tab-section ul li i {
    color: rgb(255, 255, 255);
}
.nav.nav-tabs li {
    margin: 0px 20px 0px 0px;
    display: block;
    width: 100%;
}
@media only screen and (min-width: 600px) {
    .preced-tab li {
        display: flex;
        max-width: 385px;
    }
}
.preced-tab li a {
    position: relative;
    padding: 15px 15px;
    margin: 0px 20px 10px 0px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    background: #fff;
    display: flex;
    color: #000;
    width: 100%;
    align-items: center;
    font-weight: 700;
}
.preced-tab li a i {
    font-size: 20px;
}
.preced-tab li a i {
    padding: 0px 5px 0px 0px;
    color: #27477d;
}

.tabs-bar ul {
    justify-content: center;
    border-bottom:none;
}

.preced-tab li .active {
    background: #27477d;
    color: #fff;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .top-gap {
        margin: 45px 0px 0px 0px;
    }
    
    #appointment {
    background: #c6d3f2 !important;
    margin: 14px;
    border-radius: 10px;
}
}
@media only screen and (max-width: 600px) {
.banner-content h1 {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
    h2 {
        font-size: 24px;
    }
    .single-services h5 {
    font-size: 20px;
}
.banner img {
    max-height: 250px !important;
}
}
p.semi-head {
    font-size: 18px;
}
.sec-height {
    min-height: 50px;
}
#more {display: none;}

.img-review {
    max-width: 80px;
    border-radius: 10px;
    float: left;
    margin-right: 14px;
}
.img-review img{
    border-radius:10px;
    max-height: 80px;
}
.review-des {
    clear: both;
    margin-top: 20px;
}
.review-star i {
    color: #fbbc04;
}
.form-group.field-data input::placeholder {
    color: #032a71 !important;
    font-size: 16px;
    font-family: "Archivo", sans-serif;
}

.banner img {
    vertical-align: middle;
    border-style: none;
    max-height: 450px;
    object-fit: contain;
}

.sky-bg {
    background:#e4f8fc;
}

.content.tab-section h3, .content.tab-section ul li i {
    color: #0075ba;
}