@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap'); .main-slider .owl-nav [class*=owl-] {
    padding: 5px 10px;
    line-height: 24px;
    font-size: 24px;
}

.main-slider {
    position: relative;
    position: relative;
    margin-top: 130px;
}

.main-slider .owl-nav {
    position: absolute;
    top: 52%;
    width: 100%
}

.owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: #da2027;
}

.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
    font-size: 23px;
    color: #ffffff;
    line-height: 52px;
}

.main-slider .owl-nav .owl-prev {
    left: 10px;
}

.main-slider .owl-nav .owl-next {
    right: 10px;
}

.doctors-carousel {
    padding-bottom: 60px;
}

.doctors-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel.doctors-carousel .owl-nav button.owl-next, .owl-carousel.doctors-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: none;
    background: #df2024;
    margin: 0 3px;
}

.doctors-carousel .owl-nav .owl-prev i, .doctors-carousel .owl-nav .owl-next i {
    font-size: 17px;
    color: #ffffff;
    line-height: 36px;
}

.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    color: #FFF;
    background: #4dc247;
    font-size: 26px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    -webkit-box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
    -moz-box-shadow: -8px 9px 5px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
}

.floatingwhatsapp:hover {
    color: #FFF;
}

.hospitalbx {
    background: #ffeaea;
}

.hospitalbx img {
    width: 100%;
}
.hospitalbx .content {
    padding: 21px 30px;
}

.hospitalbx h2 {
    font-size: 29px;
    font-weight: 600;
    color: #df1e24;
    margin: 0 0 10px;
}

.hospitalbx p {margin: 0 0 12px;}

.hospitalbx .phone {font-weight: 600;color: #442775;font-size: 21px;position: relative;padding-left: 51px;display: block;height: 43px;line-height: 42px;}
.hospitalbx .phone i{border: 2px solid #442775;width: 42px;height: 42px;display: inline-block;text-align: center;line-height: 43px;font-size: 22px;color: #442775;border-radius: 50%;position: absolute;left: 0px;top: 0px;}

.bg-1 {
    background: #fff !important;
}

.department-bx {
    text-align: center;
    padding: 13px 20px;
    width: 33.33%;
    float: left;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

.department-bx p{
    line-height: 17px;
}

.department-row li:last-child {
    border-right: none
}

.department-bx h3 {
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    line-height: 19px;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.department-bx img {
    width: 65px!important;
    margin: 0 0 10px;
    filter: invert(11%) sepia(178%) saturate(278%) hue-rotate(311deg) brightness(79%) contrast(166%);
}

.department-carousel .owl-item {
    padding: 30px 0
}
.icnbx
{
    text-align: center;
    margin: 0 0 30px;
    padding: 40px 0;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #FFF;
    -webkit-transition:.5s all;
}
.icnbx:hover
{
    background: #603e98;
    color: #FFF;
    border: 1px solid #df2124;
    -webkit-transition:.5s all;
}
.icnbx:hover i
{
    color: #FFF;
}
.icnbx:hover h2
{
    color: #FFF;
}
.icnbx i
{
    font-size: 60px;
    display: block;
    margin: 0 0 18px;
    color: #df2124;
}
.icnbx h2
{
    margin: 0;
    font-size: 20px;
    color: #df2124;
}
.ptb-100
{
    padding-top:100px;
    padding-bottom:100px;
}
.title-s5 {
    font-size: 30px;
    font-weight: 800;
}
.vsnmsm-img {
    border: 1px solid #f2eaff;
    border-radius: 10px;
    padding: 36px 18px;
    margin-top: 12px;
    background: #f2eaff;
    font-size: 70px;
    text-align: center;
    display: block;
    color: #5d3a97;
}
.vsnmsm-img i{
    display: block;
}

.doctor-box {
    background: #FFF;
    text-align: center;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.13);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 13%);
    -webkit-border-radius: 200px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 200px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 200px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 7px 7px 27px 7px
}

.doctor-box.inner-dbx {
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 30px
}

.doctor-box.inner-dbx img {
    border-radius: 0%
}

.doctor-box h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px
}

.doctor-box p {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    height: 60px;
    margin: 0
}

.doctor-box img {
    margin: 0 0 20px;
    border-radius: 50%
}

.doctors-carousel .owl-item {
    padding: 30px 3px
}

.doctors-carousel .owl-dots {
    text-align: center
}

.doctors-carousel .owl-dots .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #CCC;
    margin: 0 3px;
    border-radius: 50%;
    position: relative;
    top: 0
}

.doctors-carousel .owl-dots .owl-dot.active span {
    background: #2f7493;
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px
}
.feedback select, .feedback input[type='text'], .feedback input[type='email']
{
    display: block;
    width: 100%;
    background: #FFF;
    padding: 6px 15px;
    height: 50px;
    border: 1px solid #e3e3e3;
}
.feedback textarea
{
    display: block;
    width: 100%;
    background: #FFF;
    padding: 6px 15px;
    height: 50px;
    border: 1px solid #e3e3e3;
    min-height: 200px;
    resize: none;
}
.feedback h4
{
    color: #603e98;
    font-weight: 600;
}
.grey-bg
{
    background: #f8f8f8;
}
.wpcf7-list-item {
    display: block;
    position: relative;
    padding-left: 22px;
}
.wpcf7-list-item input{
    position: absolute;
    left: 0px;
    top: -9px;
    line-height: 8px;
    display: block;
    height: 0px;
}
.wpcf7-list-item span{
    
}
.submit-btn {
    background: #df1e26;
    color: #FFF;
    border: blanchedalmond;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin: 12px 0 0;
    border-radius: 3px;
}


.list-style-1 {
    margin: 20px 0 30px 3px
}

.list-style-1 li {
    font-size: 15px;
    font-weight: 400;
    margin: 7px 0;
    padding: 0 0 0 18px;
    position: relative;
    display: block
}

.list-style-1 li::before {
    position: absolute;
    left: 0;
    top: -3px;
    content: ".";
    font-size: 50px;
    line-height: 0;
    color: rgb(32,111,117)
}

.ptbx {
    background: #FFF;
    padding: 10px 31px;
    border-radius: 20px;
    display: inline-block;
    margin: 21px 0 0
}


.title-s1 {
    margin: 0 0 20px;
    font-size: 33px;
    position: relative;
    font-weight: 800;
}

.title-s2 {
    position: relative;
    padding-left: 81px;
    font-size: 34px;
    font-weight: 800;
    font-family: 'Merriweather Sans',sans-serif
}

.title-s2 img {
    position: absolute;
    left: 0;
    top: 8px
}

.title-s3 {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 700;
    color: #434343
}

.title-s4 {
    font-size: 34px;
    font-weight: 800;
    font-family: 'Merriweather Sans',sans-serif
}

.title-s4 span {
    font-size: 34px;
    display: block;
    font-weight: 800;
    font-family: 'Merriweather Sans',sans-serif
}

.title-s6 {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Merriweather Sans',sans-serif
}

.hr-style-1 {
    border: 1px solid #CCC;
    margin: 30px 0
}
.department-icon {
    text-align: center;
    display: inline-block
}

.department-icon img {
    width: 60%;
    filter: invert(11%) sepia(178%) saturate(278%) hue-rotate(311deg) brightness(79%) contrast(166%);
}

.department-icon-title {
    font-size: 15px;
    padding: 0 15px;
    font-weight: 600;
    height: 41px;
    margin: 10px 0 0
}

.department-section {
    background: #f8f8f8;
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: right top
}

.department-icbx {
    display: block;
    text-align: center;
    margin: 0 0 20px;
    background: #fff;
    padding: 17px 13px;
    border-radius: 0
}

.department-icbx:hover,.department-icbx:focus {
    background: #ffeeef;
}


@media (max-width: 992px) {
    h2 {
    font-size: 27px;
}
    .department-bx {
    width: 50%;
}
    nav.navbar.validnavs.navbar-fixed .logo {
        width: 280px;
        max-width: initial;
    }

    .services-style-one img {
        width: 43px;
    }

    .services-style-one h4 a {
        font-size: 17px;
    }

    .footer-item {
        margin-top: 0px;
    }

    .footer-color-btns {
        margin: 20px 0px 0px;
    }

    .poweredby {
        text-align: center;
    }

    footer .widget-title {
        margin-bottom: 10px;
    }

    .f-item {
        margin-top: 30px;
    }

    .owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
        width: 35px;
        height: 35px;
    }

    .main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
        line-height: 36px;
    }

    .main-slider .owl-nav {
        top: 40%;
        
    }
    .main-slider {
    margin-top: 0;
}
    
}
