@media (max-width: 767px){

    .container{
        max-width:100% !important;
        padding-left:10px !important;
        padding-right:10px !important;
    }

    .page-banner,
    .about-page-section,
    .mission-vision-section,
    .why-about-section,
    .journey-section,
    .stats-section,
    .about-cta-section{
        overflow:hidden;
    }

}
@media (max-width: 767px){

    .container,
    .container-fluid{
        padding-left:0 !important;
        padding-right:0 !important;
    }

    .row{
        margin-left:0 !important;
        margin-right:0 !important;
    }

}
/*===================================
PAGE BANNER
===================================*/

.page-banner{
    padding:120px 0;
    background:
    linear-gradient(
    rgba(5,63,126,.85),
    rgba(5,63,126,.85)
    ),
    url('../images/bg-img.jpg');

    background-size:cover;
    background-position:center;
    text-align:center;
    color:#fff;
}

.page-banner h1{
    font-family:'Outfit',sans-serif;
    font-size:60px;
    font-weight:800;
    margin-bottom:15px;
}

.breadcrumb-nav{
    font-size:16px;
}

.breadcrumb-nav a{
    color:#16D3D3;
    text-decoration:none;
}

.breadcrumb-nav span{
    margin:0 8px;
}


/*===================================
ABOUT SECTION
===================================*/

.about-page-section{
    background:#fff;
}

.about-image img{
    width:100%;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.about-content h2{
    font-family:'Outfit',sans-serif;
    font-size:48px;
    font-weight:800;
    color:#053F7E;
    margin-bottom:20px;
}

.about-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:15px;
}

.section-badge{
    display:inline-block;
    background:#EAFDFC;
    color:#053F7E;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}


/*===================================
MISSION & VISION
===================================*/

.mission-vision-section{
    background:#f8fbff;
}

.mission-box{
    background:#fff;
    padding:40px;
    border-radius:25px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.4s;
}

.mission-box:hover{
    transform:translateY(-8px);
}

.mission-box i{
    font-size:55px;
    color:#16D3D3;
    margin-bottom:20px;
}

.mission-box h3{
    font-family:'Outfit',sans-serif;
    color:#053F7E;
    font-weight:700;
    margin-bottom:15px;
}

.mission-box p{
    color:#666;
    line-height:1.8;
}


/*===================================
WHY CHOOSE US
===================================*/

.why-about-section{
    background:#fff;
}

.why-card{
    background:#fff;
    padding:35px 25px;
    border-radius:25px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.4s;
}

.why-card:hover{
    transform:translateY(-8px);
}

.why-card h4{
    font-family:'Outfit',sans-serif;
    color:#053F7E;
    font-weight:700;
    margin-bottom:15px;
}

.why-card p{
    color:#666;
    line-height:1.8;
}


/*===================================
JOURNEY SECTION
===================================*/

.journey-section{
    background:#f8fbff;
}

.journey-section img{
    width:100%;
    border-radius:25px;
}

.journey-section h2{
    font-family:'Outfit',sans-serif;
    color:#053F7E;
    font-size:48px;
    font-weight:800;
    margin-bottom:20px;
}

.journey-section p{
    color:#666;
    line-height:1.9;
}


/*===================================
STATISTICS
===================================*/

.stats-section{
    background:
    linear-gradient(
    135deg,
    #053F7E,
    #16D3D3
    );
}

.stat-box{
    color:#fff;
}

.stat-box h3{
    font-family:'Outfit',sans-serif;
    font-size:55px;
    font-weight:800;
    margin-bottom:10px;
}

.stat-box p{
    margin:0;
    font-size:18px;
}


/*===================================
CTA SECTION
===================================*/

.about-cta-section{
    padding:100px 0;
    background:#fff;
}

.cta-box{
    background:
    linear-gradient(
    135deg,
    #053F7E,
    #16D3D3
    );

    padding:70px 50px;
    border-radius:30px;
    text-align:center;
    color:#fff;
}

.cta-box h2{
    font-family:'Outfit',sans-serif;
    font-size:48px;
    font-weight:800;
    margin-bottom:15px;
}

.cta-box p{
    font-size:18px;
    margin-bottom:30px;
}

.cta-box .appointment-btn{
    display:inline-block;
    background:
    linear-gradient(
    135deg,
    #032243,
    #16D3D3
    );
    color:#ffffff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
}

.appointment-btn:hover {
     background:
    linear-gradient(
    135deg,
    #000000,
    #16D3D3
    );
    transform: translateY(-3px);
   
}


/*===================================
COMMON TITLE
===================================*/

.section-title{
    font-family:'Outfit',sans-serif;
    font-size:48px;
    font-weight:800;
    color:#053F7E;
}


/*===================================
RESPONSIVE
===================================*/

@media(max-width:991px){

    .page-banner{
        padding:90px 0;
    }

    .page-banner h1{
        font-size:42px;
    }

    .section-title,
    .about-content h2,
    .journey-section h2,
    .cta-box h2{
        font-size:36px;
    }

    .cta-box{
        padding:50px 30px;
    }

}

@media(max-width:576px){

    .page-banner h1{
        font-size:32px;
    }

    .section-title,
    .about-content h2,
    .journey-section h2,
    .cta-box h2{
        font-size:28px;
    }

    .mission-box,
    .why-card{
        padding:25px;
    }

    .stat-box h3{
        font-size:38px;
    }

    .cta-box{
        padding:40px 20px;
    }

}