* {
    margin: 0%;
    padding: 0%;
    /* font-family: sans-serif; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: capitalize;
}

.top-bar {
    width: 100%;
    height: auto;
    display: flex;
    /* align-items: center; */
}

.top-bar .tp-info {
    width: 28%;
    background-color: #EE99B6;
    padding: 1.20vh 0;
    text-align: right;
    padding-right: 6vh;
}

.top-bar .tp-info i {
    color: #fff;
    margin-right: .40vw;
    font-size: 19spx;

}

.top-bar .tp-info a {
    color: #fff;
    margin-right: 1vw;
    font-size: 17px;
    text-decoration: none;
}

.top-bar .tp-icon {
    padding-right: 6vw;
}

.top-bar .tp-icon i {
    align-self: center;
    font-size: 18px;
    margin-top: .10vh;
    margin-right: 2vw;
}

.top-bar .make {
    /* width: 16%; */
    border: none;
    background-color: #202B72;
    padding: 0 2vw;
    color: #fff;
    font-size: 18px;
}

.top-bar .applicants {
    width: 16%;
    border: none;
    background-color: #202B72;
    padding: 0 2vw;
    color: #fff;
    font-size: 18px;
}

.navbar {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;

}

.nav-link {
    color: #242424;
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 999999999;
}

.nav-link:hover {
    color: #EE99B6;
}

.navbar-nav {
    display: flex;
    text-align: center;
    align-items: center;
}

.container-fluid img {
    width: 4vw;
}

.navbar-toggler {
    border: 1.20vw solid #EE99B6;
    color: #fff;
    background-color: #EE99B6;
}


.swiper {
    width: 100%;
    z-index: 2;
    height: 100%;
}

.banner-slide img {
    width: 100%;
    max-width: 100%;
    height: 65vh;
}

.swiper-button-prev,
.swiper-button-next {
    color: rgb(114, 114, 114);
}

.banner-form {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 81%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #EE99B6;
    width: 20%;
    display: flex;
    border-radius: 1vw;
    padding: 3vh 0;
}

.banner-form h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 3vh;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.banner-form form {
    width: 100%;
    padding: 2vh 1.40vw;
}

.banner-form form input[type=text] {
    width: 100%;
    padding: 1vh 1.20vw;
    border-radius: .40vw;
    border: none;
    background-color: #fff;
}

.banner-form form input[type=email] {
    width: 100%;
    padding: 1vh 1.20vw;
    border-radius: .40vw;
    border: none;
    margin: 2.50vh 0;
    background-color: #fff;
}

.banner-form form input[type=number] {
    width: 100%;
    padding: 1vh 1.20vw;
    border-radius: .40vw;
    border: none;
    background-color: #fff;
}

.banner-form form .send {
    width: 100%;
    padding: 1vh 1.20vw;
    border-radius: .40vw;
    border: none;
    background-color: #fff;
    margin-top: 2.50vh;
    background-color: #202B72;
    color: #fff;
    text-transform: uppercase;
}

.expertise {
    padding: 7vh 13svw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FBFBFB;
    text-align: center;
}

.expertise .expertise-img img {
    width: 5vw;
}

.expertise .expertise-info h4 {
    color: #202B72;
    margin-top: 2vh;
    margin-bottom: .70vh;
}

.expertise .expertise-info p {
    color: #525252;
}


.choose {
    padding: 7vh 12vw;
}

.choose h1 {
    color: #202B72;
    text-align: center;
    margin-bottom: 5vh;
}

.choose .choose-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4vh;
}

.choose .choose-box .cb-info {
    background-color: #F9F9F9;
    /* margin-bottom: 2vh; */
    padding: 2vh 2vw;
    text-align: center;
    border-radius: 1vw;
    width: 22%;
    box-shadow: rgba(122, 30, 93, 0.35) 0px 5px 15px;

}

.choose .choose-box .cb-info {
    background-color: #F9F9F9;
    /* margin-bottom: 2vh; */
    padding: 2vh 2vw;
    text-align: center;
    border-radius: 1vw;
    width: 22%;

}

.choose .choose-box .cb-info img {
    width: 5vw;
}

.choose .choose-box .cb-info h3 {
    font-size: 18px;
    margin-top: 2.40vh;
    color: #202B72;
}

.hospital {
    padding: 7vh 12vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #F9F9F9;
}

.hospital .left {
    width: 48%;
}

.hospital .left img {
    width: 100%;
    height: auto;
}

.hospital .right {
    width: 48%;
}

.hospital .right h2 {
    color: #202B72;
}

.hospital .right p {
    color: #525252;
    margin-top: 2vh;
}

.center {
    padding: 7vh 12vw;
}

.center h1 {
    text-align: center;
    color: #202B72;
    margin-bottom: 6vh;
}

.center .center-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.center .center-box .center-info {
    text-align: center;
    border: .1vw solid #EE99B6;
    padding: 1vh 2vw;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 200px;
    margin-bottom: 3vh;
    position: relative;
}

.center .center-box .center-info img {
    position: absolute;
    top: -1%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}

.center .center-box .center-info h2 {
    margin-top: 2vh;
    color: #ff0000;
    margin-bottom: 0;
}

.center .center-box .center-info p {
    margin-top: 1vh;
}

.center .center-box .center-info i {
    color: #ff7b00;
}

.offer {
    background-color: #F7F8F9;
    padding: 7vh 12vw;
}

.offer h1 {
    text-align: center;
    color: #202B72;
}

.offer p {
    text-align: center;
}

.offer .offer-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3vh;
}

.offer .left {
    width: 63%;
    display: flex;
    justify-content: space-between;
    background-color: #FFEFF7;
    padding: 0 2vw;
    padding-top: 2vh;
    border-radius: 1.20vw;
}

.offer .left .left-info {
    width: 60%;
}

.offer .left .left-info h3 {
    color: #EE99B6;
}

.offer .left .left-info p {
    text-align: left;
    color: #7e7e7e;
}

.offer .left .left-img {
    width: 40%;
    align-self: flex-end;
}

.offer .left .left-img img {
    width: 100%;
}

.offer .right {
    width: 35%;
    border-radius: 1.20vw;
}

.offer .right img {
    width: 100%;
    border-radius: 1.20vw;
}


.testi {
    padding: 4vh 10vw;
}

.testi .h1pic {
    text-align: center;
}

.testi .h1pic .title {
    color: #03183a;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonial {
    padding: 4vh 0;
}

.testimonial-slide {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2vh 2vw;
    border-radius: 2vw;
    margin: 1vh 0;
    width: 100%;
    background-color: #F1F4FF;
}

.testimonial-slide .info {
    display: flex;
    align-items: center;
}

.testimonial-slide img {
    max-width: 80px;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
}

.testimonial-slide .name {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    color: #03183a;
}

.testimonial-slide .job {
    text-transform: capitalize;
    color: #EE99B6;
}

.testimonial-slide p {
    margin-top: 20px;
    color: #727272;
}

.testimonial-slide .rating {
    margin-top: 15px;
    font-size: 14px;
    color: #ffae00;
}



/* appointmant start ----------------------------*/

.sub-heading {
    width: 100%;
    position: relative;
}

.sub-heading img {
    width: 100%;
    height: 40vh;
}

.sub-heading .sub-heading-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sub-heading .sub-heading-info h1 {
    color: #ebebeb;
    font-weight: 600;
    margin-bottom: 2vh;
}

.sub-heading .sub-heading-info .here {
    color: #03183a;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.sub-heading .sub-heading-info .go {
    color: #ebebeb;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.appointmant-form {
    padding: 4vh 15vw;
    width: 100%;
}

.appointmant-form form {
    /* border: .1vw solid #202B72; */
    background-color: #f3f3f3;
    border-radius: 1vw;
    width: 100%;
    padding: 3vh 2vw;
}

.appointmant-form form .form-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 1vh 0;
}

.appointmant-form form .form-info input[type=text] {
    width: 49.70%;
    padding: 2vh 1vw;
    border: none;
    border-radius: .30vw;
}

.appointmant-form form .form-info input[type=email] {
    width: 49.70%;
    padding: 2vh 1vw;
    border: none;
    border-radius: .30vw;
}

.appointmant-form form input[type=number] {
    width: 100%;
    padding: 2vh 1vw;
    border: none;
    border-radius: .30vw;
    margin: 1vh 0;
}

.appointmant-form form #Doctor {
    width: 100%;
    padding: 2vh 1vw;
    border: none;
    border-radius: .30vw;
    margin: 1vh 0;
    color: #5a5a5a;
}

.appointmant-form form #msg {
    width: 100%;
    padding: 2vh 1vw;
    border: none;
    border-radius: .30vw;
    margin: 1vh 0;
    height: auto;
    height: 20vh;
}

.appointmant-form form .send {
    width: 100%;
    padding: 2vh 1vw;
    border: none;
    background-color: #03183a;
    border-radius: .30vw;
    margin: 1vh 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

/* contact start ----------------------------*/
.contact-info {
    padding: 4vh 10vw;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact-info .contact-detail {
    width: 32%;
    background-color: #EE99B6;
    border-radius: 1vw;
    display: flex;
    padding: 3vh 1vw;
    /* justify-content: space-between; */
}

.contact-info .contact-detail .contact-img {
    width: 20%;
    margin-right: 2vw;
}

.contact-info .contact-detail .contact-img img {
    width: 100%;
}

.contact-info .contact-detail .cd-info {
    width: 70%;
}

.contact-info .contact-detail .cd-info a {
    text-decoration: none;
    color: #2e2e2e;
}

.contact-form {
    padding: 4vh 10vw;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact-form .left form {
    /* border: .1vw solid #202B72; */
    /* background-color: #f3f3f3; */
    border-radius: 1vw;
    width: 100%;
    padding: 3vh 2vw;
}

.contact-form .left form .form-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 1vh 0;
}

.contact-form .left form .form-info input[type=text] {
    width: 49.70%;
    padding: 2vh 1vw;
    border: none;
    border-radius: .30vw;
    background-color: #f3f3f3;
}

.contact-form .left form .form-info input[type=email] {
    width: 49.70%;
    padding: 2vh 1vw;
    border: none;
    border-radius: .30vw;
    background-color: #f3f3f3;
}

.contact-form .left form input[type=number] {
    width: 100%;
    padding: 2vh 1vw;
    border: none;
    border-radius: .30vw;
    margin: 1vh 0;
    background-color: #f3f3f3;
}

.contact-form .left form #Doctor {
    width: 100%;
    padding: 2vh 1vw;
    border: none;
    border-radius: .30vw;
    margin: 1vh 0;
    color: #5a5a5a;
    background-color: #f3f3f3;
}

.contact-form .left form #msg {
    width: 100%;
    padding: 2vh 1vw;
    border: none;
    border-radius: .30vw;
    margin: 1vh 0;
    height: auto;
    height: 20vh;
    background-color: #f3f3f3;
}

.contact-form .left form .send {
    width: 100%;
    padding: 2vh 1vw;
    border: none;
    background-color: #03183a;
    border-radius: .30vw;
    margin: 1vh 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.contact-form .right{
    width: 50%;
}
.contact-form .right iframe{
    width: 100%;
    height: auto;
    max-height: 100vh;
    height: 61vh;
}
/* about us start */

.why{
    text-align: center;
    margin: 2vh 0;
}
.why h2{
    color: #03183a;
    font-weight: 600;

}
.why p{
    text-align: center;
    padding: 0 20vw;
    color: #8a8a8a;
}
.us{
    padding: 4vh 10vw;
    background-color: #EFF1F3;
}
.us .us-info{
    width: 100%;
    position: relative;
}
.us .us-info img{
    width: 60%;
    display: flex;
    margin-left: 30vw;
}
.us .us-info .us-details{
    background-color: #fff;
    text-align: center;
    width: 50%;
    padding: 2vh 3vw;
    position: absolute;
    top: 50%;
    left: 23.80%;
    transform: translate(-50%, -50%);
}
.us .us-info .us-details h2{
    color: #03183a;
}
.us .us-info .us-details p{
    color: #7e7e7e;
}
.us .us-info2{
    margin-top: 4vh;   
}
.us .us-info2 img{
    width: 60%;
    display: flex;
    margin-left: 0;
}
.us .us-info2 .us-details{
    background-color: #fff;
    text-align: center;
    width: 50%;
    padding: 2vh 3vw;
    position: absolute;
    top: 50%;
    left: 73.80%;
    transform: translate(-50%, -50%);
}







/* icon --------------- */

.enquire {
    position: relative;
    width: 100%;
}

.enquire .enquire-btn {
    position: absolute;
    rotate: 90deg;
    border: none;
    right: -7.2vw;
    position: fixed;
    z-index: 4;
    top: 50%;
    border-radius: .41vw;
    color: #fff;
    background-color: #03183a;
    padding: 1vh 4vw;
    text-transform: capitalize;
}


.whatsapp img {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    top: 87%;
    right: 12px;
    width: 55px;
    transition: 2s ease-in-out;
    animation: shake 0.9s;
    animation-iteration-count: infinite
}


footer {
    padding: 4vh 6vw;
    background-color: #03183a;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

footer .foot-info1 {
    width: 300px;
}

footer .foot-info1 img {
    width: 100px;
}

footer .foot-info1 p {
    color: #ffffff;
    margin-top: 2vh;
}

footer .foot-info1 .foot-icon img {
    width: 30px;
    margin-right: .50vw;
    margin-bottom: 2vh;
}

footer .foot-info3 {
    width: 200px;
}

footer .foot-info3 h4 {
    color: #ec729b;
    margin-bottom: 2vh;
}

footer .foot-info3 a {
    display: block;
    margin-bottom: 1vh;
    text-decoration: none;
    color: #ffffff;
}

footer .foot-info3 a:hover {
    display: block;
    margin-bottom: 1vh;
    text-decoration: none;
    color: #ec729b;
}













@media (max-width:795px) {
    .top-bar {
        width: 100%;
        height: auto;
        display: none;
    }

    .container-fluid img {
        width: 14vw;
    }

    .banner-form {
        display: none;
        margin: 0;
        top: 100%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #5F1048;
        width: 20%;
        display: flex;
        border-radius: 1vw;
        padding: 3vh 0;
    }

    .banner-form h1 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 3vh;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }

    .banner-form form {
        width: 100%;
        display: none;
        padding: 2vh 1.40vw;
    }

    .banner-slide img {
        width: 100%;
        max-width: 100%;
        height: 25vh;
    }

    .choose {
        padding: 2vh 12vw;
    }

    .choose h1 {
        color: #EE822E;
        text-align: center;
        margin-bottom: 3vh;
    }

    .choose .choose-box {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .choose .choose-box .cb-info {
        background-color: #ebebeb;
        padding: 2vh 2vw;
        margin-bottom: 3vh;
        text-align: center;
        border-radius: 1vw;
        width: 100%;

    }

    .choose .choose-box .cb-info img {
        width: 12vw;
    }

    .choose .choose-box .cb-info h3 {
        font-size: 20px;
        margin-top: 2.40vh;
        color: #EE822E;
        font-weight: 600;
    }

    .hospital {
        padding: 7vh 5vw;
        width: 100%;
        display: block;
        justify-content: space-between;
        background-color: #F9F9F9;
    }

    .hospital .left {
        width: 100%;
    }

    .hospital .left img {
        width: 100%;
        height: auto;
    }

    .hospital .right {
        width: 100%;
    }

    .hospital .right h2 {
        color: #202B72;
        margin-top: 3vh;
    }

    .hospital .right p {
        color: #525252;
        margin-top: 2vh;
    }

    .offer {
        background-color: #F7F8F9;
        padding: 7vh 3vw;
    }

    .offer h1 {
        text-align: center;
        color: #202B72;
    }

    .offer p {
        text-align: center;
    }

    .offer .offer-box {
        width: 100%;
        display: block;
        justify-content: space-between;
        margin-bottom: 3vh;
    }

    .offer .left {
        width: 100%;
        display: block;
        justify-content: space-between;
        background-color: #FFEFF7;
        padding: 0 2vw;
        padding-top: 2vh;
        border-radius: 1.20vw;
    }

    .offer .left .left-info {
        width: 100%;
    }

    .offer .left .left-info h3 {
        color: #EE99B6;
    }

    .offer .left .left-info p {
        text-align: left;
        color: #7e7e7e;
    }

    .offer .left .left-img {
        width: 40%;
        margin-left: 50vw;
    }

    .offer .left .left-img img {
        width: 100%;
    }

    .offer .right {
        width: 100%;
        border-radius: 1.20vw;
    }

    .offer .right img {
        width: 100%;
        border-radius: 1.20vw;

    }

    .testi {
        padding: 4vh 3vw;
    }

    .enquire .enquire-btn {
        position: absolute;
        rotate: 90deg;
        border: none;
        right: -21vw;
        position: fixed;
        z-index: 4;
        top: 50%;
        border-radius: .41vw;
        color: #fff;
        background-color: #03183a;
        padding: 1vh 4vw;
        text-transform: capitalize;
        display: none;
    }

    /* appointmant start ----------------------------*/

    .sub-heading {
        width: 100%;
        position: relative;
    }

    .sub-heading img {
        width: 100%;
        height: 20vh;
    }

    .sub-heading .sub-heading-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .sub-heading .sub-heading-info h1 {
        color: #ebebeb;
        font-weight: 600;
        margin-bottom: 2vh;
    }

    .sub-heading .sub-heading-info .here {
        color: #03183a;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }

    .sub-heading .sub-heading-info .go {
        color: #ebebeb;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }

    .appointmant-form {
        padding: 4vh 3vw;
        width: 100%;
    }
    .appointmant-form form .form-info {
        width: 100%;
        display: block;
        justify-content: space-between;
        margin: 1vh 0;
    }
    
    .appointmant-form form .form-info input[type=text] {
        width: 100%;
        padding: 2vh 1vw;
        border: none;
        border-radius: .30vw;
        margin-bottom: 2vh;
    }
    
    .appointmant-form form .form-info input[type=email] {
        width: 100%;
        padding: 2vh 1vw;
        border: none;
        border-radius: .30vw;
    }

    
    /* contact start ----------------------------*/
    .contact-info {
        padding: 4vh 3vw;
        display: block;
        justify-content: space-between;
        width: 100%;
    }

    .contact-info .contact-detail {
        width: 100%;
        background-color: #EE99B6;
        border-radius: 1vw;
        display: flex;
        padding: 3vh 1vw;
        /* justify-content: space-between; */
    }

    .contact-info .contact-detail .contact-img {
        width: 20%;
        margin-right: 2vw;
    }

    .contact-info .contact-detail .contact-img img {
        width: 100%;
    }

    .contact-info .contact-detail .cd-info {
        width: 70%;
    }

    .contact-info .contact-detail .cd-info a {
        text-decoration: none;
        color: #2e2e2e;
    }

    .contact-form {
        padding: 4vh 3vw;
        display: block;
        justify-content: space-between;
        width: 100%;
    }

    .contact-form .left form {
        /* border: .1vw solid #202B72; */
        /* background-color: #f3f3f3; */
        border-radius: 1vw;
        width: 100%;
        padding: 3vh 2vw;
    }

    .contact-form .left form .form-info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 1vh 0;
    }

    .contact-form .left form .form-info input[type=text] {
        width: 49.70%;
        padding: 2vh 1vw;
        border: none;
        border-radius: .30vw;
        background-color: #f3f3f3;
    }

    .contact-form .left form .form-info input[type=email] {
        width: 49.70%;
        padding: 2vh 1vw;
        border: none;
        border-radius: .30vw;
        background-color: #f3f3f3;
    }

    .contact-form .left form input[type=number] {
        width: 100%;
        padding: 2vh 1vw;
        border: none;
        border-radius: .30vw;
        margin: 1vh 0;
        background-color: #f3f3f3;
    }

    .contact-form .left form #Doctor {
        width: 100%;
        padding: 2vh 1vw;
        border: none;
        border-radius: .30vw;
        margin: 1vh 0;
        color: #5a5a5a;
        background-color: #f3f3f3;
    }

    .contact-form .left form #msg {
        width: 100%;
        padding: 2vh 1vw;
        border: none;
        border-radius: .30vw;
        margin: 1vh 0;
        height: auto;
        height: 20vh;
        background-color: #f3f3f3;
    }

    .contact-form .left form .send {
        width: 100%;
        padding: 2vh 1vw;
        border: none;
        background-color: #03183a;
        border-radius: .30vw;
        margin: 1vh 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
    }
    .contact-form .right{
        width: 100%;
    }
    .contact-form .right iframe{
        width: 100%;
        height: auto;
        max-height: 100vh;
        height: 61vh;
    }

    /* about us ---------------------------*/
    .why{
        text-align: center;
        margin: 2vh 0;
    }
    .why h2{
        color: #03183a;
        font-weight: 600;
    
    }
    .why p{
        text-align: center;
        padding: 0 2vw;
        color: #8a8a8a;
    }
    .us{
        padding: 2vh 3vw;
        background-color: #EFF1F3;
    }
    .us .us-info{
        width: 100%;
        display: block;

    }
    .us .us-info img{
        width: 100%;
        margin-left: 0;
    }
    .us .us-info .us-details{
        background-color: #fff;
        text-align: center;
        width: 100%;
        padding: 2vh 3vw;
        position: unset;
        margin-left: 47.40vw;
        margin-top: 22vh;
        top: 50%;
        left: 13.80%;
        transform: translate(-50%, -50%);
    }
    .us .us-info .us-details h2{
        color: #03183a;
    }
    .us .us-info .us-details p{
        color: #7e7e7e;
    }
    .us .us-info2{
        margin-top: -19vh;   
    }
    .us .us-info2 img{
        width: 100%;
        display: flex;
        margin-left: 0;
    }
    .us .us-info2 .us-details{
        background-color: #fff;
        text-align: center;
        width: 100%;
        padding: 2vh 3vw;
        position: unset;
        margin-left: 47.40vw;
        margin-top: 22vh;
        top: 50%;
        left: 13.80%;
        transform: translate(-50%, -50%);
    }








}

@media (max-width:400px) {
    .expertise {
        padding: 7vh 15vw;
        display: block;
        flex-wrap: nowrap;
        justify-content: space-between;
        background-color: #FBFBFB;
        text-align: center;
    }

    .expertise .expertise-img img {
        width: 15vw;
        margin-top: 2vh;
    }

    .expertise .expertise-info {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .center {
        padding: 7vh 12vw;
    }

    .center h1 {
        text-align: center;
        color: #202B72;
        margin-bottom: 6vh;
    }

    .center .center-box {
        display: block;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .center .center-box .center-info {
        text-align: center;
        border: .1vw solid #EE99B6;
        padding: 1vh 2vw;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        width: 100%;
        margin-bottom: 3vh;
        position: relative;
    }

}