.about-part{
    padding: 240px 0 180px;
    background: url('../images/about-banner-1x.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}
.about-personalize
{
	padding: 100px 0;
}
.about-personalize p
{
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}
.about-mission{
    background: #3777ff;
    color: #fff;
    padding: 0;
    position: relative;
}
.about-mission-text{
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    max-width: 640px;
    margin: 0 auto;
}
.about-mission-text p{
    line-height: 38px;
    font-size: 20px;
    font-weight: 500;
}
.about-mission-text ul li{
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fde054;
}
.team
{
    padding: 100px 0 40px;
}
.team-member-card{
    background-color: #fff;
    border-radius: 0.5rem;
    border: 1px solid #dfe1e5;
    box-shadow: 0 5px 12px 0 rgb(89 94 103 / 7%), 0 10px 30px 0 rgb(89 94 103 / 9%);
    overflow: hidden;
    margin-bottom: 30px
}
.team-member-photo{
    height: 370px;
    position: relative;
}
.team-member-photo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.team-member-text{
    padding: 20px;
}
.team-member-text h4{
    font-size: 17px;
}
.team-member-text p{
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #56585a;
}
.team-member-photo a
{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    bottom: 12px;
    background: #0e76a8;
    color: #fff;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    border: 2px solid #fff;
    text-align: center;
    margin-left: 8px;
}
.team-member-photo a i
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}
.about-mission-sec{
    background: #f3f4f6;
    padding: 100px 0
}

.mv-grid__photo3 {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr;
    grid-template-rows: repeat(2,300px);
    border-radius: 0.5rem;
}
.mv-grid__photo3 .feature-1 {
    grid-row: span 2;
    grid-column: 1/2;
}
.mv-grid__photo3 img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.team-quick-links{
    padding: 80px 0
}
.quick-link-row{
    margin: 40px -20px 0;
    display: flex;
    align-self: start;
}
.link-col{
    width: 16.66%;
    padding: 0 30px;
    margin-left: -4px
}
.quick-link-card{
    /* padding: 25px 18px;
    background: #3777ff; */
    text-align: center;
    color: #fff;
}
.quick-link-card a{
    padding: 35px 35px;
    margin-bottom: 40px
}
.quick-link-card a h4{
    margin-bottom: 30px;
}
.quick-link-card i{
    color: #fff;
    font-size: 22px;
    padding: 8px 12px;
    border-radius: 50%;
    background: #3777ff;
}
.quick-link-card .btn-light {
    background-color: #e1eaff;
    box-shadow: 0 6px 9px 0 rgb(97 95 95 / 41%);
}

.teamFromLogo h4{
    display: flex;
    align-items: center;
}
.teamFromLogo h4 label{
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
    color: #7e7d7d;
    font-weight: 500;
    margin-bottom: 0;
}
.teamFromLogo h4 hr{
    display: flex;
    flex-grow: 1;
}
.teamFromLogo .logo-item{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.teamFromLogo .logo-item img{
    max-height: 51px;
    margin: 12px 9px 20px
}


.home-steps-content{
    display: flex;
    align-self: flex-start;
    justify-content: space-between;
}

.home-steps-box{
    flex-basis: 33.3%;
    text-align: center;
    padding: 25px 12px;
    transition: all .3s ease;
}
.home-steps-box h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.home-steps-icon{
    margin-bottom: 15px
}
.home-steps-icon h4{
    font-size: 44px;
    font-weight: 700;
    color: #3777ff;
    margin-top: 0;
}

.subscription-content{
    background: #3777ff;
    color: #fff;
    padding: 50px;
    border-radius: 40px;
    margin: -100px auto 0;
}
.prices{
    padding: 100px 0
}

._3nWSp {
    margin: 0 -10px
}

.customAmount {
    position: relative;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 95px;
    padding: 15px 10px 0
}

.customAmount input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

._inr {
    padding: 11px 12px;
    border: 1px solid #dde5ed
}

._inr h4 {
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top
}

.customAmount input:checked+._inr {
    opacity: 1;
    border: 1px solid #00a2ef;
    background: #f7fdff
}

.yourAmount {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 15px 10px 0;
    width: calc(100% - 685px)
}

._fr966 {
    background: #fff;
    padding: 25px 30px;
    margin: 30px 10px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}
._3nWSp .amount-control {
    border-radius: 3px;
    padding: 10px 12px 10px 40px;
    width: 100%;
    font-size: 16px;
    color: #1d252d;
    font-weight: 600;
    border: 1px solid #dde5ed;
    outline: none
}
._3nWSp .amount-control:focus {
    border: 1px solid #00a2ef;
    background: #f7fdff
}
._3nWSp ._2wFvp {
    position: absolute;
    top: 11px;
    left: 16px;
    font-size: 16px;
    font-weight: 600
}
._3nWSp button {
    border-radius: 3px;
    padding: 11px 15px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    max-width: 245px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin: 15px 10px 0
}
._3nWSp button:hover {
    background: #00acf8
}

.design_container {
    margin: 50px auto;
    width: 100%
}

.design_container ul {
    padding: 0
}

.design_container ul li {
    position: relative;
    list-style-type: none
}

.design_main {
    margin-bottom: 50px;
    text-align: left
}

.design_left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
    padding: 0 20px;
    text-align: center
}

.design_left img {
    width: 215px
}
.design_right {
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    width: 50%;
    padding: 0 20px
}
.design_right h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #343434;
    font-weight: 700
}
.design_right p {
    font-size: 17px
}
.curriculam-overflow {
    overflow-x: auto;
}
.bg-session p{
    font-size: 20px;
}


.competition-video {
    padding: 120px 0 120px;
    background: url(../images/competition-video-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}
.btn-play {
    padding: 17px 23px 17px 28px!important;
    font-weight: 600!important;
    font-size: 25px!important;
    border-radius: 50%;
}


@media (min-width: 1400px){
    .team-member-photo {
        height: 432px;
    }
}
@media (max-width: 1300px){
.curriculam-row {
    width: 1250px;
    margin: 0 auto
}
}

@media (min-width: 992px){
    .curriculam-div {
        width: 25%;
        padding: 0 20px;
    }
}

@media (max-width: 992px){
    .quick-link-row {
        margin: 0 15px;
        width: 950px;
    }
    .quick-link-overflow {
        overflow-x: auto;
        padding-top: 18px;
        margin: 0 -15px
    }
    .curriculam-div {
        width: 25%;
    }
}
@media (max-width: 768px){
    .bambinos-line-logo img{
        height: 220px;
        transform: translate3d(0px, -27px, 0px)!important;
    }
    .about-mission{
        padding: 0 0 60px;
    }
    .about-mission-text{
        position: static;
    }
    .mv-grid__photo3 {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: 220px repeat(2,140px);
    }
    .team-member-photo {
        height: 288px;
    }
}
@media (max-width: 576px){
    .about-part{
        background: url('../images/about-banner-2x.jpg');
        background-size: 100%;
        padding: 155px 0 170px;
        background-repeat: no-repeat;
    }
    .about-part h1{
        font-size: 28px;
    }
    .home-steps-content {
        display: block;
    }
    .design_main {
        margin: 0 -15px 50px
    }
    .design_left img {
        width: 115px
    }
    .design_left {
        width: 40%
    }
    .design_right {
        width: 60%
    }
}
@media (max-width: 480px){
    .about-personalize {
        padding: 70px 0;
    }
    .team-member-text{
        padding: 15px 13px;
    }
    .team-member-text h4 {
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .team-member-text p {
        font-size: 13px;
    }
    .team {
        padding: 65px 0 0px;
    }
    .subscription-content{
        padding: 28px
    }
}