/* Index Mobile view  */

@media only screen and (max-width: 600px) {
    .century_reason {
        padding-bottom: -100px;
    }
    .bg_val_prep p {
        text-align: start;
        color: #ffffff;
        font-size: 16px;
    }
    .century_reason p {
        color: #ffffff;
        font-size: 14px;
        width: 95%;
        margin: 20px auto;
        text-align: justify!important;
    }
    .home-accordion-container .card {
        border: none;
        padding-bottom: 5px;
        background: #051C3F;
        border: 1px solid #dadada;
        color: #f6f7f9;
        margin-top: 10px;
        font-size: 20px;
    }
    .hero-home {
        width: 100% !important;
        min-height: 100px !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    .hero_home_info {
        margin: 0px;
    }
    .hero_home_info h2 {
        color: #ffffff !important;
        text-align: center;
        font-size: 40px;
    }
    .hero_home_info p {
        color: #ffffff !important;
        text-align: justify !important;
        font-size: 14px !important;
        margin-top: 20px !important;
        display: block !important;
        width: 90%;
    }
    .val_prep {
        margin-top: 50px;
    }
    .val_prep a {
        background: rgba(42, 201, 64, 0.05);
        border-radius: 6px;
        border: none !important;
        box-shadow: none !important;
        padding: 15px 35px;
        color: #000;
        font-weight: bold;
        text-align: left;
        margin-bottom: 15px;
        margin-left: -10px;
    }
    .who_century_bg {
        display: none;
    }
    .we_practice {
        min-height: 300px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .nav-arrow {
        padding-top: 0px;
    }
    .testimony-container {
        background: #edf7fb;
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .testimony-card {
        background: #ffffff;
        border-radius: 22px;
        min-height: 100px;
        margin: 10px;
        width: 300px;
        display: inline-block;
        padding: 30px;
    }
    .contact-board {
        background: url(../images/contact_info_mob.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        border-radius: 30px;
        min-height: 200px;
        margin-top: 80px;
        margin-bottom: 80px;
        padding-bottom: 10px;
    }
    .contact-board h3 {
        margin: 15px;
        width: 90%;
        font-weight: bold;
        text-align: left;
        color: #ffffff;
        font-size: 17px;
    }
    .contact-board p {
        margin: 15px;
        width: 90%;
        color: #ffffff;
        text-align: left;
        font-size: 15px;
    }
    .contact-board .default_btn {
        background: #fff;
        border-radius: 6px;
        padding: 12px 30px !important;
        color: #2ac940 !important;
        display: block;
        width: 170px;
        margin: 15px;
    }
    .hero-about {
        width: 100% !important;
        min-height: 300px !important;
        background: linear-gradient( 0deg, rgba(18, 16, 16, 0.75), rgba(18, 16, 16, 0.75)), url(../images/about-bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 0px !important;
        margin: 0px !important;
    }
    .who_we_are_about p {
        font-size: 14px;
    }
    .who_we_are_about .default_btn {
        background: #2ac940;
        border-radius: 6px;
        padding: 12px 50px !important;
        color: #fff !important;
        display: block;
        width: 210px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mission-card {
        background: #edf7fb;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        height: 1000px !important;
        padding: 40px 25px;
        margin-bottom: 40px;
    }
    .mission-card li {
        font-size: 14px;
    }
    .research {
        background: #edf7fb;
        border-radius: 0px;
        min-height: 200px;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 70px;
        width: 100%;
    }
    .research h3 {
        font-weight: bold;
        color: #051c3f;
        font-size: 20px;
    }
    .research p {
        width: 80%;
        margin: auto;
        font-size: 14px;
        color: #051c3f;
    }
    .team-holder {
        background: #edf7fb;
        border-radius: 0px;
        min-height: 200px;
        margin-left: 0px !important;
        width: 100%;
        padding-bottom: 50px;
    }
    .team-card {
        background: #ffffff;
        border-radius: 22px;
        overflow: auto;
        padding: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .hero-contact {
        width: 100% !important;
        min-height: 300px !important;
        background: linear-gradient( 0deg, rgba(18, 16, 16, 0.75), rgba(18, 16, 16, 0.75)), url(../images/hero_index.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0px !important;
        margin: 0px !important;
    }
    .hero_contact_info {
        margin-top: 70px;
        text-align: center;
    }
    .hero_contact_info h2 {
        font-size: 40px;
    }
    .contact_us_form {
        background: #ffffff;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 32px 24px;
        margin-top: 10px!important;
    }
    .contact_us_form .form-group {
        margin-bottom: 24px;
    }
    .contact_us_form input {
        height: 48px;
    }
    .contact_info {
        margin-bottom: 50px;
    }
    .contact_info h4 {
        font-weight: bold;
        font-size: 34px;
    }
    .contact_info_card {
        margin-top: 50px;
    }
    .gal-card {
        background: #ffffff;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
        border-radius: 22px;
        padding: 10px;
        margin-top: 15px;
    }
    .gal-page {
        margin-top: 70px;
    }
    .gal-card img {
        width: 100%;
    }
    .modal-body img {
        width: 50px;
    }
    .modal-body h5 {
        font-size: 20px;
    }
    footer {
        background: #f6f7f9;
        padding: 46px 24px;
    }
    footer .footer-logo {
        margin-bottom: 12px;
        text-align: center;
    }
    footer .address {
        margin-bottom: 16px;
        text-align: center;
    }
    footer .address p {
        text-align: center;
    }
    footer .footer-links p>a {
        font-size: 13px;
    }
    footer .footer-bottom p {
        font-size: 13px;
    }
    .custom-modal .modal-content {
        padding: 60px 30px;
    }
    .custom-modal .modal-header h3 {
        color: #fff;
        font-size: 24px;
    }
    .service-container {
        padding-top: 24px;
    }
    .service-item p {
        font-size: 18px;
    }
    .team-container p {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: start;
    }
    .program-md {
        display: none!important;
    }
    .program-xs {
        display: block!important;
    }
}