@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');



body{

    font-family: "Nunito", sans-serif;

    color: #1B1D21;

}

h1,h2,h3,h4,h5{

    font-family: "Montserrat", sans-serif;

}

.color-dark{

    color: #1B1D21;

}

.color-primary{

    color:  #E94572;

}

.bgc-primary{

    background-color: #E94572;

}

.section{

    padding: 80px 0;

}

.section-title{

    color: #1B1D21;

    font-size: 40px;

    font-weight: 400;

    text-transform: capitalize;

    margin-bottom: 20px;

}

.section-title span, .section-subtitle span{

    font-weight: 700;

    font-family: "Montserrat", sans-serif;

}

.section-subtitle{

    font-size: 24px;

    line-height: 34px;

    font-weight: 400;

}

.lead-para{

    font-size: 18px;

}



.btn-site-default{

    background-color: #E61B39;

    color: #fff;

    padding: 8px 20px;

    font-weight: 500;

}

.btn-site-default:hover, .btn-site-default:focus{

    background-color: #E61B39;

    color: #fff;

}

.btn-site-light{

    min-height: 40px;

    color: #E61B39;

    background-color: #fff;

    font-weight: 500;

}

.btn-site-light:hover,.btn-site-light:focus{

    color: #E61B39;

    background-color: #fff;

}

.btn-site-default i, .btn-site-light i{

    padding-right: 15px;

}





/*-------------------------------

# Typography

--------------------------------*/

.fs-22{

    font-size: 22px;

}

/*-------------------------------

# Header

--------------------------------*/



.header{

    position: fixed;

    background-color: #fff;

    width: 100%;

    top: 0;

    left: 0;

    padding: 15px 0px;

    z-index: 9999;

}

.logo-wrapper img{

    height: 70px;

}

.main{

    padding-top: 100px;

}





/*-------------------------------

# Hero Section

--------------------------------*/

.hero {

    background-color: #f8f8f8;

    padding: 80px 0;

    border-bottom: 5px solid #E94572;

    position: relative;

    z-index: 1;

    overflow: hidden;

}

.hero:after {

    content: '';

    background: url('../img/slider-img1.png');

    background-size: contain;

    background-repeat: no-repeat;

    width: 100%;

    height: 50%;

    position: absolute;

    left: 55%;

    bottom: 0%;

    z-index: -1;

    transform: translate(-25%, 0%);

}

.hero-aside {

    max-width: 600px;

}

.hero-aside h2{

    color: #1B1D21;

    font-size: 32px;

    line-height: 38px;

    font-weight: 400;

}

.hero-aside h2 span{

    font-weight: 700;

    font-family: "Montserrat", sans-serif;

}



.hero-aside h3 {

    font-size: 23px;

    font-weight: 700;

    background-color: #E94572;

    color: #fff;

    border-radius: 4px 4px 4px 4px;

    padding: 5px 8px 5px 8px;

    display: inline-block;

}



.hero-form{

    background-color: #fff;

    padding: 30px;

    border-radius: 10px;

}



.hero-form h4{

    font-size: 18px;

    font-weight: 600;

    text-align: center;

    margin-bottom: 25px;

}



.hero-form .form-control{

    border-color: #8F90A6;

    font-size: 12px;

    padding: .64rem .75rem;

}



.btn-submit {

    font-size: 18px;

    font-weight: 500;

    background-color: #E61B39;

    color: #fff;

    padding: 6px 20px;

    width: 100%;

}

.btn-submit:hover, .btn-submit:focus{

    background-color: #E61B39;

    color: #fff;

}

.hero-form ul {

    list-style: none;

    padding: 0;

    margin-bottom: 0;

}

.hero-form ul > li {

    position: relative;

    padding-left: 30px;

    color: #494E58;

    margin-top: 5px;

}

.hero-form ul > li > i{

    position: absolute;

    left: 0;

    top: 1px;

}



/*-------------------------------

# Feature Section

--------------------------------*/

.feature-list{

    display: flex;

    justify-content: space-between;

}

.feature-list .feature-list-item{

    width: calc(20% - 15px);

    min-height: 200px;

}

.feature-list-inner{

    text-align: center;

    position: relative;

    padding: 32px 10px 32px 10px;

    z-index: 1;

    color: #fff;

    height: 100%;

}

.feature-list-inner:before {

    content: '';

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

    transform: skew(-2deg);

    background-color: #E94572;

    border-radius: 10px 10px 10px 10px;

}

.feature-list-inner h3{

    font-size: 18px;

    line-height: 26px;

    margin-bottom: 0px;

}

.feature-list-inner img{

    height: 64px;

    margin-bottom: 30px;

}



/*-------------------------------

# Services

--------------------------------*/

.services .icon-box{

    text-align: center;

    padding: 40px;

}

.services .icon-box h4{

    font-weight: 700;

}

/*-------------------------------

# Offer Section

--------------------------------*/

.offer-section ul{

    margin-top: 35px;

}

.offer-section ul > li{

    font-size: 22px;

    margin-bottom: 10px;

}

.offer-section .btn{

    min-width: 250px;

    margin-top: 35px;

}



/*-------------------------------

# Review Testimonial Section

--------------------------------*/





/*-------------------------------

# Doctors

--------------------------------*/

.doctor-card{

    margin-bottom: 0px;

}

.doctor-content h4{

    font-size: 18px;

    font-weight: 700;

    color: #E94572;

    margin-top: 30px;

    margin-bottom: 15px;

}

.doctor-content p{

    font-size: 16px;

    margin-bottom: 0;

    color: #1B1D21;

}



/* Navigation Arrows */

.doctor-section .owl-nav .owl-prev, .doctor-section .owl-nav .owl-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    color: #fff !important;

    font-size: 32px !important;

    background-color: #ea4573 !important;

    border-radius: 0px !important;

    width: 50px;

    height: 50px;

    margin: 0;

}

.doctor-section .owl-nav .owl-prev{

    left: 0;

}

.doctor-section .owl-nav .owl-next{

    right: 0;

}





/*-------------------------------

# Location

--------------------------------*/

.icon-box{

    padding: 30px;

}

.icon-box .icon{

    font-size: 32px;

    color: #E94572;

    width: 60px;

    height: 60px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    position: relative;

    z-index: 1;

    margin-bottom: 30px;

}

.icon-box .icon:before{

    content: '';

    width: 100%;

    height: 100%;

    background-color: #fff;

    transform: skew(-2deg);

    border-radius: 8px;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

}

.icon-box h4{

    font-size: 22px;

    margin-bottom: 25px;

    font-weight: 700;

}

.icon-box p {

    font-size: 18px;

    margin: 0;

}



/*-------------------------------

# News & Media

--------------------------------*/

.news-card img{

    border-radius: 20px;

}





/*-------------------------------

# Footer

--------------------------------*/

.footer{

    padding: 15px 0;

    background-color: #1B1D21;

}

.copyright-text{

    color: #fff;

}

.footer-action{

    text-align: end;

}



.footer-action .btn{

    width: 48%;

}





.owl-dot span{

    background-color: #ddd;

    font-size: 10px;

}





@media only screen and (max-width:767px) and (min-width: 200px)  {

    .header{

        padding: 10px 0px;

    }

    .logo-wrapper{

        text-align: center;

    }

    .logo-wrapper img{

        height: 60px;

    }

    .header-action{

        display: none;

    }

    .main {

        padding-top: 80px;

    }

    .section, .hero{

        padding: 40px 0;

    }

    .hero-aside {

        text-align: center;

    }

    .hero-aside h2 {

        font-size: 18px;

        line-height: 28px;

    }

    .hero-aside h3 {

        font-size: 14px;

    }

    .hero:after{

        display: none;

    }

    .section-title{

        font-size: 22px;

        text-align: center;

    }

    .section-subtitle{

        text-align: center;

        font-size: 18px;

        line-height: 26px;

    }



    .feature-list {

        display: flex;

        justify-content: center;

        flex-wrap: wrap;

    }

    .feature-list .feature-list-item {

        width: calc(50% - 0px);

        padding: 0 7.5px;

        min-height: 100px;

    }

    .feature-list .feature-list-item:not(:last-child){

        margin-bottom: 15px;

    }

    .feature-list-inner {

        padding: 20px 10px 20px 10px;

    }

    .feature-list-inner img {

        height: 36px;

        margin-bottom: 20px;

    }

    .feature-list-inner h3 {

        font-size: 12px;

        line-height: 20px;

    }

    .fs-22{

        font-size: 18px;

    }

    .offer-section .section-title br{

        display: none;

    }

    .offer-section ul{

        margin-top: 0;

    }

    .offer-section ul > li {

        font-size: 22px;

        margin-bottom: 5px;

    }

    .review-section .section-subtitle{

        font-size: 24px;

        line-height: 34px;

    }

    .services .icon-box {

        text-align: center;

        padding: 40px 40px 0 40px;

    }

    .services .icon-box img{

        max-width: 80px;

    }

    .services .owl-carousel .owl-item img{

        display: inline-block;

        margin-bottom: 20px;

    }

    .doctor-card {

        margin-bottom: 20px;

        padding: 0 40px;

    }

    .location-section .icon-box{

        text-align: center;

    }

    .copyright-text {

        display: none;

    }

}



@media only screen and (max-width:960px) and (min-width: 768px)  {

    .feature-list {

        display: flex;

        justify-content: center;

        flex-wrap: wrap;

    }

    .feature-list .feature-list-item {

        width: calc(33% - 0px);

        padding: 0 7.5px;

        min-height: 100px;

        height: 100%;

    }

    .feature-list .feature-list-item:not(:last-child){

        margin-bottom: 15px;

    }

    .feature-list-inner {

        padding: 20px 10px 20px 10px;

    }

    .section-title {

        font-size: 32px;

        margin-bottom: 20px;

    }

    .section-subtitle {

        font-size: 18px;

        line-height: 30px;

    }

    .fs-22 {

        font-size: 18px;

    }

    .copyright-text {

        display: none;

    }

    .footer{

        position: sticky;

        bottom: 0;

        z-index: 99;

    }

}

@media only screen and (max-width:960px){

    .hide-sm{

        display: none;

    }

    .offer-section img{

        display: none;

    }

    .hero:after {

        display: none;

    }

    .footer{

        position: sticky;

        bottom: 0;

        z-index: 99;

    }

}

@media only screen and (min-width: 961px)  {

    .hide-lg, .banner-img-lg{

        display: none;

    }

}
@media only screen and (max-width: 1440px) and (min-width: 961px)  {
    .hero:after {
        content: '';
        background: url('../img/slider-img1.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 45%;
        position: absolute;
        left: 50%;
        bottom: 0%;
        z-index: -1;
        transform: translate(-25%, 0%);
    }
}