.padding-50 {
    padding: 50px 0;
}

.padding-40 {
    padding: 40px 0;
}

.padding30 {
    padding: 30px 0;
}

.appointemnt-screen {
    padding: 0;
}

.top-bar {
    background: linear-gradient(108.87deg, #00B095 7.92%, #4399FE 86.35%);
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2rem;
}

.top-bar li a {
    font-size: 14px;
    color: #FFFFFF !important;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
    cursor: pointer;
}

.top-bar ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.top-bar li {
    padding: 4px 25px;
    margin-right: 0;
    border-right: 1px solid #91C1F9;
}

.top-bar li:last-child {
    border: 0;
    padding-right: 0;
}

.top-bar li a:hover {
    color: #000 !important;
}

.light-blue-bg {
    background: #E5F1FF;
}

.light-blue-bg .text-wrap p {
    font-size: 20px;
}

.appointemnt-screen h1 {
    font-size: 42px;
    font-weight: 700;
    color: #303030;
    line-height: 1.5;
    margin-bottom: 20px;
}

.appointemnt-screen p {
    font-size: 15px;
    color: #141414;
    margin-bottom: 0;
}

button.btn.custom-btn {
    background: #0F3C80;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    transition: .2s ease;
}

button.btn.custom-btn:hover {
    background: #303030;
}

button.btn.custom-btn:focus {
    box-shadow: none;
}

.appointemnt-screen .sub-head {
    text-align: center;
}

.appointemnt-screen .sub-head h6 {
    font-size: 18px;
    font-weight: 700;
    color: #0F3C80;
}

.appointemnt-screen h2 {
    font-size: 34px;
    font-weight: 700;
    color: #212529;
}

.appointemnt-screen .sub-head h2 {
    max-width: 500px;
    margin: 20px auto 40px;
}

.light-grey-bg {
    background: #F9F9F9;
}

ul.service-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.appointemnt-screen ul.service-box li {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
    list-style: none;
}

.service-box .box-wrap {
    background: #fff;
    padding: 20px;
    border: 1px solid #DCE9E2;
    border-radius: 6px;
}

.service-box .box-wrap:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.service-box.expert span.icon-wrap {
    width: 27px;
    height: 27px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #d2e7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-box span.icon-wrap.red {
    background: rgb(244 42 136 / 15%);
}

.service-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin: 20px 0 10px;
}

.get-blue-section {
    background: #0F3C80;
    color: #fff;
}

.get-blue-section h2,
.get-blue-section p {
    color: #fff;
}

.subscribe-form {
    border: 1px solid #E6E6E6;
    width: 380px;
    height: 55px;
    background: #F9F9F9;
    margin-left: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}

.subscribe-form input {
    border: 0;
    height: 100%;
    width: calc(100% - 110px);
    padding: 0 12px;
    font-size: 14px;
    color: #737373;
}

.subscribe-form button {
    font-size: 14px;
    font-weight: 400;
    background: #4399FE;
    color: #FFFFFF;
    height: 100%;
    width: 110px;
    border-radius: 0;
}

.subscribe-form input:focus {
    outline: 0;
}

.subscribe-form button:focus {
    box-shadow: none;
}

.subscribe-form button:hover {
    background: #333232;
}

/* new style */
.btn.custom-btn.main-btn {
    background: #cdb400;
    font-size: 20px;
}

.about-block ul li {
    font-size: 20px;
    color: #141414;
    margin-bottom: 12px;
    list-style: disc;
}

ul.service-box.owl-carousel {
    position: relative;
}

ul.service-box.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 0;
}

ul.service-box.owl-carousel .owl-nav .owl-next {
    background-position: right !important;
    position: absolute;
    right: -20px;
    width: 12px;
}

ul.service-box.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    width: 12px;
}

ul.service-box.owl-carousel li {
    margin: 0;
    padding-bottom: 10px;
}

.service-box.owl-carousel .box-wrap {
    min-height: 212px;
}

.service-box.expert .box-wrap {
    min-height: 320px;
    text-align: center;
}

.service-box.expert h6 {
    font-size: 14px;
    font-weight: 700;
    color: #544e4e;
    margin-bottom: 16px;
}

.service-box.expert h4 {
    margin: 20px 0 5px;
}

.patient-review .service-box span.icon-wrap {
    width: 40px;
    height: 40px;
    background: #d2e7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.patient-review .service-box span.icon-wrap img {
    width: auto;
}













@media (max-width: 991px) {
    .light-blue-bg .text-right img {
        padding: 40px 0 0 !important;
        width: 100%;
    }

    .about-block img {
        width: 100%;
        padding-bottom: 40px;
    }

    ul.service-box {
        margin: 0 -10px;
    }

    ul.service-box li {
        width: 50%;
        padding: 0 10px;
    }

    .get-blue-section .subscribe-form {
        margin-left: unset;
    }
}